-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
611 lines (403 loc) · 19.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Nitin Portfolio</title>
<meta content="" name="descriptison">
<meta content="" name="keywords">
<link rel="icon" href="/assets/img/favicon.ico"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link rel="shortcut icon" href="assets/img/fa">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header-tops">
<div class="container">
<h1><a href="https://dhemiwalnitin.me/" class="mr-auto" ><img src="assets/img/N.png" height="50px" width="50px" alt="" class="img-fluid">Nitin Dhemiwal</a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<div class="wrapped">
<h2>Building the Universe. One Pixel at a time.</h2>
<h2>Hi, I'm a <span class="rotate"><i class="val"></i></span></h2>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="https://drive.google.com/file/d/1DxCQFscT6iIApwwONfBmLa2mHFLnqBre/view" target="_blank">Resume</a></li>
<!-- <li><a href="#certifications">Projects</a></li> -->
<li><a href="#contact">Contact</a></li>
</ul>
</nav><!-- .nav-menu -->
<div class="social-links">
<a href="https://twitter.com/Dhemiwalnitin" target="_blank" class="fa fa-twitter"></a>
<a href="https://steamcommunity.com/id/dhemiwalnitin/" target="_blank" class="fa fa-steam"></a>
<a href="https://www.facebook.com/nitindhemiwal/" target="_blank" class="fa fa-facebook"></a>
<a href="https://www.instagram.com/nitin_dhemiwal/" target="_blank" class="fa fa-instagram"></a>
<a href="mailto:nitindhemiwal01@gmail.com" target="_blank" class="fa fa-google-plus"></a>
<a href="https://www.linkedin.com/in/dhemiwalnitin" target="_blank" class="fa fa-linkedin"></a>
<a href="https://github.com/zephyr007" target="_blank" class="fa fa-github"></a>
</div>
</div>
</header><!-- End Header -->
<!-- ======= About Section ======= -->
<section id="about" class="about">
<!-- ======= About Me ======= -->
<div class="about-me container">
<div class="section-title">
<h2>About</h2>
<p>Learn more about me</p>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/Nitin.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<h3>Hello! I am Nitin </h3>
<p class="font-italic">
I am an Engineering student in Electronics and communication Engineering from Delhi Technological University.</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="icofont-rounded-right"></i> <strong>Birthday:</strong> 10 Feb 1998</li>
<li><i class="icofont-rounded-right"></i> <strong>City:</strong> New Delhi</li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="icofont-rounded-right"></i> <strong>Degree:</strong> Bachelor of technology</li>
<li><i class="icofont-rounded-right"></i> <strong>Email:</strong>nitindhemiwal01@gmail.com</li>
</ul>
</div>
</div>
<p>I am a passionate developer but a lazy writer. I develop Website/Apps in <span style="color: #18d26e;">Javascript</span> , <span style="color: #18d26e;">NodeJS (MERN)</span> , <span style="color: #18d26e;">Java</span> (Noob), <span style="color: #18d26e;">python</span> and sometimes in <span style="color: #18d26e;">C++</span> .But as everyother humanbeing`s species known as developers I always exploring new things that peeks my interests <span style="color: #18d26e;">Web,App,__________</span>.When I am not doing any work you can find me playing video games, watching animes,Southpark,Family guy or Bojack Horsemen.Ping me if are interested in collaborating or if you are interested in <span style="color:#18d26e;">hiring me</span>. you can find my info on my resume or in contacts or on home screen. </p>
<!-- A Developer looking to obtain the position of software developer. Bringing excellent troubleshooting skills and ability to engineer responsive solutions after analyzing codes. I want to work with an organization that can give me ample opportunities to grow so that i will be able to help in the growth of that organization and will be able to enhance my skills and my capabilities. -->
</div>
</div>
</div><!-- End About Me -->
<!-- ======= Counts ======= -->
<div class="counts container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="count-box">
<i class="icofont-badge"></i>
<span data-toggle="counter-up">3 </span>
<p>Internships</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-md-0">
<div class="count-box">
<i class="icofont-license"></i>
<span data-toggle="counter-up">1 </span>
<p>Certifications</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="icofont-institution"></i>
<span data-toggle="counter-up">3 </span>
<p>Organization</p>
</div>
</div>
<div class="col-lg-3 col-md-6 mt-5 mt-lg-0">
<div class="count-box">
<i class="icofont-code"></i>
<span data-toggle="counter-up">8 </span>
<p>Projects</p>
</div>
</div>
</div>
</div><!-- End Counts -->
<!-- ======= Skills ======= -->
<div class="skills container">
<div class="section-title">
<h2>Skills</h2>
</div>
<div class="row skills-content">
<div class="col-lg-6">
<div class="progress">
<span class="skill">C++ <i class="val">80%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">Python <i class="val">60%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">HTML <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">CSS <i class="val">80%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="progress">
<span class="skill">Nodejs <i class="val">60%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">React JS<i class="val">70%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">Javascript <i class="val">70%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="progress">
<span class="skill">JAVA <i class="val">20%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div><!-- End Skills -->
<!-- ======= Interests ======= -->
<div class="interests container">
<div class="section-title">
<h2>Interests</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="icofont-web" style="color: #5578ff;"></i>
<h3>Web Development</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-md-0">
<div class="icon-box">
<i class="icofont-brand-android-robot" style="color: #e80368;"></i>
<h3>Android Development</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-lg-0">
<div class="icon-box">
<i class="icofont-list" style="color: #e361ff;"></i>
<h3>Anime</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4 mt-lg-0">
<div class="icon-box">
<i class="icofont-code" style="color: #47aeff;"></i>
<h3>Gaming</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="icofont-airplane" style="color: #ffa76e;"></i>
<h3>Travelling</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="icofont-music-notes" style="color: #11dbcf;"></i>
<h3>Music</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="icofont-pencil" style="color: #11dbcf;"></i>
<h3>Fan-Fiction</h3>
</div>
</div>
<div class="col-lg-3 col-md-4 mt-4">
<div class="icon-box">
<i class="icofont-brand-android-robot" style="color: #e80368;"></i>
<h3>Automation</h3>
</div>
</div>
</div><!-- End Interests -->
</section><!-- End About Section -->
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume">
<div class="container">
<div class="section-title">
<h2>Resume</h2>
<p>Check My Resume</p>
<h3>Download pdf version <a href="https://bit.ly/nitinDevR" target="_blank">here.</a></h3>
</div>
<div class="row">
<div class="col-lg-6">
<!-- <h3 class="resume-title">A little bit about me.</h3>
<div class="resume-item pb-0">
<h4></h4>
<p><em>I am a passionate developer but a lazy writer. I develop Website/Apps in <span style="color: #18d26e;">Javascript</span> , <span style="color: #18d26e;">NodeJS (MERN)</span> , <span style="color: #18d26e;">Java</span> (Noob), <span style="color: #18d26e;">python</span> and sometimes in <span style="color: #18d26e;">C++</span> .But as everyother humanbeing`s species known as developers I always exploring new things that peeks my interests <span style="color: #18d26e;">Web,App,Cloud,__________</span>.When I am not doing any work you can find me playing video games, watching animes,Southpark,Family guy or Bojack Horsemen.Ping me if are interested in collaborating or if you are interested in <span style="color:#18d26e;">hiring me</span>. you can find my info on my resume or in contacts or on home screen</em></p>
</div> -->
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>Bachelor of technology,Electronics and communication Engineering </h4>
<h5>2017 - 2021</h5>
<p><em> Delhi Technological University,New Delhi</em></p>
<p>I Am currently in my final year of Graduation degree with latest GPA : 8.09 </p>
</div>
<div class="resume-item">
<h4>Senior Education (12th), CBSE </h4>
<h5>2015 - 2016</h5>
<p><em>KIIT World School, Pitampura </em></p>
<p>I have completed my 12th from CBSE board with overall 80%. </p>
</div>
</div>
<div class="col-lg-6">
<h3 class="resume-title">Professional Experience</h3>
<div class="resume-item">
<h4>SDE Intern, Paytm Payments Bank</h4>
<h5>Jan 2021-Present </h5>
<p><em> Backend Developer</em></p>
<p>Currently working in UPI Payments Backend-team.</p>
</div>
<div class="resume-item">
<h4>Summer Intern, Here technologies</h4>
<h5>June-July 2020</h5>
<p><em> Web Developer</em></p>
<p>Completed a local service finding tool with help of here maps Api</p>
</div>
<div class="resume-item">
<h4>Web Designer, Finish-It Concerige Services </h4>
<h5>June-July 2018</h5>
<p><em> Web Designer</em></p>
<p>Worked directly with co-founders and designed the offical website for the startup </p>
</div>
<div class="resume-item">
<h4>Graphic Designer, Global-Youth India </h4>
<h5>Aug 2017 - Oct 2017</h5>
<p><em> Graphic Designer</em></p>
<p>Designed the all the Artwork, Poster and Illustrations</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Resume Section -->
<!-- Start Certifications Section-->
<section id="certifications" class="certifications">
<div class="container">
<div class="section-title">
<h2>Projects</h2>
<p> `< ! -- Section Under Construction -- >` </p>
</div>
<!-- <div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="icofont-certificate-alt-1"></i></div>
<h4><a href="" target="_blank">Backend Development </a></h4>
<p>Training at Pepcoding</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="icofont-certificate-alt-1"></i></div>
<h4><a href="" target="_blank">C++ launchpad Course</a></h4>
<p>Data strucutres and Algorithms.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="icofont-certificate-alt-1"></i></div>
<h4><a href="https://drive.google.com/file/d/1A_PXKC-zqNuviLaoI0oKTu1bvHUkSmke/view?usp=drivesdk" target="_blank">Yay Scholarship Programme</a></h4>
<p>Participation in Interview Preparation course.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="icofont-certificate-alt-1"></i></div>
<h4><a href="https://drive.google.com/file/d/14qtFJIKY_JZxfnePGiWg99EjSibMlBJG/view?usp=sharing" target="_blank">Web-Development Bootcamp</a></h4>
<p>Training at Udemy.</p>
</div>
</div>
</div> -->
</div>
</section>
<!--End Services Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
<p>Contact Me</p>
</div>
<div class="row mt-2">
<div class="col-md-6 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-map"></i>
<h3>My Address</h3>
<p> New Delhi</p>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0 d-flex align-items-stretch">
<div class="info-box" style="overflow-x: auto;">
<i class="bx bx-share-alt"></i>
<h3>Social Profiles</h3>
<div class="social-links">
<a href="https://twitter.com/Dhemiwalnitin" target="_blank" class="fa fa-twitter"></a>
<a href="https://www.facebook.com/nitindhemiwal/" target="_blank" class="fa fa-facebook"></a>
<a href="https://www.instagram.com/nitin_dhemiwal/" target="_blank" class="fa fa-instagram"></a>
<a href="mailto:nitindhemiwal01@gmail.com" target="_blank" class="fa fa-google-plus"></a>
<a href="https://www.linkedin.com/in/dhemiwalnitin" target="_blank" class="fa fa-linkedin"></a>
<a href="https://github.com/zephyr007" target="_blank" class="fa fa-github"></a>
</div>
</div>
</div>
<div class="col-md-6 mt-4 d-flex align-items-stretch">
<div class="info-box" style="overflow-x: auto;">
<i class="bx bx-envelope"></i>
<h3>Email Me</h3>
<p>nitindhemiwal01@gmail.com</p>
</div>
</div>
<div class="col-md-6 mt-4 d-flex align-items-stretch">
<div class="info-box" style="overflow-x: auto;">
<i class="bx bx-envelope"></i>
<h3>Call Me</h3>
<p> +91 - 9015902007</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
<div class="credits">
<!-- Designed by <a href="#top">Nitin</a> -->
<!--Designed borrowed by Divya-->
</div>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!--Start of Tawk.to Script-->
<!--End of Tawk.to Script-->
</body>
</html>