-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
343 lines (340 loc) · 17.1 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ayush Srivastava</title>
<link rel="icon" href="assets/img/icon.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,700' rel='stylesheet'
type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:100,200,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145121597-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-145121597-2');
</script>
</head>
<body>
<div class="container-fluid fill light-white-font">
<div id="menu-button">
<i class="fa fa-bars fa-3x middle-blue-font"></i>
</div>
<nav id="sidebar" class="hidden">
<ul class="nav nav-pills nav-stacked list-group">
<li class="text-uppercase"><a href="#home">Home</a></li>
<li class="text-uppercase"><a href="#skills">Skills</a></li>
<li class="text-uppercase"><a href="#about">About</a></li>
<li class="text-uppercase"><a href="#contact">Contact</a></li>
</ul>
</nav>
<div id="home" class="container-fluid fill hero-background">
<span
style="position:absolute;right:30px;top:2em;font-family: 'Raleway',sans-serif;font-weight: 700">@geekayush</span>
<h1 class="center text-center">
<p>Hi! My name is <strong class="middle-blue-font">Ayush Srivastava</strong></p>
<p>and I'm <span class="element"></span></p>
<p>living in <strong class="middle-blue-font">India</strong>.</p>
</h1>
</div>
</div>
<div id="skills" class="container-fluid light-white-font">
<h2 class="text-uppercase dark-gray-font">Skills</h2>
<div class="container dark-gray-font">
<div class="row">
<div class="col-md-12" style="display: flex; flex-direction: row-reverse">
<div style="font-size: 18px; font-weight:600; background: #222426;color: #fdfdfd;padding: 9px;">
Frontend</div>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="skill">
<img src="assets/img/html.png" alt="HTML5" title="HTML5">
<div style="margin: 12px 0 12px 0">HTML5</div>
<div class="progress">
<div class="progress-bar" style="width:95%"></div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="skill">
<img src="assets/img/css.svg" alt="CSS3" title="CSS3">
<div style="margin: 12px 0 12px 0">CSS3</div>
<div class="progress">
<div class="progress-bar" style="width:95%"></div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="skill">
<img src="assets/img/js.png" alt="JavaScript" title="Javascript">
<div style="margin: 12px 0 12px 0">JavaScript</div>
<div class="progress">
<div class="progress-bar" style="width:85%"></div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="skill">
<img src="assets/img/jquery.png" alt="jQuery" title="jQuery">
<div style="margin: 12px 0 12px 0">jQuery</div>
<div class="progress">
<div class="progress-bar" style="width:80%"></div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="skill">
<img src="assets/img/boot.png" alt="Bootstrap" title="Bootstrap">
<div style="margin: 12px 0 12px 0">Bootstrap</div>
<div class="progress">
<div class="progress-bar" style="width:80%"></div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="skill">
<img src="assets/img/material.png" alt="Materialize" title="Materialize">
<div style="margin: 12px 0 12px 0">Materialize</div>
<div class="progress">
<div class="progress-bar" style="width:95%"></div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="skill">
<img src="assets/img/bulma.svg" alt="Bulma" title="Bulma">
<div style="margin: 12px 0 12px 0">Bulma</div>
<div class="progress">
<div class="progress-bar" style="width:95%"></div>
</div>
</div>
</div>
<div class="col-md-3">
<div class="skill">
<img src="assets/img/react.png" alt="ReactJS" title="ReactJS">
<div style="margin: 12px 0 12px 0">ReactJS</div>
<div class="progress">
<div class="progress-bar" style="width:90%"></div>
</div>
</div>
</div>
</div>
<div class="row" style="margin-bottom: 64px;">
<div class="col-md-12">
<div class="skill">
<img src="assets/img/gatsby.png" alt="Gatsby" title="Gatsby">
<div style="margin: 12px 0 12px 0">GatsbyJS</div>
<div class="progress">
<div class="progress-bar" style="width:80%"></div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12" style="display: flex; flex-direction: row-reverse">
<div style="font-size: 18px; font-weight:600; background: #222426;color: #fdfdfd;padding: 9px;">
Backend</div>
</div>
</div>
<div class="row" style="margin-bottom: 64px;">
<div class="col-md-6">
<div class="skill">
<img src="assets/img/node.png" alt="NodeJS" title="NodeJS">
<div style="margin: 12px 0 12px 0">NodeJS</div>
<div class="progress">
<div class="progress-bar" style="width:60%"></div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="skill">
<img src="assets/img/flask.png" alt="Flask" title="Flask">
<div style="margin: 12px 0 12px 0">Flask</div>
<div class="progress">
<div class="progress-bar" style="width:70%"></div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12" style="display: flex; flex-direction: row-reverse">
<div style="font-size: 18px; font-weight:600; background: #222426;color: #fdfdfd;padding: 9px;">
Data Analysis</div>
</div>
</div>
<div class="row" style="margin-bottom: 64px;">
<div class="col-md-12">
<div class="skill">
<img src="assets/img/pandas.png" alt="Pandas" title="Pandas">
<div style="margin: 12px 0 12px 0">Pandas</div>
<div class="progress">
<div class="progress-bar" style="width:70%"></div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12" style="display: flex; flex-direction: row-reverse">
<div style="font-size: 18px; font-weight:600; background: #222426;color: #fdfdfd;padding: 9px;">
Data Visualization</div>
</div>
</div>
<div class="row" style="margin-bottom: 64px;">
<div class="col-md-6">
<div class="skill">
<img src="assets/img/d3.png" alt="D3" title="D3">
<div style="margin: 12px 0 12px 0">Data Driven Documents</div>
<div class="progress">
<div class="progress-bar" style="width:70%"></div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="skill">
<img src="assets/img/matplotlib.png" alt="Matplotlib" title="Matplotlib">
<div style="margin: 12px 0 12px 0">Matplotlib</div>
<div class="progress">
<div class="progress-bar" style="width:50%"></div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12" style="display: flex; flex-direction: row-reverse">
<div style="font-size: 18px; font-weight:600; background: #222426;color: #fdfdfd;padding: 9px;">
Cloud Suite</div>
</div>
</div>
<div class="row" style="margin-bottom: 64px;">
<div class="col-md-12">
<div class="skill">
<img src="assets/img/gcp.png" alt="Google Cloud Platform" title="Google Cloud Platform">
<div style="margin: 12px 0 12px 0">Google Cloud Platform</div>
<div class="progress">
<div class="progress-bar" style="width:50%"></div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12" style="display: flex; flex-direction: row-reverse">
<div style="font-size: 18px; font-weight:600; background: #222426;color: #fdfdfd;padding: 9px;">
Data Structures/Algorithms</div>
</div>
</div>
<div class="row" style="margin-bottom: 64px;">
<div class="col-md-12">
<div class="skill">
<img src="assets/img/ds-algo.png" alt="Data Structures/Algorithms" title="Data Structures/Algorithms">
<div style="margin: 12px 0 12px 0">Data Structures/Algorithms in C++</div>
<div class="progress">
<div class="progress-bar" style="width:80%"></div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12" style="display: flex; flex-direction: row-reverse">
<div style="font-size: 18px; font-weight:600; background: #222426;color: #fdfdfd;padding: 9px;">
Programming Languages</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="skill">
<img src="assets/img/cpp.png" alt="C++" title="C++">
<div style="margin: 12px 0 12px 0">C++</div>
<div class="progress">
<div class="progress-bar" style="width:90%"></div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="skill">
<img src="assets/img/c.png" alt="C" title="C">
<div style="margin: 12px 0 12px 0">C</div>
<div class="progress">
<div class="progress-bar" style="width:80%"></div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="skill">
<img src="assets/img/python.png" alt="Python" title="Python">
<div style="margin: 12px 0 12px 0">Python</div>
<div class="progress">
<div class="progress-bar" style="width:70%"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="about" class="container-fluid">
<h2 class="text-uppercase dark-gray-font">About</h2>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 col-sm-12">
<p class="dark-gray-font text-justify">
I'm a final year computer science student, who loves science and technology in general.
Mostly, I
try to learn everything I can. In my opinion, getting your hands dirty is the best way to learn
a new skill.
</p>
<p class="dark-gray-font text-justify">
Most of my coding experience were built upon the Frontend stack, but I have played in the
past with some other things like Flask, Pandas, D3, Google Cloud Platform. An year ago I started
to
play with Node.js to take the rust off my Javascript skills, and I'm still loving it.
</p>
</div>
</div>
</div>
</div>
<div id="contact" class="footer">
<div class="container">
<div class="row">
<h2 class="text-uppercase" style="color:#fdfdfd">Contact</h2>
<br />
<p class="text-center light-white-font">
<a class="middle-blue-font" href="https://www.twitter.com/geekayush"
title="I'm still getting the hang of it" target="twitter"><strong><i
class="fa fa-twitter"></i></strong></a>
•
<a class="middle-blue-font" href="https://www.linkedin.com/in/srivastavs61/"
title="My previous experiences" target="linkedin"><strong><i
class="fa fa-linkedin"></i></strong></a>
•
<a class="middle-blue-font" href="mailto:[email protected]" title="Email me"
target="Email"><strong><i class="fa fa-envelope"></i></strong></a>
•
<a class="middle-blue-font" href="https://www.facebook.com/ayush.srivastava19"
title="Me in the social world" target="so"><strong><i class="fa fa-facebook"></i></strong></a>
•
<a class="middle-blue-font" href="https://github.com/geekayush" title="My code: see for yourself"
target="github"><strong><i class="fa fa-github"></i></strong></a>
•
<a class="middle-blue-font"
href="https://docs.google.com/document/d/1_SE-8_JGoDfXYEY8lu7CqX8UlTqI0lvyZg5ncE6G-HY/edit?usp=sharing"
title="Resume: always looking for work" target="github"><strong><i
class="fa fa-file"></i></strong></a>
</p>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="script.js"></script>
</body>
</html>