-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
609 lines (530 loc) · 26.5 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
<!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>FAB BAG</title>
<link rel="icon" type="image/x-icon"
href="https://scontent.cdninstagram.com/v/t51.2885-15/280078594_1223755911761497_2934819991498115476_n.jpg?_nc_cat=110&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=8fSR2to5lwsAX9Teh9F&_nc_ht=scontent.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-VC0LPdfaELeP2zh7MiA0Hi9ZoYJfYMG96hIRtA0CIbA&oe=627BAA43">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://unpkg.com/swiper@8/swiper-bundle.min.css" />
</head>
<body>
<div class="show">
<p class="top">AVAILABLE NOW - THE AWESUMMER MAY FAB BAG!</p>
</div>
<!-- Navbar Section -->
<header id="navbar">
<span class="subscribe">SUBSCRIBE NOW</span>
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/FABBAG-LOGO_96ac9306-4c81-4ab8-8d2b-4e818eed7f76_2048x.png?v=1606482289"
alt="fabbag">
<div class="search">
<i class="fa-solid fa-magnifying-glass"></i>
<a href="#">
<i class="fa-solid fa-heart"></i>
</a>
<div class="action">
<div class="profile" onclick="menuToggle();">
<i class="fa-solid fa-user"></i>
</div>
<div class="menu">
<ul>
<li> <a href="#"> Languages : En Fr</a> </li>
<li> <a href="product.html"> Checkout</a> </li>
<li> <a href="login/signIn.html"> Signin</a> </li>
<li> <a href="sign-up/sign-up.html">Create An Account </a> </li>
</ul>
</div>
</div>
<a href="cart.html"> <i id="cart" class="fa-solid fa-cart-plus"></i></a>
</div>
</header>
<!-- slide image -->
<div id="Bigmain">
<div class="bigimage">
<img class="banner" src="image/img1.jpg" alt="">
</div>
<div class="bigimage">
<img class="banner" src="image/img2.jpg" alt="">
</div>
<div class="bigimage">
<img class="banner" src="image/img3.jpg" alt="">
</div>
<span class="arrow prev" onclick="controller(-1)">❮</span>
<span class="arrow next" onclick="controller(-1)">❯</span>
</div>
<!-- what's in the bag -->
<div class="whatheading">
<h1>WHAT'S IN THE BAG</h1>
<hr>
</div>
<div class="product">
<button class="pre-btn"><img src="image/arrow.png" alt=""></button>
<button class="nxt-btn"><img src="image/arrow.png" alt=""></button>
<div class="product-container">
<div class="product-card">
<div class="img">
<img class="image"
src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/What_s-In-The-Bag-Makeup-1_f948e4f7-8ffd-41c9-9c87-d0edd62452b9_2048x.png?v=1651344527"
alt="">
</div>
<p>LIQUID HIGHLIGHTER OF YOUR CHOICE!*</p>
</div>
<div class="product-card">
<div class="img">
<img class="image"
src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/What_s-In-The-Bag-Makeup-2_b1d2533b-4810-4f7e-9321-7d0cca0b019f_2048x.png?v=1651344579"
alt="">
</div>
<p>LIQUID LIPSTICK OF YOUR CHOICE!*</p>
</div>
<div class="product-card">
<div class="img">
<img class="image"
src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/What_s-In-The-Bag-Skincare-1_cf1f2eb6-e64c-4dcb-af8b-f80963cceddd_2048x.png?v=1651344625"
alt="">
</div>
<p>HAIRCARE DUO</p>
</div>
<div class="product-card">
<div class="img">
<img class="image"
src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/What_s-In-The-Bag-Skincare-2_2_2048x.png?v=1651466768"
alt="">
</div>
<p>ORGANIC SOAP</p>
</div>
<div class="product-card">
<div class="img">
<img class="image" src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/What_s-In-The-Bag-Bonus_2048x.gif?v=1651344727
style bag" alt="">
</div>
<p>BONUS*</p>
</div>
</div>
</div>
<!-- subscription -->
<div id="Subscription">
<h1>SUBSCRIPTION</h1>
<hr>
<div id="subsbox">
<div class="Subs1">
<div>
<h3>1 MONTH</h3>
<P>SUBSCRIPTION</P>
</div>
<div>
<h3>RS. 599.00</h3>
<p>/per month</p>
</div>
<div class="adcart1">
<h4>ONE TIME PAYMENT</h4>
<h3>RS. 599.00</h3>
<div class="BTN1">
<button class="chngcolor">ADD TO CART</button>
</div>
</div>
</div>
<div class="Subs2">
<div>
<h3>1 MONTH</h3>
<P>SUBSCRIPTION</P>
</div>
<div>
<h3>RS. 599.00</h3>
<p>/per month</p>
</div>
<div class="adcart2">
<h4>ONE TIME PAYMENT
(11% OFF)</h4>
<h3>RS. 1,599.00</h3>
<p>RS. 1,797</p>
<div class="BTN">
<button>ADD TO CART</button>
</div>
</div>
</div>
</div>
<!-- prevBag -->
</div>
<div id="prevBag">
<h3>PREVIOUS BAGS</h3>
<hr>
<div id="Bags">
<div class="bag">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/products/Women_sPage-Skincare-Reveal-3_1728264b-2e0f-4314-9a3c-0fde458d72a7.png?v=1649483317"
alt="">
<p>Apr'22 The Sassy Spring Fab Bag</p>
<p>from Rs 599.00</p>
</div>
<div class="bag">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/products/Women_sPage-Skincare-Reveal-3.png?v=1646971494"
alt="">
<p>Mar'22 The Empow-HER Fab Bag</p>
<p>from Rs 599.00</p>
</div>
<div class="bag">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/products/Women_sPage-Skincare-Reveal-2.gif?v=1644395072"
alt="">
<p>Feb'22 The Colour Me Cupid Fab Bag</p>
<p>from Rs 599.00</p>
</div>
<div class="bag">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/products/Women_sPage-Skincare-Reveal--3.png?v=1641707966"
alt="">
<p>Jan'22 The Beauty Resolution Fab Bag</p>
<p>from Rs 599.00</p>
</div>
<div class="bag">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/products/Women_sPage-3.gif?v=1638191014"
alt="">
<p>Dec'21 The X-Must Haves Fab Bag</p>
<p>from Rs 599.00</p>
</div>
<div class="bag">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/products/Women_sPageBanner--Skincare-Reveal-4_1.gif?v=1636696484"
alt="">
<p>Nov'21 The Diva-Li_Cious Fab Bag</p>
<p><strike>Rs. 1,797.00</strike></p>
<p>from Rs 599.00</p>
</div>
</div>
</div>
<!-- TESTINOIALS -->
<div id="testimonials">
<!-- <div> -->
<h3>TESTIMONIALS</h3>
<!-- </div> -->
</div>
<!-- <div class="container"> -->
<div class="swiper">
<!-- <img src="Testimonials.webp" alt="testimonials"> -->
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide">
<span class="quote-icon"> <i id="quote1" class="fa fa-quote-left" aria-hidden="true"></i> </span>
<p class="text">
I love each and every Fab Bag that I receive each month past
three years. I am so much in love with fab bags and all the lovely <br>
products and cute little pouches that I get. I love Fab Bag. <br>
-Munira
</p>
</div>
<div class="swiper-slide">
<span class="quote-icon"> <i id="quote2" class="fa fa-quote-left" aria-hidden="true"></i></span>
<p class="text">I've been a regular Fab bag subscriber for many years now and I
must say that the Fab Bag team comes up with something or <br>
the other as a special attraction in the bag every month. As
always, thank you Fab Ba for making my day with this bag!!! <br>
-Poonam</p>
</div>
<div class="swiper-slide">
<span class="quote-icon"> <i id="quote3" class="fa fa-quote-left" aria-hidden="true"></i></span>
<p class="text">
I like that fact that they offer high-quality products. Every single
product from the bag stands out. It is a MUST TRY for every girl <br>
out there. <br>
-Shikha
</p>
</div>
<div class="swiper-slide">
<span class="quote-icon"> <i id="quote4" class="fa fa-quote-left" aria-hidden="true"></i></span>
<p class="text">
I am highly impressed with the idea of surprising the customers
by leaving them to guess, whats inside the Bag. Surprises brings <br>
excitement and I am always excited to receive my Fab Bag. First
of all should say that the Bags are awesome and each time I <br>
got my Fab Bag. I was really happy to find whats inside it. Really satisfied! :) <br>
-Pratika
</p>
</div>
<div class="swiper-slide">
<span class="quote-icon">
<i id="quote5" class="fa fa-quote-left" aria-hidden="true"></i></span>
<p class="text">
This is my second month and I am already addicted. Can't wait
for my third bag. It feels like someone wiht so much love who loves <br>
pampering you. Thank you Fab Bag. Amazing products <br>
Thank you with gratitude. <br>
-Kirthana
</p>
</div>
<div class="swiper-slide">
<span class="quote-icon">
<i id="quote6" class="fa fa-quote-left" aria-hidden="true"></i>
</span>
<p class="text">
Who dosen't want to get pampered? And this bag is all you need
when you want to show some extra love to yourself. Every other <br>
product is of the best quality. And top of it doesn't burn a hole in
your pocket. Every month I just wait for my bag as a small kid <br>
waits for her favourite toy. This Fab Bag is an upright bliss. <br>
-Anushree
</p>
</div>
<div class="swiper-slide">
<span class="quote-icon"> <i id="quote7" class="fa fa-quote-left" aria-hidden="true"></i></span>
<p class="text">
I am getting addicted to Fab Bag's. the first one I had ordered
was simply to check it out as my friend had recommended. I am not <br>
someone who spends a lot of time thinking about beauty
products and I am clueless when it comes to such matters. Which is why the <br>
Fab Bag's are perfect for me. This August Fab
Bag had everything I needed! The product curation is perfect. It's like having my own <br>
personal shopper for beauty peroducts <br>
and such pretty bags too. <br>
-Saileena
</p>
</div>
<div class="swiper-slide">
<span class="quote-icon"><i id="quote8" class="fa fa-quote-left" aria-hidden="true"></i></span>
<p class="text">
The products are amazing and I am just in love with the bag!
Kudos to you team! <br>
-Niranjana
</p>
</div>
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
<!-- If we need navigation buttons -->
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
<!-- </div> -->
<!-- trendingnow gossip -->
<!-- <div id="insta-feed">
<h2>#TRENDING AT THE GOSSIP CORNER</h2>
<a href="">
<div class="instafeed-container">
<img src="https://scontent.cdninstagram.com/v/t51.2885-15/279581933_497215932094707_6136128380394766149_n.jpg?_nc_cat=108&ccb=1-5&_nc_sid=8ae9d6&_nc_ohc=G_yySAoOyjMAX9NUpms&_nc_ht=scontent.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT-qvvxEk9Pk38MwESzm9WRaENai1-RtEYfgz2aC7MdOcQ&oe=62770A52" alt="">
<div class="instafeed-overlay">
</div>
</div>
</a>
</div> -->
<!-- instafeed -->
<div class="instagram">
<h3>#TRENDING NOW AT THE GOSSIP CORNER</h3>
<div class="instacards">
<div class="insta">
<img src="https://scontent.cdninstagram.com/v/t51.2885-15/279842470_293278966335801_7431247082036908895_n.jpg?_nc_cat=111&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=uUEqzjrrD5gAX-f1R7T&_nc_ht=scontent.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT9tG3SHiM-ZVIrtgLwxICMjFPY_EyJel1pIs7GYJwcgfQ&oe=627A8097"
alt="">
</div>
<div class="insta">
<img src="https://scontent.cdninstagram.com/v/t51.2885-15/279763268_532493598580918_2309645971247741063_n.jpg?_nc_cat=102&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=qtKpF1bQlmEAX9PX1mL&_nc_ht=scontent.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_WxbedXj4qA4urv6SORsOlowcOqHQIp3ZAjSwIEvUDMw&oe=627991FF"
alt="">
</div>
<div class="insta">
<img src="https://scontent.cdninstagram.com/v/t51.2885-15/280094402_1606291369771520_4616601228740089703_n.jpg?_nc_cat=101&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=Ht_2A3FerfEAX8M7wDr&_nc_ht=scontent.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_GUS4UhtMfj6yV67GsP4fGOH4FvRCA8tGoE_gDz6owxA&oe=627E9BA7"
alt="">
</div>
<div class="insta">
<img src="https://scontent.cdninstagram.com/v/t51.2885-15/280078594_1223755911761497_2934819991498115476_n.jpg?_nc_cat=110&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=8fSR2to5lwsAX9Teh9F&_nc_ht=scontent.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT90tyAeRmjyXuluj6fzQZNGnrKuwq6vgJ1jgd5MURDDiQ&oe=6279B003"
alt="">
</div>
<div class="insta">
<img
src="https://scontent.cdninstagram.com/v/t51.2885-15/279763268_532493598580918_2309645971247741063_n.jpg?_nc_cat=102&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=qtKpF1bQlmEAX9PX1mL&_nc_ht=scontent.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_WxbedXj4qA4urv6SORsOlowcOqHQIp3ZAjSwIEvUDMw&oe=627991FF">
</div>
<div class="insta">
<img src="https://scontent.cdninstagram.com/v/t51.2885-15/280078594_1223755911761497_2934819991498115476_n.jpg?_nc_cat=110&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=8fSR2to5lwsAX9Teh9F&_nc_ht=scontent.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT90tyAeRmjyXuluj6fzQZNGnrKuwq6vgJ1jgd5MURDDiQ&oe=6279B003"
alt="">
</div>
<div class="insta">
<img src="https://scontent.cdninstagram.com/v/t51.2885-15/280202267_415146656750044_1714835829428141221_n.jpg?_nc_cat=111&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=8a3BfPdLqVgAX-UvkTZ&_nc_ht=scontent.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT_yWmW7PyGZB96ARONRvaEXGFUczKU-BP679OsYQ6bClw&oe=627E3801"
alt="">
</div>
<div class="insta">
<img src="https://scontent.cdninstagram.com/v/t51.2885-15/280068605_995471691331552_4769098228612811314_n.jpg?_nc_cat=109&ccb=1-6&_nc_sid=8ae9d6&_nc_ohc=oymKs0l66cQAX-ApJRt&_nc_ht=scontent.cdninstagram.com&edm=ANo9K5cEAAAA&oh=00_AT8bmF6YW3bQvsmfuDxE1_QUzs36jr9QO6EDfeKKJtvtVg&oe=627EFA38" alt="">
</div>
</div>
</div>
<!--sliding images -->
<div class="container1">
<div class="slider">
<div class="slider-track">
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/sugar_1_160x160.jpg?v=1548837170"
alt="sugar">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/Plum_Logo_For_Olive_and_Macadamia_Hair_Spa_Kit_160x160.png?v=1625063052"
alt="plum">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/Tru_hair_logo_160x160.png?v=1625063080"
alt="tru hair">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/WOC_Beauty_Logo_160x160.jpg?v=1602225835"
alt="woc">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/Baiser_India_Logo_160x160.jpg?v=1625063066"
alt="baiser">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/6256280-43d286588b4beafb0e4a423acf72a620-medium_jpg_5e3480ef-0e7a-4aea-88d0-c48379ad9837_160x160.jpg?v=1599290601"
alt="color">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/brick-new-york-with-symbol-white_46f7f93d-9ac3-4a6b-8827-7341564c001c_160x160.png?v=1599126230"
alt="brick">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/palmers-logo_33a73358-5f3d-4cd4-ac8c-ecf89a2c72b2_160x160.jpg?v=1597725541"
alt="plamer">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/LLW1vAyf_400x400_36a490d2-defb-4c90-898d-2af5215e8433_160x160.jpg?v=1578730298"
alt="tvakh">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/719h_SoVZLL._SX466_160x160.jpg?v=1594029424"
alt="mondsub">
</div>
<!-- repeat slide -->
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/sugar_1_160x160.jpg?v=1548837170"
alt="sugar">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/Plum_Logo_For_Olive_and_Macadamia_Hair_Spa_Kit_160x160.png?v=1625063052"
alt="plum">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/Tru_hair_logo_160x160.png?v=1625063080"
alt="tru hair">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/WOC_Beauty_Logo_160x160.jpg?v=1602225835"
alt="woc">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/Baiser_India_Logo_160x160.jpg?v=1625063066"
alt="baiser">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/6256280-43d286588b4beafb0e4a423acf72a620-medium_jpg_5e3480ef-0e7a-4aea-88d0-c48379ad9837_160x160.jpg?v=1599290601"
alt="color">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/brick-new-york-with-symbol-white_46f7f93d-9ac3-4a6b-8827-7341564c001c_160x160.png?v=1599126230"
alt="brick">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/palmers-logo_33a73358-5f3d-4cd4-ac8c-ecf89a2c72b2_160x160.jpg?v=1597725541"
alt="plamer">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/LLW1vAyf_400x400_36a490d2-defb-4c90-898d-2af5215e8433_160x160.jpg?v=1578730298"
alt="tvakh">
</div>
<div class="slide">
<img src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/719h_SoVZLL._SX466_160x160.jpg?v=1594029424"
alt="mondsub">
</div>
</div>
</div>
<!-- footer container -->
<footer id="container1">
<div id="footer-container">
<span class="footer">
<h3 class="information">INFORMATION</h3>
<ul class="content">
<li>
<a href="">
<span>About Us</span>
</a>
</li>
<li>
<a href="">
<span>Associated Brands</span>
</a>
</li>
<li>
<a href="">
<span>FAQ</span>
</a>
</li>
<li>
<a href="">
<span>Collaborate with FAb Bag</span>
</a>
</li>
<li>
<a href="">
<span>Contact Us</span>
</a>
</li>
<li>
<a href="">
<span>Return & Refunds</span>
</a>
</li>
<li>
<a href="">
<span>Terms & Conditions</span>
</a>
</li>
<li>
<a href="">
<span>Privacy Policy</span>
</a>
</li>
</ul>
</span>
<span class="footer2">
<h3 class="information">CUSTOMER CARE</h3>
<span class="customercare">
<h5 class="detail">Call :
<a href="tel : 022-6805-6010">
<span> </span>
<b>022-6805-6010</b>
<span> </span>
</a>
<span>
<br>
(Monday to Friday : 9AM - 7PM)
</span>
</h5>
<h5>
Mail :
<a href="mailto:[email protected]">[email protected]</a>
</h5>
</span>
</span>
<span class="newsletter">
<h3 class="information">Newsletter</h3>
<span class="spam">Signup for the latest offers, updates and news <br> </span>
<input type="email" placeholder="Your email address" id="email">
<input type="submit" value="SUBSCRIBE" id="btn"> <br>
<span class="spam">Don't worry we don't spam</span>
</span>
</div>
<!-- social media handle -->
<div class="socialmedia">
<a href="https://www.facebook.com/fabbag" target="_blank" id="facebook">
<i class="fa-brands fa-facebook"></i>
</a>
<a href="https://twitter.com/thefabbag" target="_blank" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="https://www.instagram.com/thefabbag/" target="_blank" id="instagram">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://www.youtube.com/fabbag" target="_blank" id="youtube">
<i class="fa-brands fa-youtube"></i>
</a>
</div>
<p class="disclaimer">Copyright 2021 fabbag.com classAll rights reserved</p>
</footer>
</body>
</html>
<script src="https://kit.fontawesome.com/54a5973b68.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/swiper@8/swiper-bundle.min.js"></script>
<script src="https://unpkg.com/swiper1@8/swiper1-bundle.min.js"></script>
<script src="script.js"></script>