-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
694 lines (624 loc) · 24.2 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Sanket Jagtap IIT KGP (Portfolio)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Portfolio Website of Sanket Jagtap IIT KGP" />
<meta name="keywords"
content="Sanket Jagtap, sanket, SJsquare, sanket jagtap IITKGP, html5, css3, mobile first, responsive" />
<meta name="author" content="Sanket Jagtap" />
<link rel="icon" href="./images/SJsquare Logo.png">
<!-- Facebook and Twitter integration -->
<meta property="og:title" content="" />
<meta property="og:image" content="" />
<meta property="og:url" content="" />
<meta property="og:site_name" content="" />
<meta property="og:description" content="" />
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.ico">
<!-- <link href='https://fonts.googleapis.com/css?family=Work+Sans:400,300,600,400italic,700' rel='stylesheet' type='text/css'> -->
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body style="background-image: url(images/bg_img.jpg);">
<div id="fh5co-main">
<div class="fh5co-tab-wrap">
<ul class="fh5co-tab-menu">
<li class="active"><a href="#" data-tab="1"><span class="icon icon-glass"></span><span
class="menu-text">Profile</span></a></li>
<li><a href="#" data-tab="2"><span class="icon icon-graduation-cap"></span><span
class="menu-text">Education</span></a></li>
<li><a href="#" data-tab="3" data-pie="yes"><span class="icon icon-black-tie"></span><span
class="menu-text">Experience</span></a></li>
<li><a href="#" data-tab="4"><span class="icon icon-cogs"></span><span class="menu-text">PORs</span></a>
</li>
<li><a href="#" data-tab="5" data-pie="yes"><span class="icon icon-fighter-jet"></span><span
class="menu-text">Skills</span></a></li>
</ul>
<div class="fh5co-tab-content active" data-content="1">
<div class="fh5co-content-inner text-center">
<div class="row row-bottom-padded-sm">
<div class="col-md-12">
<h1> Profile</h1>
<figure>
<img src="images/SJ_circular.png" width="200px" height="200px" alt="">
</figure>
<h2>Sanket Jagtap</h2>
<p>Hello Everyone ! <br>
I am Sanket Jagtap.<br>
A Second year under-graduate student in Indian Institute of Technology Kharagpur, from
the Department of Agricultural and food Engineering enrolled in it's B-tech course along
with this I am pursuing Micro Specialization in Artificial Intelligence and Applications
as well as Entrepreneurship & Innovation. I am from Buldana, Maharashtra.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12 fh5co-counter">
<div class="fh5co-number fh5co-left">19</div>
<div class="fh5co-text">
<h3 class="border-bottom">Year old Enthusiastic learner.</h3>
<p>navigating the vast world of technology and ideas, driven by curiosity and a passion
for innovation.</p>
</div>
</div>
</div>
<ul class="fh5co-social">
<li><a href="https://www.facebook.com/profile.php?id=100075534761445" target="_blank"><i
class="icon-facebook"></i></a></li>
<li><a href="https://twitter.com/SJsquare15" target="_blank"><i class="icon-twitter"></i></a>
</li>
<li><a href="https://www.instagram.com/sanket_jagtap_15/" target="_blank"><i
class="icon-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/sanket-jagtap-2131a9214/" target="_blank"><i
class="icon-linkedin"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCez_UhO4w1zdhxorvawYsXA" target="_blank"><i
class="icon-youtube"></i></a></li>
<li><a href="https://sanketjagtap15.github.io/" target="_blank"><i
class="icon-dribbble"></i></a></li>
<li><a href="https://github.com/SanketJagtap15/" target="_blank"><i class="icon-github"></i></a>
</li>
<h3> Connect with me on Social Media</h3><br><br>
</ul>
</div>
</div>
<div class="fh5co-tab-content" data-content="2">
<div class="fh5co-content-inner">
<div class="row">
<div class="col-md-12">
<div class="heading">
<h1>Education</h1>
</div>
<p>The goal of education is the advancement of knowledge and the dissemnation of truth.<br>
<br>
</p>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-graduation-cap"></i>
</div>
<div class="fh5co-text">
<h2>IIT Kharagpur</h2>
<h3>2021-2025</h3>
<p>As of now I am pursuing my B-tech degree. I will graduate in the year 2025 from
IIT Kharagpur.</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-graduation-cap"></i>
</div>
<div class="fh5co-text">
<h2>M P Deo Memorial College</h2>
<h3>2019-2021</h3>
<p>I completed my higher secondary education (11th and 12th class) from this
college.</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-graduation-cap"></i>
</div>
<div class="fh5co-text">
<h2>Bharat Vidyalaya</h2>
<h3>2012-2019</h3>
<p>I completed my secondary education (from 5th class upto 10th class) from Bharat
vidyalaya.</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-graduation-cap"></i>
</div>
<div class="fh5co-text">
<h2>Gandhi Primary School</h2>
<h3>2006-2012</h3>
<p>I did my primary schooling (from lower kindergarten upto 4th class) from Gandhi
primary school.</p><br>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="fh5co-tab-content" data-content="3">
<div class="fh5co-content-inner">
<div class="row">
<div class="col-md-12">
<div class="heading">
<h1> Experience</h1>
</div>
<h3>Here are my some Internships I did in the past.</h3><br>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-black-tie"></i>
</div>
<div class="fh5co-text">
<h2>Cyber Security Intern</h2>
<h3>JPMorgan Chase & Co | Sept 2022 - Oct 2022</h3>
<p>
<ul>
<li class="exp">Analyzed a Large Dataset of Fraud in Financial Payment Services.
</li>
<li class="exp">Learned About Application Security Fundamentals and Put them to
Use on my Own Website.</li>
<li class="exp">Designed and Developed a System to Tighten Access to Sensitive
Information</li>
<li class="exp">Spam or Ham? Build an Email Classifier which filter out bad
emails to protect your colleagues.</li>
</ul>
</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-black-tie"></i>
</div>
<div class="fh5co-text">
<h2>Web Developer</h2>
<h3>Youth Empowerment Foundation | Oct 2022 - Nov 2022</h3>
<p>
<ul>
<li class="exp">Established an interactive and dynamic website that guarantees
high traffic and maximum user experience.</li>
<li class="exp">Fixed bugs from the existing websites and implemented
enhancements.</li>
<li class="exp">Decreased the website loading time by 60%
</li>
<li class="exp">Conducted research on emerging web technologies and best
practices to identify opportunities for improvement.</li>
</ul>
</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-black-tie"></i>
</div>
<div class="fh5co-text">
<h2>Business Analyst Intern</h2>
<h3>SIDALCEAS EduTech | Dec 2022 - Present</h3>
<p>
<ul>
<li class="exp">Researched & formulated a pricing strategy for 3 course
offerings; analyzed the coaching industry by researching over 25
institutions.</li>
<li class="exp">Conducted multiple surveys involving 400+ undergrads to critique
the impact of introducing cognitive learning techniques for learners </li>
<li class="exp">Customized Learning Management System for online teaching to
accommodate 200+ learners; delivered pre-launch marketing strategy. </li>
</ul>
</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-black-tie"></i>
</div>
<div class="fh5co-text">
<h2>Data Science Intern</h2>
<h3>Personify | Jan 2023 - Feb 2023</h3>
<p>
<ul>
<li class="exp">Optimized website redesign through A/B testing, resulting in a
15% increase in click-through rates and a 20% boost in online sales.</li>
<li class="exp">Conducted exploratory data analysis (EDA) on sales data with
Python and SQL, identifying trends that led to an 18% revenue increase.</li>
<li class="exp">Automated customer support ticket classification with an ML
model, reducing response time by 30% and enhancing customer satisfaction.
</li>
</ul>
</p><br>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="fh5co-tab-content" data-content="4">
<div class="fh5co-content-inner">
<div class="row">
<div class="col-md-12">
<div class="heading">
<h1> Position of Responsibilities</h1>
</div>
<h3>Here are my some position of Responsibilities.</h3><br>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-black-tie"></i>
</div>
<div class="fh5co-text">
<h2>TAdS</h2>
<h3>Associate, Core & Web Team Member | Jan 2022 - Present</h3>
<p>
<ul>
<li class="exp">Rebuild the website of Technology Adventure Society (TAdS) as a
web team member.</li>
<li class="exp">I Managed several events of TAdS as a core team member.</li>
</ul>
</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-black-tie"></i>
</div>
<div class="fh5co-text">
<h2>Spring Fest</h2>
<h3>Associate Member | Jan 2022 - April 2022</h3>
<p>
<ul>
<li class="exp">I Did publicity of events as a member of the team publicity and
media head.</li>
<li class="exp">I Interviewed several people for the campus ambassador post of
Spring Fest.</li>
</ul>
</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-black-tie"></i>
</div>
<div class="fh5co-text">
<h2>AIESEC</h2>
<h3>Marketing Team Member | August 2022 - Present</h3>
<p>
<ul>
<li class="exp">I am a part of managing body at AIESEC in IIT Kharagpur.</li>
<li class="exp">I am handling the portfolio of Marketing.</li>
</ul>
</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-black-tie"></i>
</div>
<div class="fh5co-text">
<h2>KGP Gaming</h2>
<h3>Member | August 2022 - Present</h3>
<p>
<ul>
<li class="exp">I am handling the portfolio of Pubilc Relations and
Customer-Managed Relationship.</li>
<li class="exp">I Find Sponsors for the 'Gamers Odyssey' Event.</li>
</ul>
</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-black-tie"></i>
</div>
<div class="fh5co-text">
<h2>Filo</h2>
<h3>Tutor | Oct 2022 - Present</h3>
<p>
<ul>
<li class="exp">I am a tutor of JEE and NEET aspirants.</li>
<li class="exp">I am helping them to solve their academic doubts.</li>
</ul>
</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-black-tie"></i>
</div>
<div class="fh5co-text">
<h2>Mentor Match</h2>
<h3>Mentor | Oct 2022 - Present</h3>
<p>
<ul>
<li class="exp">I am the mentor of JEE and other competitive exam aspirants.
</li>
<li class="exp">I am helping them to solve their doubts.</li>
</ul>
</p>
<br>
<p>
Apart from this, I learned many essential skills which are necessary in day to
day life, such as:
<ul class="essential" id="ess">
<li>Communicating with peoples.</li>
<li>Managing Events</li>
<li>Convincing an individual</li>
<li>Handling Stress</li>
<li>Critical Thinking</li>
<li>Problem Solving</li>
<li>Multi-tasking</li>
<li>Time Management</li>
<li>and many more...</li>
</ul>
<br>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="fh5co-tab-content" data-content="5">
<div class="fh5co-content-inner">
<div class="row">
<div class="col-md-12">
<div class="heading">
<h1> Skills</h1>
</div>
<p>Only those who have patience to do simple things perfectly ever acquire the skill to do
difficult things easily.</p>
</div>
<div id="grid">
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="95"><span><strong>HTML</strong>99%</span></div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="93"><span><strong>CSS</strong>98%</span></div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="90"><span><strong>JS</strong>97%</span></div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="95"><span><strong>React</strong>96%</span></div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="93"><span><strong>Bootstrap</strong>98%</span></div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="95"><span><strong>MongoDB</strong>95%</span></div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="93"><span><strong>Node JS</strong>93%</span></div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="90"><span><strong>jQuery</strong>90%</span></div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="95"><span><strong>SQL</strong>95%</span></div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="90"><span><strong>Git</strong>95%</span></div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="92"><span><strong>C</strong>95%</span></div>
</div>
<div class="col-md-4 col-sm-6 col-xs-12 text-center">
<div class="chart" data-percent="85"><span><strong>C++</strong>85%</span></div><br>
</div>
</div>
<div id="tech">
<div class="row">
<div class="bar_left">
<div class="progress-wrap">
<h3><span class="name-left" id="html">HTML</span><span class="value-right"
id="html">99%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active"
role="progressbar" aria-valuenow="99" aria-valuemin="0"
aria-valuemax="100" style="width:99%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">CSS</span><span class="value-right">95%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active"
role="progressbar" aria-valuenow="95" aria-valuemin="0"
aria-valuemax="100" style="width:95%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Javascript</span><span
class="value-right">92%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active"
role="progressbar" aria-valuenow="92" aria-valuemin="0"
aria-valuemax="100" style="width:92%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Bootstrap</span><span class="value-right">98%</span>
</h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active"
role="progressbar" aria-valuenow="98" aria-valuemin="0"
aria-valuemax="100" style="width:98%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">React</span><span class="value-right">95%</span>
</h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active"
role="progressbar" aria-valuenow="95" aria-valuemin="0"
aria-valuemax="100" style="width:95%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Git/Github</span><span
class="value-right">95%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active"
role="progressbar" aria-valuenow="95" aria-valuemin="0"
aria-valuemax="100" style="width:95%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">AutoCad</span><span class="value-right">60%</span>
</h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active"
role="progressbar" aria-valuenow="60" aria-valuemin="0"
aria-valuemax="100" style="width:60%">
</div>
</div>
</div>
</div>
</div>
<div>
<div class="bar_right">
<div class="progress-wrap">
<h3><span class="name-left">MongoDB</span><span class="value-right">94%</span>
</h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active"
role="progressbar" aria-valuenow="94" aria-valuemin="0"
aria-valuemax="100" style="width:94%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Node JS</span><span class="value-right">92%</span>
</h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active"
role="progressbar" aria-valuenow="92" aria-valuemin="0"
aria-valuemax="100" style="width:92%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">MySQL</span><span class="value-right">90%</span>
</h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active"
role="progressbar" aria-valuenow="90" aria-valuemin="0"
aria-valuemax="100" style="width:90%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">jQuery</span><span class="value-right">85%</span>
</h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active"
role="progressbar" aria-valuenow="85" aria-valuemin="0"
aria-valuemax="100" style="width:85%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">C</span><span class="value-right">95%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active"
role="progressbar" aria-valuenow="95" aria-valuemin="0"
aria-valuemax="100" style="width:95%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">C++</span><span class="value-right">91%</span></h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active"
role="progressbar" aria-valuenow="91" aria-valuemin="0"
aria-valuemax="100" style="width:91%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Wordpress</span><span class="value-right">95%</span>
</h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active"
role="progressbar" aria-valuenow="95" aria-valuemin="0"
aria-valuemax="100" style="width:95%">
</div>
</div>
</div>
<div class="progress-wrap">
<h3><span class="name-left">Photoshop</span><span class="value-right">75%</span>
</h3>
<div class="progress">
<div class="progress-bar progress-bar-1 progress-bar-striped active"
role="progressbar" aria-valuenow="75" aria-valuemin="0"
aria-valuemax="100" style="width:75%">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
<footer id="fh5co-footer">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<div class="resume">
<!-- <a href="./resume.html" target="_blank"><button class="btn" id="resume">My Resume</button></a> -->
<a href="https://drive.google.com/file/d/1VdhBMulueoslEU_TXGiWWFdoAWRK-a6j/view"
target="_blank"><button class="btn btn-primary" id="cv"> My Resume </button></a>
</div>
<small>
© Copyright 2022 @ <a href="https://github.com/SanketJagtap15" target="_blank">Sanket
Jagtap</a>
<br>
All rights Reserved. <span class="fh5co-author">
</small>
</div>
</div>
</footer>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Easy PieChart -->
<script src="js/jquery.easypiechart.min.js"></script>
<!-- MAIN JS -->
<script src="js/main.js"></script>
</body>
</html>