-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
679 lines (642 loc) · 36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://fonts.cdnfonts.com/css/sst" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>E-Commerce Website</title>
</head>
<body>
<!-- Navbar Section -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark py-0 order-lg-0 fixed-top">
<div class="container">
<a class="navbar-brand d-flex align-item-center justify-content-center" href="#"><img
src="Images/shopping-bag-icon.png" class="bg-white d-none d-sm-block attireimg" alt=""><span
class="text-uppercase px-3 navbarbtn">Attire</span></a>
<div class="d-flex justify-content-center align-item-center order-lg-2 ms-auto carticons">
<button class="btn cartitems"><span><i
class="fa fa-shopping-cart text-white iconbtn"></i></span></button>
<button class="btn cartitems"><span><i class="fa fa-heart iconbtn"></i></span></button>
<button class="btn cartitems"><span><i class="fa fa-search iconbtn"></i></span></button>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navmenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse order-lg-1" id="navmenu">
<ul class="navbar-nav ms-auto text-center">
<li class="nav-item">
<a class="nav-link text-uppercase navbtn py-3" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-uppercase navbtn py-3" href="#collection">collection</a>
</li>
<li class="nav-item">
<a class="nav-link text-uppercase navbtn py-3" href="#specials">specials</a>
</li>
<li class="nav-item">
<a class="nav-link text-uppercase navbtn py-3" href="#blogs">blogs</a>
</li>
<li class="nav-item">
<a class="nav-link text-uppercase navbtn py-3" href="#aboutus">about us</a>
</li>
<li class="nav-item">
<a class="nav-link text-uppercase navbtn py-3" href="#popular">popular</a>
</li>
<div class="d-lg-none d-md-none hamburgeritems">
<button class="btn"><i class="fa fa-shopping-cart text-white iconbtn"></i></button>
<button class="btn"><i class="fa fa-heart iconbtn"></i></button>
<button class="btn"><i class="fa fa-search iconbtn"></i></button>
</div>
</ul>
</div>
</div>
</nav>
<!-- Navbar Section End -->
<!-- Header Section -->
<section class="text-center d-none d-lg-block">
<div id="carouselExampleCaptions" class="carousel slide carousel-fade" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item carousel-image bg-img-1 active">
<img src="Images/banner5.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption">
<h1 class="fw-bold text-uppercase">best collection</h1>
<p class="carouselP">We all need a splash of bad taste it's hearty, it's healthy, it's
physical.<br>
You can choose from a variety of neckline dresses, sparkle dresses,<br> and evening dresses
covered with sequins.
</p>
<div class="btn buybtn">Buy Now</div>
</div>
</div>
<div class="carousel-item carousel-image bg-img-2">
<img src="Images/banner14.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption">
<h1 class="fw-bold text-uppercase">biggest sales</h1>
<p class="carouselP">Know Your Buyer and speak DIRECTLY to them. Be PERSONABLE! Be<br>
INFORMATIVE
and CONCISE. You won’t perform at your best if you’re<br> irritated by your clothing.</p>
<div class="btn buybtn">Buy Now</div>
</div>
</div>
<div class="carousel-item carousel-image bg-img-3">
<img src="Images/banner15.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption">
<h1 class="fw-bold text-uppercase">Summer show</h1>
<p class="carouselP">Our dresses are designed to make you feel like the confident<br> and
stylish.
They feature classical detailing in a range of colors,<br> letting you bring a classic touch
to
summer trends.
</p>
<div class="btn buybtn">Buy Now</div>
</div>
</div>
</div>
</div>
</section>
<!-- Header Section End -->
<!--Medium Header Section -->
<section class="text-center d-lg-none d-md-block">
<div id="carouselExampleCaptions" class="carousel slide carousel-fade" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item carousel-image bg-img-1 active">
<img src="Images/banner5-b.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption">
<h1 class="fw-bold text-uppercase">best collection</h1>
<p class="carouselP">We all need a splash of bad taste it's hearty, it's healthy, it's physical.
You can choose from a variety of neckline dresses, sparkle dresses, and evening dresses
covered with sequins.
</p>
<div class="btn buybtn">Buy Now</div>
</div>
</div>
<div class="carousel-item carousel-image bg-img-2">
<img src="Images/banner14-b.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption">
<h1 class="fw-bold text-uppercase">biggest sales</h1>
<p class="carouselP">Know Your Buyer and speak DIRECTLY to them. Be PERSONABLE! Be
INFORMATIVE
and CONCISE. You won’t perform at your best if you’re irritated by your clothing.</p>
<div class="btn buybtn">Buy Now</div>
</div>
</div>
<div class="carousel-item carousel-image bg-img-3">
<img src="Images/banner15-b.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption">
<h1 class="fw-bold text-uppercase">Summer show</h1>
<p class="carouselP">Our dresses are designed to make you feel like the confident and
stylish.
They feature classical detailing in a range of colors, letting you bring a classic touch
to
summer trends.</p>
<div class="btn buybtn">Buy Now</div>
</div>
</div>
</div>
</div>
</section>
<!--Medium Header Section End -->
<section class="section-bg mt-5 mb-5" id="collection">
<div class="container">
<div class="section-title text-center">
<h2 class="section-text position-relative d-inline-block">
New Summer Collection
</h2>
</div>
<div class="row g-0">
<div class="d-flex flex-wrap justify-content-center mt-4 filter-button-group">
<button type="button" class="btn salebtn active-filter-btn m-2" data-filter="*">All</button>
<button type="button" class="btn salebtn m-2" data-filter=".best">Best Sellers</button>
<button type="button" class="btn salebtn m-2" data-filter=".new">New Arrival</button>
<button type="button" class="btn salebtn m-2" data-filter=".feat">Featured</button>
</div>
</div>
<div class="collection-list row mt-4 gx-0 gy-3">
<div class="col-md-6 col-lg-4 col-xl-3 p-2 best">
<div class="collection-img position-relative">
<img src="Images/c_formal_gray_shirt.png" class="w-100" alt="">
<span class="position-absolute">Sale</span>
</div>
<div class="text-center">
<div class="rating mt-2">
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
</div>
<p class="my-1">Gray Shirt</p>
<span class="fwbold">$ 45.50</span>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 p-2 new">
<div class="collection-img position-relative">
<img src="Images/c_pant_girl.png" class="w-100" alt="">
<span class="position-absolute">Sale</span>
</div>
<div class="text-center">
<div class="rating mt-2">
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
</div>
<p class="my-1">Pants</p>
<span class="fwbold">$ 25.50</span>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 p-2 feat">
<div class="collection-img position-relative">
<img src="Images/c_polo-shirt.png" class="w-100" alt="">
<span class="position-absolute">Sale</span>
</div>
<div class="text-center">
<div class="rating mt-2">
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
</div>
<p class="my-1">Polo Shirt</p>
<span class="fwbold">$ 35.50</span>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 p-2 best">
<div class="collection-img position-relative">
<img src="Images/c_shirt-girl.png" class="w-100" alt="">
<span class="position-absolute">Sale</span>
</div>
<div class="text-center">
<div class="rating mt-2">
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
</div>
<p class="my-1">Girl Shirt</p>
<span class="fwbold">$ 45.50</span>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 p-2 new">
<div class="collection-img position-relative">
<img src="Images/c_t-shirt_men.png" class="w-100" alt="">
<span class="position-absolute">Sale</span>
</div>
<div class="text-center">
<div class="rating mt-2">
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
</div>
<p class="my-1">Men Shirt</p>
<span class="fwbold">$ 15.50</span>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 p-2 feat">
<div class="collection-img position-relative">
<img src="Images/c_tunic-shirt_girl.png" class="w-100" alt="">
<span class="position-absolute">Sale</span>
</div>
<div class="text-center">
<div class="rating mt-2">
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
</div>
<p class="my-1">Tunic Shirt</p>
<span class="fwbold">$ 45.50</span>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 p-2 best">
<div class="collection-img position-relative">
<img src="Images/c_undershirt.png" class="w-100" alt="">
<span class="position-absolute">Sale</span>
</div>
<div class="text-center">
<div class="rating mt-2">
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
</div>
<p class="my-1">Under Shirt</p>
<span class="fwbold">$ 35.50</span>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 p-2 new">
<div class="collection-img position-relative">
<img src="Images/c_western-shirt.png" class="w-100" alt="">
<span class="position-absolute">Sale</span>
</div>
<div class="text-center">
<div class="rating mt-2">
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
<span class=""><i class="fas fa-star starcolor"></i></span>
</div>
<p class="my-1">Western Shirt</p>
<span class="fwbold">$ 50.50</span>
</div>
</div>
</div>
</div>
</section>
<section class="special-section py-5" id="specials">
<div class="container">
<div class="section-title text-center">
<h2 class="section-text position-relative d-inline-block">
Special Collection
</h2>
</div>
<div class="special-list row mt-4 gx-0 gy-3">
<div class="col-md-6 col-lg-4 col-xl-3 p-2">
<div class="special-img-design position-relative overflow-hidden">
<img src="Images/special_product_1.jpg" class="w-100 mb-2" alt="">
<span class="position-absolute special-img"><i class="fas fa-star starcolor"></i></span>
</div>
<div class="text-center">
<div class="rating mt-2">
<p class="my-1">Turtle Neck</p>
<span class="fwbold">$ 35.50</span>
</div>
<button class="btn salebtn mt-2">Add to Cart</button>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 p-2">
<div class="special-img-design position-relative overflow-hidden">
<img src="Images/special_product_2.jpg" class="w-100 mb-2" alt="">
<span class="position-absolute special-img"><i class="fas fa-star starcolor"></i></span>
</div>
<div class="text-center">
<div class="rating mt-2">
<p class="my-1">Kurta</p>
<span class="fwbold">$ 45.50</span>
</div>
<button class="btn salebtn mt-2">Add to Cart</button>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 p-2">
<div class="special-img-design position-relative overflow-hidden">
<img src="Images/special_product_3.jpg" class="w-100 mb-2" alt="">
<span class="position-absolute special-img"><i class="fas fa-star starcolor"></i></span>
</div>
<div class="text-center">
<div class="rating mt-2">
<p class="my-1">Denom & Jeans</p>
<span class="fwbold">$ 65.50</span>
</div>
<button class="btn salebtn mt-2">Add to Cart</button>
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 p-2">
<div class="special-img-design position-relative overflow-hidden">
<img src="Images/special_product_4.jpg" class="w-100 mb-2" alt="">
<span class="position-absolute special-img"><i class="fas fa-star starcolor"></i></span>
</div>
<div class="text-center">
<div class="rating mt-2">
<p class="my-1">Long Skirt</p>
<span class="fwbold">$ 55.50</span>
</div>
<button class="btn salebtn mt-2">Add to Cart</button>
</div>
</div>
</div>
</div>
</section>
<section class="blog-section text-center text-sm-start py-5">
<div class="container blog-section-container">
<div class="row blog-section-row d-md-flex justify-content-center align-items-center">
<div class="blog-section-text">
<h2>
Discount Upto 40%
</h2>
<h1 class="fwbold">
Grand Sale Offers
</h1>
<button class="btn salebtn mt-2">Buy Now</button>
</div>
</div>
</div>
</section>
<section class="blogs py-5" id="blogs">
<div class="container">
<div class="blog-text section-title text-center">
<h2 class="section-text position-relative d-inline-block">
Latest Blogs
</h2>
</div>
<div class="row pt-5 g-3 d-flex align-items-center justify-content-center">
<div class="col-md-6 col-lg-4 d-flex align-items-center justify-content-center">
<div class="card" style="width: 18rem;">
<img src="Images/blog_2.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title fwbold">Products</h5>
<p class="card-text">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Corporis,
enim. Vitae architecto placeat enim delectus?</p>
<button class="btn salebtn"><i>Read more</i></button>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex align-items-center justify-content-center">
<div class="card" style="width: 18rem;">
<img src="Images/blog_3.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title fwbold">Ease of Use</h5>
<p class="card-text">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Corporis,
enim. Vitae architecto placeat enim delectus?</p>
<button class="btn salebtn"><i>Read more</i></button>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 d-flex align-items-center justify-content-center">
<div class="card" style="width: 18rem;">
<img src="Images/blog_1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title fwbold">Easy Transaction</h5>
<p class="card-text">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Corporis,
enim. Vitae architecto placeat enim delectus?</p>
<button class="btn salebtn"><i>Read more</i></button>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="about-section text-center text-sm-start" id="aboutus">
<div class="container p-5">
<div class="section-title text-center">
<h2 class="section-text text-white position-relative d-inline-block">
About Us
</h2>
</div>
<div class="about-section-image d-sm-flex align-items-center justify-content-between py-5">
<div>
<p class="about-section-para">
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Architecto quod quia ab dignissimos
illum quae.
<br>
<br>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sed aspernatur, numquam dicta
laboriosam id quo adipisci, quisquam possimus nemo, tempora suscipit repellat provident. Dolores
accusamus adipisci quaerat nemo eveniet? Vel.
</p>
</div>
<img class="img-fluid w-50 d-none d-sm-block" src="Images/about_us.jpg" alt="">
</div>
</div>
</section>
<section class="popular-section" id="popular">
<div class="container p-5">
<div class="section-title text-center">
<h2 class="section-text position-relative d-inline-block">
Popular This Year
</h2>
</div>
<div class="row mt-5">
<div class="top-column col-md-6 col-lg-4 py-3">
<h2 class="fs-5 py-3">
Top Rated
</h2>
<div class="popular-image d-flex align-items-center-justify-content-start mb-3">
<img src="Images/top_rated_1.jpg" class="image-fluid w-25" alt="">
<div class="px-3">
<p class="mb-1">Blue Shirt</p>
<span>$ 45.50</span>
</div>
</div>
<div class="popular-image d-flex align-items-center-justify-content-start mb-3">
<img src="Images/top_rated_2.jpg" class="image-fluid w-25" alt="">
<div class="px-3">
<p class="mb-1">Blue Watch</p>
<span>$ 55.50</span>
</div>
</div>
<div class="popular-image d-flex align-items-center-justify-content-start">
<img src="Images/top_rated_3.jpg" class="image-fluid w-25" alt="">
<div class="px-3">
<p class="mb-1">Red Hoddie</p>
<span>$ 35.50</span>
</div>
</div>
</div>
<div class="top-column col-md-6 col-lg-4 py-3">
<h2 class="fs-5 py-3">
Best Rated
</h2>
<div class="popular-image d-flex align-items-center-justify-content-start mb-3">
<img src="Images/best_selling_1.jpg" class="image-fluid w-25" alt="">
<div class="px-3">
<p class="mb-1">Grey Jacket</p>
<span>$ 65.50</span>
</div>
</div>
<div class="popular-image d-flex align-items-center-justify-content-start mb-3">
<img src="Images/best_selling_2.jpg" class="image-fluid w-25" alt="">
<div class="px-3">
<p class="mb-1">Sweat Shirt</p>
<span>$ 15.50</span>
</div>
</div>
<div class="popular-image d-flex align-items-center-justify-content-start">
<img src="Images/best_selling_3.jpg" class="image-fluid w-25" alt="">
<div class="px-3">
<p class="mb-1">T-Shirt</p>
<span>$ 10.50</span>
</div>
</div>
</div>
<div class="top-column col-md-6 col-lg-4 py-3">
<h2 class="fs-5 py-3">
Most Selling
</h2>
<div class="popular-image d-flex align-items-center-justify-content-start mb-3">
<img src="Images/on_sale_1.jpg" class="image-fluid w-25" alt="">
<div class="px-3">
<p class="mb-1">Clutch</p>
<span>$ 55.50</span>
</div>
</div>
<div class="popular-image d-flex align-items-center-justify-content-start mb-3">
<img src="Images/on_sale_2.jpg" class="image-fluid w-25" alt="">
<div class="px-3">
<p class="mb-1">Black Hoddie</p>
<span>$ 25.50</span>
</div>
</div>
<div class="popular-image d-flex align-items-center-justify-content-start">
<img src="Images/on_sale_3.jpg" class="image-fluid w-25" alt="">
<div class="px-3">
<p class="mb-1">Oxford</p>
<span>$ 75.50</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="newsletter text-center">
<div class="container p-5">
<div class="section-title text-center">
<h2 class="section-text position-relative d-inline-block">
Newsletter Subsription
</h2>
</div>
<div class="newsletter-para py-5">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Impedit quam aut inventore necessitatibus nihil
qui perspiciatis doloribus cupiditate nam. Consequuntur optio, dolorum sapiente aut fugiat voluptatibus
suscipit quis debitis eum deleniti labore accusantium molestias vitae esse beatae iste nesciunt
voluptatem quae ipsum quo eveniet! Debitis qui exercitationem fugiat nostrum laudantium.
</div>
<div class="newsletter-input input-group news-input w-50 mx-auto">
<input type="text" class="form-control" placeholder="Enter Your Email">
<button class="btn salebtn btn-lg" type="button" id="button-addon2">Subscribe</button>
</div>
</div>
</section>
<footer class="footer-section bg-dark text-white">
<div class="container p-5">
<div class="row">
<div class="col-md-6 col-lg-3 py-3">
<h3 class="text-decoration-none navbar-brand text-uppercase">Attire</h3>
<p class="pt-4 text-white text-muted">Lorem ipsum dolor sit amet consectetur, adipisicing elit.
Facere quidem
aspernatur fuga blanditiis commodi. Deleniti eius dolores ad necessitatibus id sunt
reiciendis esse tenetur, culpa, reprehenderit natus, obcaecati soluta praesentium! Harum
nemo quidem atque fugit veniam, deserunt, saepe maiores aspernatur ipsam fugiat eos commodi
officiis illo corporis aliquid quam alias?</p>
</div>
<div class="col-md-6 col-lg-3 py-3">
<h5 class="fw-light navbar-brand">Links</h5>
<ul class="list-unstyled pt-3">
<li class="my-2">
<a href="#" class="text-decoration-none text-white text-muted"><i
class="fas fa-chevron-right me-3"></i>Home</a>
</li>
<li class="my-2">
<a href="#collection" class="text-decoration-none text-white text-muted"><i
class="fas fa-chevron-right me-3"></i>Collection</a>
</li>
<li class="my-2">
<a href="#specials" class="text-decoration-none text-white text-muted"><i
class="fas fa-chevron-right me-3"></i>Specials</a>
</li>
<li class="my-2">
<a href="#popular" class="text-decoration-none text-white text-muted"><i
class="fas fa-chevron-right me-3"></i>Popular</a>
</li>
<li class="my-2">
<a href="#blogs" class="text-decoration-none text-white text-muted"><i
class="fas fa-chevron-right me-3"></i>Blogs</a>
</li>
<li class="my-2">
<a href="#aboutUs" class="text-decoration-none text-white text-muted"><i
class="fas fa-chevron-right me-3"></i>About Us</a>
</li>
</ul>
</div>
<div class="col-md-6 col-lg-3 py-3">
<h5 class="fw-light pb-4 navbar-brand">Contact Us</h5>
<div class="d-flex justify-content-start align-items-start my-2 text-muted">
<span class="me-3"><i class="fas fa-map-marked-alt"></i></span>
<span class="fw-light">New York, United States Of America</span>
</div>
<div class="d-flex justify-content-start align-items-start my-2 text-muted">
<span class="me-3"><i class="fas fa-envelope"></i></span>
<span class="fw-light">attiresupport@email.com</span>
</div>
<div class="d-flex justify-content-start align-items-start my-2 text-muted">
<span class="me-3"><i class="fas fa-phone-alt"></i></span>
<span class="fw-light">555-666-777</span>
</div>
</div>
<div class="col-md-6 col-lg-3 py-3">
<h5 class="fw-light navbar-brand">Follow Us</h5>
<div class="">
<ul class="d-flex list-unstyled pt-3">
<li>
<a href="https://www.facebook.com" class="text-decoration-none text-white text-muted fs-4 me-4"><i
class="fab fa-facebook-f"></i></a>
</li>
<li>
<a href="https://twitter.com/" class="text-decoration-none text-white text-muted fs-4 me-4"><i
class="fab fa-twitter"></i></a>
</li>
<li>
<a href="https://youtube.com/" class="text-decoration-none text-white text-muted fs-4 me-4"><i
class="fab fa-youtube"></i></a>
</li>
<li>
<a href="https://instagram.com/" class="text-decoration-none text-white text-muted fs-4 me-4"><i
class="fab fa-instagram"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<script src="JS/script.js"></script>
<script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.js"></script>
<script src="JS/code.jquery.com_jquery-3.7.0.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>