-
Notifications
You must be signed in to change notification settings - Fork 0
/
clothing.html
218 lines (201 loc) · 6.49 KB
/
clothing.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>E-Commerce Product Website</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- Header Section -->
<header>
<!-- Header-1 -->
<!-- Promo-bar -->
<div class="promo-bar">
<p>We <i class="fa fa-heart blinking-heart"></i> Best Sellers!</p>
<button class="shop-now-btn">SHOP NOW</button>
</div>
<!-- Header-2 -->
<!-- Logo -->
<div class="header">
<div class="logo">
<a href="./index.html">Daraz</a>
</div>
<!-- Search -->
<div class="search-bar">
<input type="text" placeholder="Search..." />
<button><i class="fa fa-search"></i></button>
</div>
<!-- nav -->
<div class="icons">
<a href="index.html"> <i class="fa fa-user"></i></a>
<i class="fa fa-shopping-cart"></i>
<i class="fa fa-heart"></i>
<i class="fa fa-headphones"></i>
<a href="#contact"><i class="fa fa-globe"></i></a>
</div>
</div>
<!-- Header-3 -->
<!-- Product Menu -->
<div class="product-menu">
<a href="clothing.html">Clothing</a>
<a href="electronics.html">Electronics</a>
</div>
</header>
<!-- Main Section -->
<main>
<section class="product-list">
<!-- 1st Product -->
<div class="product-container">
<img
src="/Product Image/Denim Jacket.jpeg"
alt="Product Image"
class="product-image"
/>
<h1 class="product-name">Levi's Denim Jacket</h1>
<p class="product-price">$79.99</p>
<p class="product-description">
Classic and versatile, this denim jacket from Levi's adds a cool edge to any outfit.
</p>
<button class="add-to-cart">Add to Cart</button>
</div>
<!-- 2nd Product -->
<div class="product-container">
<img
src="/Product Image/Nike Running Shoes.jpeg"
alt="Product Image"
class="product-image"
/>
<h1 class="product-name">Nike Running Shoes</h1>
<p class="product-price">$120.00</p>
<p class="product-description">
Lightweight, breathable, and perfect for both performance and casual wear.
</p>
<button class="add-to-cart">Add to Cart</button>
</div>
<!-- 3rd Product -->
<div class="product-container">
<img
src="/Product Image/Adidas Hoodie.jpeg"
alt="Product Image"
class="product-image"
/>
<h1 class="product-name">Adidas Hoodie</h1>
<p class="product-price">$59.99</p>
<p class="product-description">
Stay warm and comfortable with this stylish hoodie from Adidas, perfect for workouts or casual wear.
</p>
<button class="add-to-cart">Add to Cart</button>
</div>
<!-- 4th Product -->
<div class="product-container">
<img
src="/Product Image/Women's Blazer.jpeg"
alt="Product Image"
class="product-image"
/>
<h1 class="product-name">Zara Women's Blazer</h1>
<p class="product-price">$89.99</p>
<p class="product-description">
Sophisticated and sleek, this blazer is perfect for both formal and business casual occasions.
</p>
<button class="add-to-cart">Add to Cart</button>
</div>
<!-- 5th Product -->
<div class="product-container">
<img
src="/Product Image/Polo Ralph Lauren T-Shirt.jpeg"
alt="Product Image"
class="product-image"
/>
<h1 class="product-name">Polo Ralph Lauren T-Shirt</h1>
<p class="product-price">$49.99</p>
<p class="product-description">
A timeless classic, this Polo Ralph Lauren T-shirt is made from soft cotton for ultimate comfort.
</p>
<button class="add-to-cart">Add to Cart</button>
</div>
<!-- 6th Product -->
<div class="product-container">
<img
src="/Product Image/H&M Skinny Jeans.jpeg"
alt="Product Image"
class="product-image"
/>
<h1 class="product-name">H&M Skinny Jeans</h1>
<p class="product-price">$39.99</p>
<p class="product-description">
These trendy skinny jeans offer a sleek look while providing all-day comfort.
</p>
<button class="add-to-cart">Add to Cart</button>
</div>
<!-- 7th Product -->
<div class="product-container">
<img
src="/Product Image/Tommy Hilfiger Leather Belt.jpeg"
alt="Product Image"
class="product-image"
/>
<h1 class="product-name">Tommy Hilfiger Leather Belt</h1>
<p class="product-price">$45.00</p>
<p class="product-description">
A durable, high-quality leather belt that adds a touch of class to any outfit.
</p>
<button class="add-to-cart">Add to Cart</button>
</div>
<!-- 8th Product -->
<div class="product-container">
<img
src="/Product Image/Uniqlo Puffer Jacket.jpeg"
alt="Product Image"
class="product-image"
/>
<h1 class="product-name">Uniqlo Puffer Jacket</h1>
<p class="product-price">$89.99</p>
<p class="product-description">
This lightweight yet warm puffer jacket is perfect for chilly weather, without compromising on style.
</p>
<button class="add-to-cart">Add to Cart</button>
</div>
<!-- 9th Product -->
<div class="product-container">
<img
src="/Product Image/Gucci Silk Scarf.jpeg"
alt="Product Image"
class="product-image"
/>
<h1 class="product-name">Gucci Silk Scarf</h1>
<p class="product-price">$350.00</p>
<p class="product-description">
Add luxury to your wardrobe with this exquisite silk scarf from Gucci, perfect for any season.
</p>
<button class="add-to-cart">Add to Cart</button>
</div>
<!-- 10th Product -->
<div class="product-container">
<img
src="/Product Image/The North Face Fleece Jacket.jpeg"
alt="Product Image"
class="product-image"
/>
<h1 class="product-name">The North Face Fleece Jacket</h1>
<p class="product-price">$99.99</p>
<p class="product-description">
Perfect for outdoor adventures, this fleece jacket from The North Face keeps you warm and stylish.
</p>
<button class="add-to-cart">Add to Cart</button>
</div>
</section>
</main>
<!-- Footer Section -->
<footer>
<div id="contact">
<p>Contact us: [email protected] | Phone: +123 456 7890</p>
</div>
<p>
Follow us on: <a href="#">Facebook</a> | <a href="#">Twitter</a> |
<a href="#">Instagram</a>
</p>
</footer>
</body>
</html>