-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
618 lines (509 loc) · 30.4 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
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<html lang="en" ></html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Aditya lad</title>
<!--========= bootstrap cdn link ========= -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<!--========= bootstrap cdn link ========= -->
<!--======= AOS and style.css link and icon cdn links ==========-->
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="./assets/css/aos.css">
<link rel="stylesheet" href="./assets/css/line-awesome.min.css">
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/font-awesome-line-awesome/css/all.min.css">
<!--=========== AOS and style.css link and icon cdn links ==========-->
<!--========== firebase cdn ========== -->
<script src="https://www.gstatic.com/firebasejs/7.14.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.14.0/firebase-database.js"></script>
<!--============= firebase cdn ========= -->
<!--========== Google font cdn ========== -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<!--========== Google font cdn ========== -->
</head>
<style>
.submit{
display:none;
background: rgb(3,23,117);
background: radial-gradient(circle, rgba(3,23,117,1) 0%, rgba(0,0,0,1) 100%);
color:#61dbf3;
font-weight:200px;
font-size:1.5rem;
}
</style>
<body data-bs-theme="dark" data-bs-spy="scroll" data-bs-target=".navbar">
<!--============ NAVBAR STARTS ================= -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top"> <!--fixed-top helps to fix the nav to top and allows to write home page content beside it-->
<div class="container flex-lg-column ">
<a class="navbar-brand mx-lg-auto mb-lg-4" href="#"> <!--mb-margin bottom lg- large screen 4 size-->
<span class="h3 fw-bold d-block d-lg-none adilogo">Aditya lad</span> <!-- h3 : heading 3,fw:font weight d-lg-none: display on (lg)large devices none -->
<img class="d-none d-lg-block adi-nav-img rounded-circle" src="./assets/images/img.jpg" alt="aditya"> <!--d:display (lg) large devices -->
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav nav ms-auto flex-lg-column text-lg-center "> <!--ms:-margin start auto flex-lg-column: displays all links in one column one below other -->
<li class="nav-item">
<a class="nav-link active " href="#home">HOME</a>
<audio id="beep" preload="auto">
<source src="./assets/beep.mp3">
</audio>
</li>
<li class="nav-item">
<a class="nav-link active" href="#about">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#services">MY SKILLS</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#projects">PROJECTS</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#contact">CONTACT</a>
</li>
</ul>
</div>
<div class="col-auto">
<div class="social-icons-navbar">
<a href="https://github.com/Adityalad-25"><i class="lab la-github"></i></a>
<a href="https://www.linkedin.com/in/aditya-lad-609586226"><i class="lab la-linkedin"></i></a>
<a href="https://www.instagram.com/adi_tya.lad/"><i class="lab la-instagram"></i></a>
<a href="https://www.facebook.com/"><i class="lab la-facebook"></i></a>
<a href="https://adityalad2003.hashnode.dev/"><i class="las la-blog"></i></a>
</div>
</div>
</div>
</nav>
<!--============= NAVBAR ENDS =================== -->
<!--============= CONTENT WRAPPER STARTS HERE =============== -->
<div id="content-wrapper">
<!--========== home page ================-->
<section id="home" class="full-height px-lg-5 ">
<div class="container">
<div class="row">
<div class="col-lg-8">
<h1 class="display-4 fw-bold" data-aos="fade-up"> 👋 I'm Aditya <br/><span class="text-brand anim-typewriter ">👨💻Web Developer</span> </h1>
<h1>From Pune,India</h1>
<p class="lead text-brand anim-typewriter-title "data-aos="fade-up" data-aos-delay="300" >
<span class="typewriter-container">
<span class="anim-typewriter-title">“Web Developer with a Passion for Creating Beautiful Websites.</span>
</span>
</p>
</span>
<div class="explore" data-aos="fade-up" data-aos-delay="400">
<a href="#projects" class="btn btn-brand me-3">Explore my work</a>
<a download class=" btn btn-brand resume" href="./assets/Aditya_Lad_Resume.pdf" alt="Resume not available " width="104" height="142 ">Download Resume</a>
</div>
</div>
</div>
</div>
</section>
</div>
<div id="content-wrapper">
<!--=========== home page ends ============ -->
<!--============ ABOUT ================= -->
<section id="about" class="full-height px-lg-5" >
<div class="container ">
<div class="bg-animation">
<div id="stars"></div>
<div id="stars2"></div>
<div id="stars3"></div>
<div id="stars4"></div>
</div>
<div class="row pb-4" data-aos="fade-up">
<div class="col-lg-8">
<h5 class="text-brand title">ABOUT</h5>
<h1>My Education and Experience</h1>
</div>
</div>
<div class="row gy-5">
<div class="col-lg-6">
<h3 class="mb-4"data-aos="fade-up" data-aos-delay="300">EDUCATION</h3>
<div class="row gy-4">
<div class="col-12"data-aos="fade-up" data-aos-delay="600" >
<div class="bg-base p-4 rounded-4 shadow-effect">
<h5>B-TECH COMPUTER ENGINEERING</h5>
<p class="text-brand mb-3">PCCOE,pune(2021-2025)</p>
<p class="mb-0">
Cummulative GPA : 8.64 ( upto 4th semester)</p>
</div>
</div>
<div class="col-12"data-aos="fade-up" data-aos-delay="800" >
<div class="bg-base p-4 rounded-4 shadow-effect">
<h5>HSC-CLASS 12TH</h5>
<p class="text-brand mb-3">Swami Vivekanand Jr.College (2020-2021)</p>
<p class="mb-0">Percentage:96.33%</p>
</div>
</div>
<div class="col-12"data-aos="fade-up" data-aos-delay="1000" >
<div class="bg-base p-4 rounded-4 shadow-effect">
<h5>SSC-CLASS 10TH</h5>
<p class="text-brand mb-3">St.Mary's High School jalna(2019-2020)</p>
<p class="mb-0">Percentage:91.20%</p>
</div>
</div>
</div>
</div>
<!-- ====== Experience Section ================= -->
<div class="col-lg-6">
<h3 class="mb-4"data-aos="fade-up" data-aos-delay="300">EXPERIENCE</h3>
<div class="row gy-4">
<div class="col-12"data-aos="fade-up" data-aos-delay="600" >
<div class="bg-base p-4 rounded-4 shadow-effect">
<h5>WEBMASTER </h5>
<p class="text-brand">ACM-Student Chapter pccoe(DEC 2022-Present)</p>
<br class="">
• Played an key role as a Active team member, leading and managing the Pccoe-Hacktoberfest
event as the responsible event In-charge.</br>
• Conducted 2 days Workshop on Version Control (Git and Github) for Open Source Contribution.</br>
• Led Webbit , Website Developement Competition held in college .
</p>
</div>
</div>
</div>
<br>
<br>
<div class="row gy-4">
<div class="col-12"data-aos="fade-up" data-aos-delay="600" >
<div class="bg-base p-4 rounded-4 shadow-effect">
<h5>WEB DEVELOPMENT INTERN</h5>
<p class="text-brand mb-3">OASIS INFOBYTE (AUG 2023 -SEP 2023 )</p>
Actively contributed to diverse web apps using React , Firebase ,Bootstrap ,Git and Github </div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ============== ABOUT ENDS ============= -->
<!-- ============ Skills section ================ -->
<section id="services" class="full-height px-lg-5">
<div class="container">
<div class="row pb-4" data-aos="fade-up">
<div class="col-lg-8">
<h5 class="text-brand title"> My Skills</h5>
<h1></h1>
</div>
</div>
<div class="row gy-4"> <!--gy:gutter to adjust spacing between cards while mobile veiw-->
<div class="col-md-4" data-aos="fade-up">
<div class="service p-4 bg-base rounded-4 shadow-effect">
<!-- <div class="iconbox rounded-4 text-center">
<i class="las la-code"></i>
</div> -->
<h2 class="mt-4 mb-2 text-center ">❖ Programming</h2>
<br/>
<div class="lang text-center">
<h5>🔸c</h5>
<h5>🔸c++</h5>
<h5>🔸Java Basics</h5>
<!-- <a href="" class="link-custom ">Read more</a> -->
</div>
</div>
</div>
<div class="col-md-4" data-aos="fade-up">
<div class="service p-4 bg-base rounded-4 shadow-effect">
<!-- <div class="iconbox rounded-4 text-center">
<i class="las la-code"></i>
</div> -->
<h2 class="mt-3 mb-1 text-center">❖ Frontend </h2>
<br/>
<div class="lang text-center">
<h5>🔸Html,Css,JavaScript</h5>
<h5>🔸Bootstrap</h5>
<h5>🔸React</h5>
<!-- <a href="" class="link-custom ">Read more</a> -->
</div>
</div>
</div>
<div class="col-md-4" data-aos="fade-up">
<div class="service p-4 bg-base rounded-4 shadow-effect">
<!-- <div class="iconbox rounded-4 text-center">
<i class="las la-code"></i>
</div> -->
<h2 class="mt-4 mb-2 text-center ">❖ Database</h2>
<br/>
<div class="lang text-center">
<h4>🔸Mongodb Databse</h4>
<h4>🔸Firebase Database</h4>
<h4>🔸Sql</h4>
<!-- <a href="" class="link-custom ">Read more</a> -->
</div>
</div>
</div>
<div class="col-md-4" data-aos="fade-up">
<div class="service p-4 bg-base rounded-4 shadow-effect">
<!-- <div class="iconbox rounded-4 text-center">
<i class="las la-code"></i>
</div> -->
<h1 class="mt-4 mb-2 text-center ">❖ Version Control</h1>
<br/>
<div class="lang text-center">
<h5>🔸Git</h5>
<h5>🔸Github</h5>
<h5></h5>
<!-- <a href="" class="link-custom ">Read more</a> -->
</div>
</div>
</div>
<div class="col-md-4" data-aos="fade-up">
<div class="service p-4 bg-base rounded-4 shadow-effect">
<!-- <div class="iconbox rounded-4 text-center">
<i class="las la-code"></i>
</div> -->
<h1 class="mt-4 mb-2 text-center ">❖ Cs Fundamentals</h1>
<br/>
<div class="lang text-center">
<h5>🔸 Dsa ,Oops , Dbms</h5>
<h5>🔸Computer networks</h5>
<h5></h5>
<!-- <a href="" class="link-custom ">Read more</a> -->
</div>
</div>
</div>
<div class="col-md-4" data-aos="fade-up">
<div class="service p-4 bg-base rounded-4 shadow-effect">
<!-- <div class="iconbox rounded-4 text-center">
<i class="las la-code"></i>
</div> -->
<h1 class="mt-4 mb-2 text-center ">❖ Backend</h1>
<br/>
<div class="lang text-center">
<h5>🔸 Nodejs</h5>
<h5>🔸 Php</h5>
<h5></h5>
<!-- <a href="" class="link-custom ">Read more</a> -->
</div>
</div>
</div>
</section>
<!--============== Projects Section ============== -->
<section id="projects" class="full-height px-lg-5"> <!--px-padding left lg: large-->
<div class="container">
<div class="row pb-4" data-aos="fade-up" >
<div class="col-lg-8">
<h5 class="text-brand title">PROJECTS</h5>
<h1>My recents Projects </h1>
</div>
</div>
<div class="row gy-4 ">
<!-- Learnify -->
<div class="col-md-6" data-aos="fade-up" data-aos-delay="600">
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/Learnify.png" alt="">
</div>
<div class="card-custom-content p-4">
<h4> Learnify</h4>
<p>
Learnify, is a MERN Stack startup web app, akin to an Online Subscription Course Streaming Platform.
It boasts a User-Friendly UI with React.js and Chakra UI, offering multi-theme options.
MongoDB stores data, while Node.js and Express.js power the robust backend, secured with JWT.
I built an intuitive Content Management System for admins to manage users and courses, complete with real-time data visualization using Chart.js in the Admin Dashboard.
Additionally, seamless and secure payments are facilitated through Razorpay integration.
</p>
<a href="https://learnify-frontend-seven.vercel.app/" class="link-custom">View Project</a>
<a class="social-iocns repo-link" href="https://github.com/Adityalad-25/LearnifyFrontend"><i class="lab la-github"></i></a>
</div>
</div>
</div>
<!-- Learnify -->
<!-- ACM-Hacktoberfest -->
<div class="col-md-6" data-aos="fade-up" data-aos-delay="600">
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/17-Oct to 31-Oct 2023.png" alt="">
</div>
<div class="card-custom-content p-4">
<h4>PCCOE-ACM-HACKTOBEREST-WEBSITE</h4>
<p>
Designed, developed, and launched the official PCCOE-ACM-HACKTOBERFEST website, with a team
of 4 , providing a user-friendly platform for event information.
• Performed regular unit testing and rigorous debugging for smooth functionality and reliability of the website
• Managed website content, and ensured timely information and updates to over 100 + participants, contributing
to a seamless event registration process.
• Built using Html , CSS , Javascript and Github Api for real time data of number of pull requests generated
and successful merge of the PR’s.
</p>
<a href="https://pccoe-acm-hacktoberfest-2023.vercel.app/" class="link-custom">View Project</a>
<a class="social-iocns repo-link" href="https://github.com/Adityalad-25/pccoe-acm-hacktoberfest-2023-site"><i class="lab la-github"></i></a>
</div>
</div>
</div>
<!-- ACM-hacktoberfest ends -->
<!-- News Nest -->
<div class="col-md-6" data-aos="fade-up" data-aos-delay="600">
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/News_Nest.png" alt="">
</div>
<div class="card-custom-content p-4">
<h4> News Nest</h4>
<p>
News Nest is a sleek web project crafted with HTML, CSS, and JavaScript, leveraging a News API. It offers a user-friendly platform for accessing up-to-date news articles and information, delivering a seamless and informative browsing experience.
</p>
<a href="https://drive.google.com/file/d/1lpzOULzBC_RhofiEDTaUfbydTZCQb_vI/view" class="link-custom">View Project</a>
<a class="social-iocns repo-link" href="https://github.com/Adityalad-25/News-Nest"><i class="lab la-github"></i></a>
</div>
</div>
</div>
<!-- News Nest -->
<!-- Social Media Platform -->
<div class="col-md-6" data-aos="fade-up" data-aos-delay="600">
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/mern.png" alt="">
</div>
<div class="card-custom-content p-4">
<h4>MERN STACK Social Media Web APP</h4>
<p>Discover a vibrant social media platform built on the MERN stack, where users can effortlessly create accounts, login, and explore a world of connectivity. Engage with friends and fellow users by posting, liking, commenting, and even personalizing your profile with the ability to edit your bio. Experience seamless interaction and the power to share your thoughts and experiences in a dynamic and user-friendly environment.
</p>
<a href="https://github.com/Adityalad-25/SocialMediaChatApp" class="link-custom">View Project</a>
<a class="social-iocns repo-link" href="https://github.com/Adityalad-25/SocialMediaChatApp"><i class="lab la-github"></i></a>
</div>
</div>
</div>
<!-- Social Media Platform -->
<!-- REACT-TO-DO-WEBAPP -->
<div class="col-md-6" data-aos="fade-up" data-aos-delay="600">
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/To-Do-Web-App.png" alt="">
</div>
<div class="card-custom-content p-4">
<h4>REACT-TO-DO-WEBAPP</h4>
<p>Basic to-do app that enables a user to add daily tasks.
The to-do web app which allow users to add new items to a list, and items added to a list must be visible. Also, a user can mark a task “complete” upon its successful completion, and these completed tasks must appear on a separate list, say Completed Tasks..
</p>
<a href="https://adityalad-25.github.io/React-TO-Do-WEBAPP/" class="link-custom">View Project</a>
<a class="social-iocns repo-link" href="https://github.com/Adityalad-25/React-TO-Do-WEBAPP"><i class="lab la-github"></i></a>
</div>
</div>
</div>
<!-- REACT-TO-DO-WEBAPP -->
<!-- Git-Hub Profile Finder -->
<div class="col-md-6" data-aos="fade-up" data-aos-delay="300" >
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/Desktop View.png" alt="">
</div>
<div class="card-custom-content p-4">
<h4>Git-Hub Profile Finder</h4>
<p>GitHub Profile Finder is a web application built using HTML, CSS, and JavaScript, and it utilizes the GitHub API to search and display GitHub user profiles. The project aims to provide a simple and intuitive interface to find and explore GitHub users' information quickly and efficiently.</p>
<a href="https://jocular-bombolone-10582d.netlify.app/" class="link-custom">View Project</a>
<a class="social-iocns repo-link" href="https://github.com/Adityalad-25/Git-Hub-Profile-Finder"><i class="lab la-github"></i></a>
</div>
</div>
</div>
<!-- Git-Hub Profile Finder -->
<!-- Travelling website -->
<div class="col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/travel img.png" alt="">
</div>
<div class="card-custom-content p-4">
<h4>Travelling website</h4>
<p>Embark on a journey of wanderlust with my latest creation, a captivating travel website built using HTML and CSS! Immerse yourself in a visually stunning interface that showcases breathtaking destinations, enticing travel packages, and user-friendly navigation. Get ready to explore the world at your fingertips and unleash the traveler within! ✈️🌍 #TravelWebsite #HTML #CSS</p>
<a class="link-custom" href="https://adityalad-25.github.io/Travelwebsite/" >View Project</a>
<a class="social-iocns repo-link" href="https://github.com/Adityalad-25/Travelwebsite"><i class="lab la-github"></i></a>
</div>
</div>
</div>
<!-- Travelling website -->
</div>
</div>
</section>
<!-- ============== Project Section ends ===================== -->
<!-- ============= Contact me =============== -->
<section id="contact" class="full-height px-lg-5">
<div class="container">
<div class="row justify-content-center text-center " >
<div class="col-lg-8 pb-4" data-aos="fade-up" data-aos-delay="300" >
<h5 class="text-brand title">CONTACT</h5>
<h1>Interested in working together? Let's talk</h1>
</div>
<div class="col-lg-8" data-aos="fade-up" data-aos-delay="500">
<!-- contactForm -->
<div id="submit btn-brand " class="alert alert-success submit" role="alert">
Form Submitted Successfully!
</div>
<form id="contact" action="#" class="row g-lg-3 gy-3">
<div class="form-group col-md-6" >
<input for="name" id="name" type="text" class="form-control" placeholder="Enter your name">
</div>
<div class="form-group col-md-6" >
<input id="email" type="email" class="form-control" placeholder="Enter your email">
</div>
<div class="form-group col-md-12" >
<input id="subject" type="text" class="form-control " placeholder="Enter Subject">
</div>
<div class="form-group col-md-12" >
<textarea id="msg" name="" rows="4" class="form-control" placeholder="Write your message"></textarea>
</div>
<div class="form-group col-md-12 d-grid" >
<button type="submit" class="btn btn-brand">Contact Me</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- ========== Contact me ends ================ -->
<!-- ========== footer ============= -->
<footer class="py-5 align-content-center"> <!--py-padding top and bottom-->
<div class="container ">
<div class="row gy-4 justify-content-center px-lg-5">
<div class="col-auto">
<p class="mb-0 footer">Designed with ❤️ by Aditya lad</p> <!--mb-margin bottom-->
</div>
</div>
<div class="row gy-4 justify-content-center px-lg-5">
<div class="col-auto">
<div class="social-icons">
<a href="https://github.com/Adityalad-25"><i class="lab la-github"></i></a>
<a href="https://www.linkedin.com/in/aditya-lad-609586226"><i class="lab la-linkedin"></i></a>
<a href="https://www.instagram.com/adi_tya.lad/"><i class="lab la-instagram"></i></a>
<a href="https://www.facebook.com/"><i class="lab la-facebook"></i></a>
<a href="https://adityalad2003.hashnode.dev/"><i class="las la-blog"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- footer ends here -->
<!-- counter-->
<section id="counter" class=" px-lg-5">
<div class="container">
<div class="row justify-content-center text-center " >
<div class="col-lg-8 pb-4" data-aos="fade-up">
<h5 class="text-brand title text-bg-light "></h5>
<h1 class="title-counter">Number of Visitors</h1>
<!-- hitwebcounter Code START -->
<a href="https://www.hitwebcounter.com" target="_blank">
<img class="counter-img" src="https://hitwebcounter.com/counter/counter.php?page=8846772&style=0011&nbdigits=5&type=page&initCount=0" title="Counter Widget" Alt="Visit counter For Websites"/></a>
</div>
</div>
</div>
</section>
<!-- counter ends -->
</div>
<!-- ========== CONTENT WRAPPER ENDS HERE ====================== -->
<script src="./assets/js/app.js"></script>
<script>var beepOne = $("#beep")[0];
$(".nav a")
.mouseenter(function() {
beepOne.play();
});
</script>
<!--======== bootstrap js link =========== -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous">
</script>
<!--============ aos:- animate on scroll js=============== -->
<script src="./assets/js/aos.js"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>