-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
698 lines (633 loc) · 33.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="./star-of-david.ico" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300&display=swap" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Ballet&display=swap" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Lexend:wght@300&display=swap" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/first.css" />
<link rel="stylesheet" href="/css/second.css" />
<link rel="stylesheet" href="/css/third.css" />
<link rel="stylesheet" href="/css/experience.css" />
<link rel="stylesheet" href="/css/fourth.css" />
<link rel="stylesheet" href="/css/fifth.css" />
<link rel="stylesheet" href="/css/sixth.css" />
<link rel="stylesheet" href="/css/seventh.css" />
<link rel="stylesheet" href="/css/last.css" />
<link rel="stylesheet" href="/css/langrightani.css" />
<link rel="stylesheet" href="/css/coursework.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-storage.js"></script>
<script type="module" src="firebaseInit.js"></script>
<script src="js.js"></script>
<title>My Portfolio</title>
<style>
* {
margin: 0;
padding: 0;
scroll-behavior: smooth;
box-sizing: border-box;
}
body {
height: 403vw;
}
</style>
<script>
function openGmailCompose() {
var recipient = 'ashishkumargupta054@gmail.com';
var url = 'https://mail.google.com/mail/?view=cm&to=' + recipient;
window.open(url);
}
</script>
<script>
function downloadFile() {
window.open('https://drive.google.com/file/d/1ird-1k8U9l840z92upKdYtvgjkGjVUw3/view?usp=sharing')
}
</script>
</head>
<body>
<a href="#" title="Go to Top" id="button"><img loading="lazy" class="buttonimage" src="/Images/arrow.png"
alt="" /></a>
<div class="first" id="first">
<div class="nav">
<a href="#" style="text-decoration: none;" class="left">
<div id="l1">my</div>
<div id="l2">Portfolio</div>
</a>
<div class="mid">
<ul>
<li><a class="curPointer" href="#">Home</a></li>
<li><a class="curPointer" onclick="scrollToSection('second')">About</a></li>
<li><a class="curPointer" onclick="scrollToSection('third')">Skills</a></li>
<li><a class="curPointer" onclick="scrollToSection('exp')">Experience</a></li>
<li><a class="curPointer" onclick="scrollToSection('fifth')">Interests</a></li>
<li><a class="curPointer" onclick="scrollToSection('sixth')">Projects</a></li>
<li><a class="curPointer" onclick="scrollToSection('seven')">Contact</a></li>
</ul>
</div>
<div class="right">
<img loading="lazy" src="/Images/as.png" id="astroIcon" width="44px" />
</div>
</div>
<div class="socialMedia">
<a href="https://www.facebook.com/profile.php?id=100012396881234" target="_blank"><img loading="lazy"
class="fbi1" src="Images/fb1.png"
style="filter: invert(1); width: 1.2vw; height: 1.2vw; margin-bottom: 0.7vw;" /></a>
<a href="https://www.instagram.com/ashish_kumar0423/" target="_blank"><img loading="lazy" class="fbi1"
src="/Images/in1.png"
style="filter: invert(1); width: 1.2vw; height: 1.2vw; margin-bottom: 0.7vw;" /></a>
<a href="http://linkedin.com/in/ashish-kumar-gupta-22978a215" target="_blank"><img loading="lazy"
class="fbi1" src="/Images/l2.png"
style="filter: invert(1); width: 1.2vw; height: 1.2vw; margin-bottom: 0.7vw;" /></a>
<a href="https://twitter.com/AshishK81193540" target="_blank"><img loading="lazy" class="fbi1"
src="/Images/t1.png"
style="filter: invert(1); width: 1.2vw; height: 1.2vw; margin-bottom: 0.7vw;" /></a>
<a href="" onclick="openGmailCompose()" target="_blank"><img loading="lazy" class="fbi1"
src="Images/google.png"
style="filter: invert(1); width: 1.1vw; height: 1.1vw; margin-bottom: 0.7vw;" /></a>
<a href="https://github.com/Ashish-4-12" target="_blank"><img loading="lazy" class="fbi1"
src="/Images/g1.png"
style="filter: invert(1); width: 1.3vw; height: 1.3vw; margin-bottom: 0.7vw;" /></a>
<a href="https://www.snapchat.com/add/ashish_k5391?share_id=YzSqbF4cdqg&locale=en-IN" target="_blank"><img
loading="lazy" class="fbi1" src="/Images/s1.png"
style="filter: invert(1); width: 1.2vw; height: 1.2vw; margin-bottom: 0.7vw;" /></a>
<a href="https://wa.me/qr/6JK2IWGGBTG6M1" target="_blank"><img loading="lazy" class="fbi1"
src="/Images/w1.png"
style="filter: invert(1); width: 1.2vw; height: 1.2vw; margin-bottom: 0.7vw;" /></a>
<a href="https://discord.com/users/Ashking#6320" target="_blank"><img loading="lazy" class="fbi1"
src="/Images/d1.png"
style="filter: invert(1); width: 1.2vw; height: 1.2vw; margin-bottom: 0.7vw;" /></a>
</div>
<div class="wel">
<div class="wel1">WELCOME</div>
<div class="wel2">I'm Ashish Kumar Gupta</div>
<div class="wel3">Software Developer Engineer</div>
</div>
</div>
<div class="second" id="second">
<div class="secondpic revealll">
<img loading="lazy" src="/Images/mypic4.jpg" class="mypic" alt="" width="280" />
</div>
<div class="seconddata reveall">
<div class="aboutme">AboutMe</div>
<div class="Ashish revealll">#ASHISH</div>
<div class="sd1">Ashish Kumar Gupta</div>
<div class="sd11">B.Tech, NIT Patna' 23
<a download="AshishResume" href="MyResume.pdf">
<button class="sd12" type="submit">
<i class="fa fa-download" style="margin-right: 2px;"></i> Resume
</button>
</a>
</div>
<div class="sd2" style="text-align: justify;">
I graduated from the <b>National Institute of Technology, Patna</b>, in 2023. My skills include C,
C++, Python, SQL, JAVA, HTML, CSS, JavaScript, and React JS. I'm well-skilled in Data Structures,
Algorithms. I'm an enthusiast for Competitive Programming Contests, constantly seeking to challenge
myself intellectually.
</div>
<div class="sd3">
<div class="sd31">
<div class="bold">From :</div>
Patna, Bihar
</div>
<div class="sd32">
<div class="bold">Date of Birth :</div>
December 4, 2000
</div>
<div class="sd34">
<div class="bold">Age :</div>
<span id="ageResult"></span>
<script>
var currentDate = new Date();
var dob = new Date('2000-12-04');
var ageInMilliseconds = currentDate - dob;
var ageInYears = ageInMilliseconds / (1000 * 60 * 60 * 24 * 365.25);
var age = Math.floor(ageInYears);
document.getElementById('ageResult').innerText = age + ' years';
</script>
</div>
<div class="sd33">
<div class="bold">Coding Profiles :</div>
<span>
<span class="cpi"
onclick="window.open('https://auth.geeksforgeeks.org/user/ashishkumargupta054/practice')">GeeksforGeeks</span>
<span>|</span>
<span class="cpi" onclick="window.open('https://leetcode.com/Ashking412/')">LeetCode</span>
<span>|</span>
<span class="cpi"
onclick="window.open('https://www.codechef.com/users/ashish_48')">CodeChef</span>
<span>|</span>
<span class="cpi"
onclick="window.open('https://www.hackerrank.com/Ashishkumargupta?hr_r=1')">HackerRank</span>
<span>|</span>
<span class="cpi"
onclick="window.open('https://codeforces.com/profile/Ashking0412')">CodeForces</span>
</span>
</div>
</div>
</div>
</div>
<div class="third">
<div class="education">My Education</div>
<div class="edata">
<div class="EducationLeft">EDUCATION</div>
<div class="btech reveall">
<img loading="lazy" src="/Images/National_Institute_of_Technology,_Patna_Logo.png" class="university" />
<div class="count" style="right: -2.2vw !important;">1</div>
<div class="course">Bachelor of Technology</div>
<div class="name">National Institute of Technology, Patna</div>
<div class="marks">
Marks :
8.63 CGPA
</div>
<div class="status">
Status :
Completed (2023)
</div>
</div>
<div class="btech reveall">
<img loading="lazy" src="/Images/university.png" class="university" />
<div class="count">2</div>
<div class="course">Intermediate</div>
<div class="name">A.N.D Public School, Chhapra</div>
<div class="marks">
Marks :
81.80% (CBSE)
</div>
<div class="status">
Status :
Completed (2018)
</div>
</div>
<div class="btech reveall">
<img loading="lazy" src="/Images/school.png" class="university" />
<div class="count"
style="right: -0.7vw !important; top: -10.3vw !important; font-size: 33.2vw !important;">3</div>
<div class="course">Matriculation</div>
<div class="name">A.N.D Public School, Chhapra</div>
<div class="marks">
Marks :
9.60 CGPA (CBSE)
</div>
<div class="status">
Status :
Completed (2016)
</div>
</div>
</div>
</div>
<div class="fourth" id="third">
<div class="skillTag">SKILLs</div>
<div class="skills">My Skills</div>
<div class="lask">
<div class="lang">
<div class="langhead reveall">
Programming
<div class="cursive">Languages...</div>
</div>
<div class="langbody">
<div class="lnaguageIcons">
<img loading="lazy" src="/Icons/html.png" style="width: 5vw;" alt="">
<div class="langName">HTML</div>
</div>
<div class="lnaguageIcons">
<img loading="lazy" src="/Icons/css3.png" style="width: 5vw;" alt="">
<div class="langName">CSS</div>
</div>
<div class="lnaguageIcons">
<img loading="lazy" src="/Icons/javascript.png" style="width: 5vw;" alt="">
<div class="langName">JavaScript</div>
</div>
<div class="lnaguageIcons">
<img loading="lazy" src="/Icons/c-program-icon.png" style="width: 5vw;" alt="">
<div class="langName">C</div>
</div>
<div class="lnaguageIcons">
<img loading="lazy" src="/Icons/c-.png" style="width: 5vw;" alt="">
<div class="langName">C++</div>
</div>
<div class="lnaguageIcons">
<img loading="lazy" src="/Icons/python.png" style="width: 5vw;" alt="">
<div class="langName">Python</div>
</div>
<div class="lnaguageIcons">
<img loading="lazy" src="/Icons/java.png" style="width: 5vw;" alt="">
<div class="langName">Java</div>
</div>
<div class="lnaguageIcons">
<img loading="lazy" src="/Icons/react.png" style="width: 5vw;" alt="">
<div class="langName">React JS</div>
</div>
<div class="lnaguageIcons">
<img loading="lazy" src="/Icons/webpack.png" style="width: 5vw;" alt="">
<div class="langName">Webpack</div>
</div>
<div class="lnaguageIcons">
<img loading="lazy" src="/Icons/git.png" style="width: 4.8vw;" alt="">
<div class="langName">Git</div>
</div>
<div class="lnaguageIcons">
<img loading="lazy" src="/Icons/tailwind-css-icon.png"
style="width: 5vw; margin-top: 0.9vw !important;" alt="">
<div class="langName" style="margin-top: 1.6vw;">Tailwind</div>
</div>
<div class="lnaguageIcons">
<img loading="lazy" src="/Icons/mysql.png" style="width: 5vw;" alt="">
<div class="langName" style="margin-top: 0.5vw;">MySQL</div>
</div>
<div class="lnaguageIcons">
<img loading="lazy" src="/Icons/Pandas.png" style="width: 5vw;" alt="">
<div class="langName">Pandas</div>
</div>
<div class="lnaguageIcons">
<img loading="lazy" src="/Icons/file_type_jest_snapshot_icon_130513.png" style="width: 5vw;"
alt="">
<div class="langName">Jest</div>
</div>
</div>
</div>
<div class="coursework">
<div class="coursetitle">CourseWorks</div>
<div class="coursedata">
<section class="timeline-wrapper ">
<div class="middle-line"></div>
<div class="box box-top">
<div class="date"></div>
<div class="box-content" style="text-align: center;">
<p>Data Structures & Algorithms</p>
</div>
</div>
<div class="box box-bottom">
<div class="date"></div>
<div class="box-content" style="text-align: center;">
<p>Object Oriented Programming</p>
</div>
</div>
<div class="box box-top">
<div class="date"></div>
<div class="box-content">
<p>Web Development</p>
</div>
</div>
<div class="box box-bottom">
<div class="date"></div>
<div class="box-content">
<p>Digital Electronics</p>
</div>
</div>
<div class="box box-top">
<div class="date"></div>
<div class="box-content">
<p>Machine Learning</p>
</div>
</div>
<div class="box box-bottom">
<div class="date"></div>
<div class="box-content">
<p>Computer Networks</p>
</div>
</div>
<div class="box box-top">
<div class="date"></div>
<div class="box-content">
<p>Operating Systems</p>
</div>
</div>
<div class="box box-bottom">
<div class="date"></div>
<div class="box-content" style="text-align: center;">
<p>Database Management System</p>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
<div class="experience" id="exp">
<section class="exphead revealll">Work Experience</section>
<div class="expBody">
<div class="expContent">
<div class="expData1">
<div class="role">Software Developer Engineer Intern</div>
<div class="months">Jan 2023 - June 2023</div>
</div>
<div class="expData2">
<div class="company">AMAZON, Hyderabad</div>
<div class="duration">6 months</div>
</div>
<div class="expWorks">
<ol>
<li style="list-style-type: circle;" class="line">Upgraded Chime SDK and multiple dependencies
(Typescript, WebPack, loaders,
plugins,
ReactToolKitBuild, NodeJS) for improved performance and functionality.</li>
<li style="list-style-type: circle;" class="line">Ensured Seller and Associate sites
compatibility with FireFox, catering to the
3% of
sellers
currently using this browser.</li>
<li style="list-style-type: circle;" class="line">
Developed an Audit Tool page using ReactJS and Katal framework to display list of video
meetings
between sellers and associates.
</li>
<li style="list-style-type: circle;" class="line">Implemented efficient Searching based on
"SellerId" and Filtering options
(language, date,
country, timezone) for easy data retrieval.</li>
<li style="list-style-type:circle;" class="line">Significantly enhanced user experiences,
productivity, accountability, and
efficiency when
accessing meeting records.</li>
</ol>
</div>
<img loading="lazy" src="/Images/amazon.png" class="amazonLogo" alt="">
</div>
</div>
</div>
<div class="fifth" id="fifth">
<section class="fifhead reveall">My Interests</section>
<div class="interest">INTERESTs</div>
<div class="container">
<div class="cup">
<div class="c15 reveall"
onclick="window.open('https://www.instagram.com/stories/highlights/17924736688974592/')" id="p1">
Photo
<div class="red">Graphy</div>
</div>
<div class="c15 reveall" id="p2">
Cric
<div class="red">Ket</div>
</div>
<div class="c15 reveall" id="p3">
Team
<div class="red">Work</div>
</div>
<div class="c15 reveall" id="p4">
Listening
<div class="red">Songs</div>
</div>
<div class="c15 reveall" id="p5">
Hik
<div class="red">ing</div>
</div>
</div>
<div class="cdown">
<div class="c15 reveall" id="p6">
Horror
<div class="red">Movies</div>
</div>
<div class="c15 reveall" id="p7">
Software
<div class="red">Projects</div>
</div>
<div class="c15 reveall" id="p8">
Travel
<div class="red">ling</div>
</div>
<div class="c15 reveall" id="p9">
Paint
<div class="red">ing</div>
</div>
<div class="c15 reveall" id="p0">
Animal
<div class="red">Lover</div>
</div>
</div>
</div>
</div>
<div class="sixth" id="sixth">
<div class="sixhead">
<div class="reveall">My Projects</div>
</div>
<div id="timeline">
<div class="tl-item">
<div class="tl-bg" style="background-image: url('/Images/p1.jpg')"></div>
<div class="tl-year">
<p class="f2 heading--sanSerif" style="cursor: pointer;"
onclick="window.open('https://github.com/Ashish-4-12/Sorting-Algorithms-Visulaizer')">Frontend
</p>
</div>
<div class="tl-content">
<h1 style="cursor: pointer;" onclick="window.open('https://visualizing-sorting-algo.netlify.app/')">
Sorting
Algo
Visualizer</h1>
<p style="font-size: 1vw !important">
Visual-version of various sorting algorithms such as Merge sort,
Quick sort, Insertion sort, Bubble sort, and Selection sort.
Many operations such as swapping, size of the array, speed, etc are
handled with JavaScript.
Languages used: HTML, CSS, JavaScript
</p>
</div>
</div>
<div class="tl-item">
<div class="tl-bg" style="background-image: url('/Images/p5.jpg')"></div>
<div class="tl-year">
<p class="f2 heading--sanSerif" style="cursor: pointer;"
onclick="window.open('https://github.com/Ashish-4-12/Weather-Chrome-Extension')">Frontend</p>
</div>
<div class="tl-content">
<h1 class="f3 text--accent ttu">Weather Chrome
Extension</h1>
<p style="font-size: 1vw !important">
A chrome extension that displays current weather information.
Displays a different background picture of the corresponding city.
Automatically fetches the weather for the current user location.
Languages used: HTML, CSS, JavaScript. API: Open Weather Map
</p>
</div>
</div>
<div class="tl-item">
<div class="tl-bg" style="background-image: url('/Images/p3.jpeg')"></div>
<div class="tl-year">
<p class="f2 heading--sanSerif" style="cursor: pointer;"
onclick="window.open('https://github.com/Ashish-4-12/Quotes-Advisor-ReactJS')">Frontend</p>
</div>
<div class="tl-content">
<h1 class="f3 text--accent ttu" style="cursor: pointer;"
onclick="window.open('https://quotes-advisor.netlify.app/')">Quotes Adviser
</h1>
<p style="font-size: 1vw !important">
A React JS responsive advice webpage, where you will get different
quotes, whenever you click on the button, a new quote will be
shown on the screen, a background video that plays continuously
Used Advice Slip JSON API, from where webpage gets the quotes
Languages used: HTML, CSS, ReactJS, APIs: Advice Slip JSON API.
</p>
</div>
</div>
<div class="tl-item">
<div class="tl-bg" style="background-image: url('/Images/p4.jpeg')"></div>
<div class="tl-year">
<p class="f2 heading--sanSerif" style="cursor: pointer;"
onclick="window.open('https://github.com/Ashish-4-12/Things-to-do')">Frontend
</p>
</div>
<div class="tl-content">
<h1 class="f3 text--accent ttu" style="cursor: pointer;"
onclick="window.open('https://things-to-do-list.netlify.app/')">Things to
do</h1>
<p style="font-size: 1vw !important">
A React JS responsive to-do-list webpage, we will create, update
and delete the task. There are buttons and icons for creating,
updating, and deleting the tasks.
LocalStorage of browser is used to store the tasks.
Languages used: HTML, CSS, Bootstrap, ReactJS
</p>
</div>
</div>
</div>
</div>
<div class="seventh" id="seven">
<div class="sevenhead reveall">Get in Touch</div>
<div class="contactUs">
CONTACT
</div>
<div class="sevenhead2 reveall">
I like to create things with fun, open minded people.
<div class="red" style="margin-left: 0.3vw !important;">Feel free to say hello!</div>
</div>
<div class="sevencontainer">
<div class="map">
<iframe class="revealll"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d28790.405589567952!2d85.06178547181447!3d25.578296648836833!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xa8f0dcde59a06fa9!2sAkashdeep!5e0!3m2!1sen!2sin!4v1628353903065!5m2!1sen!2sin"
width="425" height="365" style="border: 0; opacity: 0.6" allowfullscreen="" loading="lazy"></iframe>
</div>
<div class="form">
<form action="https://formsubmit.co/ashishkumargupta054@gmail.com" method="POST">
<div class="na">
<input type="text" placeholder="Your Name" name="name" required />
</div>
<div class="em">
<input type="text" placeholder="Email address" name="email" required />
</div>
<div class="su">
<input type="text" placeholder="Subject" name="subject" required />
</div>
<div class="mess">
<textarea name="description" placeholder="Enter message here" cols="30" rows="10"
style="width: 25.37vw; height: 13vw; font-size: 1vw"></textarea>
</div>
<button id="formSubmit" class="bttn" style="border: none">
Send Message
</button>
</form>
</div>
</div>
<div class="last" id="last">
<div class="lastmid">
<div class="lastleft" style="font-family: 'Quicksand', sans-serif">
<div class="llh1 red">
<img loading="lazy" src="/Images/pin.png" class="fbi2" style="filter: invert(1)" />
Where to find me...
</div>
<div class="lld1">B-44, Police Colony, Anishabad,</div>
<div class="lld2">Patna, Bihar, India</div>
<div class="lld3">800002</div>
<div class="llh2">
<img loading="lazy" src="/Images/mail.png" alt="" class="fbi2"
style="filter: invert(1)" />ashishkumargupta054@gmail.com
</div>
<div class="collegeMail">ashishg.ug19.ec@nitp.ac.in</div>
<div class="llh3">
<img loading="lazy" src="/Images/call.png" alt="" class="fbi2" style="filter: invert(1)" />+91
7260948730
</div>
</div>
<div class="lastright">
<img loading="lazy" class="smi" src="smi.gif" width="20%" height="auto">
<div class="lrh red" style="font-family: 'Quicksand', sans-serif">
Follow Me
</div>
<div class="lri">
<a href="https://www.facebook.com/profile.php?id=100012396881234" target="_blank"><img
loading="lazy" class="fbi" src="/Images/facebook.png" /></a>
<a href="https://www.instagram.com/ashish_kumar0423/" target="_blank"><img loading="lazy"
class="fbi" src="/Images/instagram.png" /></a>
<a href="http://linkedin.com/in/ashish-kumar-gupta-22978a215" target="_blank"><img
loading="lazy" class="fbi" src="/Images/linkedin.png" /></a>
<a href="https://twitter.com/AshishK81193540" target="_blank"><img loading="lazy" class="fbi"
src="/Images/twitter.png" /></a>
<a href="https://github.com/Ashish-4-12" target="_blank"><img loading="lazy" class="fbi"
src="/Images/github.png" /></a>
</div>
</div>
</div>
<div class="lastbot">
Copyright © 2021. All rights reserved | This template is made with
<span style="font-size: 1.1vw; color: #d85a5a; margin: 0vw 0.3vw">
❤
</span>
by me.
</div>
</div>
</body>
</html>