-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
497 lines (492 loc) · 16.7 KB
/
index.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
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Online Fashion Shopping for Men, Women, Accessories - Bewakoof.com
</title>
<link
rel="shortcut icon"
type="image/x-icon"
href="https://images.bewakoof.com/web/favicon-1635856217.png"
/>
<link rel="stylesheet" href="./style/navbar.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./style/homepage.css" />
</head>
<body>
<!-- HTML for Navbar starts here -->
<div id="navbar">
<nav id="nav1">
<div>
<div>
<a href="#">Offers</a>
<a href="#">Fanbook</a>
<a href="#" id="mobile-icon"
><img src="./navbar/mobile-icon.png" />   Download App</a
>
<a href="#">TriBe Membership</a>
</div>
<div>
<a href="#">Contact Us</a>
<a href="#">Track Order</a>
</div>
</div>
</nav>
<nav id="nav2">
<div>
<div id="logo">
<a href="./index.html">
<img src="./navbar/bewakoof-logo.png" alt=""
/></a>
</div>
<div>
<span><a href="./menpage.html">MEN</a></span>
<span><a href="./womenpage.html">WOMEN</a></span>
<span><a href="#">MOBILE COVERS</a></span>
</div>
<div>
<div id="search-icon">
<img src="./navbar/ic-web-head-search.svg" id="search-img" />
<input
type="search"
placeholder="Search by categoty or collection"
/>
</div>
<p>|</p>
<a href="login.html" id="login_a">Login</a>
<span id="login_button">
<img src="./navbar/humanicon.svg" alt="" id="humanicon" />
</span>
<a href="#"
><img
src="./navbar/ic-web-head-wishlist.svg"
alt=""
id="heart-icon"
/></a>
<span class="cart-icon">
<a href="cart.html">
<img src="./navbar/ic-web-head-cart.svg" alt="" />
</a>
<sup class="cart-quantity">0</sup>
</span>
<a href="#"
><img src="./navbar/flag-icon.png" alt="" id="flag-icon"
/></a>
</div>
</div>
</nav>
<div id="dropdown_menu_men">
<!-- append everything here -->
</div>
<div id="dropdown_menu_women">
<!-- append everything here -->
</div>
<div id="dropdown_menu_mobile">
<!-- append everything here -->
</div>
<div id="main_login_dropdown">
<div id="login_dropdown" class="dropdown-content">
<a href="#" id="laptop_login">Hello Ashutosh</a>
<a href="cart.html">My Orders</a>
<a href="#" id="logout_button">Logout</a>
</div>
</div>
<div id="nav_small_screen">
<div>
<span id="hamburger"
><img src="./navbar/ic-web-head-hamburger.svg" alt=""
/></span>
</div>
<div>
<span
><a href="./index.html"
><img
src="./navbar/ic-web-head-bwk-primary-logo-eyes.svg"
alt="" /></a
></span>
</div>
<div>
<span><img src="./navbar/ic-web-head-search.svg" alt="" /></span>
<span><img src="./navbar/ic-web-head-wishlist.svg" alt="" /></span>
<span class="cart-icon">
<a href="cart.html">
<img src="./navbar/ic-web-head-cart.svg" alt="" />
</a>
<sup class="cart-quantity">0</sup>
</span>
</div>
</div>
</div>
<div id="left_menu">
<div id="left_menu_top">
<span><img src="./navbar/ic-web-head-hamburger.svg" alt="" /></span>
<h5 id="phone_login">Hello Ashutosh</h5>
</div>
<div>
<div id="left_icon">
<div><img src="./navbar/flag-icon.png" /><span>India</span></div>
<div id="arrow">
<img src="./navbar/right-arrow-svgrepo-com.svg" alt="" />
</div>
</div>
<p>SHOP IN</p>
<a href="./menpage.html">Men</a>
<a href="./womenpage.html">women</a>
<a href="#">Designs of the Week</a>
<a href="#">Mobile Covers</a>
<p>MY PROFILE</p>
<a href="#">My Account</a>
<a href="cart.html">My Orders</a>
<a href="#">My Wallet</a>
<a href="#">My Wishlist</a>
<p>CONTACT US</p>
<a href="#">Help & Support</a>
<a href="#">Feedback & Suggestions</a>
<a href="#">Become a Seller</a>
<p>ABOUT US</p>
<a href="#">Our Story</a>
<a href="#">Fanbook</a>
<a href="#">Blog</a>
<a href="#" id="logout_mobile">Logout</a>
</div>
</div>
<div id="cover"></div>
<!-- HTML for Navbar Ends here -->
<div id="NAV3">
<div id="nav3">
<div>
<a href="menpage.html" style="text-decoration: none; color: black"
>MEN</a
>
</div>
<div>
<a href="womenpage.html" style="text-decoration: none; color: black"
>WOMEN</a
>
</div>
<div>ACCESSORIES</div>
<div>CLEARANCE ZONE</div>
<div>BEWAKOOF AIR</div>
<div>OFFICIAL MERCH</div>
<div>PLUS SIZE</div>
<div>TEENS</div>
</div>
</div>
<div id="first_tile">
<div>
<img
src="https://images.bewakoof.com/uploads/grid/app/newbanner-1x1-VersatileVests-01-1691393239.jpg"
alt=""
/>
</div>
<div>
<img
src="https://images.bewakoof.com/uploads/grid/app/bcz-1x1-1691559891.jpg"
alt=""
/>
</div>
<div>
<img
src="https://images.bewakoof.com/uploads/grid/app/1X1-STATIC-bestsellers-common-1691566517.jpg"
alt=""
/>
</div>
<div>
<img
src="https://images.bewakoof.com/uploads/grid/app/newbanner-1x1-OversiedGraphicPrintedTees-common-outdoor-1691153570.jpg"
alt=""
/>
</div>
</div>
<div id="second_tile">
<!-- append the data here -->
</div>
<h4 class="headings">Designs of the week</h4>
<div id="third_tile">
<div>
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/DOTW-Split-banner-Desktop-Men-1691470920.jpg"
alt=""
/></a>
</div>
<div>
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/DOTW-Split-banner-Desktop-Women-1691470920.jpg"
alt=""
/></a>
</div>
</div>
<h4 class="headings">Blockbuster deals</h4>
<div class="forth_tile">
<img
src="./homepage_images/daily-deal-oof-desktop-bottomwear-1691594858.webp"
alt=""
/>
</div>
<h4 class="headings">TRENDING CATEGORIES</h4>
<div id="fifth_tile">
<!-- append here -->
</div>
<h4 class="headings">TO HOT TO BE MISSED</h4>
<div class="sixth_tile">
<!-- append here -->
<div>
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/new-mid-banner-cottonpyjama-common-1691397287.jpg"
alt=""
/></a>
</div>
<div>
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/new-mid-banner-utility-cargos-1691560841.jpg"
alt=""
/></a>
</div>
<div>
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/DESKTOP-mid-size-hygiene-revamp-Boyfriend1-1691397711.jpg"
alt=""
/></a>
</div>
<div>
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/new-mid-banner-coords-bob-1691393249.jpg"
alt=""
/></a>
</div>
</div>
<h4 class="headings">CATEGORIES TO BAG</h4>
<div id="seventh_tile">
<!-- append here -->
</div>
<div id="eight_tile">
<div>
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/newbanner-1x1-ShowDress1-1691393240.jpg"
alt=""
/></a>
</div>
<div>
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/1X1-full-sleeves-m-1691397286.jpg"
alt=""
/></a>
</div>
<div>
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/newbanner-1x1-linen-pants-1691393247.jpg"
alt=""
/></a>
</div>
</div>
<h4 class="headings">TOP ACCESSORIES</h4>
<div id="top_accesories">
<div>
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/category-box-new-D-180x262-mobile-covers-1687757495.jpg"
alt=""
/></a>
</div>
<div>
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/category-box-new-D-180x262-sliders-1687757497.jpg"
alt=""
/></a>
</div>
<div>
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/category-box-new-D-180x262-backpacks-1687757496.jpg"
alt=""
/></a>
</div>
<div>
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/category-box-new-D-180x262-caps-1687757497.jpg"
alt=""
/></a>
</div>
</div>
<!-- <div id="best_sellers">
<h5 style="text-align: center">BESTSELLERS</h5>
<div>will do it later</div>
</div> -->
<h4 class="headings">OUR BEST PICKS</h4>
<div class="sixth_tile">
<!-- append here -->
<div>
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/new-mid-banner-trendy-hoodies-1691566236.jpg"
alt=""
/></a>
</div>
<div>
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/mid-size-hygiene-revamp-desktop-AIR-common-1690435662.jpg"
alt=""
/></a>
</div>
<div>
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/plus-size-common-1683622044.jpg"
alt=""
/></a>
</div>
<div>
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/mid-size-hygiene-revamp-customise-model-desktop-new-1689142924.jpg"
alt=""
/></a>
</div>
</div>
<div class="forth_tile">
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/Desktop-Strip-3-1672040129.jpg"
alt=""
/></a>
</div>
<div class="forth_tile">
<a href="#"
><img
src="https://images.bewakoof.com/uploads/grid/app/Desktop-Strip-3-1669022420.jpg"
alt=""
/></a>
</div>
<!-- Footer Starts Here -->
<footer id="footer_homepage">
<div id="footer_logo">
<a href="index.html"
><img src="./homepage_images/footerlogo.png" alt=""
/></a>
</div>
<div>
<div class="footer_elements1">
<h4>COSTOMER SERVICE</h4>
<p><a href="#">Contact Us</a></p>
<p><a href="#">Track Order</a></p>
<p><a href="#">Return Order</a></p>
<p><a href="#">Cancel Order</a></p>
</div>
<div class="footer_elements1">
<h4>COMPANY</h4>
<p><a href="#">About Us</a></p>
<p><a href="#">We're Hiring</a></p>
<p><a href="#">Terms & Conditions</a></p>
<p><a href="#">Privacy Policy</a></p>
<p><a href="#">Blog</a></p>
</div>
<div class="footer_elements1">
<h4>CONNECT WITH US</h4>
<p class="footer_fb">
<a href="#"><img src="./homepage_images/fb.png" alt="" /></a>
<a href="#">4.7M People Like this</a>
</p>
<p class="footer_fb">
<a href="#"><img src="./homepage_images/insta.png" alt="" /></a>
<a href="#">1M Followers</a>
</p>
<p class="footer_fb">
<a href="#"><img src="./homepage_images/twitter.png" alt="" /></a
><a href="#"><img src="./homepage_images/pintrest.png" alt="" /></a>
><a href="#"><img src="./homepage_images/snap.png" alt="" /></a> ><a
href="#"
><img src="./homepage_images/apple.png" alt=""
/></a>
</p>
</div>
<div>
<h4>KEEP UP TO DATE</h4>
<div id="footer_input">
<input type="text" placeholder="Enter email Id" /><span
>SUBSCRIBE</span
>
</div>
</div>
</div>
<div id="footer_below">
<hr color="#837f7f" />
<div>
<h3>BEWAKOOF® THE NEW AGE ONLINE SHOPPING EXPERIENCE.</h3>
<p>
Founded in 2012, Bewakoof® is a lifestyle fashion brand that makes
creative, distinctive fashion for the trendy, contemporary Indian.
Bewakoof® was created on the principle of creating impact through
innovation, honesty and thoughtfulness.
</p>
<p>
With a team of 400 members, and 2mn products sold till date. We like
to experiment freely, which allows us to balance creativity and
relatability, and our innovative designs. Our range of products is
always fresh and up-to-date, and we clock sales of over 1 lakh
products a month. Our innovation focus extends to our operations as
well. We are vertically integrated, manufacture our own products,
and cut out the middleman wherever possible. This direct-to-consumer
model allows us to create high-quality fashion at affordable prices.
A thoughtful brand, we actively attempt to minimize our
environmental footprint and maximize our social impact. These
efforts are integrated right into our day-to-day operations, from
rainwater harvesting to paper packaging to employee benefits. To
create an accessible, affordable and thoughtful experience of online
shopping in India.
</p>
<h3>
ONLINE SHOPPING AT BEWAKOOF® IS HASSLE-FREE, CONVENIENT AND
SUPER-EXCITING!
</h3>
<p>
Online Shopping has always been a fun and exciting task for most and
more so when the shopping mall is none other than your own house. We
have all had days when we have planned trips to the clothing store
in advance, dreaming about what we would buy once we get there. Now
we wouldnt think twice before indulging in some online shopping.
Well, cut to todays time and age, you can do all this from the
comfort of your home while enjoying many online shopping offers,
right from amazing deals and discounts to one of the most robust
user interface amongst most online shopping sites in India, with
many shopping filters to make your shopping experience truly hassle
free. This in our own words is what we call Bewakoof.com.
</p>
<p>
Bewakoof®, THE place to be when it comes to the coolest in online
fashion, offers you fine, high-quality merchandise go ahead and
indulge in a bit of online shopping for men and womens fashion. So
browse through the exciting categories we have on offer from mens
fashion to basic mens clothing as well as wide variety in womenswear
and womens clothes to the amazing range of accessories, fill up your
carts and get fast home delivery for all orders. All of this topped
with our exclusive online shopping offers makes for an exciting,
irresistible and uber cool combo! You can even gift some to your
near and dear ones while being absolutely certain that it will put a
smile on their faces.
</p>
</div>
</div>
</footer>
</body>
<script src="./script/navbar.js"></script>
<script src="./script/homepage.js"></script>
</html>