-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
576 lines (519 loc) · 24.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-YMWDE0VTD3");
</script>
<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>DIVYANSHU | Portfolio</title>
<link rel="icon" type="image/x-icon" href="src/png/main-favicon.png" />
<!-- aos cdn -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- stylesheet -->
<link rel="stylesheet" href="style.css" />
<!-- google fonts-->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Passions+Conflict&family=Orbitron&family=Fira+Code&family=Six+Caps" />
<body class="body">
<audio loop="" id="audioPlayer" style="display: none">
<source src="src/mp3/preloader.mp3" type="audio/mp3" />
</audio>
<div id="preloader"></div>
<noscript>Allow Javascript</noscript>
<header>
<div class="cursor-inner" id="cursor-inner"></div>
<div class="cursor-outer" id="cursor-outer"></div>
<div class="navbar" id="navbar">
<div class="hey">Hey there! We're excited to see you!</div>
<div class="logo" tabindex="0" aria-label="Divyanshu logo">
<div class="logo-top">
<img src="src/png/nav-avatar.png" alt="animation-head" id="nav-avatar"/>
</div>
</div>
<div class="navbar-tabs" id="navbar-tabs">
<ul class="navbar-tabs-ul">
<li class="home activeThistab" class="navbar-tabs-li" data-aos="fade-down" data-aos-delay="100">
<a href="#home" tabindex="0" aria-label="Home menu button">
</Home>
</a>
</li>
<li class="about" class="navbar-tabs-li" data-aos="fade-down" data-aos-delay="300">
<a href="#about" aria-label="about menu button">
</AboutMe>
</a>
</li>
<li class="skills" class="navbar-tabs-li" data-aos="fade-down" data-aos-delay="500">
<a href="#skills" aria-label="skills menu button">
</Skills>
</a>
</li>
<li class="projects" class="navbar-tabs-li" data-aos="fade-down" data-aos-delay="700">
<a href="#projects" aria-label="projects menu button">
</Projects>
</a>
</li>
</ul>
</div>
<!-- navbar tabs ends -->
</div>
</header>
<!-- header ends here -->
<main>
<!-- hamburger -->
<div class="hamburger" id="hamburger" data-aos="fade">
<div class="hamburgerbase">
<button id="hamburger-button" onclick="hamburgerMenu()" tabindex="0" aria-label="Menu Button">
<span class="burger-bar" id="burger-bar1"></span>
<span class="burger-bar" id="burger-bar2"></span>
<span class="burger-bar" id="burger-bar3"></span>
</button>
</div>
</div>
<!-- hamburger -->
<div class="mobiletogglemenu" id="mobiletogglemenu">
<ul class="mobile-navbar-tabs-ul" id="mobile-ul">
<li id="home-mobile-tab" class="mobile-navbar-tabs-li home activeThismobiletab" onclick="hidemenubyli()">
<a href="#home" tabindex="0" aria-label="Home menu button">
</Home>
</a>
</li>
<li id="aboutme-mobile-tab" class="mobile-navbar-tabs-li about" onclick="hidemenubyli()">
<a href="#about" tabindex="0" aria-label="about menu button">
</AboutMe>
</a>
</li>
<li id="skills-mobile-tab" class="mobile-navbar-tabs-li skills" onclick="hidemenubyli()">
<a href="#skills" tabindex="0" aria-label="skills menu button">
</Skills>
</a>
</li>
<li id="projects-mobile-tab" class="mobile-navbar-tabs-li projects" onclick="hidemenubyli()">
<a href="#projects" tabindex="0" aria-label="projects menu button">
</Projects>
</a>
</li>
</ul>
</div>
<!-- mobile toggle menu ends -->
<!-- Hey there! I'm Divyanshu Patel.
Aspiring web developer and DSA enthusiast.
Currently a second-year student at VIT Chennai. -->
<section class="landing-page-container" id="home">
<div class="blob"></div>
<div class="text-content">
<article id="hello-friend" data-aos="fade-up" data-aos-delay="0">
<p class="helloo">H</p>
<p class="helloo">e</p>
<p class="helloo">y</p>
<p class="helloo"> </p> <!-- Adding spaces here -->
<p class="helloo">t</p>
<p class="helloo">h</p>
<p class="helloo">e</p>
<p class="helloo">r</p>
<p class="helloo">e</p>
<p class="helloo"> </p> <!-- Adding spaces here -->
<p class="helloo">;)</p>
<p class="helloo">I</p>
<p class="helloo">'</p>
<p class="helloo">m</p>
</article>
<article id="name" data-aos="fade-up" data-aos-delay="200">
<p class="helloo">D</p>
<p class="helloo">i</p>
<p class="helloo">v</p>
<p class="helloo">y</p>
<p class="helloo">a</p>
<p class="helloo">n</p>
<p class="helloo">s</p>
<p class="helloo">h</p>
<p class="helloo">u</p>
<p class="helloo">P</p>
<p class="helloo">a</p>
<p class="helloo">t</p>
<p class="helloo">e</p>
<p class="helloo">l</p>
<p class="helloo">.</p>
</article>
<article id="work" data-aos="fade-up" data-aos-delay="400" style="font-size: 500%;">
<div>
<p class="helloo">A</p>
<p class="helloo">s</p>
<p class="helloo">p</p>
<p class="helloo">i</p>
<p class="helloo">r</p>
<p class="helloo">i</p>
<p class="helloo">n</p>
<p class="helloo">g</p>
</div>
<div>
<p class="helloo">w</p>
<p class="helloo">e</p>
<p class="helloo">b</p>
<p class="helloo">d</p>
<p class="helloo">e</p>
<p class="helloo">v</p>
<p class="helloo">e</p>
<p class="helloo">l</p>
<p class="helloo">o</p>
<p class="helloo">p</p>
<p class="helloo">e</p>
<p class="helloo">r</p>
</div>
<br>
<div>
<p class="helloo"> & </p>
</div>
<div>
<p class="helloo">D</p>
<p class="helloo">S</p>
<p class="helloo">A</p>
</div>
<div>
<p class="helloo">e</p>
<p class="helloo">n</p>
<p class="helloo">t</p>
<p class="helloo">h</p>
<p class="helloo">u</p>
<p class="helloo">s</p>
<p class="helloo">i</p>
<p class="helloo">a</p>
<p class="helloo">s</p>
<p class="helloo">t</p>
<p class="helloo">.</p>
</div>
<br>
<div>
<p class="helloo">Currently </p>
<p class="helloo">a </p>
<p class="helloo">second</p>
<p class="helloo">-</p>
<p class="helloo">year </p>
<p class="helloo">student </p>
<br>
<p class="helloo">at </p>
<p class="helloo">VIT </p>
<p class="helloo">Chennai</p>
<p class="helloo">.</p>
</div>
</article>
<article id="work" data-aos="fade-up" data-aos-delay="400" style="font-size: 500%;">
</article>
<p id="info-para" data-aos="fade-up" data-aos-delay="600">
Web Developer with experience of Digital Concept Arts, Frontend Web
Designs. I Love fun Web UI, collaboration and making products.<br />
<br />
I value simple content structure, clean design patterns, and
thoughtful interactions.
</p>
<div class="contact-btn-div" data-aos="fade-up" data-aos-delay="800">
<a href="mailto:[email protected]" tabindex="-1">
<button class="letsTalkBtn">
<p class="letsTalkBtn-text">Let's Talk!</p>
<span class="letsTalkBtn-BG"></span>
</button></a>
<div class="setting-container" id="setting-container">
<input type="checkbox" id="switchforsetting" onclick="settingtoggle()" />
<label for="switchforsetting" class="needtobeinvert" id="labelforsetting" tabindex="0"
aria-label="settings for sound and appearance"></label>
<div class="visualmodetogglebuttoncontainer" id="visualmodetogglebuttoncontainer">
<input type="checkbox" id="switchforvisualmode" onclick="visualmode()" />
<label for="switchforvisualmode" id="labelforvisualmode" tabindex="0"
aria-label="switch appearance"></label>
</div>
<div class="soundtogglebuttoncontainer" id="soundtogglebuttoncontainer">
<input type="checkbox" id="switchforsound" onclick="playpause()" />
<label for="switchforsound" id="labelforsound" tabindex="0" aria-label="switch sound"
class="needtobeinvert"></label>
</div>
</div>
<!-- setting div ends -->
</div>
<!-- contact-btn-div -->
</div>
</section>
<!-- landing page ends here -->
<section class="about-section-container" id="about" data-aos="fade-up">
<div class="about-section">
<div class="section-heading">
<h2 class="section-heading-article" tabindex="0" aria-label="About me heading">
</AboutMe>
</h2>
<p class="sectionHeadingP"></p>
</div>
<div class="info-dp-section">
<div class="about-info">
<p tabindex="0">
Hi! My name is Divyanshu. I'm a web developer with a creative mindset, passionate about presenting imagination in the form of code to people. My journey into web development started when I decided to bring my creative ideas to life through coding.
</p>
<br />
<p tabindex="0">
As a second-year student at VIT Chennai, I am deeply interested in learning and developing my skills in data structures and algorithms (DSA) as well as cybersecurity.
</p>
<br />
<p tabindex="0">
These days, my main focus is on building innovative and engaging web designs from scratch, enjoying the process of bringing ideas to life in the browser.
</p>
<!-- add here resume button , if needed -->
</div>
<div class="dp" data-aos="fade-up">
<img src="src/webp/divyanshu (1).webp" alt="Divyanshu Patel" tabindex="0" aria-label="image of divyanshu" />
</div>
</div>
</div>
</section>
<!-- about section ends -->
<section class="skills-section-container" id="skills">
<div class="skills-section">
<div class="section-heading" data-aos="fade-up">
<h2 class="section-heading-article" tabindex="0" aria-label="skills heading">
</Skills>
</h2>
<p class="sectionHeadingP"></p>
</div>
<div class="frontend-dev-section">
<h3 class="frontend-dev-heading" data-aos="fade-up" tabindex="0"
aria-label="As a frontend a developer these are the skills i have">
Tech Stack
</h3>
<ul class="tech-stack-wrapper">
<!-- HTML -->
<li class="tech-stack-box" data-aos="fade-up">
<img src="./src/png/htmllogo.png" alt="Html skill" class="tech-stack-logo" />
<span class="tooltip">HTML</span>
</li>
<!-- CSS -->
<li class="tech-stack-box" data-aos="fade-up">
<img src="./src/png/csslogo.png" alt="css skill" class="tech-stack-logo" />
<span class="tooltip">CSS</span>
</li>
<!-- Javascript -->
<li class="tech-stack-box" data-aos="fade-up">
<img src="./src/png/jslogo.png" alt="js skill" class="tech-stack-logo" />
<span class="tooltip">JS</span>
</li>
<!-- Bootstrap -->
<li class="tech-stack-box" data-aos="fade-up">
<img src="./src/png/bootstraplogo.png" alt="bootstrap skill" class="tech-stack-logo" />
<span class="tooltip">BOOTSTRAP</span>
</li>
<!-- React -->
<li class="tech-stack-box" data-aos="fade-up">
<img src="./src/png/reactlogo.png" alt="react skill" class="tech-stack-logo" />
<span class="tooltip">REACT</span>
</li>
<!-- Github -->
<li class="tech-stack-box" data-aos="fade-up">
<img src="./src/png/githublogo.png" alt="github skill" class="tech-stack-logo needtobeinvert" />
<span class="tooltip">GITHUB</span>
</li>
<!-- Git -->
<li class="tech-stack-box" data-aos="fade-up">
<img src="./src/png/gitlogo.png" alt="git skill" class="tech-stack-logo" />
<span class="tooltip">GIT</span>
</li>
<!-- C -->
<li class="tech-stack-box" data-aos="fade-up">
<img src="./src/png/clogo.png" alt="c language skill" class="tech-stack-logo" />
<span class="tooltip">C</span>
</li>
<!-- Cpp -->
<li class="tech-stack-box" data-aos="fade-up">
<img src="./src/png/cpplogo.png" alt="c++ language skill" class="tech-stack-logo" />
<span class="tooltip">C++</span>
</li>
<!-- JAVA -->
<li class="tech-stack-box" data-aos="fade-up">
<img src="./src/png/javalogo.png" alt="java language skill" class="tech-stack-logo" />
<span class="tooltip">JAVA</span>
</li>
<!-- Python -->
<li class="tech-stack-box" data-aos="fade-up">
<img src="./src/png/pythonlogo.png" alt="python language skill" class="tech-stack-logo" />
<span class="tooltip">Python</span>
</li>
<!-- Photoshop -->
<li class="tech-stack-box" data-aos="fade-up">
<img src="./src/png/pslogo.png" alt="photoshop skill" class="tech-stack-logo" />
<span class="tooltip">ADOBE PS</span>
</li>
<!-- MongoDB -->
<li class="tech-stack-box" data-aos="fade-up">
<img src="./src/png/mongodblogo.png" alt="mongodb skill" class="tech-stack-logo" />
<span class="tooltip">MongoDB</span>
</li>
</ul>
</div>
</div>
</section>
<!-- skills section ends -->
<!-- project section starts here -->
<section class="projects-section-container" id="projects">
<div class="projects-section-div">
<div class="section-heading" data-aos="fade-up">
<h2 class="section-heading-article" tabindex="0" aria-label="My projects starts from here">
</Projects>
</h2>
<p class="sectionHeadingP"></p>
</div>
<div class="project-boxes-div">
<!-- ---------------------- -->
<!-- project -->
<div data-aos="fade-up" class="project-box-wrapper">
<div class="project-box project-box2" id="project-box2">
<div class="info-div">
<img src="src/webp/amazon-favicon.webp" alt="amazon website favicon" class="faviconforProject" />
<article class="ProjectHeading">Amazon Clone</article>
<p class="ProjectDescription">
Amazon Clone : This is a frontend project that replicates the user interface of Amazon.
It is a UI-only clone, meaning it mimics the look and feel of Amazon's website without any backend functionality or interactive features.
</p>
<div class="project-buttons">
<a href="https://github.com/divyanshupatel17/Amazon-Clone" target="_blank" class="github-redirect"
aria-label="Visit Amazon Clone on GitHub">
<img src="src/svg/github.svg" alt="github redirect button" />
</a>
<a href="https://divyanshupatel17.github.io/Amazon-Clone/" target="_blank" class="cta"
aria-label="Visit Amazon Clone Live">
<span>Live view</span>
<svg viewBox="0 0 13 10" height="10px" width="15px">
<path d="M1,5 L11,5"></path>
<polyline points="8 1 12 5 8 9"></polyline>
</svg>
</a>
</div>
</div>
<div class="image-div">
<img src="src/webp/amazon-clone-view.webp" alt="Amazon-Clone website preview image" />
</div>
</div>
</div>
<!-- ---------------------- -->
<!-- project -->
<!-- ---------------------- -->
<!-- project -->
<!-- ---------------------- -->
<!-- project -->
<!-- ---------------------- -->
<!-- project -->
<!-- ---------------------- -->
</div>
</div>
</section>
<!-- project section ends here -->
</main>
<!-- main ends here -->
<footer id="footer">
<button class="fas" id="backtotopbutton" onclick="scrolltoTopfunction()">
<article aria-label="Back to top">←BACK TO TOP</article>
</button>
<div class="footer-background">
<div class="footer-blob"></div>
</div>
<div class="footer-foreground">
<div class="footercontainer">
<div class="two-words">
<article tabindex="0" aria-label="Learning, Living, and Leveling Up, my quote">
"Learning, Living, and Leveling Up."
</article>
</div>
<div class="social-media-container">
<div class="getintouch-heading">
<article>GetinTouch();</article>
</div>
<div class="logos">
<a href="https://www.instagram.com/patel_divyanshu_/" target="_blank" tabindex="0"
aria-label="My instagram"><svg viewBox="0 0 448 512" class="SocialHandle">
<path
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" />
</svg></a>
<a href="https://www.linkedin.com/in/divyanshu-patel-85236228b" target="_blank"
aria-label="My Linkdin"><svg class="SocialHandle" viewBox="0 0 448 512">
<path
d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z" />
</svg></a>
<a href="https://github.com/divyanshupatel17" target="_blank" aria-label="My github"><svg viewBox="0 0 496 512"
class="SocialHandle">
<path
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" />
</svg></a>
<a href="mailto:[email protected]" target="_blank" aria-label="My G mail"><svg id="GmailLogo"
viewBox="0 0 512 512">
<path
d="M64 112c-8.8 0-16 7.2-16 16v22.1L220.5 291.7c20.7 17 50.4 17 71.1 0L464 150.1V128c0-8.8-7.2-16-16-16H64zM48 212.2V384c0 8.8 7.2 16 16 16H448c8.8 0 16-7.2 16-16V212.2L322 328.8c-38.4 31.5-93.7 31.5-132 0L48 212.2zM0 128C0 92.7 28.7 64 64 64H448c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128z" />
</svg></a>
</div>
</div>
<div class="footer-avatar-container">
<img src="src/png/footer-avatar-divyanshu.png" alt="animation-head" class="footer-avatar-img" id="footer-wala-avatar"/>
<div class="footer-avatar-face">
<div class="footer-avatar-eye footer-left-eye">
<div class="footer-pupil"></div>
</div>
<div class="footer-avatar-eye footer-right-eye">
<div class="footer-pupil"></div>
</div>
</div>
</div>
<div class="footer-bottom">
<article>
Design & Built by Divyanshu Patel
© 2024
</article>
</div>
</div>
</div>
</footer>
<!-- footer ends here -->
<script src="main.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script>
function openURL() {
var url = "src/pdf/Divyanshu Patel Resume PDF.pdf";
window.open(url, "_blank");
}
</script>
<script>
const cursorInner = document.getElementById("cursor-inner");
const cursorOuter = document.getElementById("cursor-outer");
const links = document.querySelectorAll("a,label,button");
document.addEventListener("mousemove", function (e) {
const posX = e.clientX;
const posY = e.clientY;
cursorInner.style.left = `${posX}px`;
cursorInner.style.top = `${posY}px`;
// cursorOuter.style.left = `${posX}px`;
// cursorOuter.style.top = `${posY}px`;
cursorOuter.animate(
{
left: `${posX}px`,
top: `${posY}px`,
},
{ duration: 500, fill: "forwards" }
);
links.forEach((link) => {
link.addEventListener("mouseenter", () => {
cursorInner.classList.add("hover");
cursorOuter.classList.add("hover");
});
link.addEventListener("mouseleave", () => {
cursorInner.classList.remove("hover");
cursorOuter.classList.remove("hover");
});
});
});
</script>
</body>
</html>