-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
670 lines (532 loc) · 29.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Medcare Medical</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="images/favicon.jpg" type="image/x-icon">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="container-fluid nav d-none d-md-block">
<div class="container ">
<div class="row d-flex justify-content-between align-items-center">
<div class="col-7 col-lg-5 d-flex justify-content-between left-nav">
<div class="email d-flex align-items-center">
<i class="fa-regular fa-envelope me-2"></i>
<a href="mailto:[email protected]">[email protected]</a>
</div>
<div class="location d-flex align-items-center">
<i class="fa-solid fa-location-dot me-2"></i>
Find our Location
</div>
</div>
<div class="col-3 col-lg-2 d-flex justify-content-between right-nav">
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-linkedin-in"></i>
<i class="fa-brands fa-skype"></i>
<i class="fa-brands fa-vimeo-v"></i>
</div>
</div>
</div>
<hr style="color: rgba(0, 238, 255, 0.486);">
</div>
<div class="container-fluid main py-2">
<div class="container d-flex flex-column justify-content-center">
<div class="navbar d-flex align-items-center justify-content-between ">
<img src="images/logo.png" class="img-fluid" alt="">
<div class="d-flex d-none d-lg-flex align-items-center">
<a href="#">home</a>
<a href="#">about</a>
<a href="department.html">department</a>
<a href="#">doctors</a>
<div class="dropdown d-flex">
<a href="#">blog</a>
<div class="dropdown-content ">
<a href="#">blog</a>
<a href="#">blog-details</a>
<a href="#">elements</a>
</div>
</div>
<a href="#">contact</a>
</div>
<i class="fa-solid fa-bars d-flex d-lg-none"></i>
</div>
</div>
</div>
<div class="container-fluid home-banner">
<div class="container">
<div class="row">
<div class="col-md-8 col-lg-6 col-xl-5">
<h1>
Making Health
Care Better Together
</h1>
<p>Also you dry creeping beast multiply fourth abundantly our itsel signs bring our. Won form
living. Whose dry you seasons divide given gathering great in whose you'll greater let livein
form beast sinthete better together these place absolute right.</p>
<div class="mt-5 d-flex justify-content-between justify-content-md-start flex-column flex-md-row">
<button class="button1 me-0 me-md-3 mb-3 mb-md-0">Make An Appointment</button>
<button class="button2 mb-3 mb-md-0">View Department</button>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid working">
<div class="container d-flex justify-content-center align-items-center">
<div class="row d-flex justify-content-between align-items-center">
<div class="col-12 col-md-4 d-flex justify-content-center flex-column mb-5 mb-md-0">
<div class="d-flex justify-content-center flex-column">
<div
class="d-flex mb-4 justify-content-center justify-content-md-start flex-column flex-lg-row align-items-center align-items-lg-start">
<i class="fa-solid fa-layer-group me-3 mb-2 mb-lg-0"></i>
<h3 class="text-center text-lg-start">Primary Care</h3>
</div>
<p class="text-center text-lg-start">An so vulgar to on points wanted rapture ous resolving
continued household</p>
</div>
</div>
<div class="col-12 col-md-4 d-flex justify-content-center flex-column mb-5 mb-md-0">
<div class="d-flex justify-content-center flex-column">
<div
class="d-flex mb-4 justify-content-center justify-content-md-start flex-column flex-lg-row align-items-center align-items-lg-start">
<i class="fa-solid fa-heart-crack me-3 mb-2 mb-lg-0"></i>
<h3 class="text-center text-lg-start">Emergency Cases</h3>
</div>
<p class="text-center text-lg-start">An so vulgar to on points wanted rapture ous resolving
continued household</p>
</div>
</div>
<div class="col-12 col-md-4 d-flex justify-content-center flex-column mb-5 mb-md-0">
<div class="d-flex justify-content-center flex-column">
<div
class="d-flex mb-4 justify-content-center justify-content-md-start flex-column flex-lg-row align-items-center align-items-lg-start">
<i class="fa-solid fa-headphones me-3 mb-2 mb-lg-0"> </i>
<h3 class="text-center text-lg-start">Online Appointment</h3>
</div>
<p class="text-center text-lg-start">An so vulgar to on points wanted rapture ous resolving
continued household</p>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid health-service " style="z-index: 10;">
<div class="container" style="z-index: 10;">
<div class="row d-flex justify-content-between mb-5" style="z-index: 10;">
<div class="col-12 col-md-4 mb-3 mb-md-0">
<h1 class="heading1">Awesome
<br>
Health Service
</h1>
</div>
<div class="col-12 col-md-8">
<p class="paragraph1">Land meat winged called subdue without very light in all years sea appear
midst forth image him third there set. Land meat winged called subdue without very light in all
years sea appear</p>
</div>
</div>
<div class="row d-flex justify-content-center justify-content-md-start align-items-center">
<div
class="col-12 col-md-6 col-lg-4 service-item mb-3 mb-md-0 d-flex flex-column justify-content-center align-items-center align-items-lg-start">
<div class="img-div mb-5">
<img src="images/brainstorm.png" class="img-fluid" alt="loading...">
</div>
<div
class="service-text d-flex flex-column justify-content-center align-items-center align-items-lg-start mt-1 ">
<h3 class="mb-3 text-center text-lg-start">Neurology Service</h3>
<p class="mb-4 text-center text-lg-start">Land meat winged called subdue without a very light in
all years sea appear Lesser bring fly first land set female best perform</p>
<a href="#" class="text-center text-lg-start anchor">Learn More</a>
</div>
</div>
<div
class="col-12 col-md-6 col-lg-4 service-item mb-3 mb-md-0 d-flex flex-column justify-content-center align-items-center align-items-lg-start">
<div class="img-div mb-5">
<img src="images/tooth.png" class="img-fluid" alt="loading...">
</div>
<div
class="service-text d-flex flex-column justify-content-center align-items-center align-items-lg-start mt-1">
<h3 class="mb-3 text-center text-lg-start">Dental Clinic</h3>
<p class="mb-4 text-center text-lg-start">Land meat winged called subdue without a very light in
all years sea appear Lesser bring fly first land set female best perform</p>
<a href="#" class="text-center text-lg-start anchor">Learn More</a>
</div>
</div>
<div
class="col-12 col-md-6 col-lg-4 service-item mb-3 mb-md-0 d-flex flex-column justify-content-center align-items-center align-items-lg-start">
<div class="img-div mb-5">
<img src="images/smiling-girl.png" class="img-fluid" alt="loading...">
</div>
<div
class="service-text d-flex flex-column justify-content-center align-items-center align-items-lg-start mt-1">
<h3 class="mb-3 text-center text-lg-start">Plastic Surgery</h3>
<p class="mb-4 text-center text-lg-start">Land meat winged called subdue without a very light in
all years sea appear Lesser bring fly first land set female best perform</p>
<a href="#" class="text-center text-lg-start anchor">Learn More</a>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid about-area">
<div class="container">
<div class="row align-items-center justify-content-center justify-content-lg-end">
<div class="col-md-7 col-lg-5 col-xl-4 ">
<h1 class="mb-4">
Second Abundantly Move That Cattle Perform Appen Land
</h1>
<p style="color: #0051d2; " class="mb-4">
Give their their without moving were stars called so divide in female be moving night may fish
him
</p>
<p style="color: #797979;" class="mb-5">
Give their their without moving were stars called so divide female be moving night may fish him
own male vreated great Give their their without moving were. Stars called so divide female
moving night may fish him own male created great opportunity deal.
</p>
<a href="#" class="text-center text-lg-start anchor">learn more</a>
</div>
</div>
</div>
</div>
<div class="container-fluid doctors ">
<div class="container">
<div class="row d-flex justify-content-between mb-5">
<div class="col-12 col-md-5 col-xl-4 mb-3 mb-md-0">
<h1 class="heading1">Medcare
<br>
Experience Doctors
</h1>
</div>
<div class="col-12 col-md-7 col-xl-8 ">
<p class="paragraph1">Land meat winged called subdue without very light in all years sea appear
midst forth image him third there set. Land meat winged called subdue without very light in all
years sea appear</p>
</div>
</div>
<div class="row d-flex ">
<div
class="col-12 col-md-6 col-lg-4 mb-5 col-md-0 doctor-name d-flex justify-content-center flex-column">
<img src="images/1 (1).jpg" alt="loading..." class="img-fluid">
<div style="z-index: 10;">
<h3 class="text-center">Dr Adam Brain</h3>
<p class="text-center">Cardiologist</p>
<div class="d-flex mt-4 align-items-center justify-content-between doctor-foot">
<div class="d-flex ">
<i class="fa-solid fa-mobile me-2 "></i>
<span>+7 235 365 2365</span>
</div>
<div class="d-flex justify-content-between align-items-center">
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-skype"></i>
</div>
</div>
</div>
</div>
<div
class="col-12 col-md-6 col-lg-4 mb-5 col-md-0 doctor-name d-flex justify-content-center flex-column ">
<img src="images/2 (1).jpg" alt="loading..." class="img-fluid">
<div style="z-index: 10;">
<h3 class="text-center">Dr Blian Judge</h3>
<p class="text-center">Cardiologist</p>
<div class="d-flex mt-4 align-items-center justify-content-between doctor-foot">
<div class="d-flex justify-content-between align-items-center">
<i class="fa-solid fa-mobile me-2"></i>
<span>+7 235 365 2365</span>
</div>
<div class="d-flex justify-content-between align-items-center">
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-skype"></i>
</div>
</div>
</div>
</div>
<div
class="col-12 col-md-6 col-lg-4 mb-5 col-md-0 doctor-name d-flex justify-content-center flex-column ">
<img src="images/3 (1).jpg" alt="loading..." class="img-fluid">
<div style="z-index: 10;">
<h3 class="text-center">Dr Blian Judge</h3>
<p class="text-center">Cardiologist</p>
<div class="d-flex mt-4 align-items-center justify-content-between doctor-foot">
<div class="d-flex justify-content-between align-items-center">
<i class="fa-solid fa-mobile me-2"></i>
<span>+7 235 365 2365</span>
</div>
<div class="d-flex justify-content-between align-items-center">
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-skype"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid appointment-form">
<div class="container ">
<div class="row">
<div class="col-12 col-lg-6 p-0 mb-5 mb-md-0" style="z-index: 1;">
<h5 class="mb-5 heading2">Have Some Questions?</h5>
<p class="mb-5">
God male gathering them it female which green cattle?
</p>
<p class="mb-5">
Moving creepeth moved upon man grass two days?
</p>
<p class="mb-5">
God male gathering them it female which green cattle?
</p>
<p class="mb-5" pe-0 pe-md-5 pe-lg-0>
Saw isn't likeness beginning yielding land days she?
</p>
<p class="mb-5">
Saw isn't likeness beginning yielding land days she?
</p>
</div>
<div class="col-12 col-lg-6 p-0" style="z-index: 10;">
<h5 class="mb-5 heading2">
Make An Appointment
</h5>
<form action="#" class="d-flex flex-column justify-content-center">
<div class="d-flex flex-column justify-content-center mb-2">
<p>Full Name</p>
<input type="text" name="" id="" placeholder="Your Name">
</div>
<div class="d-flex flex-column justify-content-center mb-2">
<p>Email</p>
<input type="email" placeholder="Your Email" name="" id="">
</div>
<div class="d-flex flex-column justify-content-center mb-2 ">
<p>Message</p>
<textarea name="" id="" placeholder="Message" cols=""></textarea>
</div>
<div class="d-flex flex-column justify-content-center mb-2 mt-3 mt-md-5 ">
<button class="button1 button3" style="font-size: 13px;width: 190px;">Make An
Appointment</button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="container-fluid good-man">
<div class="container">
<div class="row d-flex justify-content-center align-items-center ">
<div class="col-10 d-flex justify-content-center align-items-center flex-column">
<div class="mb-5">
<img src="images/tes1.jpg" alt="loading..." class="img-fluid">
</div>
<p class="mb-5">
“ Saw kind fruitful itself in man. All in life good wherein beginning their he air That, the saw
very years created for seed have without. Can't him fowl his can not ready for game”
</p>
<h6>- Dr. Suzanne Holroyd -</h6>
</div>
</div>
</div>
</div>
<div class="container-fluid p-0 emergency">
<div class="d-flex justify-content-center align-items-center">
<div class="container ">
<div class="row d-flex flex-column justify-content-center align-items-center">
<div class="col-8">
<h6 class="text-center mb-5">Emergency hotline</h6>
<h1 class="text-center mb-5">(+01) – 256 567 550</h1>
<p class="text-center mb-5">We provide 24/7 customer support. Please feel free to contact us
<br>
for emergency case.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid updates">
<div class="container">
<div class="row d-flex justify-content-between mb-5">
<div class="col-12 col-md-5 col-xl-4 mb-3 mb-md-0">
<h1 class="heading1">
Get Every
<br>
Sinalign-items-center
</h1>
</div>
<div class="col-12 col-md-7 col-xl-7 ">
<p class="paragraph1">Land meat winged called subdue without very light in all years sea appear
midst forth image him third there set. Land meat winged called subdue without very light in all
years sea appear</p>
</div>
</div>
<div
class="row d-flex justify-content-center justify-content-md-start justify-content-lg-center align-items-center update-card">
<div class="col-12 col-md-6 col-lg-4">
<div class="update-img"><img src="images/1.jpg" class="img-fluid" alt="loading..."></div>
<div class="update-text d-flex flex-column justify-content-center align-items-center mb-5 mb-md-0">
<h6 class="mb-4"><span>MEDICAL,</span><span>DENTAL,</span><span>HEALTH</span>
</h6>
<p class="mb-4">Hath is gathering from hath greate gan
man lights evening man.</p>
<div class="d-flex">
<div class="d-flex justify-content-between me-4">
<i class="fa-regular fa-comment me-3"></i>
<span>08 comment</span>
</div>
<div class="d-flex justify-content-between">
<i class="fa-regular fa-heart me-3"></i>
<span>0 like</span>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="update-img"><img src="images/2.jpg" class="img-fluid" alt="loading..."></div>
<div class="update-text d-flex flex-column justify-content-center">
<h6 class="mb-4"><span>MEDICAL,</span><span>DENTAL,</span><span>HEALTH</span>
</h6>
<p class="mb-4">Also good after there saying don third
you be careful every man</p>
<div class="d-flex">
<div class="d-flex justify-content-between me-4">
<i class="fa-regular fa-comment me-3"></i>
<span>05 comment</span>
</div>
<div class="d-flex justify-content-between">
<i class="fa-regular fa-heart me-3"></i>
<span>0 like</span>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<div class="update-img"><img src="images/3.jpg" class="img-fluid" alt="loading..."></div>
<div class="update-text">
<h6 class="mb-4"><span>MEDICAL,</span><span>DENTAL,</span><span>HEALTH</span>
</h6>
<p class="mb-4">Also good after there saying don third
you be careful every man</p>
<div class="d-flex">
<div class="d-flex justify-content-between me-4">
<i class="fa-regular fa-comment me-3"></i>
<span>05 comment</span>
</div>
<div class="d-flex justify-content-between">
<i class="fa-regular fa-heart me-3"></i>
<span>0 like</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid footer">
<div class="container">
<div class="row d-flex justify-content-center align-items-center">
<div class="d-flex justify-content-center align-items-center col-12 col-md-4 col-lg-2 mb-5 mb-lg-0 ">
<img src="images/5.png.webp" class="img-fluid" alt="loading...">
</div>
<div class="d-flex justify-content-center align-items-center col-12 col-md-4 col-lg-2 mb-5 mb-lg-0 ">
<img src="images/3.png" class="img-fluid" alt="loading...">
</div>
<div class="d-flex justify-content-center align-items-center col-12 col-md-4 col-lg-2 mb-5 mb-lg-0 ">
<img src="images/1.png" class="img-fluid" alt="loading...">
</div>
<div class="d-flex justify-content-center align-items-center col-12 col-md-4 col-lg-2 mb-5 mb-lg-0 ">
<img src="images/2.png" class="img-fluid" alt="loading...">
</div>
<div class="d-flex justify-content-center align-items-center col-12 col-md-4 col-lg-2 mb-5 mb-lg-0 ">
<img src="images/3.png" class="img-fluid" alt="loading...">
</div>
</div>
</div>
</div>
<div class="container-fluid foot">
<div class="container">
<div class="row d-flex justify-content-between align-items-start">
<div class="col-12 col-md-6 col-lg-2 d-flex justify-content-center flex-column p-0 mb-5 mb-lg-0 ">
<h3>Top Products</h3>
<ul>
<li>Managed Website</li>
<li>Manage Reputation</li>
<li>Power Tools</li>
<li>Marketing Service</li>
</ul>
</div>
<div class="col-12 col-md-6 col-lg-2 d-flex justify-content-center flex-column p-0 mb-5 mb-lg-0 ">
<h3>Quick Links</h3>
<ul>
<li>Jobs</li>
<li>Brand Assets</li>
<li>Investor Relations</li>
<li>Terms of Service</li>
</ul>
</div>
<div class="col-12 col-md-6 col-lg-2 d-flex justify-content-center flex-column p-0 mb-5 mb-lg-0 ">
<h3>Features</h3>
<ul>
<li>Jobs</li>
<li>Brand Assets</li>
<li>Investor Relations</li>
<li>Terms of Service</li>
</ul>
</div>
<div class="col-12 col-md-6 col-lg-2 d-flex justify-content-center flex-column p-0 mb-5 mb-lg-0 ">
<h3>Resources</h3>
<ul>
<li>Guides</li>
<li>Research</li>
<li>Experts</li>
<li>Agencies</li>
</ul>
</div>
<div
class="col-12 col-md-6 col-lg-4 d-flex justify-content-start flex-column align-items-start p-0 mb-5 mb-lg-0 ">
<h3>Newsletter</h3>
<p style="margin-bottom: 35px;">You can trust us. we only send promo offers,</p>
<form action="#" class="d-flex">
<input type="email" placeholder="Your Email Address" name="" id="">
<button>
<i class="fa-solid fa-arrow-right" style="color: #ffffff;"></i>
</button>
</form>
</div>
</div>
<div class="row pb-4 d-flex justify-content-between align-items-center" style="margin-top: 100px;">
<div class="col-12 col-md-6">
<p>Copyright ©2024 All rights reserved | This template is made with <i
class="fa-solid fa-heart"></i> by <a style="color: #0051d2;text-decoration: none;"
href="https://colorlib.com/">Colorlib</a></p>
</div>
<div class="col-12 col-md-3 col-lg-2 d-flex">
<a href="#" class="foot-anchor"><i class="fa-brands fa-facebook-f"></i></a>
<a href="#" class="foot-anchor"><i class="fa-brands fa-twitter"></i>
<a href="#" class="foot-anchor"><i class="fa-solid fa-basketball"></i></a>
<a href="#" class="foot-anchor"><i class="fa-brands fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</html>