-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·457 lines (428 loc) · 17.6 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
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Devansh's Profile</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Hi I am Devansh Rathour, a passionate software developer, Community builder, Tech blogger, living in Kanpur UP, India. I am a Computer Science & Engineering Student." />
<meta name="keywords" content="This is my simple portfolio website give it a try! and read more about me." />
<meta name="author" content="devansh_rathour" />
<!-- Hey there! Welcome to my landing page -->
<link rel = "icon" type = "image/png" href = "images/title_img.png"/>
<link rel = "apple-touch-icon" type = "image/png" href = "images/title_img.png"/>
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="Devansh's Profile"/>
<meta property="og:image" content="https://raw.githubusercontent.com/Devansh80/Devansh80.github.io/master/images/title_img.png"/>
<meta property="og:url" content="https://devanshrathour.me/"/>
<meta property="og:site_name" content="portfolio site"/>
<meta property="og:description" content="Hi I am Devansh Rathour, a passionate software developer."/>
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="fh5co-loader"></div>
<div id="page">
<header id="fh5co-header" class="fh5co-cover js-fullheight" role="banner" style="background-image:url(images/cover_bg_3.jpg);" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<div class="display-t js-fullheight">
<div class="display-tc js-fullheight animate-box" data-animate-effect="fadeIn">
<div class="profile-thumb" style="background: url(images/user-3.png);"></div>
<h1><span>Devansh Rathour</span></h1>
<h3><span>Software Developer / Tech Enthusiast</span></h3>
<p>
<ul class="fh5co-social-icons">
<li><a href="https://twitter.com/rathourdevansh/"><i class="icon-twitter2"></i></a></li>
<li><a href="https://www.facebook.com/people/D%C3%AAv%C3%A4%C3%B1sh-R%C3%A2th%C3%B6%C3%BBr/100005099775781"><i class="icon-facebook2"></i></a></li>
<li><a href="https://www.linkedin.com/in/devanshrathaur/"><i class="icon-linkedin2"></i></a></li>
<li><a href="https://github.com/Devansh80"><i class="icon-github2"></i></a></li>
</ul>
</p>
</div>
</div>
</div>
</div>
</div>
</header>
<div id="fh5co-about" class="animate-box">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="col-md-8">
<h2>Hello There!</h2>
<p>I am a Software Developer and student currently living in India. My interests range from technology to programming. I am also interested in volunteering, writing, and listening music.</p>
<p>I love to work on challenging projects. If you’d like to get in touch, feel free to say 👋Hello through any of the social links below.</p>
<p>
<ul class="fh5co-social-icons">
<li><a href="https://twitter.com/rathourdevansh/"><i class="icon-twitter2"></i></a></li>
<li><a href="https://www.facebook.com/people/D%C3%AAv%C3%A4%C3%B1sh-R%C3%A2th%C3%B6%C3%BBr/100005099775781"><i class="icon-facebook3"></i></a></li>
<li><a href="https://www.linkedin.com/in/devanshrathaur/"><i class="icon-linkedin2"></i></a></li>
<li><a href="https://github.com/Devansh80"><i class="icon-github2"></i></a></li>
<li><a href="https://www.instagram.com/devansh_rathour/"><i class="icon-instagram2"></i></a></li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div id="fh5co-resume" class="fh5co-bg-color">
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>My Resume</h2>
</div>
</div>
<div class="row">
<div class="col-md-12 col-md-offset-0">
<ul class="timeline">
<li class="timeline-heading text-center animate-box">
<div><h3>Volunteer Experience</h3></div>
</li>
<li class="animate-box timeline-unverted">
<div class="timeline-badge"><i class="icon-suitcase"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">Founder & Community Lead</h3>
<span class="company">CodeInCampus - April/2021</span>
</div>
<div class="timeline-body">
<p>CodeInCampus is the student-led tech community of VIT Kanpur. Our mission is to make proper technical education accessible to every student at College Campus. The community aims to spread awareness about technology and programming among peers.</p>
</div>
</div>
</li>
<li class="animate-box timeline-inverted">
<div class="timeline-badge"><i class="icon-suitcase"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">Developer Advocate</h3>
<span class="company">Crio.Do - March/2021</span>
</div>
<div class="timeline-body">
<p>Helped Dev community on Crio’s Slack channel during the events and represented Crio Initiatives in my local community. Events like‐ #IBD (I Believe In Doing).</p>
</div>
</div>
</li>
<li class="animate-box timeline-unverted">
<div class="timeline-badge"><i class="icon-suitcase"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">Campus Ambassador</h3>
<span class="company">GirlScript Summer Of Code - Feb/2021 - May/2021</span>
</div>
<div class="timeline-body">
<p>I was selected by GirlScript Foundation as the campus ambassador for GSSoc 2021 & 2020 as well. My job was to encourage students to participate in this 3 month long Open source program. The event was attended by over 40+ students from my side</p>
</div>
</div>
</li>
<br>
<li class="timeline-heading text-center animate-box">
<div><h3>Education</h3></div>
</li>
<li class="timeline-inverted animate-box">
<div class="timeline-badge"><i class="icon-graduation-cap"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">Bachelors Degree</h3>
<span class="company">Vision Institute Of Technology - 2017 - 2021</span>
</div>
<div class="timeline-body">
<p>I am a final year undergraduate and pursuing my bachelors in Computer science & Engineering from Vision Institute Of Technology, Kanpur.</p>
</div>
</div>
</li>
<li class="animate-box timeline-unverted">
<div class="timeline-badge"><i class="icon-graduation-cap"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h3 class="timeline-title">Class XII</h3>
<span class="company">G.N.K Inter College - 2015 - 2017</span>
</div>
<div class="timeline-body">
<p>I have completed my intermediate from UP Board in 2017. My Stream Was "P.C.M".</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="fh5co-features" class="animate-box">
<div class="container">
<div class="services-padding">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>What can i do?</h2>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<div class="feature-left">
<span class="icon">
<i class="icon-bargraph"></i>
</span>
<div class="feature-copy">
<h3>Backend Developent</h3>
<p>I have a keen interest in building backend services such as REST API's, Databases, Microservices etc.</p>
</div>
</div>
</div>
<div class="col-md-4 text-center">
<div class="feature-left">
<span class="icon">
<i class="icon-genius"></i>
</span>
<div class="feature-copy">
<h3>Machine Learning</h3>
<p>Machine learning enables analysis of massive quantities of data. And I also find myself in the field of machine learning.</p>
</div>
</div>
</div>
<div class="col-md-4 text-center">
<div class="feature-left">
<span class="icon">
<i class="icon-cloud"></i>
</span>
<div class="feature-copy">
<h3>Cloud Computing</h3>
<p>I also have some experience building and deploying applications with the cloud like AWS.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-skills" class="animate-box">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>Skills</h2>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="progress-wrap">
<h3><span class="name-left">Python</span><span class="value-right">95%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active" role="progressbar"
aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width:90%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Core Java</span><span class="value-right">90%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-2 progress-bar-striped active" role="progressbar"
aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width:90%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">C/C++</span><span class="value-right">80%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-3 progress-bar-striped active" role="progressbar"
aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width:80%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Flask</span><span class="value-right">85%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-4 progress-bar-striped active" role="progressbar"
aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width:85%">
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="progress-wrap">
<h3><span class="name-left">Design/Canva</span><span class="value-right">98%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-5 progress-bar-striped active" role="progressbar"
aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width:98%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">DB/MySQL,MongoDB</span><span class="value-right">75%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-striped active" role="progressbar"
aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width:75%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">AI/ML</span><span class="value-right">85%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active" role="progressbar"
aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width:85%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Cloud/AWS,Heroku</span><span class="value-right">75%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-3 progress-bar-striped active" role="progressbar"
aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width:75%">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-work" class="fh5co-bg-dark">
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>Project's</h2>
</div>
</div>
<div class="row">
<div class="col-md-3 text-center col-padding animate-box">
<a href="https://github.com/Devansh80" class="work" style="background-image: url(images/github.png);">
<div class="desc">
<h3>Find on Github</h3>
<span>Devansh80</span>
</div>
</a>
</div>
<div class="col-md-3 text-center col-padding animate-box">
<a href="https://github.com/Devansh80" class="work" style="background-image: url(images/github.png);">
<div class="desc">
<h3>Find on Github</h3>
<span>Devansh80</span>
</div>
</a>
</div>
<div class="col-md-3 text-center col-padding animate-box">
<a href="https://github.com/Devansh80" class="work" style="background-image: url(images/github.png);">
<div class="desc">
<h3>Find on Github</h3>
<span>Devansh80</span>
</div>
</a>
</div>
<div class="col-md-3 text-center col-padding animate-box">
<a href="https://github.com/Devansh80" class="work" style="background-image: url(images/github.png);">
<div class="desc">
<h3>Find on Github</h3>
<span>Devansh80</span>
</div>
</a>
</div>
</div>
</div>
</div>
<div id="fh5co-blog">
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>Posts on Blog</h2>
<p>I am a kind of person who love to shares his knowledge with others, so I write blogs that can help others. These are my recent posts.</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="fh5co-blog animate-box">
<a href="#" class="blog-bg" style="background-image: url(images/portfolio-1.jpg);"></a>
<div class="blog-text">
<span class="posted_on">May. 22 2020</span>
<h3><a href="#">What is this Deno?</a></h3>
<p>Deno is a program for running JavaScript and TypeScript code outside of a browser. It’s the most recent effort spearheaded by Ryan Dahl, who founded the Node.js project in 2009.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-blog animate-box">
<a href="#" class="blog-bg" style="background-image: url(images/portfolio-2.png);"></a>
<div class="blog-text">
<span class="posted_on">May. 20 2020</span>
<h3><a href="#">What is Flutter?</a></h3>
<p>Flutter is a free and open-source mobile UI framework created by Google and released in May 2017. In a few words, it allows you to create a native mobile.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-blog animate-box">
<a href="#" class="blog-bg" style="background-image: url(images/portfolio-3.png);"></a>
<div class="blog-text">
<span class="posted_on">May. 8 2020</span>
<h3><a href="#">Top 5 Tech stack!</a></h3>
<p>After a lots of research from worlds trusted platforms like:- StackOverFlow, Github, Linkedin & Quora etc here i have listed some most in-demand tech stack.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-started" class="fh5co-bg-dark">
<div class="overlay"></div>
<div class="container">
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>Hire Me!</h2>
<p>If you have an exciting project in mind, or just wanna chat, get in touch with me here.</p>
<p><a href="https://codeincampus.typeform.com/to/xjWFgu63" class="btn btn-default btn-lg">Contact Me</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<center><p>Made With 💗!</p></center>
<center><p>🏠 Kanpur, Uttar Pradesh, INDIA</p></center>
</div>
</div>
</div>
</div>
<div class="gototop js-top">
<a href="#" class="js-gotop"><i class="icon-arrow-up22"></i></a>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Easy PieChart -->
<script src="js/jquery.easypiechart.min.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCefOgb1ZWqYtj7raVSmN4PL2WkTrc-KyA&sensor=false"></script>
<script src="js/google_map.js"></script>
<!-- Main -->
<script src="js/main.js"></script>
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
</body>
</html>