-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
129 lines (113 loc) · 4.35 KB
/
index.html
File metadata and controls
129 lines (113 loc) · 4.35 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="" />
<title>Kushagra Agrawal</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<!-- Custom Fonts -->
<link
href="vendor/fontawesome-free/css/all.min.css"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic"
rel="stylesheet"
type="text/css"
/>
<link
href="vendor/simple-line-icons/css/simple-line-icons.css"
rel="stylesheet"
/>
<!-- Custom CSS -->
<link href="css/main.css" rel="stylesheet" />
</head>
<body>
<!-- Navigation -->
<a class="menu-toggle rounded" href="#">
<i class="fas fa-bars"></i>
</a>
<nav id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand"><a href="https://github.com/kushagraag">Kushagra Agrawal</a></li>
<li class="sidebar-nav-item"><a href="/index.html">Home</a></li>
<li class="sidebar-nav-item"><a href="/portfolio.html">Portfolio</a></li>
<li class="sidebar-nav-item"><a href="/about.html">About</a></li>
<li class="sidebar-nav-item"><a href="https://resume.io/r/WZjMHpcVL">Resume</a></li>
</ul>
</nav>
<!-- Header -->
<header class="masthead d-flex container">
<div class="container text-center my-auto">
<img src="img/logo.gif" style="width: 250px; height: 250px;">
<h1 class="mb-1" style="font-size:60px">Kushagra Agrawal</h1>
<h3 class="mb-5">
<em>Minimalist Developer and Learner</em>
</h3>
<ul style="align-content: space-between; list-style: none;" class="list-group-horizontal list-group ">
<div class="col-2"></div>
<li class="col-1 anim">
<a href="mailto:kushjanhvi@gmail.com">
<img src="https://img.icons8.com/material/48/000000/important-mail.png" width="32"/>
</a>
</li>
<li class="col-1 anim">
<a href="https://github.com/kushagraag">
<img src="/img/github.svg" width="28" />
</a>
</li>
<li class="col-1 anim">
<a href="https://www.facebook.com/iamkushagraa">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/facebook.svg" width="28" />
</a>
</li>
<li class="col-1 anim">
<a href="https://www.instagram.com/_imkushagra__/">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/instagram.svg" width="28" />
</a>
</li>
<li class="col-1 anim">
<a href="https://www.linkedin.com/in/imkushagra/">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/linkedin.svg" width="28" />
</a>
</li>
<li class="col-1 anim">
<a href="https://www.quora.com/profile/Kushagra-Agrawal-55">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/quora.svg" width="28" />
</a>
</li>
<li class="col-1 anim">
<a href="https://stackoverflow.com/users/11843021/kushagra">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/stackoverflow.svg" width="28" />
</a>
</li>
<li class="col-1 anim">
<a href="https://twitter.com/thekushagraag">
<img src="https://cdn.jsdelivr.net/npm/simple-icons@v3/icons/twitter.svg" width="28" />
</a>
</li>
</ul>
</div>
<div class="overlay"></div>
</header>
<footer class=" footer text-center">
<section class="container">
© 2020 KUSHAGRA AGRAWAL
</section>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/main.js"></script>
</body>
</html>