-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
781 lines (695 loc) · 31.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
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
<!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>Abhishek Tripathi</title>
<link rel="stylesheet" href="assets/swiper-bundle.min.css" />
<link rel="stylesheet" href="assets/newcss.css" />
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.8/css/line.css" />
</head>
<body oncontextmenu="return false">
<header class="header" id="header">
<nav class="nav container">
<a href="#" class="nav__logo">Abhishek Tripathi</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list grid">
<li class="nav__item">
<a href="#home" class="nav__link active-link">
<i class="uil uil-estate nav__icon"></i>Home
</a>
</li>
<li class="nav__item">
<a href="#about" class="nav__link">
<i class="uil uil-user nav__icon"></i>About
</a>
</li>
<li class="nav__item">
<a href="#skills" class="nav__link">
<i class="uil uil-file-alt nav__icon"></i>Skills
</a>
</li>
<li class="nav__item">
<a href="#qualification" class="nav__link">
<i class="uil uil-briefcase-alt nav__icon"></i>Qualification
</a>
</li>
<li class="nav__item">
<a href="#portfolio" class="nav__link">
<i class="uil uil-scenery nav__icon"></i>Projects
</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link">
<i class="uil uil-message nav__icon"></i>Contact-Me
</a>
</li>
</ul>
<i class="uil uil-times nav__close" id="nav-close"></i>
</div>
<div class="nav__btns">
<!-- Theme change button -->
<i class="uil uil-moon change-theme" id="theme-button"></i>
<div class="nav__toggle" id="nav-toggle">
<i class="uil uil-apps"></i>
</div>
</div>
</nav>
</header>
<!-- main-->
<main class="main">
<!--========================= Home =====================-->
<section class="home section" id="home">
<div class="home__container container grid">
<div class="home__content grid">
<div class="home__social">
<a href="https://www.linkedin.com/in/abhishek-tripathi27/" target="_blank" class="home__social-icon">
<i class="uil uil-linkedin-alt home__icon"></i>
</a>
<a href="https://github.com/abhishektripathi66" target="_blank" class="home__social-icon">
<i class="uil uil-github-alt home__icon"></i>
</a>
</div>
<div class="home__img">
<svg class="home__blob" viewBox="10 -10 150 155" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<image class="home__blob-img" x="-50" y="-50" xlink:href="assets/img/20230924_173344.jpg" />
<!-- </g> -->
</svg>
</div>
<div class="home__data">
<h1 class="home__title">Hi, I'm Abhishek Tripathi</h1>
<h3 class="home__subtitle">
Senior Software Engineer
</h3>
<p class="home__description">
Experienced Cloud Java Developer
<strong>HCL Softwares </strong>, Bangalore.
</p>
<a href="#contact" class="button button--flex">
Contact me<i class="uil uil-message button__icon"></i>
</a>
</div>
</div>
<div class="home__scroll">
<a href="#about" class="home__scroll-button button--flex">
<i class="uil uil-mouse-alt home__scroll-mouse"></i>
<span class="home__scroll-name">Scroll down</span>
<i class="uil uil-arrow-down home__scroll-arrow"></i>
</a>
</div>
</div>
</section>
<!--======================= About========================-->
<section class="about section" id="about">
<h2 class="section__title">About Me</h2>
<span class="section__subtitle">My introduction</span>
<div class="about__container container grid">
<img src="assets\img\20230926_141551.jpg" alt="" class="about__img" />
<div class="about__data">
<p class="about__description">
Sr. Software Engineer with 4 years of diverse experience in Information Technology
Performed roles of Technical Lead and Senior Developer for various parts of Java/Java EE Spring boot
projects.
<br />
<br />
Extensive SDLC experience including Requirement Analysis, Preparations of Technical Specifications Document,
Design and Coding, Application Implementation, Unit testing, and System Testing, Functional and Regression
Testing, and Production Support.
Exposure to Azure Cloud technologies along with the docker and kubernetes
<br />
<br />
Proficient with Software development methodologies like Agile Methodologies, Waterfall.
Strong experience in Client-Server systems using Object Oriented Concepts and Design Patterns.
<br />
<br />
Proficient in programming with Java/J2EE, JavaScript, Springboot, Spring batch, Spring integration, and
strong experience in technologies such as Spring MVC, Hibernate, JDBC, JNDI, Oracle, and Maven.
Exposure to XML, XSLT, CSV, HTML, CSS, Bootstrap.
<br />
<br />
Extensive experience in tracking boards like Jira Boards, Azure Board, and Confluence.
Strong experience in monitoring tools such as Splunk, ServiceNow, and Appdynamics.
<br />
<br />
Proficient in the quality tools like Nexus, Sonarqube, and Fortify.
Exposure to the Big data Archives like the Nuxeo and Hortonworks.
<br />
<br />
Design and development of web-based applications using different Web and application servers such as Apache
Tomcat, Web Sphere, and Liberty.
Technology evaluation & suggesting viable technology-based solutions to the client
</p>
<div class="about__info">
<div>
<span class="about__info-title">03</span>
<span class="about__info-name">Frontend <br />
Projects</span>
</div>
<div>
<span class="about__info-title">04</span>
<span class="about__info-name">Backend <br />
Projects</span>
</div>
<div>
<span class="about__info-title">04+</span>
<span class="about__info-name">Years <br />experience</span>
</div>
</div>
<div class="about__buttons">
<a download="" href="assets\abhishek resume.pdf" class="button button--flex">
Download CV<i class="fas fa-download button__icon"></i>
</a>
</div>
</div>
</div>
</section>
<!--===================== SKILLS =====================-->
<section class="skills section" id="skills">
<h2 class="section__title">Skills</h2>
<span class="section__subtitle">My technical skills</span>
<div class="skills__container container grid">
<div>
<!--==================== Skill 2 =================-->
<div class="skills__content skills__open">
<div class="skills__header">
<i class="fa fa-cloud skills__icon"></i>
<div>
<h1 class="skills__title">Cloud</h1>
</div>
<i class="uil uil-angle-down skills__arrow"></i>
</div>
<div class="skills__list grid">
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">Docker</h3>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">Kubernetes</h3>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">Azure</h3>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">AWS</h3>
</div>
</div>
</div>
</div>
</div>
<div>
<!--==================== Skill 3 =================-->
<div class="skills__content skills__close">
<div class="skills__header">
<i class="fas fa-code skills__icon"></i>
<div>
<h1 class="skills__title">Technologies</h1>
</div>
<i class="uil uil-angle-down skills__arrow"></i>
</div>
<div class="skills__list grid">
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">Java</h3>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">Spring</h3>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">JavaScript</h3>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">Angular</h3>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">Node.js</h3>
</div>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">Microservices</h3>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==================== Qualifications ==================-->
<section class="qualification__section service__section" id="qualification">
<h2 class="section__title">Qualification</h2>
<span class="section__subtitle">My personal journey</span>
<div class="qualification__container container grid services__container">
<div class="qualification__tabs">
<div class="qualification__button button--flex qualification__active" data-target="#education">
<i class="uil uil-graduation-cap qualification__icon"></i>
Education
</div>
</div>
<div class="qualification__sections">
<!--====== Qualification Content 1 ======-->
<div class="qualification__content qualifiation__active services__content" data-content id="education">
<!--====== Qualification 1 ======-->
<div class="qualification__data">
<div>
<h3 class="qualification__title">10th</h3>
<span class="qualification__subtitle">Mahajana Public School, <br /> CBSE</span>
<div class="qualification__calender">
<i class="uil uil-calendar-alt"></i>
- 2013
</div>
<span class="button button--flex button--small button--link services__button">
View More
<i class="uil uil-arrow-right button__icon"></i>
</span>
<div class="services__modal">
<div class="services__modal-content">
<h4 class="services__modal-title">
Class 10th Summary :
</h4>
<i class="uil uil-times services__modal-close"></i>
<ul class="services__modal-services grid">
<li class="services__modal-service">
<i class="uil uil-check-circle services__moda-icon"></i>
<p>
Main stream: Science and Maths
</p>
</li>
<li class="services__modal-service">
<i class="uil uil-check-circle services__moda-icon"></i>
<p>Scored 8.2 CGPA</p>
</li>
<li class="services__modal-service">
<i class="uil uil-check-circle services__moda-icon"></i>
<p>Particated in many Fund raising for Charities</p>
</li>
</ul>
</div>
</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">2nd PUC/12th</h3>
<span class="qualification__subtitle">Sadvidya Semi residential PUC, <br />KEA state board</span>
<div class="qualification__calender">
<i class="uil uil-calendar-alt"></i>
- 2015
</div>
<span class="button button--flex button--small button--link services__button">
View More
<i class="uil uil-arrow-right button__icon"></i>
</span>
<div class="services__modal">
<div class="services__modal-content">
<h4 class="services__modal-title">
PUC Summary :
</h4>
<i class="uil uil-times services__modal-close"></i>
<ul class="services__modal-services grid">
<li class="services__modal-service">
<i class="uil uil-check-circle services__moda-icon"></i>
<p>
Main stream: Electronics
</p>
</li>
<li class="services__modal-service">
<i class="uil uil-check-circle services__moda-icon"></i>
<p>Scored 90.33%</p>
</li>
<li class="services__modal-service">
<i class="uil uil-check-circle services__moda-icon"></i>
<p>Gold medalist in Maths olympiad at college level</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<!--====== Qualification 3 ======-->
<div class="qualification__data">
<div>
<h3 class="qualification__title">Undergraduation</h3>
<span class="qualification__subtitle">ATME College of Engineering,<br /> VTU university</span>
<div class="qualification__calender">
<i class="uil uil-calendar-alt"></i>
2015-2019
</div>
<span class="button button--flex button--small button--link services__button">
View More
<i class="uil uil-arrow-right button__icon"></i>
</span>
<div class="services__modal">
<div class="services__modal-content">
<h4 class="services__modal-title">Undergraduation Summary :</h4>
<i class="uil uil-times services__modal-close"></i>
<ul class="services__modal-services grid">
<li class="services__modal-service">
<i class="uil uil-check-circle services__moda-icon"></i>
<p>
Branch: Electronics and communication
</p>
</li>
<li class="services__modal-service">
<i class="uil uil-check-circle services__modal-icon"></i>
<p>CGPA : 8.14</p>
</li>
</ul>
</div>
</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">Post-Graduation</h3>
<span class="qualification__subtitle">NMIMS, Pune,<br /> NMIMS university</span>
<div class="qualification__calender">
<i class="uil uil-calendar-alt"></i>
2020-2022
</div>
<span class="button button--flex button--small button--link services__button">
View More
<i class="uil uil-arrow-right button__icon"></i>
</span>
<div class="services__modal">
<div class="services__modal-content">
<h4 class="services__modal-title">Postgraduation Summary :</h4>
<i class="uil uil-times services__modal-close"></i>
<ul class="services__modal-services grid">
<li class="services__modal-service">
<i class="uil uil-check-circle services__moda-icon"></i>
<p>
Course: PGDM
Branch: ITS
</p>
</li>
<li class="services__modal-service">
<i class="uil uil-check-circle services__modal-icon"></i>
<p>CGPA : 8</p>
</li>
</ul>
</div>
</div>
</div>
<div></div>
<div>
<span class="qualification__rounder"></span>
<!--<span class="qualification__line"></span>-->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=================== Portfolio ===================-->
<section class="portfolio section" id="portfolio">
<h2 class="section__title">Projects</h2>
<span class="section__subtitle">Most recent work</span>
<div class="portfolio__container container swiper-container">
<div class="swiper-wrapper">
<!-- ------------------------portfollio 1-------------------- -->
<div class="portfolio__content grid swiper-slide">
<img src="assets/img/Archivum_Hot-Cold_Data.jpg" class="portfolio__img" />
<div class="portfolio__data">
<h3 class="portfolio__title">
Cold Archive Migration
</h3>
<p class="portfolio__description">
<b>Clinet:</b> <i>ABN AMRO NL </i>
<br />
<br />
As part of this project we migrated the historical data from Hortonworks to Nuxeo, Along with that
migrating the live ingestion.
<br />
<br />
<b>Roles and Responsibilites:</b>
<br />
Design the complete module for Migration.
Developed the Java programs to handle the functionalities like extracting the data from the CSV/XML and
validating it and converting the data into a standard XML format.
Generate and parse again the XML files to Archive to Nuxeo.
Assisted in a module development to Extract the data from the HortonWorks to Convert to Nuxeo Format.
Lead the development in a minor part of the Module.
Migrated the Live ingestion along with the historical data.
Presented the progress in front of the client.
<br />
</p>
<a class="button button--flex button--small portfolio__button">
Core Java, XML, Spring, Spring Batch, Spring Integration, Springboot, STS, LIBERTY, Oracle SQL,
HortonWorks, Nuxeo, Rest API
<!-- <i class="uil uil-external-link-alt button__icon"></i> -->
</a>
<a class="button button--flex button--small portfolio__button">
GitHub · Jenkins · Code Design · Debugging · Eclipse · Agile Methodologies
<!-- <i class="uil uil-external-link-alt button__icon"></i> -->
</a>
</div>
</div>
<!-- ------------------------portfollio 2-------------------- -->
<div class="portfolio__content grid swiper-slide">
<img src="assets/img/etl-process-1024x709.webp" class="portfolio__img" />
<div class="portfolio__data">
<h3 class="portfolio__title">SBA ETL and Postbox services</h3>
<p class="portfolio__description">
<b>Clinet:</b> <i>ABN AMRO NL </i>
<br />
<br />
<b>Roles & Responsibilities:</b>
<br />
Design the complete module as per the requirement.
Developed the Java programs to handle the functionalities like extracting the data from the CSV/XML and
validating it and converting the data into a standard XML format.
Generate and parse again the XML files to Archive to Nuxeo.
Added the Junit test cases.
Added the module for Cyberark and the Elastic search.
Lead the development in two Modules.
Made the Rest API calls, and the HTTPClient.
Supported the production.
Resolved the bugs or problems or incidents arising in the Application.
Migrating the application to Azure.
created alerts in Splunk.
Involved in all the scrum ceremonies.
Having the ambition to do well in the cloud region by having more hands-on same.
<br />
</p>
<a class="button button--flex button--small portfolio__button">
Core Java, XML, Spring, Spring Batch, Spring Integration, Springboot, STS, LIBERTY, Oracle SQL,
HortonWorks, Nuxeo, Rest API, Microservices, Azure, DevOps, Elastic search, Cyberark, ServiceNow,
COnflunece, AppDyanamics, Splunk
<!-- <i class="uil uil-external-link-alt button__icon"></i> -->
</a>
<a class="button button--flex button--small portfolio__button">
GitHub · Jenkins · Code Design · Debugging · Agile Methodologies · Eclipse
<!-- <i class="uil uil-external-link-alt button__icon"></i> -->
</a>
</div>
</div>
<!-- ------------------------portfollio 3-------------------- -->
<div class="portfolio__content grid swiper-slide">
<img src="assets/img/office-365.jpg" class="portfolio__img" />
<div class="portfolio__data">
<h3 class="portfolio__title">Microsoft 365 Integration in HACPEE</h3>
<p class="portfolio__description">
As part of this project had to integrate the Microsoft office 365 in the existing application HACPEE,
which can be
used to create the files like excel, oneNote etc. Download and upload files to the office Drive. Ths is
useful
in creating the print from the Terminal Screen.
<br/>
</p>
<a class="button button--flex button--small portfolio__button">
JavaScript, HTML, Java, CSS, Microsoft
</a>
<a class="button button--flex button--small portfolio__button">
GitHub · Jenkins · Code Design · Debugging · Agile Methodologies · Eclipse
<!-- <i class="uil uil-external-link-alt button__icon"></i> -->
</a>
</div>
</div>
<!-- ------------------------portfollio 4-------------------- -->
<div class="portfolio__content grid swiper-slide">
<img src="assets/img/docker.png" class="portfolio__img" />
<div class="portfolio__data">
<h3 class="portfolio__title">DW in AC</h3>
<p class="portfolio__description">
As part of this, we had integrated a feature DW in AC in the existing application HOD/HACPEE. we had to
add this in the cloud native as well like Azure, Docker and Kubernetes. Here both the Java based as well
as web based application were worked upon for adding the feature. It followed the client server
architecture.
</p>
<a class="button button--flex button--small portfolio__button">
Java, Azure, Docker, Kubernetes, AKS, ACI
<!-- <i class="uil uil-external-link-alt button__icon"></i> -->
</a>
<a class="button button--flex button--small portfolio__button">
GitHub · Jenkins · Code Design · Debugging · Agile Methodologies · VSC · Eclipse
<!-- <i class="uil uil-external-link-alt button__icon"></i> -->
</a>
</div>
</div>
<!-- ------------------------portfollio 5-------------------- -->
<div class="portfolio__content grid swiper-slide">
<img src="assets/img/FTP-vs-SFTP.png" class="portfolio__img" />
<div class="portfolio__data">
<h3 class="portfolio__title">FTP/SFTP</h3>
<p class="portfolio__description">
As part of this, we had integrated FTP in the existing application HACPEE. This acts just like a
normal FTP Connections which had different protocols like FTP Normal FTP connection protocol, FTPS the TLS
secure protocol, and the SFTP which is a protocol that follows the secure shell. This is used to upload,
download files from root to the local. It gives details about the session connection. it can create
folders, files and view the content of the files. There is an option for zip download and parallel
download as well.
<br/>
</p>
<a class="button button--flex button--small portfolio__button">
Angular, Nodejs, JavaScript, HTML, CSS
<!-- <i class="uil uil-external-link-alt button__icon"></i> -->
</a>
<a class="button button--flex button--small portfolio__button">
GitHub · Jenkins · Code Design · Debugging · Agile Methodologies · VSC
<!-- <i class="uil uil-external-link-alt button__icon"></i> -->
</a>
</div>
</div>
</div>
<!-- add arrows -->
<div class="swiper-button-next">
<i class="uil uil-angle-right-b swiper-portfolio-icon"></i>
</div>
<div class="swiper-button-prev">
<i class="uil uil-angle-left-b swiper-portfolio-icon"></i>
</div>
<!-- add pagination -->
<div class="swiper-pagination"></div>
</div>
</section>
<!--===================== Contact Me =====================-->
<section class="contact section" id="contact">
<h2 class="section__title">Contact Me</h2>
<span class="section__subtitle">Get in touch</span>
<div class="contact__container container grid">
<div>
<div class="contact__information">
<i class="uil uil-calling contact__icon"></i>
<div>
<h3 class="contact__title">Contact Me</h3>
<span class="contact__subtitle"><a href="tel:6362243314"></a>7411282717</span>
</div>
</div>
<div class="contact__information">
<i class="uil uil-envelope-minus contact__icon"></i>
<div>
<h3 class="contact__title">Email</h3>
<span class="contact__subtitle">[email protected]</span>
</div>
</div>
<div class="contact__information">
<i class="uil uil-map-marker contact__icon"></i>
<div>
<h3 class="contact__title">Location</h3>
<span class="contact__subtitle">Mysore, Karnataka, India</span>
</div>
</div>
</div>
<form action="" class="contact__form grid">
<div class="contact__inputs grid">
<div class="contact__content">
<label for="" class="content__label">Name</label>
<input type="text" class="contact__input" />
</div>
<div class="contact__content">
<label for="" class="content__label">Email</label>
<input type="Email" class="contact__input" />
</div>
</div>
<div class="contact__content">
<label for="" class="content__label">Message</label>
<textarea name="" id="" cols="0" rows="7" class="contact__input"></textarea>
</div>
<div>
<a href=" mailto: [email protected]?subject=Testing out mailto! &body=This is only a test!"
class="button button--flex">
Send Message
<i class="uil uil-message button__icon"></i>
</a>
</div>
</form>
</div>
</section>
</main>
<!--================== Footer ===============-->
<footer class="footer">
<div class="footer__bg">
<div class="footer__container container grid">
<div>
<h1 class="footer__title">Abhishek Tripathi</h1>
<span class="footer__subtitle">Senior Software Engineer</span>
</div>
<ul class="footer__links">
<li>
<a href="#qualification" class="footer__link">Qualification</a>
</li>
<li>
<a href="#portfolio" class="footer__link">Portfolio</a>
</li>
<li>
<a href="#contact" class="footer__link">Contact-Me</a>
</li>
</ul>
<div class="footer__socials">
<a href="https://www.instagram.com/badi2rian/" class="footer__social" target="__blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://twitter.com/abhitripathi66" target="__blank" class="footer__social">
<i class="fa-brands fa-x-twitter"></i>
</a>
</div>
</div>
<p class="footer__copy">© Abhishek Tripathi. All right reserved</p>
</div>
</footer>
<!--================== SCROLL TOP ==================-->
<a href="#" class="scrollup" id="scroll-up">
<i class="uil uil-arrow-up scrollup__icon"></i>
</a>
<script type="text/javascript" src="assets/swiper-bundle.min.js"></script>
<script src="https://kit.fontawesome.com/2205d59d52.js" crossorigin="anonymous"></script>
<script src="assets/ptj.js"></script>
</body>
</html>