-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (30 loc) · 2.24 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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel = "stylesheet" href = "css/main.css" type = "text/css">
<link href="https://fonts.googleapis.com/css?family=Berkshire+Swash|Comfortaa|Lobster|Righteous" rel="stylesheet">
</head>
<body>
<div class = "section" id = "header">
<img src = "images/nvs.jpg"
alt="My image">
<div class = "name">N V S Abhishek</div>
<div id = "tags"><br>Computer Science Undergraduate<br><br><i style = "color : black" class = "fa fa-graduation-cap" aria-hidden = "true"></i> College of Engineering and Technology, Bhubaneswar<br><br>Visit my
<a target = "_blank" href = "https://www.codepen.io/NVS16/"><i class = "fa fa-codepen" aria-hidden = "true" style = "color : black;text-shadow : 1px 1px 1px #888;"> Codepen</i></a>
</div>
<br><br><br>
</div>
<div class = "section" id = "social"><div class = "name">Contact Me</div>
<div class = "icons">
<a target = "_blank" href = "https://www.facebook.com/nvs.abhishek"><i style = "color : #3b5998;" class = "fa fa-border fa-facebook" aria-hidden = "true"></i></a>
<a target = "_blank" href = "https://www.twitter.com/_NVS16_"><i style = "color : #0084b4"class = "fa fa-border fa-twitter" aria-hidden = "true"></i></a>
<a target = "_blank" href = "https://www.github.com/NVS16"><i style = "color : black" class = "fa fa-border fa-github" aria-hidden = "true"></i></a>
<a target = "_blank" href = "https://www.linkedin.com/in/n-v-s-abhishek-039389134/"><i style = "color : #0077B5" class = "fa fa-border fa-linkedin" aria-hidden = "true"></i></a>
</div>
</div>
<!--<div class = "section" id = "social"></div>
<div class = "section" id = "footer"></div>-->
</body>
</html>