-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproducts_page.html
371 lines (289 loc) · 11.8 KB
/
products_page.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
<!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">
<script src="https://kit.fontawesome.com/4f2af7deb6.js" crossorigin="anonymous"></script>
<title>poducts page</title>
<link rel="stylesheet" href="./CSS/products_page.css">
<link rel="stylesheet" href="./CSS/boys.css">
<link rel="stylesheet" href="./CSS/index.css">
<link rel="stylesheet" href="./css/sigin.css">
<link rel="stylesheet" href="./css/pocket_cart_box.css">
</head>
<body>
<div id="navbar">
<div>
<div>
<i class="fa-solid fa-truck"></i>
Free Shipping
</div>
<div>
<i class="fa-solid fa-store"></i>
Return To Store
</div>
<div>
<i class="fa-solid fa-store"></i>
Click & Collect
</div>
</div>
<div id="links">
<a href="">Download Our Apps</a>
<div></div>
<a href="">Store Locator</a>
<div></div>
<a href="">Help</a>
</div>
</div>
<br>
<div id="Navbar2">
<div>
<img src="https://i1.lmsin.net/website_images/in/logos/logo-max.svg"
alt="logo">
<a href="women.html">Women</a>
<a href="">Men</a>
<a href="girls.html">Girls</a>
<a href="">Boys</a>
<div id="search">
<div> <i class="fa-solid fa-magnifying-glass"></i></div>
<div><input id="S" onkeyup="search()" placeholder="What are you looking for?"/></div>
</div>
</div>
<div id = "links2">
<a id="sign_up" >Sign Up</a>
<a id="sign_in" >Sign In</a>
<div></div>
<a href="basket.html" id="pocket_basket"> Basket</a>
<i id="basket" class="fa-solid fa-bag-shopping"></i>
</div>
</div>
<br><br>
<div id="main_box">
<br><br>
<br>
<div class="parent">
<div id="pocket_cart_box">cart</div>
</div>
<div class="parent_box">
<div id="cross_img"><img src="https://th.bing.com/th/id/R.30bace511841eb71e9f7c683c49aaf8b?rik=GYluK%2b8U5bSMZg&riu=http%3a%2f%2fcdn.onlinewebfonts.com%2fsvg%2fimg_5332.png&ehk=W1eOHRnQJ9vwFlACNT2DCFPckuEITF0G%2bxttWZoNoUA%3d&risl=&pid=ImgRaw&r=0" alt=""></div>
<div id="signup_box" class="box">
<h1>Create Account</h1>
<p>Enjoy the convenience of single account across all participation brands</p>
<form action="" id="form_1">
<p>Your name</p>
<input type="text" id="name_1" placeholder="Enter your good name">
<p>Email</p>
<input type="" id="email_1" placeholder="Your Email">
<p>Password</p>
<input type="password" id="password_1" placeholder="Password at least 6 characters">
<div id="tc">Already have an account? <a href="sigin.html">Sign in</a></div>
<hr>
<input type="submit" value="CONTINUE" id="submit_1" class="submit">
</form>
</div>
<div id="login_box" class="box">
<h1>Sign In</h1>
<p>Enjoy the convenience of single account across all participation brands</p>
<form action="" id="form_2">
<p>User name</p>
<input type="email" id="email_2" placeholder="Enter your email here">
<p>Password</p>
<input type="password" id="password_2" placeholder="Password at least 6 characters">
<div id="tc">Create your account <a href="signup.html">Sign up</a></div>
<hr>
<input type="submit" value="CONTINUE" id="submit_2" class="submit">
</form>
</div>
<div class="parent">
<div id="pocket_cart_box">cart</div>
</div>
</div>
<div id="innernavbar">
<select onclick="sortItems()" id="sorter">
<option value="">Sort By</option>
<option value="h2l">High To Low</option>
<option value="l2h">Low To High</option>
</select>
<br>
<br>
<select onchange="filterItems()" id="filter">
<option value="">Filter By</option>
<option value="5000">>5000</option>
<option value="3000">>3000</option>
<option value="1000">>1000</option>
</select>
<button onclick="clearFilters()">Reset</button>
</div>
<h1 id="searchItems">0</h1>
<div id="product_box">
</div>
<div id="footer">
<div id="subscription_details" class="border_bottom">
<div id="subscription_box1">
<h4>subscribe to our awesome emails</h4>
<p>Get our latest offers and news straight in your inbox</p>
<p id="text"> Thanks for singing up our newsletter</p>
<form action="" id="form">
<input type="text" name="" id="email" placeholder="mail id">
<input type="submit">
</form>
</div>
<div id="subscription_box2">
<h4>subscribe to our awesome emails</h4>
<p>Get our latest offers and news straight in your inbox</p>
<div id="download_links">
<div>
<img src="https://www.freepnglogos.com/uploads/app-store-logo-png/download-on-the-app-store-logo-png-23.png" alt="">
</div>
<div>
<img src="https://i0.wp.com/zeevector.com/wp-content/uploads/2021/01/Get-It-On-Google-Play-Logo-PNG.png?resize=768%2C228&ssl=1" alt="">
</div>
</div>
</div>
</div>
<div id="different_pages_links" class="border_bottom">
<div id="women">
<h6>Women</h6>
<a href="">Tops</a><br>
<a href="">Dresses & jumpsuits</a>
<br>
<a href="">SportsWEar</a>
<br>
<a href="">Bottoms</a>
<br>
<a href="">Winterwear</a>
<br>
<a href="">Ethnicwear</a>
<br>
<a href="">Lingerie</a>
<br>
<a href="">Sleepwear</a>
<br>
<a href="">Accessories</a>
<br>
<a href="">Shoes</a>
</div>
<div id="men">
<h6>Men</h6>
<a href="">Tops</a><br>
<a href="">bottoms</a>
<br>
<a href="">SportsWEar</a>
<br>
<a href="">Winterwear</a>
<br>
<a href="">Accessories</a>
<br>
<a href="">Shoes</a>
</div>
<div id="boys">
<h6>Boys</h6>
<a href="">Tops</a><br>
<a href="">Bottoms</a>
<br>
<a href="">IndianWear</a>
<br>
<a href="">Winterwear</a>
<br>
<a href="">Essentials</a>
<br>
<a href="">Accessories</a>
<br>
<a href="">Shoes</a>
</div>
<div id="girls">
<h6>Girls</h6>
<a href="">Tops</a><br>
<a href="">Bottoms</a>
<br>
<a href="">IndianWear</a>
<br>
<a href="">Winterwear</a>
<br>
<a href="">Essentials</a>
<br>
<a href="">Accessories</a>
<br>
<a href="">Shoes</a>
</div>
<div id="explore">
<h6>Explore</h6>
<a href="">Offers</a><br>
<a href="">Magazine</a>
</div>
<div id="about">
<h6>About</h6>
<a href="">About us</a><br>
<a href="">WriteTo Us</a>
<br>
<a href="https://www.linkedin.com/company/max-fashion-india/jobs/">Carriers</a>
<br>
<a href="">Take A tour</a>
<br>
<a href="">Blog</a>
<br>
<a href="">Store locater</a>
<br>
<a href="">Landmark cares</a>
</div>
<div id="help">
<h6>Help</h6>
<a href="">Contact Us</a><br>
<a href="">Shipping</a>
<br>
<a href="">Returns</a>
<br>
<a href="">Returns Policy</a>
<br>
<a href="">Returns Process</a>
<br>
<a href="">Help center</a>
</div>
</div>
<div id="contact_us_page" class="border_bottom">
<div id="contact_details">
<div>
<img src="https://cdn-icons-png.flaticon.com/512/1034/1034131.png" alt="">
<div>
<p>Talk to us</p>
<h4>1800-123-4444</h4>
</div>
</div>
<div>
<img src="https://cdn-icons-png.flaticon.com/512/35/35704.png" alt="">
<div>
<p>Talk to us</p>
<h4>1800-123-4444</h4>
</div>
</div>
<div>
<img src="https://cdn-icons.flaticon.com/png/512/542/premium/542638.png?token=exp=1645632655~hmac=348c9ec1d7b5fd50faf1577527fc9b3f" alt="">
<div>
<p>Talk to us</p>
<h4>1800-123-4444</h4>
</div>
</div>
</div>
<div id="icons">
<img src="https://cdn-icons-png.flaticon.com/512/20/20837.png" alt="">
<img src="https://cdn-icons-png.flaticon.com/512/733/733635.png" alt="">
<img src="https://cdn-icons.flaticon.com/png/512/717/premium/717392.png?token=exp=1645629281~hmac=999efc8d16b32f39638ed372fa0192df" alt="">
</div>
</div>
<div id="last_box">
<img src="https://www.logolynx.com/images/logolynx/d5/d5b619307ee47264329a566eed1bcf3b.jpeg" alt="">
<div>
<p>@ 2022 Retail World Limited.</p>
<p>Terms And conditions Privacy-policy</p>
</div>
</div>
</div>
</div>
</body>
<script src="./JS/data.js"></script>
<script src="./JS/products_page.js"></script>
<script src="./JS/index.js"></script>
<script src="./js/signup_login.js"></script>
<script src="./js/pocket_cart_box.js"></script>
</html>