-
Notifications
You must be signed in to change notification settings - Fork 2
/
index2.html
executable file
·893 lines (675 loc) · 29.8 KB
/
index2.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
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
<!DOCTYPE HTML>
<!-- Made with love by Vinit Shahdeo -->
<html>
<head>
<title>Vinit Shahdeo </title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/skillbox.css" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Montserrat+Alternates" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Acme" rel="stylesheet">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<style type="text/css">
body{
font-family: 'Montserrat Alternates', sans-serif;
}
.major{
font-family: 'Acme', sans-serif;
font-weight: normal;
}
.project-title{
text-transform: none;
font-size: 1.2em;
font-weight: 800;
}
.project-title fa{
font-size: 1.2em;
font-weight: 800;
}
.icon-hover{
cursor: pointer;
}
.icon-hover:hover{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
-moz-transition: -moz-transform 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s;
}
.github-icons {
}
.github-icons:after {
display: none;
}
.github-icons:hover {
-webkit-transform: scale(0.8);
}
.github-icons1:hover:before {
-webkit-animation: toRightFromLeft 0.3s forwards;
-moz-animation: toRightFromLeft 0.3s forwards;
animation: toRightFromLeft 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
49% {
-webkit-transform: translate(80%);
}
50% {
opacity: 0;
-webkit-transform: translate(-80%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toRightFromLeft {
49% {
-moz-transform: translate(80%);
}
50% {
opacity: 0;
-moz-transform: translate(-80%);
}
51% {
opacity: 1;
}
}
@keyframes toRightFromLeft {
49% {
transform: translate(80%);
}
50% {
opacity: 0;
transform: translate(-80%);
}
51% {
opacity: 1;
}
}
.github-icons2:hover:before {
-webkit-animation: toTopFromBottom 0.3s forwards;
-moz-animation: toTopFromBottom 0.3s forwards;
animation: toTopFromBottom 0.3s forwards;
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toTopFromBottom {
49% {
-moz-transform: translateY(-100%);
}
50% {
opacity: 0;
-moz-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes toTopFromBottom {
49% {
transform: translateY(-100%);
}
50% {
opacity: 0;
transform: translateY(100%);
}
51% {
opacity: 1;
}
}
.github-icons3:hover:before {
-webkit-animation: toBottomFromTop 0.3s forwards;
-moz-animation: toBottomFromTop 0.3s forwards;
animation: toBottomFromTop 0.3s forwards;
}
@-webkit-keyframes toBottomFromTop {
49% {
-webkit-transform: translateY(100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toBottomFromTop {
49% {
-moz-transform: translateY(100%);
}
50% {
opacity: 0;
-moz-transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
@keyframes toBottomFromTop {
49% {
transform: translateY(100%);
}
50% {
opacity: 0;
transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
.github-icons4:hover:before {
-webkit-animation: toLeftFromRight 0.3s forwards;
-moz-animation: toLeftFromRight 0.3s forwards;
animation: toLeftFromRight 0.3s forwards;
}
@-webkit-keyframes toLeftFromRight {
49% {
-webkit-transform: translate(-100%);
}
50% {
opacity: 0;
-webkit-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toLeftFromRight {
49% {
-moz-transform: translate(-100%);
}
50% {
opacity: 0;
-moz-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@keyframes toLeftFromRight {
49% {
transform: translate(-100%);
}
50% {
opacity: 0;
transform: translate(100%);
}
51% {
opacity: 1;
}
}
/* my name effect */
ul.my-nav>li{
padding-left: 20px;
}
ul.my-nav>li a{
font-size: 18px;
}
.bw{
filter: grayscale(100);
}
.navbarnew{
padding-top: 40px;
padding-bottom: 20px;
margin-top: 20px;
margin-bottom: 20px;
}
</style>
</head>
<body>
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Wrapper -->
<div id="wrapper">
<!-- Panel (Banner) -->
<section class="panel banner color1 right" id="home">
<div class="content color0 span-3-75">
<h1 class="major navbarnew"><!--[-->Hola, I'm<!--]--><br />
<!--[-->Vinit Shahdeo<!--]--></h1>
<br/><br/>
<p>Welcome to my portfolio. Glad to see you here!</p>
<br/><br/>
<center>
<ul class="actions navbarnew">
<li><a href="#aboutme" class="button special color1 circle icon fa-user">About Vinit Shahdeo</a></li>
<li><a href="#work" class="button special color1 circle icon fa-briefcase">Works of Responsibility</a></li>
<li><a href="#github" class="button special color1 circle icon fa-github">GitHub Projects</a></li>
<li><a href="#projects" class="button special color1 circle icon fa-folder">Projects</a></li>
<li><a href="#contactme" class="button special color1 circle icon fa-envelope">Next</a></li>
<br/><br/>
</ul>
</center>
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel color2-alt" id="aboutme">
<div class="intro color2">
<h2 class="major">About Me</h2>
<p>I am a Front-End Architect and Back-End Devleoper who strives to marry the love of Web Designing. Currently, I'm undergrad at VIT University Vellore.</p>
</div>
<div class="inner columns aligned">
<div class="span-2-75">
<h2 class="major">More about me!</h2>
<p align="justify">A dedicated Web & Android Developer and am very passionate about UI/UX designing, and enjoy designing logos, posters and infographics. Currently I have got a few IoT projects on my to do list and look forward to pursue them relentlessly. I am a proud alumnus of DPS Bokaro & having experienced life at Kota I could say I have had quite a journey. Presently, I'm an undergrad student at VIT University Vellore. <br><br>Well this is what it is on the professional front, numbers and figures stacked up. But let me throw light on what makes me. </p>
</div>
<div class="span-2-75">
<p align="justify">This section isn't about me going ga-ga over my achievements. It is about how the journey so far has shaped me to a person I am today. It is about all the bits and bytes that make me. Yes I am a tech geek but with a difference! An equal interest in Art, Culture and Music. I wish to see the world as if everything is a miracle. Firstly, I am grateful for the tiny treasure I have in my life - a roof on my head, a safe environment, a sustainable future, the right to education and opportunities to extract the best out of it, few but faithful friends and I hope to give back to society by doing my job as an IT professional.</p>
</div>
<div class="span-2-75">
<p align="justify">Throughout the years I have moulded myself to fight fear with hope, arrogance with confidence, thoughts with actions, actions with response and pessimism with optimism. I have a deep abiding love for learning, building and designing things. I consistently set short-term goals for myself. Then, once I’ve defined the benchmarks, I take necessary steps to achieve those milestones. Being tireless seeker of knowledge, I always look at where I can improve and strive for perfection in things which I do. I enjoy my ongoing tasks and multitasking. I always keep an eye on my target. </p>
</div>
<div class="span-2-75">
<p align="justify">My father has always been the Larry Summers to my inner Sheryl Sandberg, the iron pillar in my life. It was him who told me to raise my words and not my voice, who not only encouraged me to stand up and speak but also expected me to sit quietly and listen. And who made this silent timid boy into the one you see in front of you today. And he is confident and ready to take on the world that awaits. <br><br>I love to interact with people and share whatever little I know about my subjects and quite often can be found blogging on <a href="#">Quora</a> and <a href="#">Medium</a>. </p>
</div>
<div class="span-2-75">
<p align="justify">When I am not <a href="#">coding</a> I can often be found on the field playing badminton or lost in the healing world of music. Ping me, nothing brings me more joy than being able to connect with new people and to expand my network. <br><br><center>Always happy to help!</center> </p>
<center><ul class="icons">
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-linkedin"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-google-plus"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
</ul>
<a href="#contactme" class="button special color2 icon fa-envelope">Ping Me!</a></center><br/><br/>
</div>
</div>
</section>
<section class="panel spotlight small left">
<div class="content span-10">
<h2 class="major">My Almameter</h2>
<p><ul class="contact-icons color1">
<li class="icon fa-graduation-cap">B.Tech in Information Technology (2015 - 2017)</li>
<li class="icon fa-home"><a href="#">VIT University Vellore</a></li>
<hr>
<li class="icon fa-graduation-cap">Higher Secondary CBSE (2010 - 2014)</li>
<li class="icon fa-home"><a href="#">Delhi Public School Bokaro</a></li>
</ul>
</p>
</div>
<div class="image filtered tinted" data-position="top right">
<img src="images/pic03.jpg" alt="" />
</div>
</section>
<section class="panel spotlight medium right" id="work">
<div class="content span-10">
<h2 class="major">Works of Responsiblity</h2>
<p>
<ul class="contact-icons color1">
<li class="icon fa-user">President at <a href="#">VinnovateIT</a></li>
<li class="icon fa-code">Vice President(Technical) of <a href="#">CodeChef VIT Chapter</a></li>
<li class="icon fa-briefcase">Technical lead at <a href="#">Planoholic</a></li>
</ul>
</div>
<div class="image filtered tinted" data-position="top left">
<p><ul>
<li>Full Stack Web Devleopment</li>
<li>UI & UX Designing</li>
<li>Android App Development</li>
<li>Search Engine Optimization</li>
<li>Digital Marketing & Branding</li>
</ul></p>
<img src="images/pic02.jpg" alt="" />
</div>
</section>
<!-- Panel -->
<section class="panel spotlight color2 medium">
<div class="content span-10">
<h2 class="major">Certifications & Internships</h2>
<table>
<thead>
<tr>
<td><span class="icon fa-desktop"></span> Summer training in PHP by RCPL India</td>
</tr>
</thead>
<tbody>
<tr>
<td><span class="icon fa-graduation-cap"></span> Oracle Certification for Oracle Work Force Development Programme in Java</td>
</tr>
<tr>
<td><span class="icon fa-code"></span> Internship in Android App Development at RCPL Kolkata </td>
</tr>
<tr>
<td><span class="icon fa-graduation-cap"></span> Adobe Certification for Graphics Designing by Arena Animations Bangalore</td>
</tr>
<tr>
<td><span class="icon fa-code"></span> Certificate of appreciation by CodeChef for conducting workshop on Digital Footprint</td>
</tr>
<tr>
<td><span class="icon fa-graduation-cap"></span> Coursera Certification for Machine Learning</td>
</tr>
<tr>
<td><span class="icon fa-graduation-cap"></span> Coursera Certification for Advance Algorithm Design(Ongoing)</td>
</tr>
</tbody>
</table>
</div>
</section>
<section class="panel spotlight color1 small left" id="skills">
<div class="content span-10">
<h2 class="major">My Skills</h2>
<p></p>
</div>
<div class="image filtered tinted" data-position="top right">
<img src="images/pic03.jpg" alt="" />
</div>
</section>
<!-- Panel -->
<section class="panel spotlight large left">
<div class="content span-10">
<h2 class="major">My Skills</h2>
<div id="SkillBox">
<div class="SkillBar">
<div id="Skill-HTML">
<span class="Skill-Area ">HTML</span>
<span class="PercentText ">100%</span>
</div>
</div>
<div class="SkillBar">
<div id="Skill-CSS">
<span class="Skill-Area ">CSS/CSS3</span>
<span class="PercentText ">70%</span>
</div>
</div>
<div class="SkillBar">
<div id="Skill-jQuery">
<span class="Skill-Area ">jQuery</span>
<span class="PercentText ">40%</span>
</div>
</div>
<div class="SkillBar">
<div id="Skill-JS">
<span class="Skill-Area ">Javascript</span>
<span class="PercentText ">65%</span>
</div>
</div>
</div>
</div>
<div class="image filtered tinted" data-position="top right">
<img src="images/pic03.jpg" alt="" />
</div>
</section>
<!-- ends -->
<!-- Panel -->
<section class="panel spotlight large left">
<div class="content span-10">
<h3 class="major">Back End</h3>
<div id="SkillBox">
<div class="SkillBar">
<div id="Skill-HTML">
<span class="Skill-Area ">PHP</span>
<span class="PercentText ">70%</span>
</div>
</div>
<div class="SkillBar">
<div id="Skill-CSS">
<span class="Skill-Area ">Node.JS</span>
<span class="PercentText ">30%</span>
</div>
</div>
</div>
</div>
<div class="image filtered tinted" data-position="top right">
<img src="images/pic03.jpg" alt="" />
</div>
</section>
<!-- ends -->
<section class="panel spotlight color1 large left">
<div class="content span-10">
<h2 class="major">My Skills</h2>
<div id="SkillBox">
<div class="SkillBar">
<div id="Skill-C">
<span class="Skill-Area ">C</span>
<span class="PercentText ">30%</span>
</div>
</div>
<div class="SkillBar">
<div id="Skill-SQL">
<span class="Skill-Area ">C++</span>
<span class="PercentText ">80%</span>
</div>
</div>
<div class="SkillBar">
<div id="Skill-JAVA">
<span class="Skill-Area ">Java </span>
<span class="PercentText ">25%</span>
</div>
</div>
<div class="SkillBar">
<div id="Skill-PHP">
<span class="Skill-Area ">Python</span>
<span class="PercentText ">50%</span>
</div>
</div>
</div>
</div>
</section>
<!-- ends -->
<!-- Panel -->
<section class="panel spotlight color4 large left" id="github">
<div class="content span-10">
<h2 class="major">My GitHub Projects</h2>
<p>
<ul class="contact-icons">
<li><a href="#" class="button icon project-title fa-twitter">miTweet</a></li>
<li><a href="#" class="button icon project-title fa-github">GitHub LookBook</a></li>
<li><a href="#" class="button icon project-title fa-search">Wikipedia Search</a></li>
<li><a href="#" class="button icon project-title fa-code">Job Tweets</a></li>
<li><a href="#" class="button icon project-title fa-code">Truth & Dare Game</a></li>
</ul>
</p>
</div>
<div class="inner">
<ul class="grid-icons connected three ">
<li><a href="#"><span class="icon fa-code github-icons github-icons1"><span class="label">GitHub</span></span></a></li>
<li><a href="#"><span class="icon fa-github github-icons github-icons3"><span class="label">GitHub</span></span></a></li>
<li><a href="#"><span class="icon fa-git github-icons github-icons4"><span class="label">GitHub</span></span></a></li>
<li><a href="#"><span class="icon fa-desktop github-icons github-icons1"><span class="label">GitHub</span></span></a></li>
<li><a href="#"><span class="icon fa-star github-icons github-icons2"><span class="label">GitHub</span></span></a></li>
<li><a href="#"><span class="icon fa-code-fork github-icons github-icons4"><span class="label">GitHub</span></span></a></li>
</ul>
</div>
</section>
<!-- Panel -->
<!-- Panel -->
<section class="panel spotlight color2 large" id="websites">
<div class="content span-10">
<h2 class="major">Websites made by me</h2>
<p>
<ul class="contact-icons">
<li><a href="#" class="button project-title ">Planoholic</a></li>
<li><a href="#" class="button project-title ">Code Combat</a></li>
<li><a href="#" class="button project-title ">VinnovateIT</a></li>
<li><a href="#" class="button project-title ">Singh Tutorial</a></li>
<li><a href="#" class="button project-title">CodeChef VIT Chapter</a></li>
</ul>
</p>
</div>
<div class="inner">
<pre><code><html>
<head> </head>
<body> <?php
echo "Are you looking for web developer?";
echo "Hire me!";
?> </body>
</html>
</code></pre>
<a href="#" class="button color2">Hire Me!</a>
<br/>
</div>
</section>
<!-- Panel -->
<section class="panel spotlight color2 large">
<div class="content span-10">
<h2 class="major">My Ongoing Projects</h2>
<p>
<ul class="contact-icons">
<li><a href="#" class="button project-title ">GitHub LookBook</a></li>
<li><a href="#" class="button project-title ">Jerry - ChatBot</a></li>
</ul>
</div>
<div class="inner">
<ul class="contact-icons color2">
<li class="icon fa-github"><a href="#">View on GitHub!</a></li>
<li class="icon fa-envelope"><a href="#">Suggestions are welcome!</a></li>
</ul>
<a href="#" class="button special color2 icon project-title fa-code-fork">Contribute</a>
<br><br/>
</div>
</section>
<!-- Panel -->
<section class="panel spotlight color1 large" id="projects">
<div class="content span-10">
<h2 class="major">Completed Projects</h2>
<p>
<ul class="contact-icons">
<li><a href="#" class="button project-title">Library Management System</a></li>
<br>
<p>An interactive website with separate librarian and
student login for book issue. </p>
<i class="fa fa-arrow-circle-right"></i> Bootstrap<br>
<i class="fa fa-arrow-circle-right"></i> PHP<br/>
<i class="fa fa-arrow-circle-right"></i> MySQL
</ul>
</div>
<div class="content span-10">
<ul class="contact-icons">
<li><a href="#" class="button project-title ">Remote Compiler</a></li>
<br>
<p>A remote compiler using <a href="#">HackerRank</a> API. Technologies used : </p>
<i class="fa fa-arrow-circle-right"></i> Node.JS<br>
<i class="fa fa-arrow-circle-right"></i> Express
</ul>
</div>
<div class="content span-10">
<ul class="contact-icons">
<li><a href="#" class="button project-title ">Online Recruitment Portal</a></li>
<br>
<p>A web portal to conduct MCQs exam for the
recruitments in VinnovateIT. Developed using</p>
<i class="fa fa-arrow-circle-right"></i> Bootstrap<br>
<i class="fa fa-arrow-circle-right"></i> PHP<br/>
<i class="fa fa-arrow-circle-right"></i> MySQL
</ul>
</div>
<div class="content span-10">
<ul class="contact-icons">
<li><a href="#" class="button project-title ">Job Tweets</a></li>
<br>
<p>This project is about crawling the twitter for finidng job opportunites in present time. Technologiess used : </p>
<i class="fa fa-arrow-circle-right"></i> Python<br>
<i class="fa fa-arrow-circle-right"></i> Sentiment Analysis
</ul>
</div>
<div class="content span-10">
<ul class="contact-icons">
<li><a href="#" class="button project-title ">Smart Baggage Tracker</a></li>
<br>
<p>A smart device to reduce the mishandling of Baggages
using GSM Module.</p>
<i class="fa fa-arrow-circle-right"></i> Arduino<br>
<i class="fa fa-arrow-circle-right"></i> Android Studio
</ul>
</div>
</section>
<!-- Panel -->
<!-- Panel -->
<section class="panel color2">
<div class="intro color2">
<h2 class="major">Download My Resume</h2>
<p>Umm....Interested in hiring me..?</p>
<ul class="actions">
<li><a href="#resume" class="button special color2 icon fa-download">Download Resume</a></li>
<!--<li><a href="#first" class="button special color1 circle icon fa-github">Next</a></li>-->
</ul>
<br>
</div>
</section>
<section class="panel color1 large">
<div class="intro joined span-4">
<h2 class="major">What I can do for you</h2>
<ul>
<li>Full Stack Web Devleopment</li>
<li>UI & UX Designing</li>
<li>Android App Development</li>
<li>Search Engine Optimization</li>
<li>Digital Marketing & Branding</li>
</ul>
</div>
<div class="inner">
<ul class="grid-icons three ">
<li><span class="icon fa-code icon-hover"><span class="label"></span></span></li>
<li><span class="icon fa-camera-retro icon-hover"><span class="label"></span></span></li>
<li><span class="icon fa-cog icon-hover"><span class="label"></span></span></li>
<li><span class="icon fa-paper-plane icon-hover"><span class="label"></span></span></li>
<li><span class="icon fa-bar-chart icon-hover"><span class="label"></span></span></li>
<li><center><span class="icon fa-code icon-hover"><span class="label"></span></span></center></li>
</ul>
</div>
</section>
<!-- Panel (Spotlight) -->
<section class="panel color4-alt" id="contactme">
<div class="intro color4">
<h2 class="major">Contact Me</h2>
<p>Nothing brings me more happiness than being able to connect with new people. Always happy to help. Email is the best way to reach me.</p>
</div>
<div class="inner columns divided">
<div class="span-3-25">
<form method="post" action="#">
<div class="field half">
<label for="name">Name</label>
<input type="text" name="name" id="name" placeholder="What's your good name.."/>
</div>
<div class="field half">
<label for="email">Email</label>
<input type="email" name="email" id="email" placeholder="What's your email?"/>
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="4" placeholder="Drop few lines for me..."></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="button special" /></li>
</ul>
</form>
</div>
<div class="span-1-5"><center>
<ul class="contact-icons color1 actions">
<li class="icon fa-twitter"><a href="#"></a></li>
<li class="icon fa-facebook"><a href="#"></a></li>
<li class="icon fa-github"><a href="#"></a></li>
<li class="icon fa-instagram"><a href="#"></a></li>
<li class="icon fa-linkedin"><a href="#"></a></li>
</ul>
</center>
</div>
<ul class="actions">
<li><a href="#home" class="button special color1 circle icon fa-angle-up">Back to Vinit Shahdeo Resume Home</a></li>
<!--<li><a href="#first" class="button special color1 circle icon fa-github">Next</a></li>-->
</ul>
</div>
</section>
<!-- Copyright -->
<div class="copyright">© <a href="https://github.com/vinitshahdeo">Vinit Shahdeo</a> | 2017.</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/typed.min.js"></script>
</body>
</html>