-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
703 lines (635 loc) · 23.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
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
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
<!--
Developer : Pankaj Kumar
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<title>
Pankaj Kumar
</title>
<!-- cdn link for font-awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- mdl cdn link -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<!-- css -->
<link rel="stylesheet" type="text/css" href="public/assest/css/index.css">
<link rel="stylesheet" type="text/css" href="public/assest/css/light_mode.css">
<!-- google ad -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6755330354272694"
crossorigin="anonymous"></script>
</head>
<body>
<!-- starting navbar -->
<nav class="navbar navbar-light navbar-expand-lg" id="top">
<div class="container">
<ul class="nav">
<li class="nav-item">
<a href="#about" class="nav-link active">About</a>
</li>
<li class="nav-item">
<a href="#skill" class="nav-link">Skills</a>
</li>
<li class="nav-item">
<a href="#experience" class="nav-link">Experience </a>
</li>
<li class="nav-item">
<a href="#project" class="nav-link">Project</a>
</li>
<li class="nav-item">
<a href="#education" class="nav-link">Education</a>
</li>
</ul>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar" >
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<li class="nav-item">
<a href="#reach-out-to-me" class="nav-link">Contact</a>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Professional Link
</a>
<ul class="dropdown-menu">
<li>
<a href="https://www.linkedin.com/in/pankajcoder1/" class="dropdown-item">Linkedin</a>
</li>
<li>
<a href="https://github.com/Pankajcoder1" class="dropdown-item">Github</a>
</li>
<li>
<a href="https://leetcode.com/pankajkumarmath1/" class="dropdown-item">Leetcode</a>
</li>
<li>
<a href="https://codeforces.com/profile/Pankaj_Kumar1" class="dropdown-item">Codeforces</a>
</li>
<li>
<a href="https://linktr.ee/pankajcoder1" class="dropdown-item">LinkTree</a>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Social Link</a>
<ul class="dropdown-menu">
<li class="">
<a href="https://www.youtube.com/channel/UCSVfA_mo9u3_eglngWNpCWg" class="dropdown-item">YouTube</a>
</li>
<li class="">
<a href="https://www.facebook.com/pankajcoder/" class="dropdown-item">Facebook</a>
</li>
<li class="">
<a href="https://twitter.com/PankajK66627177" class="dropdown-item">Twitter</a>
</li>
<li class="">
<a href="https://www.instagram.com/pankajcoder1/" class="dropdown-item">Instagram</a>
</li>
</ul>
</li>
<!-- resume button -->
<li class="nav-item" style="font-weight: 900;">
<a href="public/Pankaj_Kumar.pdf" class="nav-link" target="_blank">Resume</a>
</li>
<!-- dark mode system -->
<li class="nav-item light" onclick="change_light_mode();">
<a href="#" class="nav-link"><span class="material-icons">mode_night</span></a>
</li>
<!-- light mode -->
<li class="nav-item dark" style="display: none;" onclick="change_dark_mode();">
<a href="#" class="nav-link"><span class="material-icons">light_mode</span></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- navbar end -->
<!-- start main section -->
<div>
<!-- start about section -->
<div class="about" id="about">
<div class="container about-div" style="">
<div class="row" style="">
<div class="col-sm col-sm-12 col-md-5 col-xl-5">
<img src="public/assest/Images/Pankaj_Kumar.png" class="img-fluid img-responsive" alt="Profile Image">
</div>
<div class="col-sm col-sm-12 col-md-7 col-xl-7 container about-intro">
<div class="container about-intro-div">
<h1 class="section-heading">About</h1>
<p class="intro">
Hi, My name is <b>Pankaj Kumar</b>. I'm currently pursuing B.Tech from Computer Sciecne and Enginerring at National Institute of Technology Uttarakhand (2018-2022).
</p>
<p class="intro">
I am a <b>Software Developer</b> and <b>YouTuber</b> where I provide video explanation of algorithms and video solution of algorithmic problems.
</p>
<div class="btn explore-button">
<a href="#skill">Explore More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end about section -->
</div>
<!-- end main section -->
<!-- skill section start -->
<section class="skill-section" id="skill">
<div class="container">
<h1 class="text-center section-heading">
🔧 Skills
</h1>
<div class="row text-center">
<div class="col-sm-4">
<p>💪 Strengths</p>
<ul class="strength_list">
<li>
<p>Algorithms</p>
</li>
<li>
<p>Data Structure</p>
</li>
<li>
<p>Object Oriented Programming</p>
</li>
<li>
<p>AWS Lamda</p>
</li>
</ul>
</div>
<div class="col-sm-4">
<p>
💻 Languages
</p>
<ul class="programming_list">
<li>
<p>C++</p>
</li>
<li>
<p>Python</p>
</li>
<li>
<p>Java</p>
</li>
<li>
<p>SQL</p>
</li>
</ul>
</div>
<div class="col-sm-4">
<p>
🔨 Other Tools
</p>
<ul class="other_list">
<li>
<p>Spring Boot</p>
</li>
<li>
<p>JUnit</p>
</li>
<li>
<p>AWS</p>
</li>
<li>
<p>Git</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- skill section end -->
<!-- experience section start -->
<section class="experience_section" id="experience">
<div class="container">
<h1 class="text-center section-heading">
💼 Experience
</h1>
<table class="table table-striped experience-data-table align-middle mb-0">
<thead class="table-dark">
<tr>
<th>
S.no
</th>
<th>
Company
</th>
<th class="starting">
Starting
</th>
<th class="duration">
Duration
</th>
</tr>
</thead>
<tbody class="experience-data-table-body">
<tr>
<td>1</td>
<td>
<div class="d-flex align-items-center experience-detail">
<img src="public/assest/Images/FloData_Analytics.png" alt="Company Logo" class="rounded-circle company_logo" />
<div class="ms-3">
<p class="mb-1">Flodata Analytics</p>
<p class="mb-0 badge rounded-pill d-inline position-in-company">
Python Developer
</p>
</div>
</div>
</td>
<td class="starting">May 2021</td>
<td class="duration">2 months</td>
</tr>
<tr>
<td>2</td>
<td>
<div class="d-flex align-items-center experience-detail">
<img src="public/assest/Images/YouTube.svg" alt="Company Logo" class="rounded-circle company_logo" />
<div class="ms-3">
<p class="mb-1">YouTube</p>
<p class="mb-0 badge rounded-pill d-inline position-in-company">
Algo Tutor
</p>
</div>
</div>
</td>
<td class="starting">21-Dec-2021</td>
<td class="duration">running</td>
</tr>
<tr>
<td>3</td>
<td>
<div class="d-flex align-items-center experience-detail">
<img src="public/assest/Images/publicis_sapient.png" alt="Company Logo" class="rounded-circle company_logo" />
<div class="ms-3">
<p class="mb-1">Publicis Sapient</p>
<p class="mb-0 badge rounded-pill d-inline position-in-company">
ASDE 1
</p>
</div>
</div>
</td>
<td class="starting">23-May-2022</td>
<td class="duration">running</td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- experience section end -->
<!-- project section start -->
<section class="project-section" id="project">
<div class="container">
<h1 class="text-center section-heading">
👨🎓 Project
</h1>
<table class="table table-striped table1">
<thead class="thead-dark">
<tr>
<th>S.No</th>
<th>Project Name</th>
<th class="description">Description</th>
<th>Link</th>
</tr>
</thead>
<tbody class="table1_body">
<tr>
<td>1</td>
<td>
Destributive Compiler
<div class="mobile-view-tech-stack-div d-flex">
<span class="badge "> Python </span>
<span class="badge "> Flask</span>
<span class="badge "> JS</span>
<span class="badge "> Firebase API</span>
<span class="badge "> Heroku</span>
</div>
</td>
<td class="description">
<p>
Distributed compiler aims to achieve compilation of programs and projects on the distributed network.Users needs to do is to share his code(by providing GitHub link) and request for compilation.
<div class="tech-stack-div">
<span>Tech used : </span>
<span class="badge "> Python </span>
<span class="badge "> Flask</span>
<span class="badge "> JS</span>
<span class="badge "> Firebase API</span>
<span class="badge "> Heroku</span>
</div>
</p>
</td>
<td class="text-center">
<a href="https://github.com/Kanhakhatri065/Hackverse2.0" target="_blank">
<i class="fa fa-link"></i>
</a>
</td>
</tr>
<tr>
<td>2</td>
<td>
Notes Bank
<div class="mobile-view-tech-stack-div d-flex">
<span class="badge "> HTML </span>
<span class="badge "> Bootstrap</span>
<span class="badge "> PHP</span>
<span class="badge "> MySql</span>
<span class="badge "> JS</span>
</div>
</td>
<td class="description">
<p>
This is a full web application developed by using framework like Bootstrap and simple Js.This system can be used by institution as a common platform for sharing notes and question paper or to store it for future use.
<div class="tech-stack-div">
<span>Tech used : </span>
<span class="badge "> HTML </span>
<span class="badge "> Bootstrap</span>
<span class="badge "> PHP</span>
<span class="badge "> MySql</span>
<span class="badge "> JS</span>
</div>
</p>
</td>
<td class="text-center">
<a href="https://github.com/Pankajcoder1/Notes/" target="_blank">
<i class="fa fa-link"></i>
</a>
</td>
</tr>
<tr>
<td>3</td>
<td>
Resume Verifier
<div class="mobile-view-tech-stack-div d-flex">
<span class="badge "> Python </span>
<span class="badge "> Flask</span>
<span class="badge "> pdfx</span>
<span class="badge "> Beautiful Soup</span>
<span class="badge "> Selenium</span>
</div>
</td>
<td class="description">
<p>
A background service which give you score of 0-100 after analysing your data in resume and some link like github, linkedin, stack overflow etc.
<div class="tech-stack-div">
<span>Tech used : </span>
<span class="badge "> Python </span>
<span class="badge "> Flask</span>
<span class="badge "> pdfx</span>
<span class="badge "> Beautiful Soup</span>
<span class="badge "> Selenium</span>
</div>
</p>
</td>
<td class="text-center">
<a href="https://github.com/divakar-lakhera/Makeathon2020" target="_blank">
<i class="fa fa-link"></i>
</a>
</td>
</tr>
<tr>
<td>4</td>
<td>
MNIST Deep Learning Model
<div class="mobile-view-tech-stack-div d-flex">
<span class="badge "> Python 3</span>
<span class="badge "> Deep Learning</span>
<span class="badge "> Keras</span>
<span class="badge "> Tkinter</span>
<span class="badge "> Numpy</span>
</div>
</td>
<td class="description">
<p>
A deep learning model trained on MNIST dataset with accuracy of approx 98%. I used keras API. This model can be used in CCTV or any other application to recognize any vechile number.
<div class="tech-stack-div">
<span>Tech used : </span>
<span class="badge "> Python 3</span>
<span class="badge "> Deep Learning</span>
<span class="badge "> Keras</span>
<span class="badge "> Tkinter</span>
<span class="badge "> Numpy</span>
</div>
</p>
</td>
<td class="text-center">
<a href="https://github.com/Pankajcoder1/machine_learning_and_more../tree/master/mnist/" target="_blank">
<i class="fa fa-link"></i>
</a>
</td>
</tr>
<tr>
<td>5</td>
<td>
Portfolio
<div class="mobile-view-tech-stack-div d-flex">
<span class="badge "> HTML </span>
<span class="badge "> Bootstrap</span>
<span class="badge "> CSS</span>
<span class="badge "> JS</span>
<span class="badge "> Firebase</span>
</div>
</td>
<td class="description">
<p>
Portfolio designed and coded by me which act like soft resume.
<div class="tech-stack-div">
<span>Tech used : </span>
<span class="badge "> HTML </span>
<span class="badge "> Bootstrap</span>
<span class="badge "> CSS</span>
<span class="badge "> JS</span>
<span class="badge "> Firebase</span>
</div>
</p>
</td>
<td class="text-center">
<a href="https://pankajcoder1.github.io/Pankajcoder1/" target="_blank">
<i class="fa fa-link"></i>
</a>
</td>
</tr>
<tr>
<td>6</td>
<td>
Cats and Dogs(Binary) prediction Deep Learning Model
<div class="mobile-view-tech-stack-div d-flex">
<span class="badge "> Python 3</span>
<span class="badge "> Deep Learning</span>
<span class="badge "> Keras</span>
<span class="badge "> Numpy</span>
</div>
</td>
<td class="description">
<p>
A deep learning model trained on Cat and Dog dataset. I used keras API. This model predict either given image is dog or cat.
<div class="tech-stack-div">
<span>Tech used : </span>
<span class="badge "> Python 3</span>
<span class="badge "> Deep Learning</span>
<span class="badge "> Keras</span>
<span class="badge "> Numpy</span>
</div>
</p>
</td>
<td class="text-center">
<a href="https://github.com/Pankajcoder1/machine_learning_and_more../tree/master/cats_dogs_classification" target="_blank">
<i class="fa fa-link"></i>
</a>
</td>
</tr>
<tr>
<td>7</td>
<td>
Technological Gyan
<div class="mobile-view-tech-stack-div d-flex">
<span class="badge "> HTML</span>
<span class="badge "> Bootstrap</span>
<span class="badge "> PHP</span>
<span class="badge "> MySql</span>
</div>
</td>
<td class="description">
<p>
A user friendly web application which can be simply called as a clone of stackoverflow which have some functions of it. This can be used so share technical knowledge among junior and senior which also make each other fiendly.
<div class="tech-stack-div">
<span>Tech used : </span>
<span class="badge "> HTML</span>
<span class="badge "> Bootstrap</span>
<span class="badge "> PHP</span>
<span class="badge "> MySql</span>
</div>
</p>
</td>
<td class="text-center">
<a href="https://github.com/Pankajcoder1/technological_gyan/" target="_blank">
<i class="fa fa-link"></i>
</a>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- project section end -->
<!-- education section start -->
<section class="education-section" id="education">
<div class="container">
<h1 class="text-center section-heading">
🎓 Education
</h1>
<table class="table table-striped">
<thead class="table-dark">
<tr>
<th>S.No</th>
<th>Institute</th>
<th>Degree</th>
<th>Info</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>NIT Uttarakhand</td>
<td>
<div>
<span>Bachelor's Degree</span><br>
<span>2018 - 2022</span>
</div>
</td>
<td>
<div>
<span>Computer Science</span><br>
<span class="badge badge-secondary">CGPA: 7.26</span>
</div>
</td>
</tr>
<tr>
<td>2</td>
<td>P.C.P college</td>
<td>
<div>
<span>Senior Secondary</span><br>
<span>2016 - 2018</span>
</div>
</td>
<td>
<div>
<span>BSEB board</span><br>
<span class="badge badge-secondary">Score: 69%</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
<!-- education section end -->
<!-- reach out to me section start -->
<section class="reach-out-to-me" id="reach-out-to-me">
<div class="container">
<div class="text-center">
<p class="section-heading">
💬 Reach out to me
</p>
</div>
<div class="reach-out-to-me-inner-div">
<ul class="col text-center">
<li class="github_account">
<a href="https://github.com/Pankajcoder1" title="Github account">
<i class="fa fa-github"></i>
</a>
</li>
<li class="linkedin_account">
<a href="https://www.linkedin.com/in/pankaj-kumar-795b48198/" title="Linkedin account">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li class="email">
<a href="mailto:pankajkumarmath1@gmail.com" title="Mail me">
<i class="fa fa-envelope"></i>
</a>
</li>
<li class="twitter_account">
<a href="https://twitter.com/PankajK66627177" title="Twitter account">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="youtube_account">
<a href="https://www.youtube.com/channel/UCSVfA_mo9u3_eglngWNpCWg" title="YouTube Channel">
<i class="fa fa-youtube-play"></i>
</a>
</li>
</ul>
</div>
</div>
</section>
<!-- reach out to me section end -->
<!-- footer section start -->
<footer class="footer">
<div class="container-fluid text-center">
<p>
©All rights reserved | Made with <i class="fa fa-heart" style="color: red;"></i> by <a href="https://github.com/Pankajcoder1"> Pankaj Kumar</a> | Deployed on <a href="https://github.com/Pankajcoder1/Pankajcoder1">Github</a>
</p>
</div>
</footer>
<!-- footer section end -->
<a href="#top" id="top-button" class="top-button btn" onclick="top_button()">
<i class="fa fa-angle-up text-center"></i>
</a>
<!-- js files added here -->
<script type="text/javascript" src="public/assest/js/change_mode.js"></script>
<script type="text/javascript" src="public/assest/js/index.js"></script>
<!-- end here -->
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="/__/firebase/8.10.0/firebase-app.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="/__/firebase/8.10.0/firebase-analytics.js"></script>
<!-- Initialize Firebase -->
<script src="/__/firebase/init.js"></script>
</body>
</html>