-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (49 loc) · 1.99 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no">
<title>Vaibhav Mishra</title>
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="./fonts/leaguegothic/stylesheet.css" charset="utf-8">
<link rel="stylesheet" type="text/css" href="./fonts/kollektif/stylesheet.css" charset="utf-8">
<link rel="stylesheet" href="./fonts/simplelineicons/stylesheet.css" charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="./css/index.css">
</head>
<body>
<div class="container-fluid px-4 master-container">
<div class="row mb-0">
<div class="col-xs-10">
<h1>VAIBHAV MISHRA</h1>
</div>
</div>
<div class="row">
<hr class="title-seperator"/>
</div>
<div class="row mb-0">
<div class="col-xs-10 description">
<h2>Student <span class="seperator">•</span> Minimalist <span class="seperator">•</span> Tech_Enthusiast</h2>
</div>
</div>
<div class="row links">
<div class="col-xs-10">
<ul class="list-inline mt-2 mb-0">
<li class="list-inline-item mr-3">
<a class="link-social" target="_blank" href="https://github.com/VaibsM">
<span class="icon-social-github"></span>
</a>
</li>
<li class="list-inline-item">
<a class="link-social" href="mailto:[email protected]">
<span class="icon-envelope"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
<script src="./js/jquery-3.3.1.slim.min.js"></script>
<script src="./js/popper.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
</body>
</html>