-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·800 lines (776 loc) · 46.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<link rel="apple-touch-icon" sizes="57x57" href="./favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon/favicon-16x16.png">
<link rel="manifest" href="./favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>Mebin Varghese</title>
<!-- CSS -->
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<!-- Font Awesome -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- Skill Progress Bar -->
<link href="css/pro-bars.css" rel="stylesheet" type="text/css" media="all" />
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.css">
<!-- Default Theme CSS File-->
<link id="switcher" href="css/themes/default-theme.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<!-- Main css File -->
<link href="style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<!-- Font -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
<!-- jQuery Library -->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<!-- Validation library -->
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/jquery.validate.min.js"></script>
<!-- Materialize js -->
<script type="text/javascript" src="js/materialize.min.js"></script>
<!-- Skill Progress Bar -->
<script src="js/appear.min.js" type="text/javascript"></script>
<script src="js/pro-bars.min.js" type="text/javascript"></script>
<!-- Owl slider -->
<script src="js/owl.carousel.min.js"></script>
<!-- Mixit slider -->
<script src="https://cdn.jsdelivr.net/jquery.mixitup/latest/jquery.mixitup.min.js"></script>
<!-- counter -->
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<!-- Custom Js -->
<script src="js/custom.js"></script>
<script type="text/javascript">
function download1(e) {
console.log(e);
// e.preventDefault(); //stop the browser from following
// window.open.href = 'docs/mebinvarghese.pdf';
window.open('docs/mebinvarghese.pdf', '_blank');
return true;
};
$(document).ready(function (e) {
$('.message-me').validate({
submitHandler: function (form) {
console.log('here');
var contactName = $('#contactName').val();
var contactEmail = $('#contactEmail').val();
var contactSubject = $('#contactSubject').val();
var contactNumber = $('#contactNumber').val();
var contactMessage = $('#contactMessage').val();
$.ajax('https://api.mailgun.net/v3/YOUR_SANDBOX.mailgun.org/messages',
{
headers: {"Authorization": "Basic "+btoa("api:key-d82c9ad51469727c248903f80fab6646-9b463597-ea59bd2d"),
"Accept" : "application/json",
},
type:"POST",
username: 'api',
password: 'key-d82c9ad51469727c248903f80fab6646-9b463597-ea59bd2d',
dataType: "jsonp",
data:{
"html": '<h1>New Enquiry</h1><span>Name : '+contactName+'</span><br><span>Email : '+contactEmail+'</span><br><span>Number : '+contactNumber+'</span><br><span>Message : '+contactMessage+'</span><br>',
"subject": contactSubject,
"from": "Mailgun Sandbox <[email protected]>",
"to": "[email protected]"
},
success:function(a,b,c){
console.log( 'mail sent: ', b );
}.bind(this),
error:function( xhr, status, errText ){console.log( 'mail sent failed: ', xhr.responseText );}
});
}
})
});
function sendMessage() {
$.ajax('https://api.mailgun.net/v3/YOUR_SANDBOX.mailgun.org/messages',
{
type:"POST",
username: 'api',
password: 'd82c9ad51469727c248903f80fab6646-9b463597-ea59bd2d',
data:{
"html": `<h1>New Enquiry</h1>`,
"subject": 'New Enquiry about you',
"from": "Mailgun Sandbox <[email protected]>",
"to": "[email protected]"
},
success:function(a,b,c){
console.log( 'mail sent: ', b );
}.bind(this),
error:function( xhr, status, errText ){console.log( 'mail sent failed: ', xhr.responseText );}
});
}
</script>
</head>
<body>
<!-- BEGAIN PRELOADER -->
<div id="preloader">
<div class="progress">
<div class="indeterminate"></div>
</div>
</div>
<!-- END PRELOADER -->
<header id="header" role="banner">
<div class="navbar-fixed">
<nav>
<div class="container">
<div class="nav-wrapper">
<!-- LOGO -->
<!-- TEXT BASED LOGO -->
<a href="index.html" class="brand-logo">Mebin</a>
<!-- Image Based Logo -->
<!-- <a href="index.html" class="brand-logo"><img src="img/logo.jpeg" alt="logo img"></a> -->
<ul class="right hide-on-med-and-down custom-nav menu-scroll">
<li><a href="#about">About Me</a></li>
<li><a href="#resume">Resume</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#testimonial">Testimonial</a></li>
<li><a href="#blog">Blog</a></li>
<li><a href="#footer">Contact</a></li>
</ul>
<!-- For Mobile View -->
<ul id="slide-out" class="side-nav menu-scroll">
<li><a href="#about">About Me</a></li>
<li><a href="#resume">Resume</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#testimonial">Testimonial</a></li>
<li><a href="#blog">Blog</a></li>
<li><a href="#footer">Contact</a></li>
</ul>
<a href="#" data-activates="slide-out" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
</div>
</div>
</nav>
</div>
</header>
<div class="main-wrapper">
<main role="main">
<!-- START HOME SECTION -->
<section id="home">
<div class="overlay-section">
<div class="container">
<div class="row">
<div class="col s12">
<div class="home-inner">
<h1 class="home-title">HI! I'm <span>Mebin Varghese</span></h1>
<p>I'm a India based Hybrid App Developer creating awesome and effective iOS and Android Application for companies of all sizes around the globe</p>
<a class="hire-me-btn btn waves-effect waves-light btn-large" href="#footer">Hire Me <i class="mdi-content-send left"></i>
</a>
<!-- Call to About Button -->
<button class="btn btn-floating waves-effect waves-light btn-large white call-to-about"><i class="material-icons">play_for_work</i></button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- START ABOUT SECTION -->
<section id="about">
<div class="container">
<div class="row">
<div class="col s12">
<div class="about-inner">
<div class="row">
<div class="col s12 m4 l3">
<div class="about-inner-left">
<img class="profile-img" src="img/profile-img1.jpg" alt="Profile Image">
</div>
</div>
<div class="col s12 m8 l9">
<div class="about-inner-right">
<h3>About Me</h3>
<p>I'm a India based App Developer creating awesome and effective visual Application for companies of all sizes around the globe.It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
<div class="personal-information col s12 m12 l6">
<h3>Personal Information</h3>
<ul>
<li><span>Name : </span>Mebin Varghese </li>
<li><span>Age : </span>24 Years</li>
<li><span>Phone : </span>+91 9947716864</li>
<li><span>Email : </span>[email protected]</li>
<li><span>Address : </span>Kochin,India</li>
</ul>
</div>
<div class="resume-download col s12 m12 l6">
<a class="waves-effect waves-light btn-large resume-btn" onclick='download1(this);'><i class="mdi-content-archive left"></i> Download Resume</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Start Resume -->
<section id="resume">
<!-- Start Skill -->
<section id="skill">
<div class="container">
<div class="skill-inner">
<h2 class="title">Skills</h2>
<p>
My self Mebin Varghese top architect, engineer, and developer with a proven ability to develop efficient, scalable, and effective solutions for complex problems. I have an extensive experience and a proven track record of successfully analyzing, decomposing, and solving difficult programming problems in Angular & Ionic development.
</p>
<!-- Start skills progress bar -->
<div class="skill-progress-bar">
<span>Ionic Framework</span>
<div class="pro-bar-container color-wisteria">
<div class="pro-bar bar-70 color-amethyst" data-pro-bar-percent="90" data-pro-bar-delay="300"></div>
</div>
<span>Angular</span>
<div class="pro-bar-container color-wisteria">
<div class="pro-bar bar-80 color-amethyst" data-pro-bar-percent="80" data-pro-bar-delay="200"></div>
</div>
<span>Html5</span>
<div class="pro-bar-container color-wisteria">
<div class="pro-bar bar-100 color-amethyst" data-pro-bar-percent="80"></div>
</div>
<span>css</span>
<div class="pro-bar-container color-wisteria">
<div class="pro-bar bar-90 color-amethyst" data-pro-bar-percent="70" data-pro-bar-delay="100"></div>
</div>
<span>PHP</span>
<div class="pro-bar-container color-wisteria">
<div class="pro-bar bar-60 color-amethyst" data-pro-bar-percent="60" data-pro-bar-delay="400"></div>
</div>
<span>jQuery</span>
<div class="pro-bar-container color-wisteria">
<div class="pro-bar bar-50 color-amethyst" data-pro-bar-percent="50" data-pro-bar-delay="500"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Start Experience -->
<section id="experience">
<div class="container">
<div class="experience-inner">
<h2 class="title">Experience</h2>
<p>
Work in test driven development environment, and familiar with all native plugin in Ionic Frameworks and cordova plugin. Work with UI / UX designer to help create then implement best design practices. Extensive knowledge of CSS and JS methods for providing performant visual effects Work with test engineering team to assure product quality
</p>
<div id="owl-carousel" class="experience-slider row">
<!-- Start Single Experience -->
<div class="col s12">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="experience-title">January 2018 - Present</h2>
<img class="activator" src="img/angular.jpg">
</div>
<div class="card-content">
<span class="card-title activator reveal-title">Angular Developer
<!-- <i class="material-icons right">more_vert</i> -->
</span>
<p><a>BlockBuster Technologies</a></p>
</div>
<div class="card-reveal">
<span class="card-t itle reveal-title">Angular Front End Developer<i class="material-icons right">close</i></span>
<p><a>BlockBuster Technologies</a></p>
<p>Here is some more information about this product that is only revealed once clicked on.
The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English</p>
</div>
</div>
</div>
<!-- Start Single Experience -->
<div class="col s12">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="experience-title">Aug 2017-Jan 2018</h2>
<img class="activator" src="img/ionic.jpeg">
</div>
<div class="card-content">
<span class="card-title activator reveal-title">Ionic Developer
<!-- <i class="material-icons right">more_vert</i> -->
</span>
<p><a href="http://xtapps.com/" target="_blank">XTAPPS Pvt. Lmt.</a></p>
</div>
<div class="card-reveal">
<span class="card-title reveal-title">Ionic Developer<i class="material-icons right">close</i></span>
<!-- <a href="#" class="card-subtitle">Windows Phone</a> -->
<p>Here is some more information about this product that is only revealed once clicked on.
The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English</p>
</div>
</div>
</div>
<!-- Start Single Experience -->
<div class="col s12">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="experience-title">Jun 2016-Aug 2017</h2>
<img class="activator" src="img/ionic.jpeg">
</div>
<div class="card-content">
<span class="card-title activator reveal-title">Ionic Developer
<!-- <i class="material-icons right">more_vert</i> -->
</span>
<p><a>Webshore IT solutions</a></p>
</div>
<div class="card-reveal">
<span class="card-title reveal-title">Ionic Developer<i class="material-icons right">close</i></span>
<!-- <a href="#" class="card-subtitle">Windows Phone</a> -->
<p>Here is some more information about this product that is only revealed once clicked on.
The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English</p>
</div>
</div>
</div>
</div>
<!-- owl navigation -->
<div class="customNavigation">
<a class="btn prev btn-floating waves-effect waves-light btn-large white"><i class="mdi-navigation-chevron-left brand-text"></i></a>
<a class="btn next btn-floating waves-effect waves-light btn-large white"><i class="mdi-navigation-chevron-right brand-text"></i></a>
</div>
</div>
</div>
</section>
<!-- Start Education -->
<section id="edcuation">
<div class="container">
<div class="education-inner">
<h2 class="title">Education</h2>
<!-- <p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here.It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English</p> -->
<div id="owl-carousel1" class="experience-slider row">
<!-- Start Single Experience -->
<div class="col s12">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="experience-title">2012 - 2016</h2>
<img class="activator" src="img/gecw.JPG">
</div>
<div class="card-content">
<span class="card-title activator reveal-title">
Bachelor Of Technology
</span>
<p><a href="#">Kannur University</a></p>
</div>
<div class="card-reveal">
<span class="card-title reveal-title">Master Of Science<i class="material-icons right">close</i></span>
<a href="#" class="card-subtitle">California University</a>
<p>Here is some more information about this product that is only revealed once clicked on.
The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English</p>
</div>
</div>
</div>
<!-- Start Single Experience -->
<div class="col s12">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="experience-title">2010 - 2012</h2>
<img class="activator" src="img/snvskthss.png">
</div>
<div class="card-content">
<span class="card-title activator reveal-title">
Higher Secondary
</span>
<p><a href="#">Kerala Board</a></p>
</div>
<div class="card-reveal">
<span class="card-title reveal-title">Higher Secondary<i class="material-icons right">close</i></span>
<a href="#" class="card-subtitle">Kerala Board</a>
<p>Here is some more information about this product that is only revealed once clicked on.
</p>
</div>
</div>
</div>
<!-- Start Single Experience -->
<div class="col s12">
<div class="card">
<div class="card-image waves-effect waves-block waves-light">
<h2 class="experience-title">2000-2010</h2>
<img class="activator" src="img/hibhs.jpg">
</div>
<div class="card-content">
<span class="card-title activator reveal-title">
SSLC
</span>
<p><a href="#">Kerala Board</a></p>
</div>
<div class="card-reveal">
<span class="card-title reveal-title">SSLC<i class="material-icons right">close</i></span>
<a href="#" class="card-subtitle">Kerala Board</a>
<p>Here is some more information about this product that is only revealed once clicked on.
The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English</p>
</div>
</div>
</div>
</div>
<!-- owl navigation -->
<div class="customNavigation">
<a class="btn prev1 btn-floating waves-effect waves-light btn-large white"><i class="mdi-navigation-chevron-left brand-text"></i></a>
<a class="btn next1 btn-floating waves-effect waves-light btn-large white"><i class="mdi-navigation-chevron-right brand-text"></i></a>
</div>
</div>
</div>
</section>
</section>
<!-- Start Portfolio -->
<section id="portfolio">
<div class="portfolio-top">
<div class="container">
<div class="portfolio-top-inner">
<h2 class="title">Portfolio</h2>
<div class="controls">
<button class="filter waves-effect waves-light btn active" data-filter="all">All</button>
<button class="filter waves-effect waves-light btn" data-filter=".html">Ionic</button>
<button class="filter waves-effect waves-light btn" data-filter=".design">Angular</button>
</div>
</div>
</div>
</div>
<div class="portfolio-bottom">
<div class="container">
<div class="portfolio-bottom-inner">
<div id="portfolio-list">
<div class="mix html" data-value="2">
<a href="https://play.google.com/store/apps/details?id=com.webshore.homelyfeast" target="_blank">
<img src="img/portfolio/ionic/homely-meals.webp" alt="img">
<i class="material-icons view-icon">pageview</i>
</a>
</div>
<div class="mix html" data-value="4">
<a href="https://play.google.com/store/apps/details?id=com.webshore.macaronpatisserie" target="_blank">
<img src="img/portfolio/ionic/marcado.webp" alt="img">
<i class="material-icons view-icon">pageview</i>
</a>
</div>
<div class="mix html" data-value="1">
<a href="https://play.google.com/store/apps/details?id=com.medicalfollow" target="_blank">
<img src="img/portfolio/ionic/medical follow.webp" alt="img">
<i class="material-icons view-icon">pageview</i>
</a>
</div>
<div class="mix html" data-value="5">
<a href="https://play.google.com/store/apps/details?id=com.webshore.offo" target="_blank">
<img src="img/portfolio/ionic/offo.webp" alt="img">
<i class="material-icons view-icon">pageview</i>
</a>
</div>
<div class="mix html" data-value="3">
<a href="https://play.google.com/store/apps/details?id=com.wayanad.sfipaliyativecare" target="_blank">
<img src="img/portfolio/ionic/sfipaliyative.webp" alt="img">
<i class="material-icons view-icon">pageview</i>
</a>
</div>
<div class="mix html" data-value="9">
<a href="https://play.google.com/store/apps/details?id=com.mebin.waymaker" target="_blank">
<img src="img/portfolio/ionic/waymaker.webp" alt="img">
<i class="material-icons view-icon">pageview</i>
</a>
</div>
<div class="mix design" data-value="12">
<a href="https://dreamkatcher.com/home" target="_blank">
<img src="img/portfolio/angular/dreamkatcher.png" alt="img">
<i class="material-icons view-icon">pageview</i>
</a>
</div>
<!-- <div class="mix fashion" data-value="7">
<a href="#">
<img src="img/portfolio/angular/canibuyit.png" alt="img">
<i class="material-icons view-icon">pageview</i>
</a>
</div>
<div class="mix design" data-value="6">
<a href="#">
<img src="img/portfolio/angular/viagoose.png" alt="img">
<i class="material-icons view-icon">pageview</i>
</a>
</div> -->
</div>
</div>
</div>
</div>
</section>
<!-- Start Facts -->
<section id="facts">
<div class="facts-overlay">
<div class="container">
<div class="row">
<div class="col s12">
<div class="facts-inner">
<div class="row">
<div class="col s12 m4 l4">
<div class="single-facts waves-effect waves-block waves-light">
<i class="material-icons">work</i>
<span class="counter">8</span>
<span class="counter-text">Project Completed</span>
</div>
</div>
<div class="col s12 m4 l4">
<div class="single-facts waves-effect waves-block waves-light">
<i class="material-icons">supervisor_account</i>
<span class="counter">4</span>
<span class="counter-text">Happy Clients</span>
</div>
</div>
<div class="col s12 m4 l4">
<div class="single-facts waves-effect waves-block waves-light">
<i class="material-icons">redeem</i>
<span class="counter">2</span>
<span class="counter-text">Ongoing Project</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonial -->
<section id="testimonial">
<div class="container">
<div class="row">
<div class="col s12">
<div class="testimonial-inner">
<h2 class="title">Testimonial</h2>
<p>Mebin has been a revelation in terms of how they engage with their customers. They try to take a holistic view to understand the business and then they are very open and honest about where they can help and where they cannot. I always felt we were working with a partner who was as motivated to see us achieve our business goals.</p>
<!-- Start Testimonial Slider -->
<div class="testimonial-slider-area">
<div id="owl-carousel2" class="testimonial-slider row">
<div class="col s12">
<div class="single-testimonial">
<div class="testimonial-img">
<img src="img/profile-img.jpg" alt="img">
</div>
<div class="testimonial-content">
<h3>Miguel Vargas SW</h3>
<span>CEO, Soluweb Columbia </span>
<p>"Young & vibrant coupled with transparency, honesty and ethics defines Mebin Varghese. Focus on technology with vision on delivery, they have responded to requests assuring delivery on time and with quality."</p>
</div>
</div>
</div>
<div class="col s12">
<div class="single-testimonial">
<div class="testimonial-img">
<img src="img/aarvin.jpeg" alt="img">
</div>
<div class="testimonial-content">
<h3>Aarvin M S</h3>
<span>CEO, Adwaitha Consultancy Ireland</span>
<p>"The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here.It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout"</p>
</div>
</div>
</div>
<div class="col s12">
<div class="single-testimonial">
<div class="testimonial-img">
<img src="img/punyalan.jpg" alt="img">
</div>
<div class="testimonial-content">
<h3>Francis Vimal</h3>
<span>Owner, Chellanam Fish Farm</span>
<p>"The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here.It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout"</p>
</div>
</div>
</div>
<!-- <div class="col s12">
<div class="single-testimonial">
<div class="testimonial-img">
<img src="img/profile-img1.jpg" alt="img">
</div>
<div class="testimonial-content">
<h3>Mike Jones</h3>
<span>CEO, Google Inc.</span>
<p>"The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here.It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout"</p>
</div>
</div>
</div> -->
</div>
<div class="customNavigation">
<a class="btn prev2 btn-floating waves-effect waves-light btn-large white"><i class="mdi-navigation-chevron-left brand-text"></i></a>
<a class="btn next2 btn-floating waves-effect waves-light btn-large white"><i class="mdi-navigation-chevron-right brand-text"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Start Blog -->
<!-- <section id="blog">
<div class="container">
<div class="row">
<div class="col s12">
<div class="blog-inner">
<h2 class="title">Blog</h2>
<p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here.It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.</p>
<div class="blog-area">
<div class="row">
<div class="col s12 m4 l4">
<div class="blog-post">
<div class="card">
<div class="card-image">
<img src="img/blog1.jpg">
</div>
<div class="card-content blog-post-content">
<h2><a href="blog-single.html">Awesome Post Title</a></h2>
<div class="meta-media">
<div class="single-meta">
Post By <a href="#">Admin</a>
</div>
<div class="single-meta">
Category : <a href="#">Web/Design</a>
</div>
</div>
<p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here.</p>
</div>
<div class="card-action">
<a class="post-comment" href="#"><i class="material-icons">comment</i><span>15</span></a>
<a class="readmore-btn" href="blog-single.html">Read More</a>
</div>
</div>
</div>
</div>
<div class="col s12 m4 l4">
<div class="blog-post">
<div class="card">
<div class="card-image">
<img src="img/blog2.jpg">
</div>
<div class="card-content blog-post-content">
<h2><a href="blog-single.html">Awesome Post Title</a></h2>
<div class="meta-media">
<div class="single-meta">
Post By <a href="#">Admin</a>
</div>
<div class="single-meta">
Category : <a href="#">Web/Design</a>
</div>
</div>
<p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here.</p>
</div>
<div class="card-action">
<a class="post-comment" href="#"><i class="material-icons">comment</i><span>10</span></a>
<a class="readmore-btn" href="blog-single.html">Read More</a>
</div>
</div>
</div>
</div>
<div class="col s12 m4 l4">
<div class="blog-post">
<div class="card">
<div class="card-image">
<img src="img/blog3.jpg">
</div>
<div class="card-content blog-post-content">
<h2><a href="blog-single.html">Awesome Post Title</a></h2>
<div class="meta-media">
<div class="single-meta">
Post By <a href="#">Admin</a>
</div>
<div class="single-meta">
Category : <a href="#">Web/Design</a>
</div>
</div>
<p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here.</p>
</div>
<div class="card-action">
<a class="post-comment" href="#"><i class="material-icons">comment</i><span>15</span></a>
<a class="readmore-btn" href="blog-single.html">Read More</a>
</div>
</div>
</div>
</div>
</div>
<a class="waves-effect waves-light btn-large allpost-btn" href="blog-archive.html">All Post</a>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- Social Media -->
<section id="socialmedia">
<div class="container-fluid socialmedia">
<div class="row">
<a href="https://www.facebook.com/mebinvarghese007" target="blank"><i class="fa fa-facebook-official"></i></a>
<a href="https://twitter.com/VargheseMebin" target="blank"><i class="fa fa-twitter"></i></a>
<!-- <a href="https://www.pinterest.com/webshorecompany/" target="blank"><i class="fa fa-pinterest-p" aria-hidden="true"></i></a> -->
<a href="https://www.instagram.com/mebin_thannikkappilly/" target="blank"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="https://plus.google.com/u/0/+VazhikattyWayMaker" target="blank"><i class="fa fa-google-plus"></i></a>
<a href="https://www.linkedin.com/in/mebin-varghese-13654b94/" target="blank"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</section>
<!-- Social Media -->
<!-- Start Footer -->
<footer id="footer" role="contentinfo">
<!-- Start Footer Top -->
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col s12">
<div class="footer-top-inner">
<h2 class="title">Contact</h2>
<p>The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here.It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English.</p>
<div class="contact">
<div class="row">
<div class="col s12 m6 l6">
<div class="contact-form">
<form role="form" method="post" class="message-me">
<div class="input-field">
<input type="text" class="input-box" name="contactName" id="contactName" required>
<label class="input-label" for="contact-name">Name</label>
</div>
<div class="input-field">
<input type="number" class="input-box" name="contactNumber" id="contactNumber" required>
<label class="input-label" for="number ">Number</label>
</div>
<div class="input-field">
<input type="email" class="input-box" name="contactEmail" id="contactEmail" required>
<label class="input-label" for="email">Email</label>
</div>
<div class="input-field">
<input type="text" class="input-box" name="contactSubject" id="contactSubject" required>
<label class="input-label" for="subject">Subject</label>
</div>
<div class="input-field textarea-input">
<textarea class="materialize-textarea" name="contactMessage" id="contactMessage" required></textarea>
<label class="input-label" for="textarea1">Message</label>
</div>
<button class="left waves-effect btn-flat brand-text submit-btn" type="submit">send message</button>
</form>
</div>
</div>
<div class="col s12 m6 l6">
<div class="contact-map">
<!-- <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3281.297314036103!2d-86.74954699999999!3d34.672444999999996!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88626565a94cdb25%3A0x74c206053b6a97c9!2s305+Intergraph+Way%2C+Madison%2C+AL+35758%2C+USA!5e0!3m2!1sen!2sbd!4v1431591462160" width="100%" height="100%" frameborder="0" style="border:0"></iframe> -->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7856.166652438907!2d76.2702977737711!3d10.092258421151758!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3b080e263ac4b759%3A0xa604570a09fcfd80!2sOlanad%2C+Varapuzha%2C+Kerala+683517!5e0!3m2!1sen!2sin!4v1545115390346" width="100%" height="100%" frameborder="0" style="border:0"></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Start Footer Bottom -->
<div class="footer-bottom">
<div class="container">
<div class="row">
<div class="col s12">
<div class="footer-inner">
<!-- Bottom to Up Btn -->
<button class="btn-floating btn-large up-btn"><i class="mdi-navigation-expand-less"></i></button>
<p class="design-info">Designed By <a href="http://www.mebinvarghese.in/">Mebin Varghese</a></p>
</div>
</div>
</div>
</div>
</div>
</footer>
</main>
</div>
</body>
</html>