-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
819 lines (793 loc) · 42 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
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MY PORTFOLIO</title>
<link rel="apple-touch-icon" sizes="180x180" href="image/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="image/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="image/favicon-16x16.png">
<link rel="manifest" href="image/site.webmanifest">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
</head>
<body>
<header>
<nav>
<li>
<div>
<a class="menu_button" href="#"> Home </a>
<div class="menu_button">
<button class="dropbtn"> About Me
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="index.html">Skills & Softskills</a>
<a href="index.html">Travelling blogs</a>
<a href="index.html"> Address </a>
<a href="index.html">Map Address</a>
</div>
</div>
<div class="menu_button">
<button class="dropbtn"> My Education
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="https://www.facebook.com/svmict/">Schooling</a>
<a href="https://www.jnujaipur.ac.in/">College</a>
</div>
</div>
<div class="menu_button">
<button class="dropbtn"> Certificate
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="page.html">Achievements</a>
<a href="page.html">Workshopes</a>
<a href="page.html">Participation</a>
<a href="page.html">Completion</a>
</div>
</div>
<div class="menu_button">
<button class="dropbtn"> Internship
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="https:// aashmanfoundation. wordpress.com/">Graphic Designe</a>
<a href="#">Web Development</a>
</div>
</div>
</div>
<div class="left" >
<input type="text" placeholder="Search..">
<div class="readme" onclick="myFunction()">Search..
<span class="popuptext" id="myPopup">Currently I'm working on it...</span>
</div>
<script>
function myFunction() {
var popup = document.getElementById("myPopup");
popup.classList.toggle("show");
}
</script>
</div>
</li>
</nav>
<script src="front.js" ></script>
<div class='console-container'>
<span id='text'></span>
<div class='console-underscore' id='console'>_
<script src="front.js" ></script>
</div></div>
</header>
<main>
<div class="popupjs" >
<button class="popup" > Hey..! <br> how can i help You</button>
<script src="buttan.js"></script>
</div>
<section class="back">
<H6 class="hide">hi</H6>
<div id="boxIn" >
<div id="boxIn1" >
<img class="boxi1" src="image/introimg.jpg" alt="introimg">
<h3>Hii....</h3>
<div class="artical1">
<p>I’m Nitin Kumar Yadav had just completed B-Tech degree in computer science from Jaipur National University. Having firm grasps of Front-End Languages and basic knowledge of Back End Languages. Currently looking for front End Developer jobs.
<br>
I used HTML, CSS, JS, and BOOTSTRAP to create this website. Treasure welcome to my portfolio. Here you can discover my education and academic achievements like Workshops, Internships, Projects and additional certification courses. You can also find the original source of certificates by clicking the provided link, soft skills are also mentioned on the website as well.
<br>
I would majorly prefer to travel in my leaser times to try new things, explore new places, meet new peoples, to discover different cultures, to try various foods which make myself more refreshing. Somehow, it's obligatory to carried memory as well. So, I do upload in my social media handles just to add more fun into it. Currently I’m planning to make my own travel website. Small glimpse is there in my portfolio’s travelling section. So, this is the short brief about my portfolio. In the bottom of the portfolio there is a suggestion section It’ll be helpful for me if you could share your valuable suggestions and feedback on there.
<br>
<br>
Thank you...... </p>
</div>
</div>
</div>
</section>
<section class="my_eda">
<h2> <span> MY EDUCATION</span> </h2>
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<img class="frontcimg" src="image/jnu frontimg.jpg" alt="Clolegelogoimg">
<h2>My College</h2>
</div>
<div class="flip-box-back">
<div id="flip-box" >
<img class="logo1" src="image/download.png" alt="College logo">
<table>
<tr>
<th>Institution</th>
<th>Period</th>
<th>Score %</th>
<th>Score CGPA</th>
<th>Website</th>
<th>Location</th>
</tr>
<tr>
<td>Jaipur Nationl University </td>
<td>2018-2022</td>
<td>62 %</td>
<td>6.5 CGPA</td>
<td> <a href="https://www.jnujaipur.ac.in/"> www.jnujaipur.ac.in </a></td>
<td> Jaipur-Agra Bypass, Near New RTO Office, Jagatpura, Jaipur, Rajasthan 302017 </td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<img class="frontsci" src="image/Vidyabharti.png" alt="School logo">
<h2>My Schooling</h2>
</div>
<div class="flip-box-back">
<div id="flip-box" >
<img class="logo2" src="image/Vidyabharti.png" alt="School logo">
<table>
<tr>
<th>Class</th>
<th>Institution</th>
<th>Period</th>
<th>score %</th>
<th>Score CGPA</th>
<th>Website</th>
<th>Location</th>
</tr>
<tr>
<td>10th</td>
<td>Sharshwati Vidhya Mandir Inter College</td>
<td>2014-2015</td>
<td>84.16 % </td>
<td>8.8 CGPA</td>
<td> <a href= "https://www.facebook.com/svmict/"> www.facebook.com/svmict/ </a></td>
<td> BelaRoad, TirwaKhas, kannauj(Up) 209732</td>
</tr>
<tr>
<td>12th</td>
<td>Sharshwati Vidhya Mandir Inter College</td>
<td>2016-2017</td>
<td>87.14 % </td>
<td>9.1 CGPA</td>
<td> <a href= "https://www.facebook.com/svmict/"> www.facebook.com/svmict/ </a></td>
<td>TirwaKhas kannauj(Up)</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="skill" >
<h2 class="Is"> <span> Internship </span> </h2>
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<img class="imcsci" src="image/internshiplogo.jpg" alt="img">
<h2>My Internship</h2>
</div>
<div class="flip-box-back">
<h4>Internship</h4>
<table>
<tr>
<th>Institution</th>
<th>Period</th>
<th>Duration</th>
<th>Subject</th>
<th>Website</th>
<th>Location</th>
</tr>
<tr>
<td>aashman foundation</td>
<td>27/05/2022 to 27/08/2022</td>
<td>3 Month's</td>
<td>Graphic Designe</td>
<td><a href="https://www.facebook.com/aashmanfoundation">www. aashmanfoundation .org </a></td>
<td>Online</td>
</tr>
<tr>
<td>Catdesk</td>
<td>01/07/2022 to 05/10/2022</td>
<td>3 Month's</td>
<td>Web Development</td>
<td><a href="https://caddeskindia.com/">www.Catdesk.ac.in </a></td>
<td>Online</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<img class="imcsc1" src="image/project.jpg" alt="img">
<h2>My PROJECT</h2>
</div>
<div class="flip-box-back">
<h4>My Project</h4>
<table>
<tr>
<th>Institution</th>
<th>Period</th>
<th>Application Name</th>
<th>Subject</th>
<th>Project Link</th>
</tr>
<tr>
<td>Jaipur National University</td>
<td>01/04/2022</td>
<td>Visual Studio</td>
<td>E-Commerce Website</td>
<td><a href="https://nitin034.github.io/Shopmore-E-Commerce-Website-0.1/" >Github</a></td>
</tr>
<tr>
<td>Jobaaj.com</td>
<td>09/07/2022</td>
<td>Microsoft Power bi</td>
<td>Walmart Selce Report </td>
<td>kagal</td>
</tr>
<tr>
<td>kandi.openweaver.com</td>
<td>01/08/2022</td>
<td>Visual Studio</td>
<td>face filter application</td>
<td>Github</td>
</tr>
<td>kandi.openweaver.com</td>
<td>01/08/2022</td>
<td>Visual Studio</td>
<td>Movie recognized Application</td>
<td>Github</td>
</tr>
</table>
</div>
</div>
</div>
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<img class="imcsc1" src="image/Certificatelogo.jpg" alt="img">
<h2>Certificate</h2>
</div>
<div class="flip-box-back">
<h4>Certificate</h4>
<table class="table-wrapper-scroll-y my-custom-scrollbar wintro">
<tr>
<th>Institution</th>
<th>Period</th>
<th>Duration</th>
<th>Subject</th>
<th>Website</th>
<th>Location</th>
</tr>
<tr>
<td>lumos learning</td>
<td>16/07/2022</td>
<td>1 Day work shope</td>
<td>HTML Certificate </td>
<td> <a href="https://www.lumoslearning.com/llwp/"> www. lumoslearning .com </a></td>
<td>online</td>
</tr>
<tr>
<td>Open Weaver</td>
<td>17/07/2022 to 22/07/2022</td>
<td>5 Days Work shope</td>
<td>Basics Python Programming</td>
<td><a href="https://certificates.openweaver.com/en/verify/13369008894483?ref=email"> www. openweaver .com </a> </td>
<td>online</td>
</tr>
<tr>
<td>CodeKaro</td>
<td>09/07/2022 to 12/07/2022</td>
<td>3 Days Bootcamp</td>
<td>Web Development</td>
<td> <a href="https://codekaro.in/about"> wwww. codekaro .in </a></td>
<td>online</td>
</tr>
<tr>
<td>Microsoft Technolagy Associtate</td>
<td>01/09/2019</td>
<td>3 Days Work shope</td>
<td>Security Fundamentals</td>
<td> <a href=" https://www.microsoft.com/en-in/welcome"> wwww. microsofttechno lagyassocitate .ac.in</a></td>
<td>jaipur</td>
</tr>
<tr>
<td>jobaaj</td>
<td>11/07/2022</td>
<td>1 Days Work shope</td>
<td>Data Analytics</td>
<td> <a href="https://www.jobaajlearnings.com/"> www.jobaajlearnings .com </a></td>
<td>online</td>
</tr>
<tr>
<td>Technophilia Summer Trainig</td>
<td>27/08/2021 to 27/09/2021</td>
<td>1 Month's </td>
<td>Data Science Course</td>
<td> <a href=" https://technophilia.in/"> wwww .Technophilia .ac.in </a></td>
<td>online</td>
</tr>
<tr>
<td>For other certification</td>
<td>Click the navbar</td>
<td>certificate button</td>
<td>OR</td>
<td>click More Certificate </td>
<td> <a href="page.html"> More Certificate </a></td>
</tr>
</table>
</div>
</section>
<section class=" soft_skill" >
<h2><span>Skill </span> </h2>
<div>
<div id="boxl">
<img class="imlogo" src="image/Htmllogo.png" alt="Htmlimg">
<h4>Html</h4>
</div>
<div id="boxl">
<img class="imlogo" src="image/csslogo.png" alt="cssimg">
<h4>Css</h4>
</div>
<div id="boxl">
<img class="imlogo" src="image/javascriptlogo.png" alt="Javascriptimg">
<h4>Javascript</h4>
</div>
<div id="boxl">
<img class="imlogo" src="image/Bootstraplogo.png" alt="Bootstrapimg">
<h4>Bootstrap</h4>
</div>
<div id="boxl">
<img class="imlogo" src="image/CLogo.png" alt="cimg">
<h4> C </h4>
</div>
<div id="boxl">
<img class="imlogo" src="image/c++logo.png" alt="C++img">
<h4>C++</h4>
</div>
<div id="boxl">
<img class="imlogo" src="image/python.png" alt="Pythonimg">
<h4>Python</h4>
</div>
</div>
<h2><span> SoftSkill </span> </h2>
<div>
<div id="boxl">
<img class="imlogo" src="image/tools-2.jpg" alt="Video Editing">
<h4>Video editing</h4>
</div>
<div id="boxl">
<img class="imlogo" src="image/Desire to learn.jpg" alt="Learn img">
<h4>Desire to learn</h4>
</div>
<div id="boxl">
<img class="imlogo" src="image/cameras.jpg" alt="Photagraphyimg">
<h4> Photography</h4>
</div>
<div id="boxl">
<img class="imlogo" src="image/earth.jpg.gif" alt="Current affairs">
<h4>Watching Currentaffairs</h4>
</div>
<div id="boxl">
<img class="imlogo" src="image/Communication.jpg" alt="Communicationimg">
<h4>Communication</h4>
</div>
<div id="boxl">
<img class="imlogo" src="image/giphy.jpg" alt="Team buildingimg">
<h4>Team building</h4>
</div>
<div id="boxl">
<img class="imlogo" src="image/giphy2.jpg" alt="Quick Learnerimg">
<h4>Quick Learner</h4>
</div>
</div>
</section>
<section class="Hobby" >
<h2> <span>Hobby </span> </h2>
<div id="boxlh">
<img class="imlogo" src="image/travllogo.jpg" alt="Travllingimg">
<h4>Travelling</h4>
</div>
</div>
<div id="boxlh">
<img class="imlogo" src="image/photographyloho.jpg" alt="Photagraphyimg">
<h4>Photagraphy</h4>
</div>
<div id="boxlh">
<img class="imlogo" src="image/driving.pnd.jpg" alt="Htmlimg">
<h4>Driving</h4>
</div>
<div id="boxlh">
<img class="imlogo" src="image/IMG_8903.jpg" alt="Biking">
<h4>Bike Riding</h4>
</div>
<div id="boxlh">
<img class="imlogo" src="image/Headphones.jpg" alt="Musicimg">
<h4>listening Music</h4>
</div>
<div id="boxlh">
<img class="imlogo" src="image/Screenshot .jpg.png" alt="Hikingimg">
<h4>Trekking</h4>
</div>
<div id="boxlh">
<img class="imlogo" src="image/workout.jpng.jpeg" alt="workoutimg">
<h4>Workout & Weightlifting</h4>
</div>
</div>
</div>
</section>
<section class="travling">
<div>
<h2> <span>Travling</span> </h2>
<div class="slider">
<div class="slider-wrap">
<div class="slide">
<div id="box11" >
<div class="container">
<img class="imaget" src="image/Mountabuu2.JPG" alt="Mount Abu Rajasthan">
<div class="overlay">
<img class="imaget" src="image/image1.jpg" alt="Mount Abu">
</div>
<div class="article" >
<h4>Mount Abu Rajasthan</h4>
<p> The top point of Aravali range is known as Mount Abu a small beautiful Hill station in Sirohi District. This is the coolest place of Rajasthan the highest peak on the mountain is Guru Shikhar. This place is always there in bucket list as my favorite one. </p>
<div>
<button class="readit">View Details</button>
</div>
</div>
</div>
</div>
</div>
<div class="slide">
<div id="box11" >
<div class="container">
<img class="imaget" src="image/Ataltunal1.webp" alt="AtalTunal">
<div class="overlay">
<img class="imaget" src="image/Ataltunal2.jpg" alt="AtalTunal">
</div>
<div class="article" >
<h4> AtalTunnal Himanchal</h4>
<p> We had visited this place and lucky enough,that the tunnel was opened during those 8 days.Defiantly it’s a 9-10 km longest tunnel well maintained &restricted as well we alsotravelled Manali,Rohtangpass,Kullu,Kasol,Manikaran Sahib, Kheergangatrek,Sissu,Solongvalley</p>
<div>
<button class="readit">View Details</button>
</div>
</div>
</div>
</div>
</div>
<div class="slide">
<div id="box11" >
<div class="container">
<img class="imaget" src="image/kedarkantha (2).JPG" alt="Kedarkantha picture1">
<div class="overlay">
<img class="imaget" src="image/kedarkantha (3).jpg" alt="kedarkantha picture2">
</div>
<div class="article" >
<h4> Kedarkantha </h4>
<p> Kedarkantha located in Sankari Village, Uttarakhand. On, December 2020 I had completed the India's most popular winter track with my friends. We spent the most exciting 4 nights and 5 days in the forest camping and trekking. </p>
<div> <button class="readit">View Detail</button>
</div>
</div>
</div>
</div>
</div>
<div class="slide">
<div id="box11" >
<div class="container">
<img class="imaget" src="image/Agra1.JPG" alt="Tajmahel">
<div class="overlay">
<img class="imaget" src="image/Agra2.JPG" alt="Agra">
</div>
<div class="article" >
<h4>Taj Mahel Agra</h4>
<p>In 21-years journey of my life I used to inspect Agra for several times because Uttar Pradesh is my home state. But in May 2022 I have done to visit to one of 7 wonders of the world for first and last time. Taj Mehal recognized as the symbol of love.</p>
<div>
<button class="readit">View Details</button>
</div>
</div>
</div>
</div>
</div>
<div class="slide">
<div id="box11" >
<div class="container">
<img class="imaget" src="image/puskar.JPG" alt="puskar picture1">
<div class="overlay">
<img class="imaget" src="image/puskar2.jpg" alt="puskar picture2">
</div>
<div class="article" >
<h4> Puskar Rajasthan </h4>
<p>I’m living in Rajasthan Since 2017 and I visited to Puskar for many times in past few years because this is a place of beautiful mountains surroundings wonderful lakes and full of greenery which gives your heart to a bit of peace. </p>
<div> <button class="readit">View Detail</button>
</div>
</div>
</div>
</div>
</div>
<div class="slide">
<div id="box11" >
<div class="container">
<img class="imaget" src="image/jaipur.JPG" alt="hawamahel picture1">
<div class="overlay">
<img class="imaget" src="image/jaipur2.JPG" alt="jaipur night picture2">
</div>
<div class="article" >
<h4>Jaipur</h4>
<p>I moved to jaipur since 2017 . This is a beautiful city with lots of history which also know as the pink city the best thing which I like about this city is hospitality and cleanness</p>
<div> <button class="readit">View Detail</button>
</div>
</div>
</div>
</div>
</div>
<div class="slide">
<div id="box11" >
<div class="container">
<img class="imaget" src="image/Bhubh (1).jpg " alt="puri picture1">
<div class="overlay">
<img class="imaget" src="image/Bhubh (2).JPG" alt="sea picture2">
</div>
<div class="article" >
<h4>Bhubneshwar</h4>
<p> On Dec 2021 I am Felicity to visit Jagannath Temple Puri one of the Four Dahms. I Stayed in Bhubaneswar for 8 days which is the capital city of Odisha also known as Temple City. I discovered Puri, Korak sea beach which is situated in 98 km away from the capital city. </p>
<div> <button class="readit">View Detail</button>
</div>
</div>
</div>
</div>
</div>
<div class="slide">
<div id="box11" >
<div class="container">
<img class="imaget" src="image/Bhopal.jpg" alt="Bhopal picture1">
<div class="overlay">
<img class="imaget" src="image/Bhopal2.jpg" alt="Bhopal picture2">
</div>
<div class="article" >
<h4>Bhopal </h4>
<p> In 2021 I visited to Bhopal which known as "City of lakes", it has many lakes, specially "Upper and Lower lakes "the upper lake is divided from the lower by an overbridged. Bhopal is a great city with rich cultural activities like art, music, literature drama etc. </p>
<div> <button class="readit">View Detail</button>
</div>
</div>
</div>
</div>
</div>
<div class="slide">
<div id="box11" >
<div class="container">
<img class="imaget" src="image/Kota (1).jpg " alt="kst picture1">
<div class="overlay">
<img class="imaget" src="image/Kota (2).jpg " alt="7wanders picture2">
</div>
<div class="article" >
<h4>Kota</h4>
<p>Famous as Factory of education after I finished schooling education, I moved to Kota for IIT Preparation. During that period, I have done to visit some of the popular visitor attractions in and nearby the city include KST lake, city palace, Jawahar Sagar Dam, Garadia Mahadev. </p>
<div> <button class="readit">View Detail</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="readit.js"></script>
</section>
<section class="Hometown">
<h2 class="Hometown" > <span> Address </span> </h2>
<div id="conth">
<div class="conth-box">
<div class="conth-box-inner">
<div class="conth-box-front">
<h4>Hometown</h4>
<img id="mapbox" src="image/kannaujmaplogo.jpg" alt="Myhometownmapimg">
<p class="artihome">My homeland Kannauj is known as historic town that is situated along the banks of the Ganges. The city is 100 km. away from the capital city Lucknow. The city is forming its own museum to promote its attar (might you heave hard of them as ittra) heritage. Attars are natural perfume oils derived from flowers, herbs, and spices. Kannauj has been producing these attars for over 400 years, using the same age-old methods and preserving the city's traditions. However, actual manufacturing has been going on for over a thousand years and is passed down from generation to generation. That is why the city is known as "The Perfume City of India." It is a great privilege to me that I belong from the city who has a great ancient history. Specifically, the place I grew up and completed schooling is Tirwa which is a small town of Kannauj district.
</p>
</div>
<div class="conth-box-back">
<h4>Current Location</h4>
<img id="mapbox" src="image/jaipurc1.JPG" alt="cruntlocationmapimg">
<p class="artihome">India’s official ‘pink city’, Capital city of Rajasthan, is much more than its pink-red-tinged building structures and ancient splendour. This majestic former royal residence exudes old-world charm, surrounded by colourful markets and chaotic streets. Jaipur, as part of the 'Golden Triangle,' is a must-visit destination, along with Agra and New Delhi. Specially the stuff that I like the most about Jaipur is the city's Constructional structure which is fully planned since the ancient time and it's helps to maintain the city's cleanses and make the city beautiful. During the monsoon, the mountains are filled with green trees and plants which makes you realiz that you aren't in Rajasthan. I moved to jaipur in 2018 for educational purpose as you know I have done B-tech degree from Jaipur National University. During this 4 years of journey in Jaipur I liked the city most and I wish that I could be always get in touch with Jaipur.</p>
</div>
</div>
</div>
<div class="My Hometown" ></div>
<div id="conth">
<div class="conth-box">
<div class="conth-box-inner">
<div class="conth-box-front">
<h4>Hometown Map Location</h4>
<ur><iframe class="Map" src="https://www.google.com/maps/embed?pb=!1m10!1m8!1m3!1d5809.089934589671!2d79.78707316640691!3d26.95415939728157!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sin!4v1656430227971!5m2!1sen!2sin" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></ur>
</div>
<div class="conth-box-back">
<h4>Current Map Location</h4>
<ur><iframe class="Map" src="https://www.google.com/maps/embed?pb=!1m14!1m12!1m3!1d4044.1451741077562!2d75.86348629432752!3d26.807559699716283!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!5e0!3m2!1sen!2sin!4v1656739536769!5m2!1sen!2sin" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe></ur>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="suggest">
<div class="container my-4">
<h2 class="text-center">Rating And Suggestion</h2>
<div class="form-group">
<label for="title">Enter Your Name</label>
<input type="text" class="form-control" id="title" aria-describedby="emailHelp">
<small id="emailHelp" class="form-text text-muted">Add your name to the list</small>
<label for="totle">Enter Your Company Name</label>
<input type="text" class="form-control" id="totle" aria-describedby="emailHelp">
<small id="emailHelp" class="form-text text-muted">Add your company name to the list</small>
</div>
<div class="form-group">
<label for="description">Suggestion For Me </label>
<textarea class="form-control" id="description" rows="3"></textarea>
</div>
<div class="form-group2" >
<input type="radio" class="form-control" id="star5" name="rate" value="5" />
<label for="star5" title="text">5 stars</label>
<input type="radio" class="form-control" id="star4" name="rate" value="4" />
<label for="star4" title="text">4 stars</label>
<input type="radio" class="form-control" id="star3" name="rate" value="3" />
<label for="star3" title="text">3 stars</label>
<input type="radio" class="form-control" id="star2" name="rate" value="2" />
<label for="star2" title="text">2 stars</label>
<input type="radio" class="form-control" id="star1" name="rate" value="1" />
<label for="star1" title="text">1 star</label>
</div>
<button id="add" class="btn btn-primary">Add to list</button>
<button id="clear" class="btn btn-primary" onclick="clearStorage()">Clear list</button>
<div id="items">
<h2>Collected Data</h2>
<div class="table-wrapper-scroll-y my-custom-scrollbar">
<table class="table table-bordered table-striped mb-0">
<thead>
<tr>
<th scope="col">Seril Number</th>
<th scope="col">Name</th>
<th scope="col">Company Name</th>
<th scope="col">Review</th>
<th scope="col">Rating</th>
<th scope="col">Actions</th>
</tr>
</thead>
<tbody id="tableBody">
<tr>
<th scope="row">1</th>
<td>Nitin Yadav</td>
<td>Neversettle67</td>
<td>Good work</td>
<td>*****</td>
<td><button class="btn btn-sm btn-primary">Delete</button></td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script>
function getAndUpdate(){
console.log("Updating List...");
tit = document.getElementById('title').value;
tot = document.getElementById('totle').value;
desc = document.getElementById('description').value;
st5 = document.getElementById('star5').value;
sa4 = document.getElementById('star4').value;
sr3 = document.getElementById('star3').value;
ss2 = document.getElementById('star2').value;
ssa1 = document.getElementById('star1').value;
if (localStorage.getItem('itemsJson')==null){
itemJsonArray = [];
itemJsonArray.push([tit,tot,desc,st5,sa4,sr3,ss2,ssa1 ]);
localStorage.setItem('itemsJson', JSON.stringify(itemJsonArray))
}
else{
itemJsonArrayStr = localStorage.getItem('itemsJson')
itemJsonArray = JSON.parse(itemJsonArrayStr);
itemJsonArray.push([tit,tot,desc,st5,sa4,sr3,ss2,ssa1]);
localStorage.setItem('itemsJson', JSON.stringify(itemJsonArray))
}
update();
}
function update(){
if (localStorage.getItem('itemsJson')==null){
itemJsonArray = [];
localStorage.setItem('itemsJson', JSON.stringify(itemJsonArray))
}
else{
itemJsonArrayStr = localStorage.getItem('itemsJson')
itemJsonArray = JSON.parse(itemJsonArrayStr);
}
// Populate the table
let tableBody = document.getElementById("tableBody");
let str = "";
itemJsonArray.forEach((element, index) => {
str += `
<tr>
<th scope="row">${index + 1}</th>
<td>${element[0]}</td>
<td>${element[1]}</td>
<td>${element[2]}</td>
<td>${element[3]}</td>
<td><button class="btn btn-sm btn-primary" onclick="deleted(${index})">Delete</button></td>
</tr>`;
});
tableBody.innerHTML = str;
}
add = document.getElementById("add");
add.addEventListener("click", getAndUpdate);
update();
function deleted(itemIndex){
console.log("Delete", itemIndex);
itemJsonArrayStr = localStorage.getItem('itemsJson')
itemJsonArray = JSON.parse(itemJsonArrayStr);
// Delete itemIndex element from the array
itemJsonArray.splice(itemIndex, 1);
localStorage.setItem('itemsJson', JSON.stringify(itemJsonArray));
update();
}
function clearStorage(){
if (confirm("Do you areally want to clear?")){
console.log('Clearing the storage')
localStorage.clear();
update()
}
}
</script>
</div>
</section>
</main>
<footer>
<a class="about_us" href="#">Home</a>
<a class="about_us" href="#">About us </a>
<a class="about_us" href="#">Careers</a>
<a class="about_us" href="#">Contactus</a>
<a class="about_us" href="#"> Working Projects</a>
<br>
<br>
<h2 class= "socmt" > Checkout MysocialMedia</h2>
<div class="about_u">
<a class="about_u" href="https://www.linkedin.com/in/nitinkumaryd67/"> <img class="siz" src="image/linkedin.png" alt="">Linkedln</a>
<a class="about_u" href="https://www.naukri.com/mnjuser/profile?id=&orgn=homepage"> <img class="siz" src="image/naukari.jpg" alt="">Naukri</a>
<a class= "about_u" href="https://www.hackerrank.com/12nitinkumaryd"> <img class="siz" src="image/hacerrank.png" alt="">Hackerranck</a>
<a class="about_u" href="https://github.com/Nitin034"><img class="siz" src="image/Github.png" alt="">Github</a>
<a class="about_u" href="https://www.kaggle.com/nitinyadav62"> <img class="siz" src="image/kagal.png" alt="">kaggel</a>
<a class="about_u" href="https://www.instagram.com/never_settle_67/"> <img class="siz" src="image/instagram.png" alt="">Instagram</a>
<a class="about_u" href="https://www.facebook.com/profile.php?id=100010404510429"> <img class="siz" src="image/facebook.png" alt="">Facebook</a>
<a class="about_u" href="https://www.youtube.com/channel/UCvq-XXZssuRVzUXuru-E7UQ"> <img class="siz" src="image/youtube.png" alt="">Youtube</a>
</div>
<a class="Copyrig" href="#"> ©2022Neversettle <p>All Rights Reserved</p> </a>
</footer>
</body>
</html>