-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
568 lines (472 loc) · 30.1 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
<!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>Partha Sarathi Manna</title>
<link rel = "icon" href = "https://cdn-icons-png.flaticon.com/512/6010/6010054.png" type = "image/x-icon">
<link rel="stylesheet" href="./assets/css/bootstrap.min.css">
<link rel="stylesheet" href="./assets/css/aos.css">
<link rel="stylesheet" href="./assets/css/line-awesome.min.css">
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body data-bs-spy="scroll" data-bs-target=".navbar">
<!-- NAVBAR -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<div class="container flex-lg-column">
<a class="navbar-brand mx-lg-auto mb-lg-4" href="#">
<span class="h3 fw-bold d-block d-lg-none">Partha Sarathi Manna</span>
<img src="./assets/images/pic1.jpg" class="d-none d-lg-block rounded-circle" alt="">
</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 ms-auto flex-lg-column text-lg-center">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#services">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#work">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#reviews">Reviews</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="#Github Graph">Github Graph and Stats</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#home">Resume</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- //NAVBAR -->
<!-- CONTENT WRAPPER -->
<div id="content-wrapper">
<!-- HOME -->
<section id="home" class="full-height px-lg-5">
<div class="pic_small_screen">
<img src="./assets/images/pic1.jpg" alt="">
</div>
<div class="container">
<div class="row">
<div class="col-lg-10">
<h1 class="display-4 fw-bold" data-aos="fade-up"> I'm a <span class="text-brand">BACKEND ENGINEER</span> FROM KOLKATA, WB</h1>
<p class="lead mt-2 mb-4" data-aos="fade-up" data-aos-delay="300">Hey there! my name is Partha Sarathi Manna, A self-motivated individual with problem-solving capability. Seeking an opportunity that allows me to best utilize my skillset and experience within the role of Backend Developer. Proficiency in solving Data Structure and Algorithm Problems and developing projects in remote collaboration
</p>
<div data-aos="fade-up" data-aos-delay="600">
<a href="#work" class="btn btn-brand me-3">Explore My Work
<img src="./assets/images/job.gif" class="job" alt="">
</a>
<a href="./assets/Partah_Sarathi_Manna-Resume.pdf" download target="_blank" onclick="window.open(`https://drive.google.com/file/d/1VluBjBCGNtRH-UGI7NK-ATpI3rAAXMKt/view?usp=sharing`)" class="btn btn-brand me-auto"> Resume
<img src="./assets/images/hi.gif" class="job" alt="">
</a>
<a href="#" class="link-custom number"><i class="las la-phone-volume"></i> Call: (+91) 7003 640 898</a>
</div>
</div>
</div>
</div>
</section>
<!-- //HOME -->
<!--
<a href="Owaiss-Hassan/Resume.pdf" download="Owaiss-Hassan/Resume.pdf" target="_blank" onclick="window.open(`https://drive.google.com/file/d/18fYaoUlc6iGfVBjWSu_mTSkv79W2LdF9/view?usp=sharing`)" class="btn"> download Resume
</a>
-->
<!-- SERVICES -->
<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">
<h6 class="text-brand">Skills</h6>
<h1>Programming skills</h1>
</div>
</div>
<div class="row gy-4">
<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">
<i class="las la-feather"></i>
</div>
<h5 class="mt-4 mb-2">Front-end</h5>
<p>
<a href="#" class="techStack_iconSet"><img src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/html/html.png" alt="html-icon" class="techStack_icon"></a>
<a href="#" class="techStack_iconSet"><img src="https://img.icons8.com/external-flat-juicy-fish/2x/external-css-coding-and-development-flat-flat-juicy-fish.png" alt="css-icon" class="techStack_icon"></a>
<a href="#" class="techStack_iconSet"><img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg" alt="JavaScript-icon" class="techStack_icon"></a>
<!-- <a href="#" class="link-custom">JavaScript</a> ,
<a href="#" class="link-custom">BootStrap</a> ,
<a href="#" class="link-custom">React</a> ,
<a href="#" class="link-custom">Angular</a> , -->
</p>
</div>
</div>
<div class="col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="service p-4 bg-base rounded-4 shadow-effect">
<div class="iconbox rounded-4">
<i class="las la-pencil-ruler"></i>
</div>
<h5 class="mt-4 mb-2">Back-end</h5>
<p>
<a href="#" class="techStack_iconSet"><img src="https://prod-acb5.kxcdn.com/wp-content/uploads/2018/02/spring-icon-200x196.png" alt="Spring-icon" class="techStack_icon"></a>
<a href="#" class="techStack_iconSet"><img src="https://camo.githubusercontent.com/70cb713def18e826d8ac403c317ce01f897bfec8b157f76a778a9bbb9f315cab/68747470733a2f2f63646e2e69636f6e73636f75742e636f6d2f69636f6e2f667265652f706e672d3235362f6a6176612d36302d313137343935332e706e67" alt="SQL-icon" class="techStack_icon"></a>
<a href="#" class="techStack_iconSet"><img src="https://user-images.githubusercontent.com/101388764/185338546-e7ce22d1-f03a-4596-83b9-0112e5f22420.png" alt="SQL-icon" class="techStack_icon"></a>
<a href="#" class="techStack_iconSet"><img src="https://aonexcellence.com/wp-content/uploads/2021/04/hibernate_logo_whitebkg_stacked_256px.png" alt="SQL-icon" class="techStack_icon"></a>
<a href="#" class="techStack_iconSet"><img src="https://images.velog.io/images/vsnm25/post/0692367a-3209-4460-bd84-28f33f6231f4/restAPI.png" alt="SQL-icon" class="techStack_icon"></a>
<a href="#" class="techStack_iconSet"><img src="https://www.codercrunch.com/content/skill/images/jdbc-f.png" alt="SQL-icon" class="techStack_icon"></a>
<!-- <a href="#" class="link-custom">JAVA</a> ,
<a href="#" class="link-custom">SPRING</a> ,
<a href="#" class="link-custom">NODE.JS</a> ,
<a href="#" class="link-custom">MongoDB</a> ,
<a href="#" class="link-custom">Express.js</a> ,
<a href="#" class="link-custom">Flask</a> ,
<a href="#" class="link-custom">SQL</a> -->
</p>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="600">
<div class="service p-4 bg-base rounded-4 shadow-effect">
<div class="iconbox rounded-4">
<i class="las la-cloud"></i>
</div>
<h5 class="mt-4 mb-2">Cloud computing and tools</h5>
<p>
<a href="#" class="techStack_iconSet"><img src="https://tech4logic.com/Content/Images/aws_icon_logo.png" alt="SQL-icon" class="techStack_icon"></a>
<a href="#" class="techStack_iconSet"><img src="https://gitforwindows.org/img/gwindows_logo.png" alt="SQL-icon" class="techStack_icon"></a>
<a href="#" class="techStack_iconSet"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Octicons-mark-github.svg/2048px-Octicons-mark-github.svg.png" alt="SQL-icon" class="techStack_icon"></a>
<br><br>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- SERVICES -->
<!-- WORK -->
<section id="work" class="full-height px-lg-5">
<div class="container">
<div class="row pb-4" data-aos="fade-up">
<div class="col-lg-8">
<h6 class="text-brand">Projects</h6>
<h1>My Recent Projects</h1>
</div>
</div>
<div class="row gy-4">
<div class="col-md-6" data-aos="fade-up">
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/project-1.jpg" alt="">
</div>
<!-- ⚪⚫ -->
<div class="card-custom-content p-4">
<h4>Apple Tv - Clone</h4>
<p>
it was a 4-day collaborative project which were developed by me and my team<br>
⚫ My role in this project was a " Team member " <br>
⚫ I was given the task to build the Home page of the website and make the website responsive for all device <br>
<b>Tech-stacks </b>: HTML , CSS , JavaScript
</p>
<a href="https://dazzling-paprenjak-91b876.netlify.app/ " class="link-custom" target="_blank">Go Live</a>
<a href="https://github.com/Amankumar654321/AppleTv_Clone" class="link-custom" target="_blank">Source Code</a>
</div>
</div>
</div>
<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/project-2.png" alt="">
</div>
<div class="card-custom-content p-4">
<h4>ESPNcricinfo - Clone</h4>
<p>
it was a 4-day collaborative project which were developed by me and my team<br>
⚫ My role in this project was a " Team member " <br>
⚫ given the task to build the Home page of the website and make the website responsive for all device and Login <br>
<b>Tech-stacks </b>: HTML , CSS
</p>
<a href="https://coruscating-basbousa-672c23.netlify.app/" class="link-custom" target="_blank">Go Live</a>
<a href="https://github.com/04psm/unit2" class="link-custom" target="_blank">Source Code</a>
</div>
</div>
</div>
<div class="col-md-6" data-aos="fade-up">
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/project-3.jpg" alt="">
</div>
<div class="card-custom-content p-4">
<h4>Solar System</h4>
<p>⚫ it's a solar system web app , where a user can see every planet with 3D and 2D views and the user can see the speed, size, and distance of every planet
<br>
<b>Tech-stacks </b>: HTML , CSS , JavaScript
</p>
<a href="https://04psm.github.io/solar-system/" class="link-custom" target="_blank">Go Live</a>
<a href="https://github.com/04psm/solar-system" class="link-custom" target="_blank">Source Code</a>
</div>
</div>
</div>
<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/project-4.jpg" alt="">
</div>
<div class="card-custom-content p-4">
<h4>Mini music player</h4>
<p>⚫ it's a mini music player, this music player has a controller and next and previous buttons and it also has a music list option
<br>
<b>Tech-stacks </b>: HTML , CSS , SCSS , JavaScript
</p>
<a href="https://04psm.github.io/mini-music-player/" class="link-custom" target="_blank">Go Live</a>
<a href="https://github.com/04psm/mini-music-player" class="link-custom" target="_blank">Source Code</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //WORK -->
<!-- ABOUT -->
<section id="about" class="full-height px-lg-5">
<div class="container">
<div class="row pb-4" data-aos="fade-up">
<div class="col-lg-8">
<h6 class="text-brand">ABOUT</h6>
<p class="lead mt-2 mb-4 " >Quick Learner And An Aspiring Back-End Developer With Proficient Knowledge Of Java , SpringBoot, Maven, Hibernate, HTML, CSS , JavaScript & SQL.
</p>
<h1>My Education & Experiance</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">
<h4>Bachelors of Technology in Computer Science &
Engineering</h4>
<p class="text-brand mb-2">St. Mary's Technical Campus Kolkata</p>
<p class="mb-0">
<b>07/2018 - Present
Kolkata</b>
</p>
</div>
</div>
<div class="col-12" data-aos="fade-up" data-aos-delay="600">
<div class="bg-base p-4 rounded-4 shadow-effect">
<h4>W.B ( 12th Boards )</h4>
<p class="text-brand mb-2">Purba Barasat Adarsha Vidyapith School (H.S.)</p>
<p class="mb-0">
<b>2016 - 2018
Kolkata</b>
</p>
</div>
</div>
<div class="col-12" data-aos="fade-up" data-aos-delay="600">
<div class="bg-base p-4 rounded-4 shadow-effect">
<h4>W.B ( 10th Boards )</h4>
<p class="text-brand mb-2">Bishnupur Sir Ramesh Institution School</p>
<p class="mb-0">
<b>2016 – 2018
Kolkata</b>
</p>
</div>
</div>
</div>
</div>
<!-- Experiance -->
<div class="col-lg-6">
<h3 class="mb-4" data-aos="fade-up" data-aos-delay="300">Experiance</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">
<h4>Web Development Intern</h4>
<p class="text-brand mb-2">Mywbut.com</p>
<p class="mb-0">
<b>04/2021-05/2021
Kolkata</b>
<br><br>
⚫ My role in this internship was a " Team member "
<br>
⚫ I was given the task to build the Landing page of the website and payment gateway and Enroll page and make the website responsive for all device
<br><br>
<b>Tech-stacks </b>: HTML ,CSS ,JavaScript, React-Redux, Node.js
<br><br>
In this internship, I build the frontend part of the online LMS (learning management system )
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //ABOUT -->
<!-- BLOG -->
<section id="Github Graph" class="full-height px-lg-5">
<!-- Github Graph -->
<script src="/assets/js/gitG.js"></script>
<link rel="stylesheet" href="/assets/css/githubGraph.css" />
<h2 data-aos="fade-up" data-aos-delay="300" >My <span class="txtc">Github</span> Calander</h2> <br><br>
<div style="width:100%;" data-aos="fade-up" data-aos-delay="400" class="calendar">
</div>
<script>
GitHubCalendar(".calendar", "04psm");
GitHubCalendar(".calendar", "04psm", { responsive: true });
</script>
<!-- Github Graph End -->
<div class="STATISTICS" data-aos="fade-up" data-aos-delay="300">MY <span class="txtc">STATISTICS</span></div>
<div class="Circular_bar">
<div data-aos="fade-up" data-aos-delay="300"><div class="ring">1200+ Hrs Coding</div></div>
<div data-aos="fade-up" data-aos-delay="400"> <div class="ring"> 400+ DSA</div></div>
<div data-aos="fade-up" data-aos-delay="400"> <div class="ring"> 100+ Hrs Soft Skills</div></div>
<div data-aos="fade-up" data-aos-delay="500"> <div class="ring"> 230+ Git Commits</div></div>
<div data-aos="fade-up" data-aos-delay="600"> <div class="ring"> 2+ Group Projects</div></div>
<div data-aos="fade-up" data-aos-delay="700"> <div class="ring"> 5+ Solo Projects</div></div>
</div>
<div id="git_curStats">
<p class="stast1"><img sty src="https://github-readme-stats.vercel.app/api?username=04psm&show_icons=true&theme=tokyonight" alt="04psm" /></p>
<p class="stast2"><img src="https://github-readme-streak-stats.herokuapp.com?user=04psm&theme=tokyonight" alt="04psm" /></p>
<p class="stast3"><img src="https://github-readme-streak-stats.herokuapp.com/?user=04psm&" alt="04psm" /></p>
</div>
<!-- <center>
</center> -->
</section>
<!-- //BLOG -->
<!-- BLOG -->
<!-- <section id="blog" class="full-height px-lg-5">
<div class="container">
<div class="row pb-4" data-aos="fade-up">
<div class="col-lg-8">
<h6 class="text-brand">BLOG</h6>
<h1>My BLog Posts</h1>
</div>
</div>
<div class="row gy-4">
<div class="col-md-4" data-aos="fade-up">
<div class="card-custom rounded-4 bg-base shadow-effect">
<div class="card-custom-image rounded-4">
<img class="rounded-4" src="./assets/images/blog-post-1.jpg" alt="">
</div>
<div class="card-custom-content p-4">
<p class="text-brand mb-2">20 Dec, 2022</p>
<h5 class="mb-4">The Modern JavaScript tricks 2022 </h5>
<a href="https://medium.com/@parthasarathimanna2015/modern-javascript-bcfdce5b643a" class="link-custom">Read More</a>
</div>
</div>
</div>
<div class="col-md-4" 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/blog-post-2.jpg" alt="">
</div>
<div class="card-custom-content p-4">
<p class="text-brand mb-2">20 Dec, 2022</p>
<h5 class="mb-4">Points from Google’s JavaScript</h5>
<a href="https://medium.com/@parthasarathimanna2015/points-from-googles-javascript-style-guide-1dc5c1271bc1" class="link-custom">Read More</a>
</div>
</div>
</div>
<div class="col-md-4" 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/blog-post-3.jpg" alt="">
</div>
<div class="card-custom-content p-4">
<p class="text-brand mb-2">20 Dec, 2022</p>
<h5 class="mb-4">Secure a Spring Boot REST API </h5>
<a href="https://medium.com/@parthasarathimanna2015/secure-a-spring-boot-rest-api-with-json-437055e093fa" class="link-custom">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- //BLOG -->
<!-- CONTACT -->
<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">
<h6 class="text-brand">CONTACT</h6>
<h1>Interested in working together? Let's talk
</h1>
</div>
<div class="col-lg-8" data-aos="fade-up" data-aos-delay="300">
<form action="#" class="row g-lg-3 gy-3">
<div class="form-group col-md-6">
<input type="text" class="form-control" placeholder="Enter your name">
</div>
<div class="form-group col-md-6">
<input type="email" class="form-control" placeholder="Enter your email">
</div>
<div class="form-group col-12">
<input type="text" class="form-control" placeholder="Enter subject">
</div>
<div class="form-group col-12">
<textarea name="" rows="4" class="form-control" placeholder="Enter your message"></textarea>
</div>
<div class="form-group col-12 d-grid">
<button type="submit" class="btn btn-brand">Contact me</button>
</div>
</form>
</div>
</div>
<!-- <div class="personla_details_phone_email">
<div>
<p class="lead mt-2 mb-4" data-aos="fade-up" data-aos-delay="300"> [email protected] </p>
</div>
<div>
<p class="lead mt-2 mb-4" data-aos="fade-up" data-aos-delay="300"> +91 7003640898 </p>
</div>
<div>
<p class="lead mt-2 mb-4" data-aos="fade-up" data-aos-delay="300"> Kolkata </p>
</div>
</div> -->
</div>
</section>
<!-- //CONTACT -->
<!-- FOOTER -->
<footer class="py-5 px-lg-5">
<div class="container">
<div class="row gy-4 justify-content-between">
<div class="col-auto">
<p class="mb-0"> <i class="las la-envelope"></i>
<a href="#" class="fw-bold">[email protected]</a></p>
</div>
<div class="col-auto">
<div class="social-icons">
<a href="https://www.linkedin.com/in/partha04/"><i class="lab la-linkedin-in"></i></a>
<a href="https://github.com/04psm"><i class="lab la-github"></i></a>
<a href="[email protected]"><i class="las la-envelope"></i></a>
<a href="#"><i class="lab la-twitter"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- //FOOTER -->
</div>
<!-- //CONTENT WRAPPER -->
<script src="./assets/js/bootstrap.bundle.min.js"></script>
<script src="./assets/js/aos.js"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>