forked from vinitshahdeo/SimpleBio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (39 loc) · 1.93 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
<html>
<!--- Simple Bio template -->
<!--- Author - Vinit Shahdeo -->
<head>
<title>Vinit Shahdeo | Personal Website</title>
<!--- Default Stylesheet -->
<link href="./style.css" rel="stylesheet">
<!--- Font Awesome Icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div class="main">
<center>
<div class="about">
<a href="https://www.instagram.com/vinitshahdeo">
<img src="./picture.png" class="main-img">
</a>
<h3><span>Vinit</span></h3>
<button class="btn btn-lg btn-yellow">Hello, Glad to see you here!</button>
<p>I am a front-end architect from Ranchi. You can view my works
<a href="https://github.com/vinitshahdeo">here</a>.
I love to cook Maggie when I'm not cooking any website.
Presently I am undergraduate at
<a href="http://www.vit.ac.in/" target="_blank">VIT University Vellore.</a>
<br/><span>Thank You for Visiting!</span>
</p>
<p>Ping me at <a href="mailto:vinitshahdeo@gmail.com">vinitshahdeo@gmail.com</a></p>
<hr>
<ul class="social">
<li><a href="http://www.facebook.com/vinit.shahdeo" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.linkedin.com/in/vinitshahdeo" target="_blank"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://twitter.com/Vinit_Shahdeo" target="_blank"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
</center>
</div>
</body>
<!--- Made with love by Vinit Shahdeo -->
</html>