-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
706 lines (646 loc) · 30.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
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
697
698
699
700
701
702
703
704
705
706
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet">
<script defer src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js"></script>
<title>Best e-commerce page ever</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<div class="row justify-content-around">
<!--header container-->
<header class="col-12 bg-primary d-flex justify-content-around flex-wrap">
<span class="text-white text-center my-auto p-2">Get an extra 10% off or more on select hotels with Member Pricing. Join now, it's free!</span>
<div class="p-2 d-flex justify-content-center align-items-center flex-wrap">
<label class="d-flex justify-content-center me-3">
<a href="#" target="">
<span class="text-white">Login</span>
</a>
</label>
<label class=" me-3">
<a href="#" target="" class="d-flex justify-content-center align-items-center">
<i class="material-icons text-white">person</i>
<span class="text-white text-center ms-1">my account</span>
</a>
</label>
<label class="d-flex justify-content-center align-items-center mx-3">
<figure class="text-white mb-0">
<img src="" alt="usa flag">
<img src="" alt="brazil flag" style="display: none">
</figure>
<select class="bg-primary text-white border-0" aria-label="select language">
<option selected class="bg-white text-body">English</option>
<option class="bg-white text-body">Brasileiro</option>
</select>
</label>
<label class="d-flex justify-content-center align-items-center mt-1">
<i class="material-icons text-white">attach_money</i>
<select class="bg-primary text-white border-0" aria-label="select currency">
<option class="bg-white text-body" selected>US Dollar</option>
<option class="bg-white text-body">BR Real</option>
</select>
</label>
</div>
</header>
<!--search container-->
<div class="col-12 d-flex justify-content-around flex-wrap bg-primary">
<div class="my-auto">
<a href="#headerCont" target="" class="d-flex justify-content-center align-items-center">
<h1 alt="company homepage" class="text-white text-uppercase text-center">top deal</h1>
</a>
</div>
<div class="d-flex justify-content-center">
<select aria-label="select category to search a product" class="p-1 my-1 border-0 text-capitalize">
<option class="text-body bg-white" selected>all categories</option>
<option class="text-body bg-white">category</option>
<option class="text-body bg-white">category</option>
<option class="text-body bg-white">category</option>
<option class="text-body bg-white">category</option>
<option class="text-body bg-white">category</option>
</select>
<input type="text" class="p-1 my-1 border-0" placeholder="Search">
<input type="button" class="p-1 my-1 bg-warning text-body border-0" value="Search">
</div>
<div class="d-flex justify-content-center align-items-center">
<label aria-label="sort items" class="d-flex justify-content-center align-items-center mb-sm-1 ms-5">
<i class="material-icons text-white" role="button">swap_horiz</i>
</label>
<label aria-label="favorite page" class="d-flex justify-content-center align-items-center mb-sm-1 ms-5">
<i class="material-icons text-white" role="button">favorite_border</i>
</label>
<div class="ms-5" role="button">
<div class="d-flex justify-content-center align-items-center">
<i class="material-icons text-white me-2">local_mall</i>
<div class="text-center">
<p class="text-white text-center d-inline-block mb-0">My cart</p>
<p class="text-white text-center mt-1 mb-0">0 item(s) - $0.00</p>
</div>
</div>
</div>
</div>
</div>
<!--categories container-->
<nav class="col-12 d-flex flex-wrap justify-content-center p-2 bg-primary">
<div class="col-lg d-flex justify-content-center">
<select class="rounded my-1 p-1 border-0 text-capitalize text-white bg-primary" aria-label="select a product category" role="button">
<option class="bg-white text-body" selected>all categories</option>
<option class="bg-white text-body">categorie 1</option>
<option class="bg-white text-body">categorie 2</option>
<option class="bg-white text-body">categorie 3</option>
<option class="bg-white text-body">categorie 4</option>
<option class="bg-white text-body">categorie 5</option>
<option class="bg-white text-body">categorie 6</option>
</select>
</div>
<div class="col-lg-6 text-capitalize d-flex justify-content-center align-items-center" style="flex-wrap:wrap">
<span class="rounded my-1 p-1 text-white" role="button">home</span>
<select class="text-capitalize text-white rounded my-1 p-1 bg-primary border-0" aria-label="select a feature" role="button">
<option class="bg-white text-body" selected>features</option>
<option class="bg-white text-body">feature 1</option>
<option class="bg-white text-body">feature 2</option>
<option class="bg-white text-body">feature 3</option>
<option class="bg-white text-body">feature 4</option>
<option class="bg-white text-body">feature 5</option>
</Select>
<select class="rounded my-1 p-1 text-capitalize text-white bg-primary border-0" aria-label="select a collection" role="button">
<option class="bg-white text-body" selected>collections</option>
<option class="bg-white text-body">colection 1</option>
<option class="bg-white text-body">colection 2</option>
<option class="bg-white text-body">colection 3</option>
<option class="bg-white text-body">colection 4</option>
<option class="bg-white text-body">colection 5</option>
</Select>
<select class="rounded my-1 p-1 text-capitalize text-white bg-primary border-0" aria-label="select an accessory" role="button">
<option class="bg-white text-body" selected>accessories</option>
<option class="bg-white text-body">accessorie 1</option>
<option class="bg-white text-body">accessorie 2</option>
<option class="bg-white text-body">accessorie 3</option>
<option class="bg-white text-body">accessorie 4</option>
<option class="bg-white text-body">accessorie 5</option>
</Select>
<select class="rounded my-1 p-1 text-capitalize text-white bg-primary border-0" aria-label="select a page" role="button">
<option class="bg-white text-body" selected>pages</option>
<option class="bg-white text-body">page 1</option>
<option class="bg-white text-body">page 2</option>
<option class="bg-white text-body">page 3</option>
<option class="bg-white text-body">page 4</option>
<option class="bg-white text-body">page 5</option>
</Select>
<span class="rounded my-1 p-1 text-white bg-primary" role="button">blog</span>
</div>
<div class="col-lg position-relative d-flex justify-content-center">
<button class="mx-1 p-1 text-white bg-primary border-0 text-capitalize" role="button">today deals</button>
<button class="mx-1 p-1 text-white bg-primary border-0 text-capitalize" role="button">buy this theme</button>
<div class="position-relative">
<div class="position-absolute" style="top:-1.5vh; right:0">
<div class="row position-relative">
<span class="d-inline-block text-body m-1" style="z-index:1">Hot</span>
<i class="material-icons text-warning position-absolute" style="font-size:2.2rem">messenger</i>
</div>
</div>
</div>
</div>
</nav>
<!--promo container-->
<main class="row position-relative d-flex justify-content-center">
<div id="carousel" class="p-2 carousel slide col-md-8" data-bs-ride="carousel">
<div id="dots" class="carousel-indicators">
<button data-bs-target="#carousel" data-bs-slide-to="0" class="active"><i class="material-icons dots">panorama_fish_eye</i></button>
<button data-bs-target="#carousel" data-bs-slide-to="1" class="active"><i class="material-icons dots">panorama_fish_eye</i></button>
<button data-bs-target="#carousel" data-bs-slide-to="2" class="active"><i class="material-icons dots">panorama_fish_eye</i></button>
<button data-bs-target="#carousel" data-bs-slide-to="3" class="active"><i class="material-icons dots">panorama_fish_eye</i></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="_img/sale.jfif" alt="image of a product on sale" class="d-block w-100">
</div>
<div class="carousel-item active">
<img src="_img/sale.jfif" alt="image of a product on sale" class="d-block w-100">
</div>
<div class="carousel-item active">
<img src="_img/sale.jfif" alt="image of a product on sale" class="d-block w-100">
</div>
<div class="carousel-item active">
<img src="_img/sale.jfif" alt="image of a product on sale" class="d-block w-100">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon"></span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carousel" data-bs-slide="next">
<span class="carousel-control-next-icon"></span>
</button>
</div>
<div class="miniPromo row col">
<img src="_img/sale.jfif" class="w-50 p-2" alt="image of a product on sale" role="button">
<img src="_img/sale.jfif" class="w-50 p-2" alt="image of a product on sale" role="button">
<img src="_img/sale.jfif" class="w-50 p-2" alt="image of a product on sale" role="button">
<img src="_img/sale.jfif" class="w-50 p-2" alt="image of a product on sale" role="button">
<img src="_img/sale.jfif" class="w-50 p-2" alt="image of a product on sale" role="button">
<img src="_img/sale.jfif" class="w-50 p-2" alt="image of a product on sale" role="button">
</div>
</main>
<!--advantages container-->
<div class="row d-flex justify-content center p-2 mt-md-3">
<div class="col d-flex justify-content-center align-items-center">
<i class="material-icons" style="font-size:3rem">airport_shuttle</i>
<div class="text-capitalize ms-xl-3" aria-label="delivery h-25">
<p class="m-0 fw-bold">free delivery</p>
<p class="m-0">from $59,89</p>
</div>
</div>
<div class="col d-flex justify-content-center align-items-center">
<i class="material-icons" style="font-size:3rem">person</i>
<div class="text-capitalize ms-xl-3" aria-label="support">
<p class="m-0 fw-bold">support 24/7</p>
<p class="m-0">online 24 hours</p>
</div>
</div>
<div class="col d-flex justify-content-center align-items-center">
<i class="material-icons" style="font-size:3rem">autorenew</i>
<div class="text-capitalize ms-xl-3" aria-label="return">
<p class="m-0 fw-bold">free return</p>
<p class="m-0">365 a day</p>
</div>
</div>
<div class="col d-flex justify-content-center align-items-center">
<i class="material-icons" style="font-size:3rem">payment</i>
<div class="text-capitalize ms-xl-3" aria-label="payment">
<p class="m-0 fw-bold">payment method</p>
<p class="m-0">secure payment</p>
</div>
</div>
<div class="col d-flex justify-content-center align-items-center">
<i class="material-icons" style="font-size:3rem">monetization_on</i>
<div class="text-capitalize ms-xl-3" aria-label="saving">
<p class="m-0 fw-bold">big saving</p>
<p class="m-0">weeken sales</p>
</div>
</div>
</div>
<!--round categories container-->
<div class="d-flex justify-content-center px-4 m-5">
<a href="#" target="" class="d-flex justify-content-center col-2">
<figure class="position-relative border border-2 rounded-circle" style="overflow: hidden">
<img src="_img/categ.jfif" alt="" class="rounded-circle img-fluid">
<figcaption class="w-100 bg-white text-center text-uppercase text-body position-absolute" style="bottom:1em;">digital</figcaption>
</figure>
</a>
<a href="#" target="" class="d-flex justify-content-center col-2">
<figure class="position-relative border border-2 rounded-circle" style="overflow: hidden">
<img src="_img/categ.jfif" alt="" class="rounded-circle img-fluid">
<figcaption class="w-100 bg-white text-center text-uppercase text-body position-absolute" style="bottom:1em">fashion</figcaption>
</figure>
</a>
<a href="#" target="" class="d-flex justify-content-center col-2">
<figure class="position-relative border border-2 rounded-circle" style="overflow: hidden">
<img src="_img/categ.jfif" alt="" class="rounded-circle img-fluid">
<figcaption class="w-100 bg-white text-center text-uppercase text-body position-absolute" style="bottom:1em">food</figcaption>
</figure>
</a>
<a href="#" target="" class="d-flex justify-content-center col-2">
<figure class="position-relative border border-2 rounded-circle" style="overflow: hidden">
<img src="_img/categ.jfif" alt="" class="rounded-circle img-fluid">
<figcaption class="w-100 bg-white text-center text-uppercase text-body position-absolute" style="bottom:1em">health</figcaption>
</figure>
</a>
<a href="#" target="" class="d-flex justify-content-center col-2">
<figure class="position-relative border border-2 rounded-circle" style="overflow: hidden">
<img src="_img/categ.jfif" alt="" class="rounded-circle img-fluid">
<figcaption class="w-100 bg-white text-center text-uppercase text-body position-absolute" style="bottom:1em">spa</figcaption>
</figure>
</a>
<a href="#" target="" class="d-flex justify-content-center col-2">
<figure class="position-relative border border-2 rounded-circle" style="overflow: hidden">
<img src="_img/categ.jfif" alt="" class="rounded-circle img-fluid">
<figcaption class="w-100 bg-white text-center text-uppercase text-body position-absolute" style="bottom:1em">travel</figcaption>
</figure>
</a>
</div>
<div class="row">
<div class="col-md-3">
<!--side container-->
<div>
<div class="d-flex">
<img src="_img/qrcode.jpg" alt="" class="ms-2 w-25">
<div class="ms-2">
<p class="fw-bold text-capitalize">enjoy convenient order tracking</p>
<span class="text-capitalize">scan to download app</span>
</div>
</div>
<div class="w-100 my-3">
<label class="w-100 py-2 text-center text-white bg-primary rounded-top">
<i class="material-icons align-middle">star</i>
<span class="fw-bold align-middle">special items</span>
</label>
<div class="w-100 border border-1 rounded-bottom">
<div class="w-100 p-3 d-flex">
<img src="_img/sale.jfif" class="w-25" alt="">
<div class="ms-3">
<p class="text-body mb-0">lorem ipsum dolor sit</p>
<p class="text-body mb-0">ut enim ad minim</p>
<label>
<span class="fw-bold">$45.00</span>
<span class="text-secondary" style="text-decoration: line-through">$60</span>
</label>
</div>
</div>
<div class="w-100 p-3 d-flex">
<img src="_img/sale.jfif" class="w-25" alt="">
<div class="ms-3">
<p class="text-body mb-0">lorem ipsum dolor sit</p>
<p class="text-body mb-0">ut enim ad minim</p>
<label>
<span class="fw-bold">$55.00</span>
<span class="text-secondary" style="text-decoration: line-through">$70</span>
</label>
</div>
</div>
<div class="w-100 p-3 d-flex">
<img src="_img/sale.jfif" class="w-25" alt="">
<div class="ms-3">
<p class="text-body mb-0">lorem ipsum dolor sit</p>
<p class="text-body mb-0">ut enim ad minim</p>
<label>
<span class="fw-bold">$80.00</span>
<span class="text-secondary" style="text-decoration: line-through">$120</span>
</label>
</div>
</div>
<div class="w-100 p-3 d-flex">
<img src="_img/sale.jfif" class="w-25" alt="">
<div class="ms-3">
<p class="text-body mb-0">lorem ipsum dolor sit</p>
<p class="text-body mb-0">ut enim ad minim</p>
<label>
<span class="fw-bold">$95.00</span>
<span class="text-secondary" style="text-decoration: line-through">$150</span>
</label>
</div>
</div>
<div class="w-100 p-3 d-flex">
<img src="_img/sale.jfif" class="w-25" alt="">
<div class="ms-3">
<p class="text-body mb-0">lorem ipsum dolor sit</p>
<p class="text-body mb-0">ut enim ad minim</p>
<label>
<span class="fw-bold">$100.00</span>
<span class="text-secondary" style="text-decoration: line-through">$155</span>
</label>
</div>
</div>
</div>
</div>
<div class="my-2" style="height: 40rem">
<img src="_img/sale.jfif" class="h-100 w-100 rounded" alt="the body shop - mother nature's seal of approval">
</div>
<div class="w-100">
<div class="w-100 py-2 text-center text-white bg-primary rounded-top">
<i class="material-icons align-middle">star</i>
<span class="fw-bold align-middle">recommended items</span>
</div>
<div class="position-relative w-100 border border-1 rounded-bottom">
<img src="_img/sale.jfif" class="w-100 p-3" alt="">
<span class="position-absolute bg-warning" style="right: 4rem; top: 4rem">-42%</span>
<p class="mb-0 ps-3">lorem ipsum dolor</p>
<p class="mb-0 ps-3">ut enim ad minim veniam</p>
<label class="px-3 mb-3">
<span class="fw-bold">$116.00</span>
<span class="text-secondary" style="text-decoration: line-through">$200</span>
</label>
</div>
</div>
</div>
</div>
<div class="col-md-9">
<!--hot deal container-->
<div class="row">
<div class="d-flex align-items-center justify-content-between col-md-12 border-3 border-bottom border-primary">
<label class="d-flex align-items-center text-body">
<i class="material-icons me-sm-3">whatshot</i>
<h2 class="text-uppercase mb-0">hot deal</h2>
</label>
<label class="p-2 mt-2 d-flex justify-content-end bg-primary text-white rounded-top text-center">
<i class="material-icons p-sm-1">timer</i>
<span class="p-sm-1">|</span>
<span class="p-sm-1">352d : 23h : 54m</span>
</label>
</div>
<div class="p-2 d-md-flex justify-content-around">
<div class="col m-2 row justify-content-around">
<img src="_img/sale.jfif" class="hotImg" alt="">
<div class="mt-2">
<p class="mb-0">lorem ipsum dolor</p>
<p class="mb-0">ut enim ad minim veniam</p>
<div class="rate">
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_rate</i>
</div>
<label>
<span class="fw-bold">$50.00</span>
<span class="text-secondary" style="text-decoration: line-through">$75</span>
</label>
</div>
</div>
<div class="col m-2 row justify-content-around">
<img src="_img/sale.jfif" class="hotImg" alt="">
<div class="mt-2">
<p class="mb-0">lorem ipsum dolor</p>
<p class="mb-0">ut enim ad minim veniam</p>
<div class="rate">
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_border</i>
<i class="material-icons starRate">star_border</i>
</div>
<label>
<span class="fw-bold">$80.00</span>
<span class="text-secondary" style="text-decoration: line-through">$100</span>
</label>
</div>
</div>
<div class="col m-2 row justify-content-around">
<img src="_img/sale.jfif" class="hotImg" alt="">
<div class="mt-2">
<p class="mb-0">lorem ipsum dolor</p>
<p class="mb-0">ut enim ad minim veniam</p>
<div class="rate">
<i class="material-icons starRate">star_border</i>
<i class="material-icons starRate">star_border</i>
<i class="material-icons starRate">star_border</i>
<i class="material-icons starRate">star_border</i>
<i class="material-icons starRate">star_border</i>
</div>
<label>
<span class="fw-bold">$75.00</span>
<span class="text-secondary" style="text-decoration: line-through">$110</span>
</label>
</div>
</div>
<div class="col m-2 row justify-content-around">
<img src="_img/sale.jfif" class="hotImg" alt="">
<div class="mt-2">
<p class="mb-0">lorem ipsum dolor</p>
<p class="mb-0">ut enim ad minim veniam</p>
<div class="rate">
<i class="material-icons starRate">star_border</i>
<i class="material-icons starRate">star_border</i>
<i class="material-icons starRate">star_border</i>
<i class="material-icons starRate">star_border</i>
<i class="material-icons starRate">star_border</i>
</div>
<label>
<span class="fw-bold">$95.00</span>
<span class="text-secondary" style="text-decoration: line-through">$150</span>
</label>
</div>
</div>
</div>
</div>
<!--promotional banner container-->
<div class="p-2 col-md-12 mx-auto">
<img src="_img/discount.jfif" class="w-100" alt="banner with a promotional image. 50% discount guaranted on some items">
</div>
<!--variety container-->
<div class="p-2 col-md-12 row">
<div id="variCont" class="d-flex justify-content-between border-3 border-bottom border-primary">
<label class="d-flex align-items-center">
<i class="material-icons me-sm-3">loyalty</i>
<h2 class="text-body text-uppercase mb-0">fashion & accessories</h2>
</label>
<div id="arrows" class="d-flex align-items-center mt-5">
<i id="prev" class="material-icons bg-primary text-white rounded-top me-1" role="button">keyboard_arrow_left</i>
<i id="prev" class="material-icons bg-primary text-white rounded-top" role="button">keyboard_arrow_right</i>
</div>
</div>
<!--miniImages buttons-->
<div class="d-flex justify-content-around" style="flex-wrap: wrap">
<div>
<button class="btn-sm mx-1 my-4 p-0 bg-white border-0">
<img src="_img/button.jpg" class="img-fluid" alt="">
</button>
<p class="mb-0 text-capitalize text-center">bags</p>
</div>
<div>
<button class="btn-sm mx-1 my-4 p-0 bg-white border-0">
<img src="_img/button.jpg" class="img-fluid" alt="">
</button>
<p class="mb-0 text-capitalize text-center">dress</p>
</div>
<div>
<button class="btn-sm mx-1 my-4 p-0 bg-white border-0">
<img src="_img/button.jpg" class="img-fluid" alt="">
</button>
<p class="mb-0 text-capitalize text-center">jeans</p>
</div>
<div>
<button class="btn-sm mx-1 my-4 p-0 bg-white border-0">
<img src="_img/button.jpg" class="img-fluid" alt="">
</button>
<p class="mb-0 text-capitalize text-center">mens</p>
</div>
<div>
<button class="btn-sm mx-1 my-4 p-0 bg-white border-0">
<img src="_img/button.jpg" class="img-fluid" alt="">
</button>
<p class="mb-0 text-capitalize text-center">t-shirt</p>
</div>
<div>
<button class="btn-sm mx-1 my-4 p-0 bg-white border-0">
<img src="_img/button.jpg" class="img-fluid" alt="">
</button>
<p class="mb-0 text-capitalize text-center">trending</p>
</div>
<div>
<button class="btn-sm mx-1 my-4 p-0 bg-white border-0">
<img src="_img/button.jpg" class="img-fluid" alt="">
</button>
<p class="mb-0 text-capitalize text-center">western</p>
</div>
<div>
<button class="btn-sm mx-1 my-4 p-0 bg-white border-0">
<img src="_img/button.jpg" class="img-fluid" alt="">
</button>
<p class="mb-0 text-capitalize text-center">women</p>
</div>
</div>
<!--offer container featuring 4 items at a time-->
<div class="">
<div class="col-md-12 d-md-flex justify-content-around" style="flex-wrap:wrap">
<div class="row col-md-6 my-3 p-1">
<div class="col-5 px-0">
<p class="mb-0 text-capitalize">lorem ipsum dolor</p>
<p class="mb-0 text-capitalize">ut enim ad minim</p>
<div>
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_rate</i>
</div>
<label>
<span class="fw-bold">$80.00</span>
<span class="text-secondary" style="text-decoration: line-through">$100.00</span>
</label>
<!--add items to cart buttons-->
<div class="d-flex">
<button class="d-flex align-items-center justify-content nw-75 text-capitalize bg-primary text-white border-0 rounded-1" style="font-size: 0.81rem"><i class="material-icons">local_mall</i> add to cart</button>
<button class="ms-1 w-25 bg-white text-primary border border-primary border-1 rounded-1" style="font-size: 0.81rem"><i class="material-icons">favorite</i></button>
</div>
</div>
<div class="position-relative col-7 px-0">
<img src="_img/sale.jfif" class="w-100 h-100" alt="">
<!--discount label-->
<label class="position-absolute bg-success rounded p-1" style="left: 1rem">
<span class="text-uppercase text-white fw-bold">new</span>
</label>
<label class="position-absolute bg-warning rounded p-1" style="right: 1rem">
<span class="text-uppercase text-white fw-bold">-20%</span>
</label>
</div>
</div>
<div class="row col-md-6 my-3 p-1">
<div class="col-5 px-0">
<p class="mb-0 text-capitalize">lorem ipsum dolor</p>
<p class="mb-0 text-capitalize">ut enim ad minim</p>
<div>
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_border</i>
</div>
<label>
<span class="fw-bold">$80.00</span>
<span class="text-secondary" style="text-decoration: line-through">$100.00</span>
</label>
<!--add items to cart buttons-->
<div class="d-flex">
<button class="d-flex align-items-center justify-content nw-75 text-capitalize bg-primary text-white border-0 rounded-1" style="font-size: 0.81rem"><i class="material-icons">local_mall</i> add to cart</button>
<button class="ms-1 w-25 bg-white text-primary border border-primary border-1 rounded-1" style="font-size: 0.81rem"><i class="material-icons">favorite</i></button>
</div>
</div>
<div class="position-relative col-7 px-0">
<img src="_img/sale.jfif" class="w-100 h-100" alt="">
<!--discount label-->
<label class="position-absolute bg-success rounded p-1" style="left: 1rem">
<span class="text-uppercase text-white fw-bold">new</span>
</label>
<label class="position-absolute bg-warning rounded p-1" style="right: 1rem">
<span class="text-uppercase text-white fw-bold">-20%</span>
</label>
</div>
</div>
<div class="row col-md-6 my-3 p-1">
<div class="col-5 px-0">
<p class="mb-0 text-capitalize">lorem ipsum dolor</p>
<p class="mb-0 text-capitalize">ut enim ad minim</p>
<div>
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_rate</i>
<i class="material-icons starRate">star_border</i>
<i class="material-icons starRate">star_border</i>
</div>
<label>
<span class="fw-bold">$80.00</span>
<span class="text-secondary" style="text-decoration: line-through">$100.00</span>
</label>
<!--add items to cart buttons-->
<div class="d-flex">
<button class="d-flex align-items-center justify-content nw-75 text-capitalize bg-primary text-white border-0 rounded-1" style="font-size: 0.81rem"><i class="material-icons">local_mall</i> add to cart</button>
<button class="ms-1 w-25 bg-white text-primary border border-primary border-1 rounded-1" style="font-size: 0.81rem"><i class="material-icons">favorite</i></button>
</div>
</div>
<div class="position-relative col-7 px-0">
<img src="_img/sale.jfif" class="w-100 h-100" alt="">
<!--discount label-->
<label class="position-absolute bg-warning rounded p-1" style="right: 1rem">
<span class="text-uppercase text-white fw-bold">-20%</span>
</label>
</div>
</div>
<div class="row col-md-6 my-3 p-1">
<div class="col-5 px-0">
<p class="mb-0 text-capitalize">lorem ipsum dolor</p>
<p class="mb-0 text-capitalize">ut enim ad minim</p>
<div>
<i class="material-icons starRate">star_border</i>
<i class="material-icons starRate">star_border</i>
<i class="material-icons starRate">star_border</i>
<i class="material-icons starRate">star_border</i>
<i class="material-icons starRate">star_border</i>
</div>
<label>
<span class="fw-bold">$80.00</span>
<span class="text-secondary" style="text-decoration: line-through">$100.00</span>
</label>
<!--add items to cart buttons-->
<div class="d-flex">
<button class="d-flex align-items-center justify-content nw-75 text-capitalize bg-primary text-white border-0 rounded-1" style="font-size: 0.81rem"><i class="material-icons">local_mall</i> add to cart</button>
<button class="ms-1 w-25 bg-white text-primary border border-primary border-1 rounded-1" style="font-size: 0.81rem"><i class="material-icons">favorite</i></button>
</div>
</div>
<div class="col-7 px-0">
<img src="_img/sale.jfif" class="w-100 h-100" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--footer-->
<footer class="p-2 col-md-12 text-center bg-primary">
<p class="mb-0 p-2">Desenvolvido por <a href="https://jeimoal.github.io/portifolio/" class="text-white">Jeison Moura</a></p>
</footer>
</div>
</body>
</html>