forked from LaxyaRupeja/Stylio-Ecommerce-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
women.html
344 lines (342 loc) · 11.8 KB
/
women.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
<!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" />
<link rel="stylesheet" href="styles/women.css" />
<link rel="stylesheet" href="styles/footer.css" />
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined"
rel="stylesheet"
/>
<title>Women</title>
</head>
<body>
<div id="navbar">
<div>
<a href="./index.html"><img src="./images/logo.png" id="logo" /></a>
</div>
<div class="one" id="men_link">
<a href="./productsPage.html">
<p>MEN</p>
</a>
</div>
<div class="one" id="women_link">
<a href="./women.html">
<p>WOMEN</p>
</a>
</div>
<div class="one" id="kids_link">
<p>KIDS</p>
</div>
<div class="one" id="indie_link">
<p>INDIE</p>
</div>
<div class="one" id="home_link">
<p>HOME AND KITCHEN</p>
</div>
<div id="subnavbar">
<div id="navbar_info">
<div>
<p>Customer Care</p>
</div>
<div id="navbar_signin_btn">
<a href="">Sign In / Join AJIO</a>
</div>
</div>
<div>
<div class="search">
<input type="text" placeholder="Search AJIO" id="search_box" />
</div>
<div class="search">
<button>
<span class="material-icons-outlined"> search </span>
</button>
</div>
<div>
<a href=""
><span class="material-icons-outlined"> checkroom </span></a
>
</div>
<div id="cart_icon">
<a href="cart.html"
><span class="material-icons-outlined"> shopping_bag </span></a
>
</div>
</div>
</div>
</div>
<div id="layer_mask"></div>
<div id="dropdown_container">
<div>
<div>
<p>Shop By:</p>
</div>
<div>
<p>CATEGORIES</p>
</div>
</div>
<div>
<div>
<h4><a href="productsPage.html">CLOTHING</a></h4>
<h4><a href="productsPage.html">FOOTWEAR & ACCESSORIES</a></h4>
<h4><a href="productsPage.html">ALL THATS NEW</a></h4>
<p><a href="productsPage.html">Clothing</a></p>
<p><a href="productsPage.html">Footwear</a></p>
<p><a href="productsPage.html">Accessories</a></p>
<h4><a href="productsPage.html">INTERNATIONAL BRANDS</a></h4>
<h4><a href="productsPage.html">WINTERWEAR</a></h4>
<h4><a href="productsPage.html">NIGHT & LOUNGEWEAR</a></h4>
<h4><a href="productsPage.html">GROOMING</a></h4>
<h4><a href="productsPage.html">ETHNIC & FESTIVE</a></h4>
<p><a href="productsPage.html">Kurtas And Shirts</a></p>
<p><a href="productsPage.html">Nehru Jackets</a></p>
</div>
<div>
<h4><a href="productsPage.html">WESTERN WEAR</a></h4>
<p><a href="productsPage.html">Jackets & Coats</a></p>
<p><a href="productsPage.html">Jeans</a></p>
<p><a href="productsPage.html">Shirts</a></p>
<p><a href="productsPage.html">Shorts & 3/4ths</a></p>
<p><a href="productsPage.html">Sweatshirts & Hoodies</a></p>
<p><a href="productsPage.html">Track Pants</a></p>
<p><a href="productsPage.html">Trousers & Pants</a></p>
<p><a href="productsPage.html">T-Shirts</a></p>
<h4><a href="productsPage.html">FOOTWEAR</a></h4>
<p><a href="productsPage.html">Casual Shoes</a></p>
<p><a href="productsPage.html">Flip-Flops & Slippers</a></p>
<p><a href="productsPage.html">Formal Shoes</a></p>
<p><a href="productsPage.html">Sandals</a></p>
<p><a href="productsPage.html">Sneakers</a></p>
<p><a href="productsPage.html">Sports Shoes</a></p>
</div>
<div>
<h4><a href="productsPage.html">ACCESSORIES</a></h4>
<p><a href="productsPage.html">Backpacks</a></p>
<p><a href="productsPage.html">Bags & Wallets</a></p>
<p><a href="productsPage.html">Belts</a></p>
<p><a href="productsPage.html">Fashion Accessories</a></p>
<p><a href="productsPage.html">Socks</a></p>
<p><a href="productsPage.html">Sunglasses & Frames</a></p>
<p><a href="productsPage.html">Wallets</a></p>
<p><a href="productsPage.html">Watches</a></p>
<h4><a href="productsPage.html">PRECIOUS JEWELLERY</a></h4>
<p><a href="productsPage.html">Gold And Silver Coins</a></p>
<p><a href="productsPage.html">Gold And Diamonds Jewellery</a></p>
<p><a href="productsPage.html">Silver Jewellery</a></p>
<h4><a href="productsPage.html">INNERWEAR</a></h4>
<p><a href="productsPage.html">Trunks & Boxers</a></p>
<p><a href="productsPage.html">Vests</a></p>
</div>
<div>
<h4><a href="productsPage.html">FEATURED</a></h4>
<p><a href="productsPage.html">Bags Under 1499</a></p>
<p><a href="productsPage.html">Footwear Under 1499</a></p>
<p><a href="productsPage.html">Jeans Under 1199</a></p>
<p><a href="productsPage.html">Shorts & 3/4ths Under 699</a></p>
<h4><a href="productsPage.html">#AJIORECOMMENDS</a></h4>
<p><a href="/productsPage.html">Play Time</a></p>
</div>
</div>
</div>
<main>
<div class="leftFilter">
<div class="category">
<h2>Refine By</h2>
<div class="optionsCat">
<h3 id="cate">Category <i class="fa-solid fa-minus"></i></h3>
<div id="tshirt">
<input
value="Tshirt"
type="checkbox"
name="category"
id="tshirt"
/>
<p>Tshirt</p>
</div>
<div class="Shirt">
<input value="Shirt" type="checkbox" name="category" id="shirt" />
<p>Shirt</p>
</div>
<div class="Jeans">
<input value="Jeans" type="checkbox" name="category" id="Jeans" />
<p>Jeans</p>
</div>
<div class="trackpant">
<input
value="Trackpant"
type="checkbox"
name="category"
id="trackpant"
/>
<p>Track Pant</p>
</div>
<div class="sweatshirt">
<input
value="SweatShirt"
type="checkbox"
name="category"
id="SweatShirt"
/>
<p>Sweat Shirt</p>
</div>
</div>
<div style="width: 70%" class="price">
<h3 id="priceSS">Price <i class="fa-solid fa-minus"></i></h3>
<div class="below500">
<input value="500" type="checkbox" name="category" id="fivehun" />
<p>Below Rs.500</p>
</div>
<div class="fivetotho">
<input value="1000" type="checkbox" name="category" id="tho" />
<p>Rs.500-1000</p>
</div>
<div class="fiveteen">
<input
value="1500"
type="checkbox"
name="category"
id="fifteen"
/>
<p>Rs.1001-1500</p>
</div>
<div class="twok">
<input value="2000" type="checkbox" name="category" id="twokk" />
<p>Rs.1501-2000</p>
</div>
<div class="moretwok">
<input value="3000" type="checkbox" name="category" id="more2k" />
<p>More than 2000</p>
</div>
</div>
<div class="Brand">
<h3 id="bran">Brand <i class="fa-solid fa-minus"></i></h3>
<div class="18 Edition">
<input value="500" type="checkbox" name="category" id="fivehun" />
<p>18 Edition</p>
</div>
<div class="fivetotho">
<input value="1000" type="checkbox" name="category" id="tho" />
<p>2BME</p>
</div>
<div class="fiveteen">
<input
value="1500"
type="checkbox"
name="category"
id="fifteen"
/>
<p>2GO</p>
</div>
<div class="twok">
<input value="2000" type="checkbox" name="category" id="twokk" />
<p>3Pin</p>
</div>
<div class="moretwok">
<input value="3000" type="checkbox" name="category" id="more2k" />
<p>4290</p>
</div>
</div>
<div class="Size">
<h3 id="fitsize">Size & Fit<i class="fa-solid fa-minus"></i></h3>
<div class="18 Edition">
<input value="500" type="checkbox" name="category" id="fivehun" />
<p>M</p>
</div>
<div class="fivetotho">
<input value="1000" type="checkbox" name="category" id="tho" />
<p>L</p>
</div>
<div class="fiveteen">
<input
value="1500"
type="checkbox"
name="category"
id="fifteen"
/>
<p>L</p>
</div>
<div class="twok">
<input value="2000" type="checkbox" name="category" id="twokk" />
<p>XL</p>
</div>
<div class="moretwok">
<input value="3000" type="checkbox" name="category" id="more2k" />
<p>XXL</p>
</div>
</div>
</div>
</div>
<div class="center">
<h1>Women's Clothing</h1>
<div class="sortStrip">
<p><span id="totalItem"></span>Item Found</p>
<select name="sort" id="sortbyprice">
<option value="">Sort By Price</option>
<option value="a-z">Low To High</option>
<option value="z-a">High To Low</option>
</select>
</div>
<div class="cardList"></div>
</div>
</main>
<div id="footer">
<div>
<img src="./images/footerIcons.jpeg" />
</div>
<div>
<div id="sub_footer">
<div>
<h4>Stylio</h4>
<p>Who We Are</p>
<p>Join Our Team</p>
<p>Terms & Conditions</p>
<p>We Respect Your Privacy</p>
<p>Fees & Payments</p>
<p>Returns & Refunds Policy</p>
<p>Promotions Terms & Conditions</p>
</div>
<div>
<h4>Help</h4>
<p>Track Your Order</p>
<p>Frequently Asked Questions</p>
<p>Returns</p>
<p>Cancellations</p>
<p>Payments</p>
<p>Customer Care</p>
<p>How Do I Redeem My Coupon</p>
</div>
<div>
<h4>Shop By</h4>
<p>Men</p>
<p>Women</p>
<p>Kids</p>
<p>Indie</p>
<p>Stores</p>
<p>New Arrivals</p>
<p>Brand Directory</p>
<p>Home</p>
<p>Collections</p>
</div>
<div>
<h4>Follow us</h4>
<p>Facebook</p>
<p>Instagram</p>
<p>Twitter</p>
<p>Pinterest</p>
</div>
</div>
<div>
<img src="./images/footerBottom.jpeg" />
</div>
</div>
</div>
</body>
<script src="src/women.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script
src="https://kit.fontawesome.com/3f3c9dcd03.js"
crossorigin="anonymous"
></script>
</html>