-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
644 lines (628 loc) · 27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="Explore Aditya Mohan's portfolio, showcasing his expertise in full-stack development, data engineering, and innovative projects. As a Computer Science graduate student at Georgia State University, Aditya offers a strong background in software development and tech solutions. View his detailed experience, skills, and achievements, and download his resume. Perfect for recruiters seeking top talent in the tech industry."/>
<meta name="Aditya Mohan" content="" />
<!-- Open Graph Meta Tags for LinkedIn Preview -->
<meta property="og:title" content="Aditya Mohan's Portfolio" />
<meta property="og:description" content="Discover Aditya Mohan's expertise in full-stack development, data engineering, and cutting-edge technology solutions. Explore innovative projects, professional achievements, and a proven track record in delivering impactful software solutions." />
<meta property="og:image" content="https://portfolio.adityamohan.me/assets/landing.png" />
<meta property="og:url" content="https://portfolio.adityamohan.me" />
<meta property="og:type" content="website" />
<title>Aditya Mohan's Portfolio</title>
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script
src="https://use.fontawesome.com/releases/v6.5.2/js/all.js"
crossorigin="anonymous"
></script>
<!-- Google fonts-->
<link
href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i"
rel="stylesheet"
type="text/css"
/>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css"
/>
<link href="css/custom.css" rel="stylesheet" />
<link href="css/experience.css" rel="stylesheet" />
<link href="css/project.css" rel="stylesheet" />
</head>
<body id="page-top">
<div id="loading-screen">
<div class="pencil">
<div class="pencil__ball-point"></div>
<div class="pencil__cap"></div>
<div class="pencil__cap-base"></div>
<div class="pencil__middle"></div>
<div class="pencil__eraser"></div>
</div>
<div class="line"></div>
<h2>Hold tight, magic is happening...</h2>
</div>
<div id="main-content" style="display: none;">
<div class="page-wrapper-overflow"></div>
<!-- Navigation-->
<nav
class="navbar navbar-expand-lg navbar-dark bg-danger fixed-top"
id="sideNav"
>
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Aditya Mohan</span>
<span class="d-none d-lg-block"
><img
class="img-fluid img-profile rounded-circle mx-auto mb-2"
src="assets/img/Aditya.png"
alt="Aditya Mohan Profile Picture"
/></span>
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarResponsive"
aria-controls="navbarResponsive"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#experience"
>Experience</a
>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#education"
>Education</a
>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#interests"
>Interests</a
>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#achievements"
>Achievements</a
>
</li>
</ul>
</div>
</nav>
<!-- Page Content-->
<div class="container-fluid p-0">
<!-- About-->
<section class="resume-section" id="about">
<div class="resume-section-content">
<h1 class="mb-0 intro">
Aditya
<span class="text-danger intro">Mohan</span>
</h1>
<div class="subheading mb-5">
349 Decatur St SE · Atlanta, Georgia State 30312 ·
<a class="text-danger intro" href="mailto:[email protected]"
>. (404) 784-8960 .
<a class="text-danger intro" download="Aditya_Mohan.pdf" href="resume.pdf">Download resume</a>
</div>
<p class="lead mb-5">
Driven by a passion for innovation and a keen interest in
technology, I'm Aditya Mohan, a Computer Science graduate student at
Georgia State University. With a strong foundation in full-stack
software development and a track record of leading impactful
projects, I'm eager to contribute my skills and expertise to a
dynamic team. Whether it's crafting AR-enabled 3D models for
immersive experiences or spearheading the development of advanced
antivirus solutions, I thrive on collaborative challenges that push
the boundaries of what's possible. With a commitment to continuous
learning and a portfolio of diverse experiences, I'm excited to
leverage my talents to drive meaningful change and make a lasting
impact in the world of technology.
</p>
<div class="social-icons">
<a
class="social-icon text-danger"
href="https://www.linkedin.com/in/adityamohan16/"
><i class="fab fa-linkedin-in"></i
></a>
<a class="social-icon text-danger" href="https://github.com/TraXIcoN"
><i class="fab fa-github"></i
></a>
<a class="social-icon text-danger" href="https://www.instagram.com/chiflado_adiiii16/"
><i class="fab fa-instagram"></i
></a>
<a class="social-icon text-danger" href="https://www.adityamohan.me/"
><i class="fab fa-hashnode"></i
></a>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Experience-->
<section class="resume-section" id="experience">
<div class="container-fluid blue-bg position-relative">
<div class="container">
<h2 class="pb-3 pt-2">Experience In A Timeline</h2>
<!--first section-->
<div class="row align-items-center how-it-works">
<div class="col-2 text-center bottom">
<div class="circle">1</div>
</div>
<div class="col-6">
<h5>Headstarter AI(Fellowship)</h5>
<p>SOFTWARE ENGINEER FELLOW</p>
</div>
</div>
<!--path between 1-2-->
<div class="row timeline">
<div class="col-2">
<div class="corner top-right"></div>
</div>
<div class="col-8">
<hr class="animated-path"/>
</div>
<div class="col-2">
<div class="corner left-bottom"></div>
</div>
</div>
<!--second section-->
<div class="row align-items-center justify-content-end how-it-works">
<div class="col-6 text-right">
<h5>All in Dating Inc</h5>
<p>INTERN, FULL STACK DEVELOPER</p>
</div>
<div class="col-2 text-center full">
<div class="circle">2</div>
</div>
</div>
<!--path between 2-3-->
<div class="row timeline">
<div class="col-2">
<div class="corner right-bottom"></div>
</div>
<div class="col-8">
<hr class="animated-path"/>
</div>
<div class="col-2">
<div class="corner top-left"></div>
</div>
</div>
<!--third section-->
<div class="row align-items-center how-it-works">
<div class="col-2 text-center top">
<div class="circle">3</div>
</div>
<div class="col-6">
<h5>LTIMindtree</h5>
<p>SENIOR DATA ENGINEER</p>
</div>
</div>
<!--path between 3-4-->
<div class="row timeline">
<div class="col-2">
<div class="corner top-right"></div>
</div>
<div class="col-8">
<hr class="animated-path"/>
</div>
<div class="col-2">
<div class="corner left-bottom"></div>
</div>
</div>
<!--fourth section-->
<div class="row align-items-center justify-content-end how-it-works">
<div class="col-6 text-right">
<h5>Codes & Coffee Tech</h5>
<p>INTERN, FULL-STACK-DEVELOPER</p>
</div>
<div class="col-2 text-center full">
<div class="circle">4</div>
</div>
</div>
<!--path between 4-5-->
<div class="row timeline">
<div class="col-2">
<div class="corner right-bottom"></div>
</div>
<div class="col-8">
<hr class="animated-path"/>
</div>
<div class="col-2">
<div class="corner top-left"></div>
</div>
</div>
<!--fifth section-->
<div class="row align-items-center how-it-works">
<div class="col-2 text-center top">
<div class="circle">5</div>
</div>
<div class="col-6">
<h5>AUTODL</h5>
<P>INTERN, BACKEND DEVELOPER</P>
</div>
</div>
<!--path between 5-6-->
<div class="row timeline">
<div class="col-2">
<div class="corner top-right"></div>
</div>
<div class="col-8">
<hr class="animated-path"/>
</div>
<div class="col-2">
<div class="corner left-bottom"></div>
</div>
</div>
<!--sixth section-->
<div class="row align-items-center justify-content-end how-it-works">
<div class="col-6 text-right">
<h5>Reliance Industries Limited</h5>
<p>INTERN, CYBERSECURITY INTERN</p>
</div>
<div class="col-2 text-center full">
<div class="circle">6</div>
</div>
</div>
</div>
<div style="display: block; padding-top: 50px; text-align: center;">
<button class="btn btn-custom"><a style="text-decoration: none; color: bisque;" href="https://drive.google.com/file/d/1nFDMRJQp1Ux92vljv0hvKTymaz_FX1wP/view?usp=sharing">View Resume!</a></button>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Projects-->
<section class="resume-section" id="projects">
<div class="resume-section-content">
<h2 class="mb-5">Projects</h2>
<div
class="d-flex flex-column flex-md-row justify-content-between mb-5"
>
<div class="flex-grow-1">
<h3 class="mb-0">BIttorent CLient</h3>
<div class="subheading mb-3">
Python, HTTP & UDP, Bittorent specifications, Upnp, Cross-platform, Git
</div>
<div>
Implemented a resume builder with OpenAI's GPT, converting informal inputs into formal job descriptions, easing content formulation for students. Enhanced with customizable templates for straightforward usage.
</div>
</div>
<div class="flex-shrink-0">
<span class="text-danger">November 2023</span>
</div>
</div>
<div
class="d-flex flex-column flex-md-row justify-content-between mb-5"
>
<div class="flex-grow-1">
<h3 class="mb-0">Google meet Chrome Extension</h3>
<div class="subheading mb-3">
Javascript, NoSQL, APIs, Mediapipe, Deep Neural Networks
</div>
<div>
Engineered a Chrome extension employing Deep Learning and MediaPipe technologies to facilitate communication through American Sign Language.
Mitigated high server CPU load by implementing late initialization and converting scripts to HTTP services, reducing CPU load from over 20 to under 1.
</div>
</div>
<div class="flex-shrink-0">
<span class="text-danger">September 2022</span>
</div>
</div>
<div
class="d-flex flex-column flex-md-row justify-content-between mb-5"
>
<div class="flex-grow-1">
<h3 class="mb-0">Smart Antivirus System</h3>
<div class="subheading mb-3">
ElectronJS, Yara, Flask, Shell, ReactJS, Webpack, Javascript, Python
</div>
<div>
Crafted an advanced antivirus solution collaboratively, integrating real-time monitoring, database querying, file analysis, and customizable settings using Electron and Python.
</div>
</div>
<div class="flex-shrink-0">
<span class="text-danger">January 2022</span>
</div>
</div>
<div
class="d-flex flex-column flex-md-row justify-content-between mb-5"
>
<div class="flex-grow-1">
<h3 class="mb-0">Scan4U</h3>
<div class="subheading mb-3">
Flutter, dart, Image Processing, ANN, AWS, OCR
</div>
<div>
Developed a mobile app hosted on AWS, boasting a Flutter frontend and Python backend, incorporating OCR and ANN techniques to extract text from videos and generate PDFs. App also features an inbuilt OCR scanner.
</div>
</div>
<div class="flex-shrink-0">
<span class="text-danger">May 2021</span>
</div>
</div>
</div>
<div class="github-link">
<a href="https://github.com/TraXIcoN" target="_blank">
<span class="github-text">Go to GitHub</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
</section>
<hr class="m-0" />
<!-- Education-->
<section class="resume-section" id="education">
<div class="resume-section-content">
<h2 class="mb-5">Education</h2>
<div
class="d-flex flex-column flex-md-row justify-content-between mb-5"
>
<div class="flex-grow-1">
<h3 class="mb-0">Georgia State University</h3>
<div class="subheading mb-3">Masters in Computer Science</div>
<div>Full Scholarship along with GTA</div>
<div>Research voulunteer under Dr. Haoxin Wang</div>
<!-- <p>GPA: 3.96</p> -->
</div>
<div class="flex-shrink-0">
<span class="text-danger"
>August 2023– Expected December 2024</span
>
</div>
</div>
<div class="d-flex flex-column flex-md-row justify-content-between">
<div class="flex-grow-1">
<h3 class="mb-0">Vivekanand Education Society's Institute of Technology</h3>
<div class="subheading mb-3">
Bachelor of Engineering in Computer Science
</div>
<div>Sr. Web Editor with IEEE VESIT</div>
<div>IOT Facilitator - Google Developers Club - VESIT</div>
<p>GPA: 3.5/4</p>
</div>
<div class="flex-shrink-0">
<span class="text-danger">August 2018 - June 2022</span>
</div>
</div>
</div>
</section>
<hr class="m-0" />
<!-- Skills-->
<section class="resume-section" id="skills">
<div class="resume-section-content">
<!-- <h2 class="mb-5">Skills</h2> -->
<div class="subheading mb-3">Programming Languages</div>
<ul class="list-inline dev-icons">
<li class="list-inline-item techstack" title="React"><i class="fab fa-react"></i></li>
<li class="list-inline-item techstack" title="Nodejs"><i class="fab fa-node-js"></i></li>
<li class="list-inline-item techstack" title="npm"><i class="fab fa-npm"></i></li>
<li class="list-inline-item techstack" title="Python"><i class="fab fa-python"></i></li>
<li class="list-inline-item techstack" title="C"><i class="devicon-c-plain"></i></li>
<li class="list-inline-item techstack" title="HTML5"><i class="devicon-html5-plain-wordmark"></i></li>
<li class="list-inline-item techstack" title="JavaScript"><i class="devicon-javascript-plain"></i></li>
<li class="list-inline-item techstack" title="PHP"><i class="devicon-php-plain"></i></li>
<li class="list-inline-item techstack" title="Java"><i class="fab fa-java"></i></li> <!-- Java -->
<li class="list-inline-item techstack" title="Shell"><i class="fas fa-terminal"></i></li> <!-- Shell -->
</ul>
<div class="subheading mb-3">Software, Framework</div>
<ul class="list-inline dev-icons">
<li class="list-inline-item techstack" title="Django"><i class="devicon-django-plain-wordmark"></i></li>
<li class="list-inline-item techstack" title="Node.js on Linux"><i class="devicon-nodejs-plain-wordmark devicon-linux-plain"></i></li>
<li class="list-inline-item techstack" title="MySQL"><i class="devicon-mysql-plain-wordmark"></i></li>
<li class="list-inline-item techstack" title="MongoDB"><i class="devicon-mongodb-plain-wordmark"></i></li>
<li class="list-inline-item techstack" title="Git"><i class="devicon-git-plain-wordmark"></i></li>
<li class="list-inline-item techstack" title="Node.js"><i class="devicon-nodejs-plain-wordmark"></i></li>
<li class="list-inline-item techstack" title="Pandas"><i class="devicon-pandas-original-wordmark"></i></li>
<li class="list-inline-item techstack" title="NumPy"><i class="devicon-numpy-original-wordmark"></i></li>
<li class="list-inline-item techstack" title="Flask"><i class="devicon-flask-original-wordmark"></i></li>
<li class="list-inline-item techstack" title="Angular"><i class="fab fa-angular"></i></li> <!-- Angular -->
</ul>
<div class="subheading mb-3">Tools</div>
<ul class="list-inline dev-icons">
<li class="list-inline-item techstack" title="Jira"><i class="devicon-jira-plain-wordmark"></i></li>
<li class="list-inline-item techstack" title="VS Code"><i class="devicon-vscode-plain-wordmark"></i></li>
<li class="list-inline-item techstack" title="Linux"><i class="devicon-linux-plain"></i></li>
<li class="list-inline-item techstack" title="Docker"><i class="devicon-docker-plain-wordmark"></i></li>
<li class="list-inline-item techstack" title="AR/VR"><i class="fa-solid fa-vr-cardboard"></i></li> <!-- Azure -->
<li class="list-inline-item techstack" title="AWS/AZURE"><i class="fa fa-cloud"></i></li> <!-- Brew -->
</ul>
<ul class="fa-ul mb-0">
<li>
<span class="fa-li"><i class="fas fa-check"></i></span>
<b>Others:</b> Agile, LLMs, CNNs
</li>
</ul>
</div>
</section>
</section>
<hr class="m-0" />
<section class="about">
<div class="inner">
<header class="major">
<h2>MY INTERESTS</h2>
</header>
<blockquote class="classy-bq"><p>I'm a developer, Musician and bibliophile who has been around the software industry in some capacity since 2017. I am ambitious and driven, fast learner, a people person, hardworking & outrageously creative.</p>
</blockquote>
<ul class="actions">
<li><a href="https://www.adityamohan.me" class="button next bloglink">Check out my blog!</a></li>
</ul>
</div>
</section>
<section id="one" class="tiles">
<article>
<span class="image">
<img style="width: 200%;" src="assets/img/about/game.jpg" alt="Aditya Mohan Playing Video Games" />
</span>
<header class="major">
<h3><a href="#" class="link">Games</a></h3>
<p>I love playing games and I am a big fan of Valorant!</p>
</header>
</article>
<article>
<span class="image">
<img src="assets/img/about/music.jpg" alt="Aditya Mohan Playing Guitar" />
</span>
<header class="major">
<h3><a href="#" class="link">Music</a></h3>
<p>I love listening to music and I am a big fan of Rock and Metal!</p>
</header>
</article>
<article>
<span class="image">
<img src="assets/img/about/books.jpg" alt="Aditya Mohan Reading Books" />
</span>
<header class="major">
<h3><a href="#" class="link">Books</a></h3>
<p>I love reading books and I am a big fan of Dan Brown's work!</p>
</header>
</article>
<article>
<span class="image">
<img src="assets/img/about/standup.jpg" alt="Aditya Mohan Performing Stand-up Comedy" />
</span>
<header class="major">
<h3><a href="#" class="link">Stand-up Comedy</a></h3>
<p>Passionate about stand-up comedy, with a particular admiration for comedians like Joe Rogan, Joe List, and Dave Chappelle!</p>
</header>
</article>
<article>
<span class="image">
<img src="assets/img/about/travel.jpg" alt="Aditya Mohan Traveling" />
</span>
<header class="major">
<h3><a href="#" class="link">Travelling</a></h3>
<p>Been travelling the USA and have been to 10+ states already!</p>
</header>
</article>
<article>
<span class="image">
<img src="assets/img/about/beaches.jpg" alt="Aditya Mohan at the Beach" />
</span>
<header class="major">
<h3><a href="#" class="link">Beaches</a></h3>
<p>Beaches are my happy place—I'm basically a professional beach bum!</p>
</header>
</article>
</section>
<hr class="m-0" />
<!-- Acheivements-->
<section class="resume-section achievement-section" id="achievements">
<div class="resume-section-content">
<h2 class="mb-5">Achievements</h2>
<ul class="fa-ul mb-0">
<li>
<span class="fa-li"
><i class="fas fa-certificate text-warning"></i
></span>
Winner of SIH 2022, a national level hackathon conducted for all students in India.
</li>
<li>
<span class="fa-li"
><i class="fas fa-certificate text-warning"></i
></span>
Achieved <b>AZURE Cloud Practitioner AZ-900</b> certification, emphasizing
my proficiency in managing cloud services and infrastructure.
</li>
</ul>
</div>
<div class="mobile">
<div class="phone">
<div class="phone-mirror">
<div class="topWrapper">
<div class="camera"></div>
<div class="line-rec"></div>
</div>
<img src="../images/oppo.png" alt="oppo" height="535" width="312">
</div>
<div class="contact-form">
<h3>Send me a message!</h3>
<div class="form-group">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="message">Message:</label>
<textarea id="message" name="message" rows="4" required></textarea>
</div>
<button type="submit" class="btn btn-primary"><a style="text-decoration: none;" href="mailto:[email protected][email protected]&subject=Saw%20your%20portfolio%20online!%20Would%20like%20to%20schedule%20a%20call.&body=May%20the%20Force%20be%20with%20us%20all%3A%0D%0A%0D%0ACheers">Submit</a></button>
</div>
</div>
</div>
</section>
</div>
</div>
<!--Custom cursor js-->
<script type="module">
import { fairyDustCursor } from "https://unpkg.com/cursor-effects@latest/dist/esm.js";
new fairyDustCursor();
</script>
<script>
document.addEventListener("DOMContentLoaded", function() {
setTimeout(function() {
document.getElementById('loading-screen').style.display = 'none';
document.getElementById('main-content').style.display = 'block';
}, 5000); // 5000 milliseconds = 5 seconds
});
</script>
<script>
document.addEventListener("DOMContentLoaded", function() {
const observerOptions = {
root: null,
rootMargin: "0px",
threshold: 0.1
};
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add("visible");
observer.unobserve(entry.target);
}
});
}, observerOptions);
document.querySelectorAll(".animated-path").forEach(path => {
observer.observe(path);
});
});
</script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TY0X27QHW2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TY0X27QHW2');
</script>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</div>
</body>
</html>