-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
696 lines (645 loc) · 29.8 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
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
<!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>Home-page</title>
<link rel="stylesheet" href="./styles/navbar.css" />
<link rel="stylesheet" href="./styles/footer.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="./styles/index.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
</head>
<body>
<!-- ---------------------------------------Navbar_section---------------------------------------- -->
<header></header>
<div id="headersec">
<nav id="small_screen_containersec">
<div>
<i class="fa fa-shopping-bag" width="36px" id="bag-icon_small_screensec"></i>
<a href="cart.html">MY CART</a>
</div>
<ul class="nav-menusec">
<li class="nav-itemsec">
<a href="#" class="nav-linksec">Makeup</a>
</li>
<li class="nav-itemsec">
<a href="skinPage.html" class="nav-linksec">Skin</a>
</li>
<li class="nav-itemsec">
<a href="#" class="nav-linksec">Hair</a>
</li>
<li class="nav-itemsec">
<a href="#" class="nav-linksec">Personal-care</a>
</li>
<li class="nav-itemsec">
<a href="#" class="nav-linksec">Baby-care</a>
</li>
<li class="nav-itemsec">
<a href="fragrancePage.html" class="nav-linksec">Fragnance</a>
</li>
<li class="nav-itemsec">
<a href="#" class="nav-linksec">Ayurveda</a>
</li>
<li class="nav-itemsec">
<a href="#" class="nav-linksec">Brands</a>
</li>
</ul>
<div class="hamburgersec">
<span class="barsec"></span>
<span class="barsec"></span>
<span class="barsec"></span>
</div>
</nav>
</div>
<!-- ---------------------------------------Navbar_section---------------------------------------- -->
<!-- ---------------------------------------Home_section--------------------------------------------- -->
<section id="home_section_first">
<div id="left-Box">
<h3>
☰ ALL CATEGORIES
</h3>
<div id="left-box-grid">
<a href="#">
<div>
<img src="https://www.beautybebo.com/pub/media/wysiwyg/menu-icons/makeup-small.png" alt="">
<p><span>Makeup</span> <span>›</span></p>
</div>
</a>
<a href="skinPage.html">
<div>
<img src="https://www.beautybebo.com/pub/media/wysiwyg/menu-icons/skin-small.png" alt="">
<p><span>Skin</span> <span>›</span></p>
</div>
</a>
<a href="#">
<div>
<img src="https://www.beautybebo.com/pub/media/wysiwyg/menu-icons/hair-small.png" alt="">
<p><span>Hair</span> <span>›</span></p>
</div>
</a>
<a href="#">
<div>
<img src="https://www.beautybebo.com/pub/media/wysiwyg/menu-icons/personal-care-small.png"
alt="">
<p><span>Personal Care</span> <span>›</span></p>
</div>
</a>
<a href="#">
<div>
<img src="https://www.beautybebo.com/pub/media/wysiwyg/menu-icons/mom-baby-care-small.png"
alt="">
<p><span>Mom & Baby Care</span> <span>›</span></p>
</div>
</a>
<a href="fragrancePage.html">
<div>
<img src="https://www.beautybebo.com/pub/media/fragrance.png" alt="">
<p><span>Fragnance</span> <span>›</span></p>
</div>
</a>
<a href="#">
<div>
<img src="https://www.beautybebo.com/pub/media/ayurveda.png" alt="">
<p><span>Ayurveda</span> <span>›</span></p>
</div>
</a>
</div>
</div>
<div id="right-Box">
<div class="slideshow-container">
<div class="mySlides fade">
<img src="https://www.beautybebo.com/pub/media/mega-menu/slider-3.jpg" style="width: 100%" />
</div>
<div class="mySlides fade">
<img src="https://www.beautybebo.com/pub/media/mega-menu/slider-1.jpg" style="width: 100%" />
</div>
<div class="mySlides fade">
<img src="https://www.beautybebo.com/pub/media/mega-menu/slider-2.jpg" style="width: 100%" />
</div>
<div class="mySlides fade">
<img src="https://www.beautybebo.com/pub/media/ads/home-slider/Ponds_Forent_Banner_6-min.jpg"
style="width: 100%" />
</div>
<div class="mySlides fade">
<img src="https://www.beautybebo.com/pub/media/ads/home-slider/Slider_banner_1-min.jpg"
style="width: 100%" />
</div>
<div class="mySlides fade">
<img src="https://www.beautybebo.com/pub/media/ads/home-slider/Mamaearth_banner_1-min.jpg"
style="width: 100%" />
</div>
<br />
<div style="text-align: center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
</div>
</div>
</section>
<div class="home_section_part-1">
<img src="./images/longimg-2.jpg" alt="">
</div>
<div class="home_section_part-2">
<h2>NEW ARRIVALS!</h2>
<div>
<div id="gridsection">
<div>
<img src="./images/loreal_paris_extraordinary_clay_purifying_hydrating_shampoo_10_extra_2.jpg"
alt="" />
<p>Head & Shoulders Anti-Dandruff Anti Hair Fall Shampoo - 340ml</p>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<h3>Price:- <span> 234</span> </h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
<div>
<img src="./images/lotion_nourishing_body_milk4001.jpg"
alt="" />
<p>Kamasutra Spark Deodorant Spray For Men (Buy 1 Get 1 Free) - 260ml Each</p>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<h3>Price:- <span> 987</span></h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
<div>
<img src="./images/untitled-88.jpg"
alt="" />
<p>Joy Even Tone Bright Radiance Skin Brightening Body Lotion </p>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<h3>Price:- <span> 479</span></h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
<div>
<img src="./images/loreal_paris.jpg"
alt="" />
<p>L'Oreal Paris Fall Resist 3X Anti-Hairfall Shampoo (704ml)</p>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<h3>Price:- <span> 357</span></h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
<div>
<img src="./images/himalaya.jpg"
alt="" />
<p>Himalaya Herbals Anti-Wrinkle Cream (50gm)</p>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<h3>Price:- <span> 357</span></h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
<div>
<img src="./images/headandshoulder.png"
alt="" />
<p>Gillette Venus Razor With Aloe Extract For Women
</p>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<h3>Price:- <span> 357</span></h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
</div>
</div>
</div>
<div class="home_section_part-3">
<div>
<img src="./images/joy_banner.gif" alt="">
</div>
<div>
<img src="./images/lotus_banner.gif" alt="">
</div>
</div>
<div class="home_section_part-4-0">
<div>
<div id="gridsection4-0">
<div>
<img src="./images/eyeshadow-1.jpg"
alt="" />
<p>Miss Claire Eyeshadow Kit 3716-11-1</p>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<h3>Price:- <span> 395.00</span> </h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
<div>
<img src="./images/eyeshadow-2.jpg"
alt="" />
<p>Miss Claire M22 - Contour/Blush Brush</p>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<h3>Price:- <span> 731.00</span></h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
<div>
<img src="./images/brush-1.jpg"
alt="" />
<p>Miss Claire M14 - Eyeshadow Blending Brush</p>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<h3>Price:- <span> 428.00</span></h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
<div>
<img src="./images/84de0238903487002357_1.jpg"
alt="" />
<p>Miss Claire Eyeshadow Kit - 3716-11-2</p>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<h3>Price:- <span> 396.00</span></h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
</div>
</div>
</div>
<div class="home_section_part-4">
<img src="./images/longimg-3.jpg" alt="">
</div>
<div class="home_section_part-5">
<div>
<div>
<div><img src="./images/makeup_1.png" alt=""></div>
<div>
<p>Makeup</p>
</div>
</div>
<div>
<div><img src="./images/skin.png" alt=""></div>
<div>
<p>Skin</p>
</div>
</div>
<div>
<div><img src="./images/hair.png" alt=""></div>
<div>
<p>Hair</p>
</div>
</div>
<div>
<div><img src="./images/personal-care.png" alt=""></div>
<div>
<p>Personal</p>
</div>
</div>
<div>
<div> <img src="./images/mom-baby-care.png" alt=""></div>
<div>
<p>Mom & Baby</p>
</div>
</div>
<div>
<div><img src="./images/eye_1.png" alt=""></div>
<div>
<p>Eye</p>
</div>
</div>
<div>
<div><img src="./images/fragrance_3.png" alt=""></div>
<div>
<p>Fragrance</p>
</div>
</div>
</div>
</div>
<!-- ------------------------------------------------------------------------------------------------------ -->
<section id="product-section">
<div class="section-item">
<div class="inner-section-item">
<div>
<img src="./images/ponds.jpg" alt="">
</div>
<div>
<p>Ponds Light Moisturiser Non-Oily Fresh Feel With Vitamin E +Glycerine (250ml)</p>
<h5>₹560.00</h5>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
</div>
<div class="inner-section-item">
<div>
<img src="./images/untitled-140.jpg" alt="">
</div>
<div>
<p>Blue Heaven Candy Matte Lip Color</p>
<h5>₹440.00</h5>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
</div>
<div class="inner-section-item">
<div>
<img src="./images/img-4ponds.jpg" alt="">
</div>
<div>
<p>Ponds White Beauty Anti Spot Fairness Day Cream SPF 15 PA++</p>
<h5>₹240.00</h5>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
</div>
</div>
<!-- ---------------------------------------------- -->
<div class="section-item">
<div class="inner-section-item">
<div>
<img src="./images/lotus.jpg" alt="">
</div>
<div>
<p>Lotus Professional Retemin Plant Retinol & Vitamin C Brightening Boost Night Cream</p>
<h5>₹646.00</h5>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
</div>
<div class="inner-section-item">
<div>
<img src="./images/img-2.jpg" alt="">
</div>
<div>
<p>O3+ Derma Cult Vitamin-C Tonic Solution (200ml)</p>
<h5>₹533.00</h5>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
</div>
<div class="inner-section-item">
<div>
<img src="./images/img-4.jpg" alt="">
</div>
<div>
<p>O3+ Brightening AM & PM Combo</p>
<h5>₹1,790.00</h5>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
</div>
</div>
<!-- ------------------------------------------------ -->
<div class="section-item">
<div class="inner-section-item">
<div>
<img src="./images/t2_1.jpg" alt="">
</div>
<div>
<p>Ponds White Beauty Anti Spot Fairness Day Cream SPF 15 PA++ (50gm)</p>
<h5>₹240.00</h5>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
</div>
<div class="inner-section-item">
<div>
<img src="./images/img-3.jpg" alt="">
</div>
<div>
<p>Vaseline Body Lotion 400ml + Pond's Moisturising Cold Cream 55ml Free</p>
<h5>₹310.00</h5>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
</div>
<div class="inner-section-item">
<div>
<img src="./images/ponds.jpg" alt="">
</div>
<div>
<p>Ponds Light Moisturiser Non-Oily Fresh Feel With Vitamin E +Glycerine (250ml)</p>
<h5>₹299.00</h5>
<h3>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
</h3>
<div>
<button><i class="fa fa-shopping-cart" style="font-size:20px"></i> Add to cart</button>
<button><i class="fa fa-heart" style="font-size:15px"></i></button>
</div>
</div>
</div>
</div>
</section>
<!-- ----------------------------------------------------------------------------------------------------- -->
<div class="home_section_part-4">
<img src="./images/longimg-1.gif" alt="">
</div>
<div id="eighthBodyPortion">
<div>
<h1>Welcome to Beauty Products Online Shopping India- Beauty Bebo</h1>
<p>If you are looking for a flawless radiant face outlook for a special occasion, then we have the perfect
tips for you. As you must already know, the conspicuous flawless outlook you want for your wedding, a
date, a dinner party or for a modelling competition is only achieved through makeup. <br>
Don't get me wrong, you are naturally beautiful, that's obvious. But everyone else is, so how will you
will you ensure that you are different? Read on for hot irresistible tips before you buy <br>
<br/><strong>beauty products online!</strong> <br>
<br/><strong>Clean Your Face First!</strong> <br>
Before embarking on any makeup, always ensure that your face is clean. Need some assistance in absolute
cleaning? Visit our range of face wash beauty products online for your best pick. We have made it our
duty to carefully select the best products for you, so that you don't experience breaks and allergies
after use. So now you can be confident that your buy <br>
<br/><strong>cosmetic online shopping</strong> will be worth your time and effort.
Wondering then how you will make a choice among the spectrum available? Most of our products are purely
natural in ingredient, so you can as well check for your favorite ingredient combination. If not sure,
we are still here for you. We can help narrow down your options, together with you. <br>
<br/><strong>Apply a Moisturizer</strong>
<p>Read More</p>
</div>
</div>
<!-- ---------------------------------------Home_section--------------------------------------------- -->
<footer></footer>
</body>
</html>
<script>
let total_item = localStorage.getItem("totalProduct");
document.getElementById("totalItem").innerText = total_item;
</script>
<script>
let slideIndex = 0;
showSlides();
function showSlides() {
let i;
let slides = document.getElementsByClassName("mySlides");
let dots = document.getElementsByClassName("dot");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex > slides.length) {
slideIndex = 1;
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex - 1].style.display = "block";
dots[slideIndex - 1].className += " active";
setTimeout(showSlides, 2000); // Change image every 2 seconds
}
</script>
<script src="./Scripts/navbar_script.js"></script>
<script type="module">
import Navbar from './components/Navbar.js';
console.log(Navbar);
document.querySelector("header").innerHTML = Navbar();
import Footer from './components/Footer.js';
console.log(Footer);
document.querySelector("footer").innerHTML = Footer();
</script>