-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
684 lines (558 loc) · 29.4 KB
/
Copy pathindex.html
File metadata and controls
684 lines (558 loc) · 29.4 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
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
<!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>Nikhil Sahu | nikhildsahu</title>
<meta name="description" content=" Nikhil Sahu | nikhildsahu - Student & Developer">
<meta name="theme-color" content="#999999" />
<meta name="author" content=" Nikhil Sahu">
<script type="application/ld+json">
{
"@context": "http://www.schema.org",
"@type": "Person",
"name": "Nikhil Sahu",
"jobTitle": "Developer",
"url": "https://nikhilsahu.me",
"address": {
"@type": "PostalAddress",
"addressLocality": "Nagpur",
"addressCountry": "India"
},
"email": "nikhilsahu6870@gmail.com",
"birthDate": "1999-12-07",
"sameAs": [
"https://www.linkedin.com/in/nikhil-sahu",
"https://twitter.com/stanleeniko",
"https://github.com/nikhildsahu",
"https://instagram.com/nikhildsahu"
]
}
</script>
<!-- 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">
<link rel="stylesheet" href="css/headstyle.css">
<link rel="stylesheet" href="css/ripple.css">
<link rel="stylesheet" href="css/index.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Custom CSS-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-147485690-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-147485690-1');
</script>
<!-- Script
================================================== -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script> -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png">
</head>
<body>
<!-- Job Change Banner Start -->
<div id="job-banner" style="width:100%;background:#222;color:#fff;padding:10px 0;position:fixed;top:0;left:0;z-index:9999;overflow:hidden;text-align:center;">
<div class="job-banner-track-wrapper">
<div class="job-banner-track">
🚀 <b>Nikhil is looking for a job change</b> — Will be happy to connect for it! | Reach out on <a href="https://www.linkedin.com/in/nikhil-sahu" target="_blank" rel="noopener">LinkedIn</a> or <a href="mailto:hi@nikhilsahu.me">Email</a> 🚀
</div>
</div>
<div class="job-banner-resume">
<a href="./NikhilSahu.pdf" target="_blank" rel="noopener" style="color:#ffd700;text-decoration:underline;font-weight:bold;">📄 Resume </a>
</div>
</div>
<style>
body { padding-top: 60px; }
#job-banner a { color: #ffd700; text-decoration: underline; }
#job-banner a:hover { color: #fff700; }
#job-banner {
font-size: 1.1em;
line-height: 1.5;
}
.job-banner-track-wrapper {
width: 100vw;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
-ms-overflow-style: none;
}
.job-banner-track-wrapper::-webkit-scrollbar {
display: none;
}
.job-banner-track {
white-space: nowrap;
overflow: visible;
animation: scroll-left 24s linear infinite;
min-width: 700px;
display: inline-block;
}
.job-banner-resume {
margin-top: 2px;
font-size: 1em;
}
@keyframes scroll-left {
0% { transform: translateX(100%); }
100% { transform: translateX(-100%); }
}
@media (max-width: 600px) {
#job-banner {
font-size: 0.95em;
padding: 7px 0 6px 0;
}
.job-banner-track {
min-width: 900px;
}
}
</style>
<!-- Job Change Banner End -->
<!-- Preloader -->
<div id="preloader" class="loader-mask">
<div class="loader">
<div></div>
<div></div>
</div>
</div>
<!-- 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">Skills</a></li> -->
<li><a class="smoothscroll" href="#projects">Projects</a></li>
<li><a class="smoothscroll" href="#footer">Contact</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
<div class="row banner">
<div class="banner-text">
<h3><span> Hello ,I'm </span></h3>
<h1 class="responsive-headline"> Nikhil Sahu</h1>
<h3>a <span>Developer</span> and <span> Tech Enthusiast</span> trying to create something
awesome
. 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 rel="noopener" href="https://github.com/nikhildsahu" target="_blank"><i
class="fa fa-github"></i></a></li>
<li><a rel="noopener" href="https://www.linkedin.com/in/nikhil-sahu" target="_blank"><i
class="fa fa-linkedin"></i></a></li>
<li><a rel="noopener" href="https://twitter.com/stanleeniko" target="_blank"><i
class="fa fa-twitter"></i></a></li>
<li><a rel="noopener" href="mailto:hi@nikhilsahu.me" target="_blank"><i class="fa fa-envelope"></i></a>
</li>
</ul>
</div>
</div>
<p class="scrolldown">
<a class="smoothscroll" href="#about"><i class="icon-down-circle"></i></a>
</p>
<div id='stars'></div>
<div id='stars2'></div>
<div id='stars3'></div>
</header> <!-- Header End -->
<!-- About Section
================================================== -->
<section id="about">
<div class="row">
<div class="three columns">
<h2><span>About Me</span> </h2>
<!-- <img class="profile-pic" src="images/nikhil2bw.jpeg" alt="" /> -->
</div>
<div class="nine columns main-col">
<p>Software Developer — with 4+ years of experience turning complex data problems into clean, scalable solutions.
I enjoy combining my technical knowledge with my keen eye for
perfection to create awesome things.
</p>
<p>
<span style="color:#ffffff"> When I'm not writing code</span>, I enjoy photography ( <a target="_blank"
rel="noopener" href="https://www.instagram.com/my_glasseye/"><i class="fa fa-instagram"></i></i></a>
), reading about new technological advancements , listening
to great music or crossing off another item on my bucket
list.
</p>
<p>
I'm always looking for opportunities to work on exciting things.Let's make something great, together.
</p>
<a class="status" rel="noopener" href="https://www.linkedin.com/in/nikhil-sahu" target="_blank">
<div class="status__light">
<div class="status__light__ring"></div>
<div class="status__light__led"></div>
</div>
<div class="status__message">
Currently working Full Time , open for new opportunities
</div>
</a>
<br />
<div class="row">
<div class="columns download">
<p>
<a rel="noopener" target="_blank" href="./NikhilSahu.pdf" class="button"><i
class="fa fa-rocket"></i>See My Resume</a>
</p>
</div>
</div> <!-- end row -->
</div> <!-- end .main-col -->
</div>
</section> <!-- About Section End-->
<!-- Resume Section
================================================== -->
<!-- <section id="resume"> -->
<!-- Skills
----------------------------------------------- -->
<!-- <div class="row skill">
<div class="three columns header-col">
<h1><span>Skills</span></h1>
</div>
<div class="nine columns main-col">
<br />
<div class=" skills">
<div class="skillz">
<div class="skillz__category">
<div class="skillz__category__label">Languages</div>
<ul>
<li class="skillz__category__item">Python</li>
<li class="skillz__category__item">Java</li>
<li class="skillz__category__item">JavaScript</li>
<li class="skillz__category__item">C/C++</li>
<li class="skillz__category__item">HTML/CSS</li>
<li class="skillz__category__item">Solidity</li>
</ul>
</div>
<div class="skillz__category">
<div class="skillz__category__label">Frameworks</div>
<ul>
<li class="skillz__category__item">React Js</li>
<li class="skillz__category__item">Node Js</li>
<li class="skillz__category__item">jQuery</li>
<li class="skillz__category__item">Bootstrap</li>
</ul>
</div>
<div class="skillz__category">
<div class="skillz__category__label">Mobile App</div>
<ul>
<li class="skillz__category__item">Android SDK</li>
<li class="skillz__category__item">React Native</li>
</ul>
</div>
</div>
</div>
<div class=" skills">
<div class="skillz">
<div class="skillz__category">
<div class="skillz__category__label">Database and <br/>Cloud</div>
<ul>
<li class="skillz__category__item">MySQL</li>
<li class="skillz__category__item">Firebase</li>
<li class="skillz__category__item">AWS</li>
<li class="skillz__category__item">Heroku Platform</li>
</ul>
</div>
<div class="skillz__category">
<div class="skillz__category__label">Prototyping</div>
<ul>
<li class="skillz__category__item">Adobe XD</li>
<li class="skillz__category__item">Figma</li>
<li class="skillz__category__item">Illustrator</li>
<li class="skillz__category__item">Photoshop</li>
</ul>
</div>
<div class="skillz__category">
<div class="skillz__category__label">Tools</div>
<ul>
<li class="skillz__category__item">Bash/Shell</li>
<li class="skillz__category__item">Git & Github</li>
<li class="skillz__category__item">Travis CI</li>
<li class="skillz__category__item">Linux</li>
<li class="skillz__category__item">Window</li>
</ul>
</div>
</div>
</div>
</div> <!-- main-col end -->
<!-- </div> End skills -->
<!-- </section> Resume Section End -->
<!-- Portfolio Section
================================================== -->
<section id="projects" class="mh-service">
<div class="container">
<div class="rowmy section-separator">
<div class="col-sm-12 text-center section-title wow fadeInUp justify-content-center align-self-center " data-wow-duration="0.8s"
data-wow-delay="0.2s">
<h2><span> Projects</span></h2>
<br />
</div>
<div class="col-md-6 col-sm-12 justify-content-center align-self-center ">
<div class="mh-service-item shadow-1 dark-bg wow fadeInUp " data-wow-duration="0.8s"
data-wow-delay="0.3s ">
<i class="fa fa-truck purple-color"></i>
<h3>Pikkup : Moves Goods Locally</h3>
<p>
Intracity Goods Pikkup® & Delivery.Build this completely from scratch with team for
<span style="color:rgb(59, 49, 49)" > <a target="_blank" rel="noopener" href="https://pikkup.in/" style="color:rgb(59, 49, 49)">Pikkup India</a></span>.
<br/>
<br/>
<br/>
</p>
<!-- <a href="#" class="btn btn-fill"><span style="color: #fff"><i class="fa fa-globe" aria-hidden="true" style="color: #ffffff"></i> View</span></a> -->
<a target="_blank" rel="noopener" href="https://pikkup.in/"
class="btn btn-fill"><span style="color: #fff ;display: inline-block"> <i class="fa fa-globe" aria-hidden="true"
style="color: #ffffff"></i> Website</span></a>
<a target="_blank" rel="noopener" href="https://play.google.com/store/apps/details?id=com.pikkup"
class="btn btn-fill"><span style="color: #fff;display: inline-block"><i class="fab fa-google-play" aria-hidden="true"
style="color: #ffffff"></i> App</span></a>
</div>
</div>
<div class="col-md-6 col-sm-12 justify-content-center align-self-center">
<div class="mh-service-item shadow-1 dark-bg wow fadeInUp " data-wow-duration="0.8s"
data-wow-delay="0.3s">
<i class="fa fa-globe "></i>
<h3>E-Certify : Blockchain Based Certificate Validation</h3>
<p>
It is a Decentralized Solution for Students and Institutions to store certificates ,verify its
authenticity and easily share certificates with any other Institute or Organisation.
<span style="color:rgb(59, 49, 49)">Build at SIH 2019</span>
</p>
<!-- <a href="#" class="btn btn-fill"><span style="color: #fff"><i class="fa fa-globe" aria-hidden="true" style="color: #ffffff"></i> View</span></a> -->
<a target="_blank" rel="noopener" href="https://github.com/nikhildsahu/E-Certify"
class="btn btn-fill"><span style="color: #fff ;display: inline-block"> <i class="fa fa-github" aria-hidden="true"
style="color: #ffffff"></i> Code</span></a>
</div>
</div>
<div class="col-md-12 col-sm-12" style=" padding: 15px;"></div>
<div class="col-md-6 col-sm-12 justify-content-center align-self-center">
<div class="mh-service-item shadow-1 dark-bg wow fadeInUp" data-wow-duration="0.8s"
data-wow-delay="0.5s">
<i class=" fa fa-file-text iron-color"></i>
<h3>Freehand IO : Frontend Code Generation from Simple hand drawings</h3>
<p>
It is a platform where one can generate Frontend Code from Simple Hand Drawings. We are using
Machine Learning for detecting components in drawing and then generating Code for it.
Simply gives us your handrawn sketch of website , we wil give you code for it , with preview.
<br />
<br/>
</p>
<a target="_blank" rel="noopener" href="http://freehand.ml/" class="btn btn-fill">
<span style="color: #fff ;display: inline-block"> <i class="fa fa-globe" aria-hidden="true" style="color: #ffffff"></i>
View</span></a>
<a target="_blank" rel="noopener" href="https://github.com/Devs-Not-Wizards/Freehand.io"
class="btn btn-fill"><span style="color: #fff ;display: inline-block"><i class="fa fa-github" aria-hidden="true"
style="color: #ffffff"></i> Code</span></a>
<a target="_blank" rel="noopener" href="https://youtu.be/u_3CmM-ZUc4"
class="btn btn-fill"><span style="color: #fff ;display: inline-block"><i class="fa fa-play" aria-hidden="true"
style="color: #ffffff"></i> Demo</span></a>
</div>
</div>
<div class="col-md-6 col-sm-12 justify-content-center align-self-center">
<div class="mh-service-item shadow-1 dark-bg wow fadeInUp" data-wow-duration="0.8s"
data-wow-delay="0.5s">
<i class=" fa fa-television purple-color"></i>
<h3>ProperGator : Redefine Advertisement with ML</h3>
<p>
We have used ML and CV for Ads, Propergator uses a camera to do realtime analysis of audience present infront of Digital Signage and target ads for them .
It is a web based client .
It analyses audience on basis of gender ,age , emotion .., and also give a visualized insight on Dashboard .
Viewer can also get more information about ads by scaning Ad QR code using Propergator App
<br />
</p>
<a target="_blank" rel="noopener" href="https://propergator.netlify.app/" class="btn btn-fill">
<span style="color: #fff ;display: inline-block"> <i class="fa fa-globe" aria-hidden="true" style="color: #ffffff"></i>
View</span></a>
<a target="_blank" rel="noopener" href="https://github.com/Devs-Not-Wizards/ProperGator"
class="btn btn-fill"><span style="color: #fff ;display: inline-block"><i class="fa fa-github" aria-hidden="true"
style="color: #ffffff"></i> Code</span></a>
<a target="_blank" rel="noopener" href="https://youtu.be/_G4En-zcT_0"
class="btn btn-fill"><span style="color: #fff ;display: inline-block"><i class="fa fa-play" aria-hidden="true"
style="color: #ffffff"></i> Demo</span></a>
</div>
</div>
</div>
<br />
<br />
<div class="rowmy section-separator">
<div class="col-sm-12 text-center section-title wow fadeInUp" data-wow-duration="0.8s"
data-wow-delay="0.2s">
<h2><span> Some Other Projects</span></h2>
<br />
</div>
<div class="col-md-2 col-sm-12"></div>
<div class="col-md-8 col-sm-12">
<div class="mh-service-item shadow-1 dark-bg wow fadeInUp" data-wow-duration="0.8s"
data-wow-delay="0.3s">
<h4>Markdown Editor</h4>
<h6>Simply Edit,View,Download,Enjoy </h6>
<p>
Simple Markdown editor with Live Preview.It supports all Markdown Syntax and a Toolbar for all
Basic syntax + Undo+ Redo + Clear.
<br />
Easily Download md files , use anywhere 😄
</p>
<a target="_blank" rel="noopener" href="https://nikhilsahu.me/Markdown-Editor/"
class="btn btn-fill"><span style="color: #fff ;display: inline-block"> <i class="fa fa-globe" aria-hidden="true"
style="color: #ffffff"></i> View</span></a>
<a target="_blank" rel="noopener" href="https://github.com/nikhildsahu/Markdown-Editor"
class="btn btn-fill"><span style="color: #fff ;display: inline-block"> <i class="fa fa-github" aria-hidden="true"
style="color: #ffffff"></i> Code</span></a>
</div>
</div>
<div class="col-md-12 col-sm-12"><br /></div>
<div class="col-md-2 col-sm-12"></div>
<div class="col-md-8 col-sm-12">
<div class="mh-service-item shadow-1 dark-bg wow fadeInUp" data-wow-duration="0.8s"
data-wow-delay="0.3s">
<h4>Pacman AI</h4>
<h6>Pacman Maze Solver </h6>
<p>
A P5 JS project in which Pacman automatically solves the maze using best first search method.
</p>
<a target="_blank" rel="noopener" href="https://nikhilsahu.me/PacmanAI/"
class="btn btn-fill"><span style="color: #fff ;display: inline-block"> <i class="fa fa-globe" aria-hidden="true"
style="color: #ffffff"></i> View</span></a>
<a target="_blank" rel="noopener" href="https://github.com/nikhildsahu/PacmanAI"
class="btn btn-fill"><span style="color: #fff ;display: inline-block"> <i class="fa fa-github" aria-hidden="true"
style="color: #ffffff"></i> Code</span></a>
</div>
</div>
<div class="col-md-12 col-sm-12"><br /></div>
<div class="col-md-2 col-sm-12"></div>
<div class="col-md-8 col-sm-12">
<div class="mh-service-item shadow-1 dark-bg wow fadeInUp" data-wow-duration="0.8s"
data-wow-delay="0.3s">
<h4>Sum of Subset Problem Simulator</h4>
<p>
Implementation of this Backtracking Algorithm in JavaScript.
</p>
<a target="_blank" rel="noopener" href="https://nikhilsahu.me/sum-of-subset/"
class="btn btn-fill"><span style="color: #fff ;display: inline-block"> <i class="fa fa-globe" aria-hidden="true"
style="color: #ffffff"></i> View</span></a>
<a target="_blank" rel="noopener" href="https://github.com/nikhildsahu/sum-of-subset"
class="btn btn-fill"><span style="color: #fff ;display: inline-block"> <i class="fa fa-github" aria-hidden="true"
style="color: #ffffff"></i> Code</span></a>
</div>
</div>
<!-- <div class="col-md-12 col-sm-12"><br /></div>
<div class="col-md-2 col-sm-12"></div>
<div class="col-md-8 col-sm-12">
<div class="mh-service-item shadow-1 dark-bg wow fadeInUp" data-wow-duration="0.8s"
data-wow-delay="0.3s">
<h4>Sliding Window Protocol Simulator</h4>
<p>
Implementation of this Protocol in JavaScript and jQuery, to give a visual representation of working of this protocol.
</p>
<a target="_blank" rel="noopener" href="https://nikhilsahu.ml/Sliding-window-simulator"
class="btn btn-fill"><span style="color: #fff ;display: inline-block"> <i class="fa fa-globe" aria-hidden="true"
style="color: #ffffff"></i> View</span></a>
<a target="_blank" rel="noopener" href="https://github.com/nikhildsahu/Sliding-window-simulator"
class="btn btn-fill"><span style="color: #fff ;display: inline-block"> <i class="fa fa-github" aria-hidden="true"
style="color: #ffffff"></i> Code</span></a>
</div>
</div> -->
</div>
</div>
</section>
<!-- footer
================================================== -->
<footer id="footer">
<div class="row">
<div class="twelve columns">
<h3><span>Contact</span></h3>
<h2><a rel="noopener" target="_blank" href="https://www.google.com/search?q=nikhildsahu">Nikhil Sahu</a></h2>
<h2><a rel="noopener" target="_blank" href="mailto:hi@nikhilsahu.me">hi@nikhilsahu.me</a></h2>
<div style="margin: 10px; border-radius: 25px;
border: 2px solid rgba(255, 255, 255, 0.349);
padding: 20px;
display:inline-block;">
<h6>This is my Public Key.</h6>
<h4><a rel="noopener" target="_blank" href="https://keybase.io/nikhildsahu">03324D5467733268</a></h4>
</div>
<ul class="social-links">
<li><a target="_blank" rel="noopener" href="https://github.com/nikhildsahu"><i
class="fa fa-github"></i></a></li>
<li><a target="_blank" rel="noopener" href="https://www.linkedin.com/in/nikhil-sahu"><i
class="fa fa-linkedin"></i></a></li>
<li><a target="_blank" rel="noopener" href="https://twitter.com/stanleeniko"><i
class="fa fa-twitter"></i></a></li>
<li><a target="_blank" rel="noopener" href="https://instagram.com/nikhildsahu"><i
class="fa fa-instagram"></i></a></li>
<li><a target="_blank" rel="noopener" href="https://sourcerer.io/nikhildsahu"><i
class="fa fa-scribd"></i></a></li>
<li><a target="_blank" rel="noopener" href="https://t.me/stanleeniko"><i
class="fa fa-telegram"></i></a></li>
</ul>
<ul class="copyright">
<li>Made with <i class="fa fa-heart" aria-hidden="true"> </i> by<a
href="https://nikhildsahu.github.io/"> Nikhil Sahu</a></li>
</ul>
<ul class="copyright">
<li>
<a href="//www.dmca.com/Protection/Status.aspx?ID=fc83d9ab-8587-4ae9-90db-8625a76fcb7e" title="DMCA.com Protection Status" class="dmca-badge"> <img src ="https://images.dmca.com/Badges/dmca-badge-w100-5x1-08.png?ID=fc83d9ab-8587-4ae9-90db-8625a76fcb7e" alt="DMCA.com Protection Status" /></a> <script src="https://images.dmca.com/Badges/DMCABadgeHelper.min.js"> </script>
</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>
if( typeof console === 'object' ) {
const style = [
'background: #000',
'color: #fff',
'padding: 10px 20px',
'line-height: 35px'
].join(';');
console.log(
'%c ┌( ͝° ͜ʖ͡°)=ε/̵͇̿̿/’̿’̿ ̿' ,
style
);
console.log('%c Caught You ', style);
console.log(
' \n' +
'Hey there,Thanks for visiting.\n' +
'If you’re looking for code of this website,\n' +
'Complete code for the website ia available at'+
' '+
'Link: https://github.com/nikhildsahu/nikhildsahu.github.io'+
' '+
'\n'
);
console.log('%c Made with ♥️ by Nikhil Sahu ', style);
}
</script>
<script src="https://use.fontawesome.com/40e861348c.js"></script>
<script src="js/modernizr.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"
type="text/javascript"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/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>
<script src="js/index.js"></script>
</body>
</html>