forked from psgganesh/psgganesh.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
780 lines (635 loc) · 28.5 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
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Shankar</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="http://shankar.ellipsonic.com/favicon.ico" type="image/x-icon">
<link rel="icon" href="http://shankar.ellipsonic.com/favicon.ico" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header>
<div class="header-logo">
<a href="index.html" style="background:url('preview_32x32.png');">Shankar</a>
</div>
<a id="header-menu-trigger" href="index.html#0">
<span class="header-menu-text">Menu</span>
<span class="header-menu-icon"></span>
</a>
<nav id="menu-nav-wrap">
<a href="index.html#0" class="close-button" title="close"><span>Close</span></a>
<h3>Shankar.</h3>
<ul class="nav-list">
<li class="current"><a class="smoothscroll" href="index.html#home" title="Home">Home</a></li>
<li><a class="smoothscroll" href="index.html#about" title="About">About</a></li>
<li><a class="smoothscroll" href="index.html#skills" title="Skills">Skills</a></li>
<li><a class="smoothscroll" href="index.html#credentials" title="Experience">Experience</a></li>
<li><a class="smoothscroll" href="index.html#contact" title="">Contact</a></li>
</ul>
<ul class="header-social-list">
<li>
<a href="https://www.facebook.com/shankarganeshps"><i class="fa fa-facebook-square"></i></a>
</li>
<li>
<a href="https://twitter.com/psgganesh"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="https://github.com/psgganesh"><i class="fa fa-github"></i></a>
</li>
</ul>
</nav> <!-- end #menu-nav-wrap -->
</header> <!-- end header -->
<!-- home
================================================== -->
<section id="home">
<div class="overlay"></div><div class="gradient-overlay"></div>
<div class="home-content-table">
<div class="home-content-tablecell">
<div class="row">
<div class="col-twelve">
<div class="home-bottom-text">
<h3 class="animate-intro">Hello, World.</h3>
<h1 class="animate-intro">
I am Shankar <br>
Full stack Web Dev., Designer<br>
at Carro Singapore.<br>
</h1>
<ul class="home-section-links">
<li class="animate-intro">More <a href="index.html#about" class="smoothscroll">About Me</a></li>
<li class="animate-intro">View <a href="index.html#portfolio" class="smoothscroll">My Works</a></li>
<li class="animate-intro">Contact <a href="index.html#contact" class="smoothscroll">By Email</a></li>
</ul>
</div> <!-- end home-bottom-text -->
</div> <!-- end col-twelve -->
</div> <!-- end row -->
</div> <!-- end home-content-tablecell -->
</div> <!-- end home-content-table -->
<a href="index.html#about" class="scroll-icon smoothscroll">
<span class="icon-DownArrow"></span>
</a>
</section> <!-- end home -->
<!-- about
================================================== -->
<section id="about">
<div class="about-profile-bg"></div>
<div class="about-wrap">
<div class="about-profile">
<div class="about-profile-bg"></div>
<div class="intro">
<h3 class="animate-this">About</h3>
<h1 class="animate-this">More About Me.</h1>
<p class="lead animate-this">I hold a Bachelor degree in Computer Application from K.L.E College, Bengaluru followed by a Postgraduate diploma in business administration, Pune. I underwent an online course from Stanford university on Start-up engineering which led my interests about startup and startup culture.</p>
</div>
<p class="lead animate-this">
I like all things tech, design and creative. I do have a passion in Sales & Marketing and which led me to pursue multi-level marketing for 2.5 years before I got into technology. Occasional traveller with love to taste different cuisines this journey led me to meet many people around the world and made many friends who later engaged me to the digital-nomad culture.
</p>
<p class="lead animate-this">Going back through timeline, I had spent my time in teaching Physics and Computers to CBSE and ICSE students at tuitions which helped me pick up public speaking skills.</p>
<p class="lead animate-this">I love both classical and rock music, love songs by John Mayer, Rahman, Beatles. Hindu by birth with an inclination towards Mahayana Buddhism, Shamanism and Taoism.</p>
<p>
<a href="index.html#contact" class="button full-width animate-this">Contact Me</a>
</p>
</div> <!-- end about-profile -->
<div class="about-services">
<div class="intro">
<h3 class="animate-this">Activities</h3>
<h1 class="animate-this">What I Do.</h1>
<p class="lead animate-this"> Learn ~ Design ~ Code ~ Mentor ~ Sell ~ Repeat </p>
</div>
<ul class="services">
<li class="item-branding animate-this">
<div class="icon-wrap">
<i class="icon-Diploma2"></i>
</div>
<div class="service-item">
<h4>Learn</h4>
<p>Interested in learning all things related to technology, creative and online content marketing.</p>
</div>
</li>
<li class="item-photography animate-this">
<div class="icon-wrap">
<i class="icon-Picture"></i>
</div>
<div class="service-item">
<h4>Design</h4>
<p>Platform independent, tailor made branding for hand-picked customers, mostly dealing with UX and UI design related to Web and Mobile apps.</p>
</div>
</li>
<li class="item-webdesign animate-this">
<div class="icon-wrap">
<i class="icon-Checked"></i>
</div>
<div class="service-item">
<h4>Code</h4>
<p>Hand-made code created with php mvc / laravel, javascript, android and / or any requirement specific languages that suit the job.</p>
</div>
</li>
<li class="item-uiux animate-this">
<div class="icon-wrap">
<i class="icon-Diploma1"></i>
</div>
<div class="service-item">
<h4>Mentor</h4>
<p>Documenting, creating knowledge-base and using the power of open-source to coach and collaborate work among friends inside and outside of ellipsonic.</p>
</div>
</li>
<li class="item-uiux animate-this">
<div class="icon-wrap">
<i class="icon-Business"></i>
</div>
<div class="service-item">
<h4>Sell</h4>
<p>Creating a support team to bind customers with after-sales service. Building content to drive traffic via online social networks and SEO.</p>
</div>
</li>
</ul>
</div> <!-- end about-services -->
</div> <!-- end about-wrap -->
</section> <!-- end about -->
<!-- about
================================================== -->
<section id="skills">
<div class="overlay"></div>
<div class="gradient-overlay"></div>
<div class="row wide">
<div class="col-skills">
<div class="section-intro">
<h3 class="animate-this">Skillset</h3>
<h1 class="animate-this">Skills and Toolsets</h1>
<p class="animate-this">Skill sets mentioned below are for web, android and graphic tools specific. As new skills are built upon; this section will be updated.</p>
</div>
<ul class="skill-bars">
<li class="animate-this" data-animate="fadeInRight">
<div class="progress percent85"><span>85%</span></div>
<strong>HTML5</strong>
</li>
<li class="animate-this" data-animate="fadeInRight">
<div class="progress percent80"><span>80%</span></div>
<strong>CSS3</strong>
</li>
<li class="animate-this" data-animate="fadeInRight">
<div class="progress percent95"><span>95%</span></div>
<strong>JQuery</strong>
</li>
<li class="animate-this" data-animate="fadeInRight">
<div class="progress percent85"><span>85%</span></div>
<strong>PHP</strong>
</li>
<li class="animate-this" data-animate="fadeInRight">
<div class="progress percent90"><span>90%</span></div>
<strong>Angular JS</strong>
</li>
<li class="animate-this" data-animate="fadeInRight">
<div class="progress percent75"><span>75%</span></div>
<strong>Test Automation</strong>
</li>
<li class="animate-this" data-animate="fadeInRight">
<div class="progress percent75"><span>75%</span></div>
<strong>CI, CD, Deployment</strong>
</li>
<li class="animate-this" data-animate="fadeInRight">
<div class="progress percent60"><span>65%</span></div>
<strong>PS, Illustrator, Graphic tools</strong>
</li>
</ul>
</div> <!-- end col-six -->
</div> <!-- end row wide -->
</section> <!-- end skills -->
<!-- credentials
================================================== -->
<section id="credentials">
<div class="row narrow section-intro with-bottom-sep">
<div class="col-twelve">
<h3 class="animate-this">Career and Education</h3>
<h1 class="animate-this">More of My Credentials.</h1>
<p class="lead">I hold a Bachelor degree in Computer Application from K.L.E College, Bengaluru followed by a Postgraduate diploma in business administration, Pune. I underwent an online course from Stanford university on Start-up engineering which led my interests about startup and startup culture.</p>
</div>
</div> <!-- end section-intro -->
<div class="row wide credentials-content">
<div class="col-six tab-full left">
<h2 class="animate-this">Experience</h2>
<div class="timeline-wrap">
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<p class="timeframe">Jan 2014 - Present</p>
<h3>Ellipsonic</h3>
<h4>Rainmaker</h4>
</div>
<div class="timeline-content">
<p>Started a web and mobile app studio and currently working on client side service based projects and internal products.</p>
</div>
</div> <!-- end timeline-block -->
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<p class="timeframe">Jan 2012 - Jan 2014</p>
<h3>ITC Infotech</h3>
<h4>Automation and Performance Tester</h4>
</div>
<div class="timeline-content">
<p>Worked on test-automation and performance testing for web and mobile apps. In parallel mentored interns on testing tools.</p>
</div>
</div> <!-- end timeline-block -->
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<p class="timeframe">Nov 2009 - Sep 2012</p>
<h3>iGate Global Solutions</h3>
<h4>Manual and Automation Tester</h4>
</div>
<div class="timeline-content">
<p>Involved in manual and automated software testing for web and mobile apps.</p>
</div>
</div> <!-- end timeline-block -->
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<p class="timeframe">Oct 2008 - Nov 2009</p>
<h3>Prerana Institute</h3>
<h4>Tuition mentor for Physics and Computers</h4>
</div>
<div class="timeline-desc">
<p>Mentored tuition school students on Physics and Computers for aiding CBSE and ICSE syllabus students.</p>
</div>
</div> <!-- end timeline-block -->
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<p class="timeframe">Sep 2005 - Sep 2008</p>
<h3>Renowned Mutli-level marketing company</h3>
<h4>Marketing associate</h4>
</div>
<div class="timeline-content">
<p>Used to present people about the business idea, get them to join the network.</p>
</div>
</div> <!-- end timeline-block -->
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-briefcase"></i>
</div>
<div class="timeline-header">
<p class="timeframe">Nov 2004 - June 2005</p>
<h3>Paperboy</h3>
<h4>Local household paper boy</h4>
</div>
<div class="timeline-content">
<p>Used to put papers to make sure I wake up early.</p>
</div>
</div> <!-- end timeline-block -->
</div> <!-- end timeline-wrap -->
</div> <!-- end col-six -->
<div class="col-six tab-full right">
<h2 class="animate-this">Education</h2>
<div class="timeline-wrap">
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="timeline-header">
<p class="timeframe">June 2013 - Sep 2013</p>
<h3>Stanford University</h3>
<h4>Startup engineering</h4>
</div>
</div> <!-- end timeline-block -->
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="timeline-header">
<p class="timeframe">June 2012 - Aug 2014</p>
<h3>Symbiosis Distance Learning University</h3>
<h4>Post-graduate Degree In Operations</h4>
</div>
</div> <!-- end timeline-block -->
<div class="timeline-block animate-this">
<div class="timeline-ico">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="timeline-header">
<p class="timeframe">June 2006 - October 2009</p>
<h3>K.L.E College</h3>
<h4>Bachelor Degree</h4>
</div>
</div> <!-- end timeline-block -->
</div> <!-- end timeline-wrap -->
</div> <!-- end col-six -->
</div> <!-- end row wide -->
</section> <!-- end credentials -->
<!-- portfolio
==================================================
<section id="portfolio">
<div class="row narrow section-intro with-bottom-sep">
<div class="col-twelve">
<h3 class="animate-this">Portfolio</h3>
<h1 class="animate-this">See My Latest Projects.</h1>
<p class="lead animate-this">Lorem ipsum Dolor adipisicing nostrud et aute Excepteur amet commodo ea dolore irure esse Duis nulla sint fugiat cillum ullamco proident aliquip quis qui voluptate dolore veniam Ut laborum non est in officia.</p>
</div>
</div>
<div class="row portfolio-content">
<div class="col-twelve">
<div id="folio-wrap" class="bricks-wrapper">
<div class="brick folio-item">
<div class="item-wrap animate-this" data-src="images/portfolio/gallery/g-skaterboy.jpg" data-sub-html="#01" >
<a href="#" class="overlay">
<img src="images/portfolio/skaterboy.jpg" alt="Skaterboy">
<div class="item-text">
<span class="folio-types">
Web Development
</span>
<h3 class="folio-title">Skaterboy</h3>
</div>
</a>
<a href="https://www.behance.net/" class='details-link' title="details">
<i class="icon-UpRightArrow"></i>
</a>
</div>
<div id="01" class='hide'>
<h4>Skater Boy</h4>
<p>Lorem ipsum Dolor deserunt labore sint officia. Magna et aute enim proident tempor sunt quis nulla voluptate fugiat velit. <a href="www.behance.net">Details</a></p>
</div>
</div>
<div class="brick folio-item">
<div class="item-wrap animate-this" data-src="images/portfolio/gallery/g-shutterbug.jpg" data-sub-html="#02">
<a href="#" class="overlay">
<img src="images/portfolio/shutterbug.jpg" alt="Shutterbug">
<div class="item-text">
<span class="folio-types">
Photography
</span>
<h3 class="folio-title">Shutterbug</h3>
</div>
</a>
<a href="https://www.behance.net/" class='details-link' title="details">
<i class="icon-UpRightArrow"></i>
</a>
</div>
<div id="02" class='hide'>
<h4>Shutterbug</h4>
<p>Lorem ipsum Dolor deserunt labore sint officia. Magna et aute enim proident tempor sunt quis nulla voluptate fugiat velit. <a href="www.behance.net">Details</a></p>
</div>
</div>
<div class="brick folio-item">
<div class="item-wrap animate-this" data-src="images/portfolio/gallery/g-explore.jpg" data-sub-html="#03" >
<a href="#" class="overlay">
<img src="images/portfolio/explore.jpg" alt="Explore">
<div class="item-text">
<span class="folio-types">
UI/UX Design
</span>
<h3 class="folio-title">Explore</h3>
</div>
</a>
<a href="https://www.behance.net/" class='details-link' title="details">
<i class="icon-UpRightArrow"></i>
</a>
</div>
<div id="03" class='hide'>
<h4>Explore</h4>
<p>Lorem ipsum Dolor deserunt labore sint officia. Magna et aute enim proident tempor sunt quis nulla voluptate fugiat velit. <a href="www.behance.net">Details</a></p>
</div>
</div>
<div class="brick folio-item">
<div class="item-wrap animate-this" data-src="images/portfolio/gallery/g-minimalismo.jpg" data-sub-html="#04" >
<a href="#" class="overlay">
<img src="images/portfolio/minimalismo.jpg" alt="Minimalismo">
<div class="item-text">
<span class="folio-types">
Web Design
</span>
<h3 class="folio-title">Minimalismo</h3>
</div>
</a>
<a href="https://www.behance.net/" class='details-link' title="details">
<i class="icon-UpRightArrow"></i>
</a>
</div>
<div id="04" class='hide'>
<h4>Minimalismo</h4>
<p>Lorem ipsum Dolor deserunt labore sint officia. Magna et aute enim proident tempor sunt quis nulla voluptate fugiat velit. <a href="www.behance.net">Details</a></p>
</div>
</div>
<div class="brick folio-item">
<div class="item-wrap animate-this" data-src="images/portfolio/gallery/g-bicycle.jpg" data-sub-html="#05" >
<a href="#" class="overlay">
<img src="images/portfolio/bicycle.jpg" alt="Bicycle">
<div class="item-text">
<span class="folio-types">
Branding
</span>
<h3 class="folio-title">Bicycle</h3>
</div>
</a>
<a href="https://www.behance.net/" class='details-link' title="details">
<i class="icon-UpRightArrow"></i>
</a>
</div>
<div id="05" class='hide'>
<h4>Bicycle</h4>
<p>Lorem ipsum Dolor deserunt labore sint officia. Magna et aute enim proident tempor sunt quis nulla voluptate fugiat velit. <a href="www.behance.net">Details</a></p>
</div>
</div>
<div class="brick folio-item">
<div class="item-wrap animate-this" data-src="images/portfolio/gallery/g-salad.jpg" data-sub-html="#06">
<a href="#" class="overlay">
<img src="images/portfolio/salad.jpg" alt="Salad">
<div class="item-text">
<span class="folio-types">
Photography
</span>
<h3 class="folio-title">Salad</h3>
</div>
</a>
<a href="https://www.behance.net/" class='details-link' title="details">
<i class="icon-UpRightArrow"></i>
</a>
</div>
<div id="06" class='hide'>
<h4>Salad</h4>
<p>Lorem ipsum Dolor deserunt labore sint officia. Magna et aute enim proident tempor sunt quis nulla voluptate fugiat velit. <a href="www.behance.net">Details</a></p>
</div>
</div>
</div>
</div>
</div>
</section> <!-- end portfolio -->
<!-- stats
==================================================
<section id="stats">
<div class="row">
<div class="col-twelve">
<div class="block-1-4 block-tab-1-2 block-mob-full stats-list">
<div class="bgrid stat">
<div class="icon-part">
<i class="icon-Briefcase"></i>
</div>
<h5 class="stat-title">
Projects Completed
</h5>
<h3 class="stat-count">430</h3>
</div>
<div class="bgrid stat">
<div class="icon-part">
<i class="icon-AddressBook"></i>
</div>
<h5 class="stat-title">
Happy Clients
</h5>
<h3 class="stat-count">390</h3>
</div>
<div class="bgrid stat">
<div class="icon-part">
<i class="icon-Diploma1"></i>
</div>
<h5 class="stat-title">
Awards Received
</h5>
<h3 class="stat-count">100</h3>
</div>
<div class="bgrid stat">
<div class="icon-part">
<i class="icon-Idea"></i>
</div>
<h5 class="stat-title">
Crazy Ideas
</h5>
<h3 class="stat-count">120</h3>
</div>
</div>
</div>
</div>
</section> <!-- end stats -->
<!-- contact
================================================== -->
<section id="contact">
<div class="overlay"></div>
<div class="row narrow section-intro">
<div class="col-twelve">
<h3 class="animate-this">Contact</h3>
<h1 class="animate-this">Feel free to contact me.</h1>
<!-- <p class="lead animate-this">Lorem ipsum Do commodo in proident enim in dolor cupidatat adipisicing dolore officia nisi aliqua incididunt Ut veniam lorem ipsum Consectetur ut in in eu do.</p> -->
</div>
</div> <!-- end section-intro -->
<div class="row contact-form">
<div class="col-twelve">
<!-- form
<form name="contactForm" id="contactForm" method="post">
<div class="form-field animate-this">
<input name="contactName" type="text" id="contactName" placeholder="Name" value="" minlength="2" required="">
</div>
<div class="form-field animate-this">
<input name="contactEmail" type="email" id="contactEmail" placeholder="Email" value="" required="">
</div>
<div class="form-field animate-this">
<input name="contactSubject" type="text" id="contactSubject" placeholder="Subject" value="">
</div>
<div class="form-field animate-this">
<textarea name="contactMessage" id="contactMessage" placeholder="Message" rows="10" cols="50" required=""></textarea>
</div>
<div class="form-field animate-this">
<button class="submitform">Submit</button>
<div id="submit-loader">
<div class="text-loader">Sending...</div>
<div class="s-loader">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
</div>
</form> -->
<!-- contact-warning -->
<div id="message-warning"></div>
<!-- contact-success -->
<div id="message-success">
<i class="fa fa-check"></i>Your message was sent, thank you!<br>
</div>
</div> <!-- end col-twelve -->
</div> <!-- end row contact-form -->
<div class="row contact-info">
<div class="col-four tab-full">
<h5 class="animate-this">Where to find me</h5>
<p class="animate-this">
#261, II Floor, <br>
Rajalakshmi Apartments, Milk Colony, <br>
Malleshwaram West, Bengaluru<br>
560010 India
</p>
</div> <!-- end col-four -->
<div class="col-four tab-full collapse">
<h5 class="animate-this">Email Me At</h5>
<p class="animate-this">
psgganesh@gmail.com
</p>
</div> <!-- end col-four -->
<div class="col-four tab-full">
<h5 class="animate-this">Call Me At</h5>
<p class="animate-this">
Mobile: (+65) 8434 4927<br>
Mobile: (+91) 973 983 1403<br>
Phone: (+91) 080 2357 2934<br>
</p>
</div> <!-- end col-four -->
</div> <!-- end row contact-info -->
</section> <!-- end contact -->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="col-twelve tab-full social">
<ul class="footer-social">
<li><a href="https://www.facebook.com/shankarganeshps">Facebook</a></li>
<li><a href="https://twitter.com/psgganesh">Twitter</a></li>
<li><a href="https://github.com/psgganesh">Github</a></li>
</ul>
</div>
<div class="col-twelve tab-full">
<div class="copyright">
<span>© Copyright Ellipsonic 2016.</span>
</div>
</div>
</div> <!-- end row -->
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="index.html#top"><i class="icon-UpArrow"></i></a>
</div>
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>