-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
876 lines (747 loc) · 37.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
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
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--=============== ADDONS ===============-->
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/3.4.0/remixicon.css" crossorigin="">
<!--=============== CSS ===============-->
<link rel="stylesheet" href="assets/css/styles.css">
<title>Kunal Bhatia.</title>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-69CFXNFZ48"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-69CFXNFZ48');
</script>
<body>
<!--==================== HEADER ====================-->
<header class="header" id="header">
<nav class="nav container">
<a href="#" class="nav__logo">
<span class="nav__logo-circle">K</span>
<span class="nav__logo-name">Kunal Bhatia.</span>
</a>
<div class="nav__menu" id="nav-menu">
<span class="nav__title">Menu</span>
<h3 class="nav__name">Kunal</h3>
<ul class="nav__list">
<li class="nav__item">
<a href="#home" class="nav__link active-link">Home</a>
</li>
<li class="nav__item">
<a href="#about" class="nav__link">About Me</a>
</li>
<li class="nav__item">
<a href="#skills" class="nav__link">Skills</a>
</li>
<li class="nav__item">
<a href="#qualification" class="nav__link">Qualification</a>
</li>
<li class="nav__item">
<a href="#projects" class="nav__link">Projects</a>
</li>
<li class="nav__item">
<a href="#misc" class="nav__link">Miscellaneous</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link nav__link-button">Contact Me</a>
</li>
</ul>
<!--Close button-->
<div class="nav__close" id="nav-close">
<i class="ri-close-line"></i>
</div>
</div>
<div class="nav__buttons">
<!-- Theme Button-->
<i class="ri-moon-line change-theme" id="theme-button"></i>
<!-- toggle button -->
<div class="nav__toggle" id="nav-toggle">
<i class="ri-menu-4-line"></i>
</div>
</div>
</nav>
</header>
<!--==================== MAIN ====================-->
<main class="main">
<!--==================== HOME ====================-->
<section class="home section" id="home">
<div class="home__container container grid">
<h1 class="home__name">
Kunal Bhatia
</h1>
<div class="home__kunal">
<div class="home__image">
<img src="assets/img/home-kunal.jpg" alt="image" class="home__img">
<div class="home__shadow"></div>
<img src="assets/img/curved-arrow.svg" alt="" class="home__arrow">
<img src="assets/img/random-lines.svg" alt="" class="home__line">
<div class="geometric-box"></div>
</div>
<div class="home__social">
<a href="https://www.instagram.com/kunal_bhatia18/" target="https://www.instagram.com/kunal_bhatia18/"
class="home__social-link">
<i class="ri-instagram-line"></i>
</a>
<a href="https://www.linkedin.com/in/kunal-bhatia-970223189/"
target="https://www.linkedin.com/in/kunal-bhatia-970223189/" class="home__social-link">
<i class="ri-linkedin-line"></i>
</a>
<a href="https://github.com/kunalbhatia18" target="https://github.com/kunalbhatia18"
class="home__social-link">
<i class="ri-github-line"></i>
</a>
</div>
</div>
<div class="home__info">
<p class="home__description">
<b>Software Developer</b>, with a knowledge in web
development and design as well, I make the best
projects resulting in quality work.
</p>
<a href="#about" class="home__scroll">
<div class="home__scroll-box">
<i class="ri-arrow-down-s-line"></i>
</div>
<span class="home__scroll-text">Scroll Down</span>
</a>
</div>
</div>
</section>
<!--==================== ABOUT ====================-->
<section class="about section" id="about">
<div class="about__container container grid">
<h2 class="section__title-1">
<span>About Me.</span>
</h2>
<div class="about__kunal">
<div class="about__image">
<img src="assets/img/stand-left.png" alt="" class="about__img">
<div class="about__shadow"></div>
<div class="geometric-box"></div>
<img src="assets/img/random-lines.svg" alt="" class="about__line">
<div class="about__box"></div>
</div>
</div>
<div class="about__info">
<p class="about__description">
Passionate about <b>Software Development</b> with proficiency in
<b>Data Structures & Algorithms</b> and <b>Problem Solving</b>, I have <b>years of
experience</b> crafting efficient and elegant <b>solutions</b> to <b>complex challenges</b>.
<br><br>
My dedication to code craftsmanship, coupled with a track record of <b>successful projects</b>,
fuels my <b>passion</b> for pushing the boundaries of <b>technology and innovation.</b>
</p>
<div class="about__data">
<div>
<span class="about__data-title">02+</span>
<span class="about__data-name">Years <br> experience</span>
</div>
<div>
<span class="about__data-title">150+</span>
<span class="about__data-name">Leetcode <br> Problems solved</span>
</div>
<div>
<span class="about__data-title">10+</span>
<span class="about__data-name">successful <br> projects</span>
</div>
</div>
<div class="about__buttons">
<a download="" href="assets/img/Resume_Kunalbhatia_2023.pdf" class="button button--flex">
Download CV <i class="ri-file-download-line button__ghost"></i>
</a>
</div>
</div>
</div>
</section>
<!--==================== SKILLS ====================-->
<section class="skills section" id="skills">
<h2 class="section__title-2">
<span>Skills.</span>
</h2>
<span class="section__subtitle">My technical level</span>
<div class="skills__container container grid">
<div>
<!--==================== SKILLS 1 ====================-->
<div class="skills__content skills__close">
<div class="skills__header">
<i class="ri-braces-fill skills__icon"></i>
<div>
<h1 class="skills__title">Software Developer</h1>
<span class="skills__subtitle">More than 2 years</span>
</div>
<i class="ri-arrow-down-s-line skills__arrow"></i>
</div>
<div class="skills__list grid">
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">C++</h3>
<span class="skills__number">98%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__cpp"></span>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">OOPS</h3>
<span class="skills__number">98%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__oops"></span>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">MySQL</h3>
<span class="skills__number">90%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__sql"></span>
</div>
</div>
</div>
</div>
<!--==================== SKILLS 2 ====================-->
<div class="skills__content skills__close">
<div class="skills__header">
<i class="ri-code-s-slash-fill skills__icon"></i>
<div>
<h1 class="skills__title">Frontend Developer</h1>
<span class="skills__subtitle">More than 4 years</span>
</div>
<i class="ri-arrow-down-s-line skills__arrow"></i>
</div>
<div class="skills__list grid">
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">HTML</h3>
<span class="skills__number">90%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__html"></span>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">CSS</h3>
<span class="skills__number">85%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__css"></span>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">JS</h3>
<span class="skills__number">80%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__js"></span>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">ReactJS</h3>
<span class="skills__number">75%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__react"></span>
</div>
</div>
</div>
</div>
<!--==================== SKILLS 3 ====================-->
<div class="skills__content skills__close">
<div class="skills__header">
<i class="ri-server-fill skills__icon"></i>
<div>
<h1 class="skills__title">Backend Developer</h1>
<span class="skills__subtitle">More than 2 years</span>
</div>
<i class="ri-arrow-down-s-line skills__arrow"></i>
</div>
<div class="skills__list grid">
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">NodeJS</h3>
<span class="skills__number">70%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__node"></span>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">MongoDB</h3>
<span class="skills__number">75%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__mongo"></span>
</div>
</div>
</div>
</div>
<!--==================== SKILLS 4 ====================-->
<div class="skills__content skills__close">
<div class="skills__header">
<i class="ri-brush-fill skills__icon"></i>
<div>
<h1 class="skills__title">Designer</h1>
<span class="skills__subtitle">More than 5 years</span>
</div>
<i class="ri-arrow-down-s-line skills__arrow"></i>
</div>
<div class="skills__list grid">
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">Figma</h3>
<span class="skills__number">85%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__figma"></span>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">Illustrator</h3>
<span class="skills__number">80%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__illustrator"></span>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">Photoshop</h3>
<span class="skills__number">70%</span>
</div>
<div class="skills__bar">
<span class="skills__percentage skills__photoshop"></span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==================== QUALIFICATION ====================-->
<section class="qualification section" id="qualification">
<h2 class="section__title-1">Qualification.</h2>
<span class="section__subtitle">My personal journey</span>
<div class="qualification__container container">
<div class="qualification__tabs">
<div class="qualification__button button--flex qualification__active" data-target="#work">
<i class="ri-briefcase-fill"></i>
Work
</div>
<div class="qualification__button button--flex" data-target="#education">
<i class="ri-graduation-cap-fill"></i>
Education
</div>
</div>
<div class="qualification__sections">
<!--==================== QUALIFICATION CONTENT 1 ====================-->
<div class="qualification__content qualification__active" data-content id="work">
<!--==================== QUALIFICATION 1====================-->
<div class="qualification__data">
<div>
<h3 class="qualification__title">CEO/Founder</h3>
<span class="qualification__subtitle">Krypto Cards</span>
<div class="qualification__calender">
<i class="ri-calendar-2-line"></i>
2021-2022
</div>
</div>
<div>
<span class="qualification__rounder"></span>
<span class="qualification__line"></span>
</div>
</div>
<!--==================== QUALIFICATION 2====================-->
<div class="qualification__data">
<div></div>
<div>
<span class="qualification__rounder"></span>
<span class="qualification__line"></span>
</div>
<div>
<h3 class="qualification__title">Google Code-In Runner-Up 2020</h3>
<span class="qualification__subtitle">Open Source</span>
<div class="qualification__calender">
<i class="ri-calendar-2-line"></i>
2019-2020
</div>
</div>
</div>
<!--==================== QUALIFICATION 3====================-->
<div class="qualification__data">
<div>
<h3 class="qualification__title">Software Developer Intern</h3>
<span class="qualification__subtitle">New Delhi, India</span>
<div class="qualification__calender">
<i class="ri-calendar-2-line"></i>
2023-2023
</div>
</div>
<div>
<span class="qualification__rounder"></span>
<span class="qualification__line"></span>
</div>
</div>
<!--==================== QUALIFICATION 4====================-->
<div class="qualification__data">
<div></div>
<div>
<span class="qualification__rounder"></span>
<!-- <span class="qualification__line"></span> -->
</div>
<div>
<h3 class="qualification__title">Web Developer Intern</h3>
<span class="qualification__subtitle">Remote</span>
<div class="qualification__calender">
<i class="ri-calendar-2-line"></i>
2022-2022
</div>
</div>
</div>
</div>
<!--==================== QUALIFICATION CONTENT 2 ====================-->
<div class="qualification__content" data-content id="education">
<!--==================== QUALIFICATION 1====================-->
<div class="qualification__data">
<div>
<h3 class="qualification__title">BTech. in Electronics and Communication Engineering</h3>
<span class="qualification__subtitle">Manipal Institute of Technology, Karnataka, India</span>
<div class="qualification__calender">
<i class="ri-calendar-2-line"></i>
2020-2024
</div>
</div>
<div>
<span class="qualification__rounder"></span>
<span class="qualification__line"></span>
</div>
</div>
<!--==================== QUALIFICATION 2====================-->
<div class="qualification__data">
<div></div>
<div>
<span class="qualification__rounder"></span>
<!-- <span class="qualification__line"></span> -->
</div>
<div>
<h3 class="qualification__title">Delhi Public School, Dwarka</h3>
<span class="qualification__subtitle">New Delhi, India</span>
<div class="qualification__calender">
<i class="ri-calendar-2-line"></i>
2006-2020
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==================== PROJECTS ====================-->
<section class="projects section" id="projects">
<h2 class="section__title-1">
<span>Projects.</span>
</h2>
<div class="projects__container container grid">
<!--==================== ARTICLE 1 ====================-->
<article class="projects__card">
<div class="projects__image">
<img src="assets/img/crypto-min.jpeg" alt="image" class="projects__img">
<a href="#projects" class="projects__button button">
<i class="ri-arrow-right-up-line"></i>
</a>
</div>
<div class="projects__content">
<h3 class="projects__subtitle">Start-Up/Business</h3>
<h2 class="projects__title">Krypto Cards</h2>
<p class="projects__description">
<strong>Launched</strong> KryptoCards in 2021, a blockchain project,
aimed at revolutionising NFT functionality in the blockchain market.
<br>
<strong>Learned</strong> about different aspects of web3 and blockchain.
</p>
</div>
<div class="projects__buttons">
<a href="https://kryptocards.medium.com/" target="_blank" class="projects__link">
<i class="ri-medium-fill"></i> View
</a>
<a href="https://www.instagram.com/krypto.cards/" target="_blank" class="projects__link">
<i class="ri-instagram-line"></i> View
</a>
</div>
</article>
<!--==================== ARTICLE 2 ====================-->
<article class="projects__card">
<div class="projects__image">
<img src="assets/img/personal-min.jpeg" alt="image" class="projects__img">
<a href="#projects" class="projects__button button">
<i class="ri-arrow-right-up-line"></i>
</a>
</div>
<div class="projects__content">
<h3 class="projects__subtitle">Website</h3>
<h2 class="projects__title">Personal Website</h2>
<p class="projects__description">
"In this project, I meticulously crafted the layout design on <strong>Figma</strong>,
ensuring it perfectly matching my vision and needs."
</p>
</div>
<div class="projects__buttons">
<a href="https://github.com/kunalbhatia18/kunalbhatia18.github.io" target="_blank"
class="projects__link">
<i class="ri-github-line"></i> View
</a>
<a href="https://kunalbhatia.tech/" target="_blank" class="projects__link">
<i class="ri-global-line"></i> View
</a>
</div>
</article>
<!--==================== ARTICLE 3 ====================-->
<article class="projects__card">
<div class="projects__image">
<img src="assets/img/extension-min.jpg" alt="image" class="projects__img">
<a href="#projects" class="projects__button button">
<i class="ri-arrow-right-up-line"></i>
</a>
</div>
<div class="projects__content">
<h3 class="projects__subtitle">Browser Extension</h3>
<h2 class="projects__title">Tabs Saver App</h2>
<p class="projects__description">
Tabs Saver is a simple Browser Extension that allows you to save and manage your browser tabs.
</p>
</div>
<div class="projects__buttons">
<a href="https://github.com/kunalbhatia18/tabsSaver" target="_blank" class="projects__link">
<i class="ri-github-line"></i> View
</a>
<a href="https://github.com/kunalbhatia18/tabsSaver#readme" target="_blank" class="projects__link">
<i class="ri-install-line"></i> Use
</a>
</div>
</article>
<!--==================== ARTICLE 4 ====================-->
<article class="projects__card">
<div class="projects__image">
<img src="assets/img/todo-min.jpeg" alt="image" class="projects__img">
<a href="#projects" class="projects__button button">
<i class="ri-arrow-right-up-line"></i>
</a>
</div>
<div class="projects__content">
<h3 class="projects__subtitle">Progessive Web App</h3>
<h2 class="projects__title">To-Do App</h2>
<p class="projects__description">
This is a simple web application for managing your to-do list.
You can add and remove tasks from your list, and it's hosted using
<strong>Firebase</strong> for real-time data storage.
</p>
</div>
<div class="projects__buttons">
<a href="https://github.com/kunalbhatia18/ToDo" target="_blank" class="projects__link">
<i class="ri-github-line"></i> View
</a>
<a href="https://todokunal.netlify.app/" target="_blank" class="projects__link">
<i class="ri-global-line"></i> View
</a>
</div>
</article>
<!-- ==================== ARTICLE 5 ====================
<article class="projects__card">
<div class="projects__image">
<img src="assets/img/password-min.jpeg" alt="image" class="projects__img">
<a href="#projects" class="projects__button button">
<i class="ri-arrow-right-up-line"></i>
</a>
</div>
<div class="projects__content">
<h3 class="projects__subtitle">Web App</h3>
<h2 class="projects__title">Random Password Generator</h2>
<p class="projects__description">
The Random Password Generator is a simple web application that allows you to create
secure passwords with flexibility of <strong>choosing</strong> the number of characters.
</p>
</div>
<div class="projects__buttons">
<a href="https://github.com" target="_blank" class="projects__link">
<i class="ri-github-line"></i> View
</a>
<a href="https://remarkable-pudding-d95efd.netlify.app/" target="_blank" class="projects__link">
<i class="ri-global-line"></i> View
</a>
</div>
</article> -->
</div>
</section>
<!--==================== MISC ====================-->
<section class="misc section" id="misc">
<h2 class="section__title-1">
<span>Miscellaneous.</span>
</h2>
<span class="section__subtitle">Some more info about me</span>
<div class="misc__container container grid">
<div class="misc__kunal">
<div class="misc__info">
<p>
<p>Beyond my passion for <strong>coding</strong>, I have a fervor for <strong>fitness</strong> that
ignites
my spirit. My lifestyle encompasses a diverse range of activities, from the exhilaration of
<strong>boxing</strong> and <strong>Muay Thai</strong> to the intricate art of
<strong>Jujutsu</strong>,
not to mention my dedicated <strong>gym</strong> routines and the meditative escape of
<strong>running</strong>.
</p>
<br>
<p>In addition to my physical pursuits, I am an avid reader with an insatiable appetite for knowledge.
I delve into a wide spectrum of literary genres, embracing the wisdom of
<strong>non-fiction</strong>,
the enchantment of <strong>fiction</strong>, and the profound depths of
<strong>philosophy</strong>.
</p>
<br>
<p>If you find any resonance with my interests or believe that we could collaborate and create
something
exceptional together, don't hesitate to get in touch. Let's embark on a journey of shared passions
and
endless possibilities.</p>
</p>
</div>
<br>
<br>
<p class="listen"> <strong>Listen to my playlist whilst scrolling ;)</strong></p>
<img src="assets/img/curved-arrow.svg" alt="" class="misc__line">
</div>
<div class="misc__spotify">
<iframe style="border-radius:12px"
src="https://open.spotify.com/embed/playlist/0Pn79OwtM1oh9wiLijYEXj?utm_source=generator" width="100%"
height="352" frameBorder="0" allowfullscreen=""
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy"></iframe>
</div>
</div>
</section>
<!--==================== CONTACT ====================-->
<section class="contact section" id="contact">
<div class="contact__container grid">
<div class="contact__data">
<h2 class="section__title-2">
<span>Contact Me.</span>
</h2>
<p class="contact__description-1">
I will read all emails. Send me any
message you want and I'll get back to you.
</p>
<p class="contact__description-2">
I need your <b>Name</b> and <b>Email Address</b>, but
you won't receive anything other than your reply.
</p>
<div class="geometric-box"></div>
</div>
<div class="contact__mail">
<h2 class="contact__title">
Send Me A Message
</h2>
<form action="" class="contact__form" id="contact-form">
<div class="contact__group">
<div class="contact__box">
<input type="text" name="user_name" class="contact__input" id="name" required
placeholder="First Name">
<label for="name" class="contact__label">First Name</label>
</div>
<div class="contact__box">
<input type="email" name="user_email" class="contact__input" id="email" required
placeholder="Email Address">
<label for="email" class="contact__label">Email Address</label>
</div>
</div>
<div class="contact__box">
<input type="text" name="user_subject" class="contact__input" id="subject" required
placeholder="Subject">
<label for="subject" class="contact__label">Subject</label>
</div>
<div class="contact__box contact__area">
<textarea name="user_message" id="message" class="contact__input" required
placeholder="Message"></textarea>
<label for="message" class="contact__label">Message</label>
</div>
<p class="contact__message" id="contact-message"></p>
<button type="submit" class="contact__button button">
<i class="ri-send-plane-line"></i> Send Message
</button>
</form>
</div>
<div class="contact__social">
<img src="assets/img/curved-arrow.svg" alt="" class="contact__social-arrow">
<div class="contact__social-data">
<div>
<p class="contact__social-description-1">
If it doesn't send emails
</p>
<p class="contact__social-description-2">
Write me on my social networks
</p>
</div>
<div class="contact__social-links">
<a href="https://www.instagram.com/kunal_bhatia18/" target="_blank" class="contact__social-link">
<i class="ri-instagram-line"></i>
</a>
<a href="https://www.linkedin.com/in/kunal-bhatia-970223189/" target="_blank"
class="contact__social-link">
<i class="ri-linkedin-box-line"></i>
</a>
<a href="https://twitter.com/kunal18042002" target="_blank" class="contact__social-link">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16">
<path
d="M8 2H1L9.26086 13.0145L1.44995 21.9999H4.09998L10.4883 14.651L16 22H23L14.3917 10.5223L21.8001 2H19.1501L13.1643 8.88578L8 2ZM17 20L5 4H7L19 20H17Z"
fill="rgba(255,255,255,1)"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
</section>
</main>
<!--==================== FOOTER ====================-->
<footer class="footer">
<div class="footer__container container grid">
<ul class="footer__links">
<li>
<a href="#about" class="footer__link">About</a>
</li>
<li>
<a href="#skills" class="footer__link">Skills</a>
</li>
<li>
<a href="#qualification" class="footer__link">Qualification</a>
</li>
</ul>
<span class="footer__copy">
<i class="ri-macbook-line"></i> Made by
<a href="#">Kunal.</a>
</span>
</div>
</footer>
<!--========== SCROLL UP ==========-->
<a href="#" class="scrollup" id="scroll-up">
<i class="ri-arrow-up-s-line"></i>
</a>
<!--=============== SCROLLREVEAL ===============-->
<script src="assets/js/scrollreveal.min.js"></script>
<!--=============== EMAIL JS ===============-->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<!--=============== MAIN JS ===============-->
<script src="assets/js/main.js"></script>
</body>
</html>