-
Notifications
You must be signed in to change notification settings - Fork 1
/
index1.html
55 lines (55 loc) · 2.28 KB
/
index1.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
<!DOCTYPE HTML>
<html>
<head>
<title>Vinit Shahdeo</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<div id="wrapper">
<header id="header">
<span class="avatar"><a href="index.html"><img src="images/v.jpg" alt="Vinit Shahdeo" /></a></span>
<br><br>
<ul class="icons">
<li><a href="https://twitter.com/Vinit_Shahdeo" class="icon style2 fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/vinit.shahdeo" class="icon style2 fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/vinitshahdeo" class="icon style2 fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://www.linkedin.com/in/vinitshahdeo" class="icon style2 fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://plus.google.com/+vinitshahdeo" class="icon style2 fa-google-plus"><span class="label">Google Plus</span></a></li>
</ul>
<h1><strong>Hi, I'm Vinit Shahdeo - A code blooded tech gig, who is very much passionate about Web Designing & Android App Development. When I'm not coding, I enjoy listening songs and playing badminton. Presently, I'm pursuing B.tech in Information Technology at VIT University, Vellore. Have a look into my works here it goes:</strong></h1>
</header>
<section id="main">
<section class="thumbnails">
<div>
<a href="https://www.codechef.com/">
<img src="images/cd1.jpg" alt="Codechef-VIT Chapter" />
<h3>Technical Member</h3>
</a>
<a href="https://www.facebook.com/webfunzone">
<img src="images/funzone.jpg" alt="Funzone" />
<h3>Technical Head</h3>
</a>
</div>
<div>
<a href="blog.html">
<img src="images/infotalk.png" alt="InfoTalk" />
<h3>Tech Blogger</h3>
</a>
</div>
<div>
<a href="http://www.vinnovate.it/">
<img src="images/vinnovateit.jpg" alt="" />
<h3>Crew Member</h3>
</a>
</div>
</section>
<h2 align="center">Wanna know more,<a href="index.html"> click here</a> to see my complete Portfoilo</h2>
</section>
<footer id="footer">
<p align="center"><strong>© 2016 <a href="http://www.facebook.com/vinit.shahdeo" target="_blank">Vinit Shahdeo</p>
</footer>
</div>
</body>
</html>