-
Notifications
You must be signed in to change notification settings - Fork 0
/
categories.html
124 lines (110 loc) · 5.36 KB
/
categories.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
<!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="style.css">
<linK rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<linK rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<title>PRODUCTS SECTION</title>
</head>
<body>
<d[v class="container">
<h2>NEW ARRIVALS</h2>
<div class="row">
<div class="col-md-3">
<div class="product-top">
<img src="https://i.pinimg.com/originals/26/8e/2d/268e2d5a945661c6bff2a83c5da9e77c.jpg"width="270" height="350" >
<div class="overlay">
<button type="button" class="btn btn-secondary" title="Quick shop"><i class="fa fa-eye"></i></button>
<button type="button" class="btn btn-secondary" title="Wishlist"><i class="fa fa-heart"></i></button>
<button type="button" class="btn btn-secondary" title="Add to Cart"><i class="fa fa-shopping-cart"></i></button>
</div>
</div>
<div class="product-bottom text-center">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-o"></i>
<i class="fa fa-star-o"></i>
<h3>BLACK HEELS WITH RED COLORED BOTTOM</h3>
<h5>RS.6000</h5>
</div>
</div>
<div class="col-md-3">
<div class="product-top">
<img src="https://cdn.webshopapp.com/shops/178199/files/274798519/1000x1300x2/coco-timberland-high-heels-lace-up-with-platform.jpg" width="250" height="350">
<div class="overlay">
<button type="button" class="btn btn-secondary" title="Quick shop"><i class="fa fa-eye"></i></button>
<button type="button" class="btn btn-secondary" title="Wishlist"><i class="fa fa-heart"></i></button>
<button type="button" class="btn btn-secondary" title="Add to Cart"><i class="fa fa-shopping-cart"></i></button>
</div>
</div>
<div class="product-bottom text-center">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-o"></i>
<i class="fa fa-star-o"></i>
<h3>TIMBERLAND HIGH HEELS BOOTSTYLE</h3>
<h5>RS.10000</h5>
</div>
</div>
<div class="col-md-3">
<div class="product-top">
<img src="https://weddingestates.com/wp-content/uploads/2019/12/winter-wedding-heels.jpg" width="250" height="350">
<div class="overlay">
<button type="button" class="btn btn-secondary" title="Quick shop"><i class="fa fa-eye"></i></button>
<button type="button" class="btn btn-secondary" title="Wishlist"><i class="fa fa-heart"></i></button>
<button type="button" class="btn btn-secondary" title="Add to Cart"><i class="fa fa-shopping=cart"></i></button>
</div>
</div>
<div class="product-bottom text-center">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-o"></i>
<i class="fa fa-star-o"></i>
<h3>GOLDEN winter-wedding-heels</h3>
<h5>RS.15000</h5>
</div>
<div class="col-md-3">
<div class="product-top">
<img src="https://kissthebride.biz/wp-content/uploads/2019/12/A801CD55-B05A-49B6-A863-27B5CFE06802.jpeg" width="250" height="300">
<div class="overlay">
<button type="button" class="btn btn-secondary" title="Quick shop"><i class="fa fa-eye"></i></button>
<button type="button" class="btn btn-secondary" title="Wishlist"><i class="fa fa-heart"></i></button>
<button type="button" class="btn btn-secondary" title="Add to Cart"><i class="fa fa-shopping-cart"></i></button>
</div>
</div>
<div class="product-bottom text-center">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-o"></i>
<i class="fa fa-star-o"></i>
<h3>WEDDING HEELS</h3>
<h5>RS.8000</h5>
</div>
<div class="col-md-3">
<div class="product-top">
<img src= "https://cdn.cliqueinc.com/posts/260523/comfortable-wedding-shoes-for-the-bride-260523-1528940863123-product.700x0c.jpg"Width="250" height="300">
<div class="overlay">
<button type="button" class="btn btn-secondary" title="Quick shop"><i class="fa fa-eye"></i></button>
<button type="button" class="btn btn-secondary" title="Wishlist"><i class="fa fa-heart"></i></button>
<button type="button" class="btn btn-secondary" title="Add to Cart"><i class="fa fa-shopping=cart"></i></button>
</div>
</div>
<div class="product-bottom text-center">
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-o"></i>
<i class="fa fa-star-o"></i>
<h3>WHITE HEELS</h3>
<h5>RS.10000</h5>
</div>
</div>
</div>
</body>
</html>