-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproduct.html
444 lines (431 loc) · 16.4 KB
/
product.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
<!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" />
<title>
Online Shopping Site for Fashion, Electronics, Home & More | Meesho
</title>
<!--fontawesome-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!--Roboto font family-->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="icon" href="./feviIcon/android-chrome-512x512.png" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/product.css">
</head>
<body>
<header>
<div class="headerLeft">
<div id="logo-container">
<a href="./index.html"><img src="./img/project logo1.jpg" alt="" id="logo"></a>
</div>
<!--Search box-->
<div id="serchInputContainer">
<div id="serchIcon">
<img src="./img/search.png" alt="">
</div>
<form id="form">
<input type="text" autocomplete="off" placeholder="Try Saree, Kurti or Search by Product Code" id="inputSerch">
</form>
<div id="serchInputClose">
<i class="fa-solid fa-xmark" id="searchClose"></i>
</div>
<div class="serchRecentBox">
<h3>Recent Serches</h3>
<div class="recentSerchList">
</div>
</div>
</div>
</div>
<div class="headerRight">
<div class="downloadContainer">
<div class="mobileIcon">
<img src="./img/mobile.png" alt="">
</div>
<p>Download App</p>
<div class="downloadHoverBtnContainer">
<h3>Download From</h3>
<a href="" class="downloadBtn">
<img src="https://images.meesho.com/images/pow/playstore-icon-big.webp" alt="playstore">
</a>
<a href="" class="downloadBtn">
<img src="https://images.meesho.com/images/pow/appstore-icon-big.webp" alt="appStore">
</a>
</div>
</div>
<div class="sellerContainer">
<p>Become a Supplier</p></a>
</div>
<div class="profileCartContainer">
<div class="profileContainer">
<div class="profileIcon">
<img src="./img/user.png" alt="">
</div>
<p>Profile</p>
<div class="profileHoverContainer">
<h3>Hello User</h3>
<p>To access your iskra account</p>
<div class="profileSignUpBtn">
<a href="#">
<button> Sign Up</button>
</a>
</div>
<h3><i class="fa-solid fa-bag-shopping" id="bag"></i>My Orders</h3>
</div>
</div>
<div class="cartContainer">
<div class="cartIcon">
<img src="./img/cart.png" alt="">
</div>
<p>Cart</p>
</div>
</div>
</div>
</header>
<!-- navigation code -->
<nav>
<ul>
<li>Women Ethnic
<div class="subMenu">
<div id="womenEthic" class="submenuList">
<div class="column">
<h4>All Women Ethnic</h4>
<p><a href="./viewall.html">View All</p></a>
</div>
<div class="column">
<h4>Sarees</h4>
<p>All Sarees</p>
<p>Silk Sarees</p>
<p>Cotton Silk Sarees</p>
<p>Cotton Sarees</p>
<p>Georgette Sarees</p>
<p>Chiffon Sarees</p>
<p>Satin Sarees</p>
<p>Embroidered Sarees</p>
</div>
<div class="column">
<h4>Kurtis</h4>
<p>All Kurtis</p>
<p>Anarkali</p>
<p>Kurtis</p>
<p>Rayon Kurtis</p>
<p>Cotton Kurtis</p>
<p>Embroidered Kurtis</p>
</div>
<div class="column">
<h4>Kurta Sets</h4>
<p>All Kurta Sets</p>
</div>
<div class="column">
<h4>Other Ethnic</h4>
<p>All Suits & Dress Material</p>
<p>Cotton Suits</p>
<p>Embroidered Suits</p>
<p>Chanderi Suits</p>
</div>
<div class="column">
<h4>Suits & Dress Material</h4>
<p>Blouses</p>
<p>Dupattas</p>
<p>Lehanga</p>
<p>Gown</p>
<p>Ethnic Bottomwear</p>
</div>
</div>
</div>
</li>
<li>Women Western
<div class="subMenu">
<div id="womenWestern" class="submenuList">
<div class="column">
<h4>Topwear</h4>
<p>Tops</p>
<p>Dresses</p>
<p>Sweaters</p>
<p>Jumpsuits</p>
</div>
<div class="column">
<h4>Bottomwear</h4>
<p>Jeans</p>
<p>Jeggings</p>
<p>Palazzos</p>
<p>Shorts</p>
<p>Skirts</p>
</div>
<div class="column">
<h4>Innerwear</h4>
<p>Bra</p>
<p>Briefs</p>
</div>
<div class="column">
<h4>Sleepwear</h4>
<p>Nightsuits</p>
<p>Babydolls</p>
</div>
</div>
</div>
</li>
<li>Men
<div class="subMenu">
<div id="men" class="submenuList">
<div class="column">
<h4>Top Wear</h4>
<p>All Top Wear</p>
<p>Tshirts</p>
<p>Shirts</p>
</div>
<div class="column">
<h4>Bottom Wear</h4>
<p>Track Pants</p>
<p>Jeans</p>
<p>Trousers</p>
</div>
<div class="column">
<h4>Men Accessories</h4>
<p>All Men Accessories</p>
<p>Watches</p>
<p>Belts</p>
<p>Wallets</p>
<p>Jewellery</p>
<p>Sunglasses</p>
<p>Bags</p>
</div>
<div class="column">
<h4>Men Footwear</h4>
<p>Casual Shoes</p>
<p>Sports Shoes</p>
<p>Sandals</p>
<p>Formal Shoes</p>
</div>
<div class="column">
<h4>Ethnic Wear</h4>
<p>Men Kurtas</p>
<p>Ethnic Jackets</p>
</div>
<div class="column">
<h4>Inner & Sleep Wear</h4>
<p>All Inner & Sleep Wear</p>
<p>Vests</p>
</div>
</div>
</div>
</li>
<li>Kids
<div class="subMenu">
<div id="kids" class="submenuList">
<div class="column">
<h4>Boys & Girls 2+ Years</h4>
<p>Dresses</p>
</div>
<div class="column">
<h4>Infant 0-2 Years</h4>
<p>Rompers</p>
</div>
<div class="column">
<h4>Toys & Accessories</h4>
<p>Soft Toys</p>
<p>Footwear</p>
<p>Stationery</p>
<p>Watches</p>
<p>Bags & Backpacks</p>
</div>
<div class="column">
<h4>Baby Care</h4>
<p>All Baby Care</p>
</div>
</div>
</div>
</li>
<li>Home & Kitchen
<div class="subMenu">
<div id="HomeAndKitchen" class="submenuList">
<div class="column">
<h4>Home Furnishing</h4>
<p>Bedsheets</p>
<p>Doormats</p>
<p>Curtains & Sheers</p>
<p>Cushions & Cushion Covers</p>
<p>Mattress Protectors</p>
</div>
<div class="column">
<h4>Home Decor</h4>
<p>All Home Decor</p>
<p>Doormats</p>
<p>Stickers</p>
<p>Clocks</p>
<p>Showpieces</p>
</div>
<div class="column">
<h4>Kitchen & Dining</h4>
<p>Kitchen Storage</p>
<p>Cookware & Bakeware</p>
</div>
</div>
</div>
</li>
<li>Beauty & Health
<div class="subMenu">
<div id="beautyAndHealth" class="submenuList">
<div class="column">
<h4>Make up</h4>
<p>Face</p>
<p>Eyes</p>
<p>Lips</p>
<p>Nails</p>
</div>
<div class="column">
<h4>Wellness</h4>
<p>Sanitizers</p>
<p>Oral Care</p>
<p>Feminine Hygiene</p>
</div>
<div class="column">
<h4>Skincare</h4>
<p>Deodorants</p>
</div>
</div>
</div>
</li>
<li>Jewellery & Accessories
<div class="subMenu">
<div id="JewelleryAndAccessories" class="submenuList">
<div class="column">
<h4>Jewellery</h4>
<p>Jewellery Set</p>
<p>Earrings</p>
<p>Mangalsutras</p>
<p>Studs</p>
<p>Bangles</p>
<p>Necklaces</p>
<p>Rings</p>
<p>Anklets</p>
</div>
<div class="column">
<h4>Women Accessory</h4>
<p>Bags</p>
<p>Watches</p>
<p>Hair Accessories</p>
<p>Sunglasses</p>
<p>Socks</p>
</div>
</div>
</div>
</li>
<li>Bags & Footwear
<div class="subMenu">
<div id="BagsFootWarId" class="submenuList">
<div class="column">
<h4>Women Bags</h4>
<p>All Women Bags</p>
<p>Handbags</p>
<p>Clutches</p>
<p>Slingbags</p>
</div>
<div class="column">
<h4>Men Bags</h4>
<p>All Men Bags</p>
<p>Men Wallets</p>
<p>Feminine Hygiene</p>
</div>
<div class="column">
<h4>Men Footwear</h4>
<p>Sports Shoes</p>
<p>Casual Shoes</p>
<p>Formal Shoes</p>
<p>Sandals</p>
</div>
<div class="column">
<h4>Women Footwear</h4>
<p>Flatss</p>
<p>Bellies</p>
<p>Juttis</p>
</div>
</div>
</div>
</li>
<li>Electronics
<div class="subMenu">
<div id="ElectronicsId" class="submenuList">
<div class="column">
<h4>Mobile & Accessories</h4>
<p>All Mobile & Accessories</p>
<p>Smartwatches</p>
<p>Mobile Holders</p>
<p>Mobile cases and covers</p>
</div>
<div class="column">
<h4>Appliances</h4>
<p>All Appliances</p>
<p>Grooming</p>
<p>Home Appliances</p>
</div>
</div>
</div>
</li>
</ul>
</nav>
<div class="prodcutOrderContainer">
</div>
<div class="footerContainer">
<div class="detailContainer1">
<h1>Shop Non-Stop on Meesho</h1>
<p>Trusted by more than 1 Crore Indians</p>
<p>Cash on Delivery | Free Delivery</p>
<div class="detailsAppDownloadContainer">
<div class="footerPlaystore">
<img src="https://images.meesho.com/images/pow/playstore-icon-big.png" alt="">
</div>
<div class="footerAppstore">
<img src="https://images.meesho.com/images/pow/appstore-icon-big.png" alt="">
</div>
</div>
</div>
<div class="detailsContainer2">
<p>Careers</p>
<p>Become a supplier</p>
<p>Hall of Fame</p>
</div>
<div class="detailsContainer3">
<p>Legal and Policies</p>
<p>Meesho Tech Blog</p>
<p>Notices and Returns</p>
</div>
<div class="detailsContainer4">
<h3>Reach out to us</h3>
<div class="socialMediaPoster">
<div class="facebook">
<img src="https://images.meesho.com/images/pow/facebook.png" alt="">
</div>
<div class="insta">
<img src="https://images.meesho.com/images/pow/instagram.png" alt="">
</div>
<div class="youtube">
<img src="https://images.meesho.com/images/pow/youtube.png" alt="">
</div>
<div class="linkdin">
<img src="https://images.meesho.com/images/pow/linkedin.png" alt="">
</div>
<div class="twitter">
<img src="https://images.meesho.com/images/pow/twitter.png" alt="">
</div>
</div>
</div>
<div class="detailsContainer5">
<h3>Contact us</h3>
<p>Fashnear Technologies Private Limited,
<p> CIN: U74900KA2015PTC082263</p>
<p> 06-105-B, 06-102, (138 Wu) </p>
<p> Vaishnavi Signature, No. 78/9, </p>
<p> Outer Ring Road, Bellandur, </p>
<p> Varthur Hobli, Bengaluru-560103, </p>
<p> Karnataka, India</p>
<p> E-mail address:</p>
<p> query@meesho.com</p>
<p> © 2015-2022 Meesho.com</p>
</div>
</div>
<script src="./scripts/product.js"></script>
</body>
</html>