-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
529 lines (357 loc) · 18.6 KB
/
index.html
File metadata and controls
529 lines (357 loc) · 18.6 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
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
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Shubham Singh</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png">
</head>
<body>
<!-- Header
================================================== -->
<header id="home">
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
<a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>
<ul id="nav" class="nav">
<li class="current"><a class="smoothscroll" href="#home">Home</a></li>
<li><a class="smoothscroll" href="#about">About</a></li>
<li><a class="smoothscroll" href="#resume">Resume</a></li>
<li><a class="smoothscroll" href="#testimonials">Quotes</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
<div class="row banner">
<div class="banner-text">
<h1 class="responsive-headline">I'm Shubham Singh.</h1>
<h3>I'm a New Delhi based <span>web developer</span> aiming to build awesome websites and applications for
companies of all sizes around the globe. Let's <a class="smoothscroll" href="#about">start scrolling</a>
and learn more <a class="smoothscroll" href="#about">about me</a>.</h3>
<hr />
<ul class="social">
<li><a href="https://www.facebook.com/sbmxc/"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/sbmxc_"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.github.com/sbmxc/"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/sbmxc/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/shubhamchauhxn/"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
</div>
<p class="scrolldown">
<a class="smoothscroll" href="#about"><i class="icon-down-circle"></i></a>
</p>
</header> <!-- Header End -->
<!-- About Section
================================================== -->
<section id="about">
<div class="row">
<div class="three columns">
<img class="profile-pic" src="images/profilepic.jpg" alt="" />
</div>
<div class="nine columns main-col">
<h2>About Me</h2>
<p>I am a Full Stack developer. I like to develop websites with new technology. I love to explore the new things in tech. I am adaptable any tech stack I am given as I have worked with many. Also, I like to game and go out on weekends.
</p>
<div class="row">
<div class="columns contact-details">
<h2>Contact Details</h2>
<p class="address">
<span>Shubham Singh</span><br>
<span>WB 106A Ganesh Nagar II Shakarpur<br>
Delhi, India. Postal: 110092
</span><br>
<span>+91-8130844041</span><br>
<span>sbmxc5@gmail.com</span>
</p>
</div>
<div class="columns download">
<p>
<a href="https://drive.google.com/file/d/1caLiUsda0kz7NVU-0YwTXONFSDgFxK62/view?usp=sharing" class="button"><i
class="fa fa-download"></i>Download Resume</a>
</p>
</div>
</div> <!-- end row -->
</div> <!-- end .main-col -->
</div>
</section> <!-- About Section End-->
<!-- Resume Section
================================================== -->
<section id="resume">
<!-- Education
----------------------------------------------- -->
<div class="row education">
<div class="three columns header-col">
<h1><span>Education</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3><a href="http://www.msit.in">MSIT, GGSIPU</a></h3>
<p class="info">B.Tech in CSE <span>•</span> <em class="date">June 2020</em></p>
<p>
In Maharaja Surajmal Institute of Technology, I learned various subjects related to my field of
work. Beside this, I even got the chance to enhance my personality professionally and learnt how
to work with the team.<br>
<strong>CGPA:8.514/10</strong>
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>KV AGCR</h3>
<p class="info">10+2(Intermediate) <span>•</span> <em class="date">March 2016</em></p>
<p>
<strong>Subjects:</strong>
<ul>
<li>Computer Science/C++</li>
<li>Chemistry</li>
<li>English</li>
<li>Mathematics</li>
<li>Physics</li>
</ul>
<strong>Aggregate: 92%</strong>
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>KV AGCR</h3>
<p class="info">10 (Matriculate) <span>•</span> <em class="date">March 2014</em></p>
<p>
<strong>Subjects:</strong>
<ul>
<li>English</li>
<li>Mathematics</li>
<li>Science</li>
<li>Social Science</li>
<li>Hindi(Native language)</li>
</ul>
<strong>CGPA: 9.6/10</strong>
</p>
</div>
</div><!-- item end-->
</div> <!-- main-col end -->
</div> <!-- End Education -->
<!-- Experience ----------------------------------------------- -->
<div class="row work">
<div class="three columns header-col">
<h1><span>Experience</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3><a href="https://ihsmarkit.com/index.html">IHS Markit</a></h3>
<p class="info">Associate Software Engineer<span>•</span> <em class="date">Aug 2020 - Present</em></p>
<p>
I have worked on the MCA Product of IHS Markit as a full stack developer. I have developed several APIs on Spring Boot, Oracle and added a few sections with Angular. Also, I have worked with JSP as part of many enhancements in the product. Here, we follow test-driven development.
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3><a href="https://www.lendbox.in/">Lendbox</a></h3>
<p class="info">Web Development Intern<span>•</span> <em class="date">June 2019 - August 2019</em></p>
<p>
At lendbox, I have worked with MEVN Stack and developed a utility web app in a team of two. Server health monitor which tells the health of multiple services on the web interface. It also brings PM2 logs from the server to the web app in real-time.
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3><a href="https://www.arbunize.com/">Arbunize</a></h3>
<p class="info">Web Development Intern<span>•</span> <em class="date">Jan 2019 - March 2019</em></p>
<p>
Arbunize is an online platform which provides the solution to modern day hiring. It has another
branch <a href="https://www.getboarded.com/">GetBoarded</a> where I work as a web development
intern.
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>Defence R&D Organisation</h3>
<p class="info">Intern <span>•</span> <em class="date">January 2018 - Feb 2018</em></p>
<p>
Summer training program provided by the institution involves training in various fields under the
top scientists of the institution. Here I developed a full stack website for hotel reservation on
Django, SQLite and vanilla JS.
</p>
</div>
</div> <!-- item end -->
</div> <!-- main-col end -->
</div> <!-- End Experience -->
<!-- Skills - -->
<div class="row skill">
<div class="three columns header-col">
<h1><span>Skills</span></h1>
</div>
<div class="nine columns main-col">
<p>These are the skills I have acquired in my computer science journey till yet. Online websites like
coursera, udemy, youtube, etc have helped me a lot to achieve these skills.
</p>
<div class="bars">
<ul class="skills">
<li><span class="bar-expand django"></span><em>Java</em></li>
<li><span class="bar-expand javascript"></span><em>Python</em></li>
<li><span class="bar-expand cpp"></span><em>Node</em></li>
<li><span class="bar-expand python"></span><em>JavaScript</em></li>
<li><span class="bar-expand vuejs"></span><em>Angular</em></li>
<li><span class="bar-expand bootstrap"></span><em>Bootstrap</em></li>
<li><span class="bar-expand nuxtjs"></span><em>React</em></li>
</ul>
</div><!-- end skill-bars -->
</div> <!-- main-col end -->
</div> <!-- End skills -->
<!-- Clubs ----------------------------------------------- -->
<div class="row clubs">
<div class="three columns header-col">
<h1><span>Clubs/Organisations</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3>Prakriti MSIT</h3>
<p class="info">Core Team<span>•</span> <em class="date">August 2016 - August 2020</em></p>
<p>
Prakriti MSIT is the environmental and humanitarian society of MSIT. The vision of Prakriti MSIT
is not only a green environment but also a safe and aware environment.
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>TechSoc MSIT</h3>
<p class="info">Core Team <span>•</span> <em class="date">January 2018 - August 2020</em></p>
<p>
TechSoc MSIT is the official technical society of MSIT. In TechSoc all the students who are
skilled or still learning come together and spread technical awareness. Mentors are provided to
newbies of Techworld.
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>IEEE MSIT</h3>
<p class="info">Publicity Head<span>•</span> <em class="date">August 2016 - June 2019</em></p>
<p>
IEEE MSIT, technical society of MSIT, which has a global recognition. IEEE MSIT conducts various
seminars related to the technical field and career building.
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>Python SIG</h3>
<p class="info">Mentor<span>•</span> <em class="date">August 2017 - June 2018</em></p>
<p>
Python SIG is one of the initiatives of IEEE MSIT. In this initiative, students are taught the
basic fundamentals of Python. They are made comfortable with the Python programming environment.</p>
</div>
</div> <!-- item end -->
</div> <!-- main-col end -->
</div> <!-- End Work -->
</section> <!-- Resume Section End-->
<!-- Testimonials Section
================================================== -->
<section id="testimonials">
<div class="text-container">
<div class="row">
<div class="two columns header-col">
<h1><span>Quotes to live by</span></h1>
</div>
<div class="ten columns flex-container">
<div class="flexslider">
<ul class="slides">
<li>
<blockquote>
<p>Your work is going to fill a large part of your life, and the only way to be truly
satisfied is
to do what you believe is great work. And the only way to do great work is to love what
you do.
If you haven't found it yet, keep looking. Don't settle. As with all matters of the
heart, you'll know when you find it.
</p>
<cite>Steve Jobs</cite>
</blockquote>
</li> <!-- slide ends -->
<li>
<blockquote>
<p> If you never want to be criticized, for goodness' sake don't do anything new.
</p>
<cite>Jeff Bezos</cite>
</blockquote>
</li> <!-- slide ends -->
<li>
<blockquote>
<p>The world won't care about your self-esteem. The world will expect you to accomplish
something before you feel good about yourself.
</p>
<cite>Bill Gates</cite>
</blockquote>
</li> <!-- slide ends -->
<li>
<blockquote>
<p>I think as a company, if you can get two things right--having a clear direction on what
you are trying to do and bringing in great people who can execute on the stuff--then you
can do pretty well.
</p>
<cite>Mark Zuckerberg</cite>
</blockquote>
</li> <!-- slide ends -->
</ul>
</div> <!-- div.flexslider ends -->
</div> <!-- div.flex-container ends -->
</div> <!-- row ends -->
</div> <!-- text-container ends -->
</section> <!-- Testimonials Section End-->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns">
<ul class="social-links">
<li><a href="https://www.facebook.com/sbmxc/"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/sbmxc_"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://github.com/sbmxc"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/sbmxc/"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/shubhamchauhxn/"><i class="fa fa-instagram"></i></a></li>
</ul>
<ul class="copyright">
<li>© Copyright 2021 Shubham Singh</li>
</ul>
</div>
<div id="go-top"><a class="smoothscroll" title="Back to Top" href="#home"><i class="icon-up-open"></i></a></div>
</div>
</footer> <!-- Footer End-->
<!-- Java Script
================================================== -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/init.js"></script>
</body>
</html>