-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
738 lines (697 loc) · 33.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>My Portfolio Website</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/www.png" rel="icon">
<link href="assets/img/www.png" rel="apple-touch-icon">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo"><a href="https://github.com/AVI-SHUKLA1110"><img src="assets/img/Github.png" alt="" class="img-fluid"></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#services">Skills</a></li>
<li><a class="nav-link scrollto " href="#work">Projects</a></li>
<li><a class="nav-link scrollto " href="#blog">Blog</a></li>
<!-- <li class="dropdown"><a href="#"><span>Drop Down</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li> --->
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<div id="hero" class="hero route bg-image" style="background-image: url(assets/img/avi.jpg)" width="50"
height="50" >
<div class="overlay-itro"></div>
<div class="hero-content display-table">
<div class="table-cell">
<div class="container">
<!--<p class="display-6 color-d">Hello, world!</p>-->
<h1 class="hero-title mb-4">I am Abhishek Shukla</h1>
<p class="hero-subtitle"><span class="typed" data-typed-items="Security Researcher & Blockchain developer,,"></span></p>
<!-- <p class="pt-3"><a class="btn btn-primary btn js-scroll px-4" href="#about" role="button">Learn More</a></p> -->
</div>
</div>
</div>
</div><!-- End Hero Section -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about-mf sect-pt4 route">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="box-shadow-full">
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-sm-6 col-md-5">
<div class="about-img">
<img src="assets/img/profilepic.jpg" class="img-fluid rounded b-shadow-a" alt="">
</div>
</div>
<div class="col-sm-6 col-md-7">
<div class="about-info">
<p><span class="title-s">Name: </span> <span>Abhishek Shukla</span></p>
<p><span class="title-s">Profile: </span> <span>Cybersecurity/Blockchain </span></p>
<p><span class="title-s">Email: </span> <span>ashikla693@gmail.com</span></p>
<p><span class="title-s">Phone: </span> <span>(+91) 7238919365</span></p>
</div>
</div>
</div>
<div class="skill-mf">
<p class="title-s">languages</p>
<span>HTML</span> <span class="pull-right"> 85%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 85%;" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>CSS3</span> <span class="pull-right"> 75%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 75%" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>PYTHON</span> <span class="pull-right"> 50%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>JAVASCRIPT</span> <span class="pull-right"> 60%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 60%" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>C++</span> <span class="pull-right"> 40%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>Bash</span> <span class="pull-right"> 50%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<span>Solidity</span> <span class="pull-right"> 60%</span>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="about-me pt-4 pt-md-0">
<div class="title-box-2">
<h5 class="title-left">
About me
</h5>
</div>
<p class="lead">
I am a curious and motivated individual with a passion for Cybersecurity , i can be found either rooting a device or finding a flag.:)
I have taken it upon myself to study exploitation techniques and put my skills to the test as a CTF player.
My strong understanding of web application security and my ability to identify and exploit vulnerabilities have made me a valuable asset in this field.
</p>
<p class="lead">
Participating in web exploitation labs,CTFs has not only honed my technical skills but has also allowed me to stay current with the latest security trends and techniques.
I am eager to apply my knowledge and experience to real-world challenges,
and I am confident in my ability to make a positive impact in the field of cybersecurity.
</p>
<br>
</div>
<div class="col-lg-6">
<div class="pt-5 pt-md-0">
<h5 class="title-left">Certificates</h5> <br>
<p class="lead">
Here are some of my certifications:
</p>
<ul class="certificate-list">
<li>
<a href="URL_TO_Practical_Ethical_Hacking_Certificate" target="_blank">Practical Ethical Hacking (Tcm-Sec)</a>
</li>
<li>
<a href="URL_TO_IBM_Cybersecurity_Analyst_Certificate" target="_blank">IBM Cybersecurity Analyst Professional Certificate (set of 8 certificates)</a>
</li>
<li>
<a href="URL_TO_Burp_Suite_Deep_Dive_Certificate" target="_blank">Burp Suite Deep Dive Certificate</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services-mf pt-5 route">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h3 class="title-a">
Skills:
</h3>
<p class="subtitle-a">
these are the domains that i am interested in -
</p>
<div class="line-mf"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i class="bi bi-phone"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">Cybersecurity</h2>
<p class="s-description text-center">
"Cybersecurity is a fascinating field to me with a passion for exploring its various methodologies,
such as Penetration testing, active - directory ,enumeration, exploitation , forensics, and cryptography.
I strive to stay current with the latest techniques in the industry."
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i class="bi bi-bar-chart"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">Web Development</h2>
<p class="s-description text-center">
"I am also a skilled front-end developer with expertise in HTML, CSS, and JavaScript & React.
I have a strong understanding of web development principles and the ability to create visually appealing and user-friendly websites."
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i class="bi bi-chevron-right"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">Smart Contracts Security </h2>
<p class="s-description text-center">
"Recently, I have expanded my skillset to include smart contracts security, as a result i learnt Solidity and its testing framework 'Foundry' .
I am actively learning and exploring the various features and capabilities of web3 security , I read a number of attack vectors , defi concepts and blockchain writeups"
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i class="bi bi-code"></i></span>
</div>
-->
<div class="service-content">
<h2 class="s-title">Web-App pentesting</h2>
<p class="s-description text-center">
"I am deeply intrigued by the world of web application security and penetration testing , learnt through ctfs like - Hacker101, Portswigger and Pentesterlab
The idea of being able to identify and assess the weaknesses and vulnerabilities within a web application is what drives my interest in this field."
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i class="bi bi-twitter"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">blogging</h2>
<p class="s-description text-center">
"I write blogs in order to share my knowledge and to inspire others to explore the limitless possibilities of technology. Whether it's discussing the latest trends, exploring new tools and techniques,
or offering insights into specific technology domains."
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i class="bi bi-instagram"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">Video-editing</h2>
<p class="s-description text-center">
"Video editing is a fun side hobby of mine that allows me to unleash my creative side.
I have a strong eye for detail and a passion for combining images, audio, and special effects to create engaging and captivating videos."
</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Counter Section ======= -->
<div class="section-counter paralax-mf bg-image" style="background-image: url(assets/img/counters-bg.jpg)">
<div class="overlay-mf"></div>
<div class="container position-relative">
<div class="row">
<div class="col-sm-3 col-lg-3">
<div class="counter-box counter-box pt-4 pt-md-0">
<div class="counter-ico">
<span class="ico-circle"><i class="bi bi-check"></i></span>
</div>
<div class="counter-num">
<p data-purecounter-start="0" data-purecounter-end="215" data-purecounter-duration="1" class="counter purecounter"></p>
<span class="counter-text">Github contributions</span>
</div>
</div>
</div>
<div class="col-sm-3 col-lg-3">
<div class="counter-box pt-4 pt-md-0">
<div class="counter-ico">
<span class="ico-circle"><i class="bi bi-journal-richtext"></i></span>
</div>
<div class="counter-num">
<p data-purecounter-start="0" data-purecounter-end="2" data-purecounter-duration="1" class="counter purecounter"></p>
<span class="counter-text">blogs </span>
</div>
</div>
</div>
<div class="col-sm-3 col-lg-3">
<div class="counter-box pt-4 pt-md-0">
<div class="counter-ico">
<span class="ico-circle"><i class="bi bi-list"></i></span>
</div>
<div class="counter-num">
<p data-purecounter-start="0" data-purecounter-end="3" data-purecounter-duration="1" class="counter purecounter"></p>
<span class="counter-text">Certificates</span>
</div>
</div>
</div>
<div class="col-sm-3 col-lg-3">
<div class="counter-box pt-4 pt-md-0">
<div class="counter-ico">
<span class="ico-circle"><i class="bi bi-award"></i></span>
</div>
<div class="counter-num">
<p data-purecounter-start="0" data-purecounter-end="2" data-purecounter-duration="1" class="counter purecounter"></p>
<span class="counter-text">THM-badges</span>
</div>
</div>
</div>
</div>
</div>
</div><!-- End Counter Section -->
<!-- ======= Portfolio Section ======= -->
<section id="work" class="portfolio-mf sect-pt4 route">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h3 class="title-a">
Projects
</h3>
<p class="subtitle-a">
all projects & repos from my github.
</p><hr>
<!-- <div class="line-mf"></div> -->
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="work-box">
<a href="assets/img/bandit.png" data-gallery="portfolioGallery" class="portfolio-lightbox">
<div class="work-img">
<img src="assets/img/bandit.png" alt="" class="img-fluid">
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">keylogger</h2>
<div class="w-more">
<span class="w-ctegory">cybersecurity</span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="https://github.com/AVI-SHUKLA1110/keylogger"> <span class="bi bi-plus-circle"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="work-box">
<a href="assets/img/hacktoberfest.png" data-gallery="portfolioGallery" class="portfolio-lightbox">
<div class="work-img">
<img src="assets/img/hacktoberfest.png" alt="" class="img-fluid">
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">forensi</h2>
<div class="w-more">
<span class="w-ctegory">digital-forensics</span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="https://github.com/AVI-SHUKLA1110/Forensi"> <span class="bi bi-plus-circle"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="work-box">
<a href="assets/img/work-3.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox">
<div class="work-img">
<img src="assets/img/work-3.jpg" alt="" class="img-fluid">
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">tindog</h2>
<div class="w-more">
<span class="w-ctegory">web-Development</span> / <span class="w-date"></span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="https://github.com/AVI-SHUKLA1110/tindog"> <span class="bi bi-plus-circle"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--
<div class="col-md-4">
<div class="work-box">
<a href="assets/img/work-4.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox">
<div class="work-img">
<img src="assets/img/work-4.jpg" alt="" class="img-fluid">
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">Bindo Laro Cado</h2>
<div class="w-more">
<span class="w-ctegory">Web Design</span> / <span class="w-date">18 Sep. 2018</span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="portfolio-details.html"> <span class="bi bi-plus-circle"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="work-box">
<a href="assets/img/work-5.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox">
<!-- End Portfolio Section -->
<!-- ======= Testimonials Section ======= -->
<div class="testimonials paralax-mf bg-image" style="background-image: url(assets/img/mountains.jpg)">
<div class="overlay-mf"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="testimonials-slider swiper" data-aos="fade-up" data-aos-delay="100">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-box">
<div class="author-test">
<img src="assets/img/funfact.png" width="180" height="180" alt="" class="rounded-circle b-shadow-a">
<span class="author">Fun-fact</span>
</div>
<div class="content-test">
<p class="description lead">
Human error accounts for 95% of all data breaches
</p>
</div>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-box">
<div class="author-test">
<img src="assets/img/bulb.jpg" width="180" height="180" alt="" class="rounded-circle b-shadow-a">
<span class="author">quote</span>
</div>
<div class="content-test">
<p class="description lead">
"The greatest glory in living lies not in never falling,
but in rising every time we fall." -Nelson Mandela
</p>
</div>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
<!-- <div id="testimonial-mf" class="owl-carousel owl-theme">
</div> -->
</div>
</div>
</div>
</div><!-- End Testimonials Section -->
<!-- ======= Blog Section ======= -->
<section id="blog" class="blog-mf sect-pt4 route">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h3 class="title-a">
Blog
</h3>
<p class="subtitle-a">
here you can read my blogs related to cybersecurity and Blockchain
</p>
<hr>
<!-- <div class="line-mf"></div> -->
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="card card-blog">
<div class="card-img">
<a href="blog-single.html"><img src="assets/img/http-attack-2.jpg" alt="" class="img-fluid"></a>
</div>
<div class="card-body">
<div class="card-category-box">
<div class="card-category">
<h6 class="category">cybersecurity</h6>
</div>
</div>
<h3 class="card-title"><a href="blog-single.html">Network-Attacks</a></h3>
<p class="card-description">
Discover the reason behind the shift of threat actors to network attacks,
understand the root causes of these types of attacks,
and learn how to prevent them effectively.
</p>
</div>
<div class="card-footer">
<div class="post-author">
<a href="#">
<img src="assets/img/writing.png" alt="" class="avatar rounded-circle">
<span class="author">Abhishek </span>
</a>
</div>
<div class="post-date">
<span class="bi bi-clock"></span> 5 min
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-blog">
<div class="card-img">
<a href="blog-single.html"><img src="assets/img/burpsuite.png" alt="" class="img-fluid"></a>
</div>
<div class="card-body">
<div class="card-category-box">
<div class="card-category">
<h6 class="category">cybersecurity</h6>
</div>
</div>
<h3 class="card-title"><a href="burpsuite.html">Burpsuite</a></h3>
<p class="card-description">
Learn what is burpsuite and how this amazing tool is assissting seurity professionals
in their day to day tasks,making things simpler for them.
</p>
</div>
<div class="card-footer">
<div class="post-author">
<a href="#">
<img src="assets/img/writing.png" alt="" class="avatar rounded-circle">
<span class="author">Abhishek </span>
</a>
</div>
<div class="post-date">
<span class="bi bi-clock"></span> 2 min
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Blog Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="paralax-mf footer-paralax bg-image sect-mt4 route" style="background-image: url(assets/img/overlay-bg.jpg)">
<div class="overlay-mf"></div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="contact-mf">
<div id="contact" class="box-shadow-full">
<div class="row">
<div class="col-md-6">
<div class="title-box-2">
<h5 class="title-left">
Contact me:
</h5>
</div>
<div>
<form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="row">
<div class="col-md-12 mb-3">
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
</div>
<div class="col-md-12 mb-3">
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="col-md-12 mb-3">
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
</div>
<div class="col-md-12 text-center my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="col-md-12 text-center">
<button value="submit" class="button button-a button-big button-rouded">Send Message</button>
</div>
</div>
</form>
</div>
</div>
<div class="col-md-6">
<div class="title-box-2 pt-4 pt-md-0">
<h5 class="title-left">
Get in Touch
</h5>
</div>
<div class="more-info">
<p class="lead">
Ready to take the next step? I'd love to hear from you.
Fill out the form below or drop me an email at avi_shukla@outlook.com ,Let's connect and discuss how I can help bring your ideas to life. I look forward to hearing from you soon.
</p>
<ul class="list-ico">
<li><span class="bi bi-geo-alt"></span> Delhi,India </li>
<li><span class="bi bi-phone"></span> (+91) 7238919365</li>
<!-- <li><span class="bi bi-envelope"></span> contact@example.com</li> -->
</ul>
</div>
<div class="socials">
<ul>
<a href="https://www.linkedin.com/in/abhishek-shukla-a549541b7/">
<img alt="guilyx's LinkdeIN" width="50px" src="https://img.icons8.com/color/512/linkedin.png" />
</a>
<a href="https://www.instagram.com/__avi_shukla__/">
<img alt="guilyx's Instagram" width="50px" src="https://img.icons8.com/color/512/instagram-new.png" />
</a>
<a href="https://www.facebook.com/profile.php?id=100060197031639">
<img alt="guilyx's facebook" width="50px" src="https://img.icons8.com/fluency/512/facebook-new.png" />
</a>
<a href="https://twitter.com/thetechnofeak">
<img alt="guilyx's twitter" width="50px" src="https://img.icons8.com/cute-clipart/512/twitter.png" />
</a>
<a href="https://github.com/AVI-SHUKLA1110">
<img alt="guilyx's github" width="50px" src="https://img.icons8.com/fluency/512/github.png" />
</a>
<a href="https://tryhackme.com/p/avishukla">
<img alt="guilyx's thm" width="50px" src="https://tryhackme.com/img/favicon.png" />
</a>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="copyright-box">
<p class="copyright">© Copyright <strong>Abhishek-Shukla</strong>. All Rights Reserved</p>
<div class="credits">
</div>
</div>
</div>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>