-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
495 lines (444 loc) · 19.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="icons/favicon.png" type="image/x-icon">
<title>Welcome to Woodland. One stop for Lifestyle and Sports Wear.</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@3.4.1/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Header -->
<header>
<div class="warning">
Woodland does not call the customer for asking OTP. Please do not share any OTP with anyone on call to avoid
fraudulent transactions.
</div>
<div class="header1">
<div class="header1-tab">
<div class="list-tab"><img src="icons/icons8-cart-30.png" id="cart">
<p style="margin-bottom: 0%;">Cart</p>
</div>
<div class="list-tab find-store">Find Store</div>
<div class="list-tab">Sign In<img src="icons/icons8-user-24.png" id="person"></div>
</div>
</div>
<div class="header2">
<div class="tabs-and-logo">
<div class="h-logo">
<img src="images/h-logo.png" style="width: 100px;height: 66px;">
</div>
<div class="tabs">
<button id="men"> Men</button>
<button id="women"> Women</button>
<button id="bags"> Bags & Gear</button>
<button id="about"> About Us</button>
<button id="labs"> Labs</button>
</div>
</div>
<div class="search-bar">
<input class="search-products" name="search" type="search" placeholder="Search Products" onkeyup="searchproducts()">
</div>
<div id="menu-icon">
<img src="icons/menu.png" style="width: 24px;">
</div>
</div>
</header>
<!-- Section-1 -->
<div id="for-table">
<table class="table">
<tbody>
<tr>
<td style="color: darkgreen;">Men</td>
</tr>
<tr>
<td style="color: darkgreen;">Women</td>
</tr>
<tr>
<td style="color: darkgreen;">Bags & Gear</td>
</tr>
<tr>
<td style="color: darkgreen;">About Us</td>
</tr>
<tr>
<td style="color: darkgreen;">Labs</td>
</tr>
</tbody>
</table>
</div>
<div class="section-1">
<div id="carouselExampleInterval" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="500">
<img src="images/hero_banner_1.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item" data-bs-interval="2000">
<img src="images/hero_banner_2.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/hero_banner_3.png" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleInterval"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleInterval"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<!-- Section-2 -->
<div class="img-areaa" id="funn">
<div class="main-row">
<div class="first-row">
<div class="single-img"><img src="images/h_cat_1.png" class="image">
<button class="shopnow">SHOP NOW</button>
<h3 class="seller">Bestsellers</h3>
</div>
<div class="single-img"><img src="images/h_cat_2.png" class="image">
<h3 class="seller">Sneakers</h3>
<button class="shopnow">SHOP NOW</button>
</div>
<div class="single-img"><img src="images/h_cat_3.png" class="image">
<h3 class="seller">Boots</h3>
<button class="shopnow">SHOP NOW</button>
</div>
</div>
<div class="first-row">
<div class="single-img"><img src="images/h_cat_4.png" class="image">
<h3 class="seller">Casuals & Canvas</h3>
<button class="shopnow">SHOP NOW</button>
</div>
<div class="single-img"><img src="images/h_cat_5.png" class="image">
<h3 class="seller">Men's Apparel</h3>
<button class="shopnow">SHOP NOW</button>
</div>
<div class="single-img"><img src="images/h_cat_6.png" class="image">
<h3 class="seller">Women's Apparel</h3>
<button class="shopnow">SHOP NOW</button>
</div>
</div>
</div>
<div class="img-row" id="funn">
<div class="pic-1"><img src="images/h_cat_1.png" style="width: 100%;">
<h3 class="text-sellers">Bestsellers</h3>
<button class="shopnow2">SHOP NOW</button>
</div>
<div class="pic-1"><img src="images/h_cat_2.png" style="width: 100%;">
<h3 class="text-sellers">Sneakers</h3>
<button class="shopnow2">SHOP NOW</button>
</div>
<div class="pic-1"><img src="images/h_cat_3.png" style="width: 100%;">
<h3 class="text-sellers">Boots</h3>
<button class="shopnow2">SHOP NOW</button>
</div>
<div class="pic-1"><img src="images/h_cat_4.png" style="width: 100%;">
<h3 class="text-sellers">Casual & Canvas</h3>
<button class="shopnow2">SHOP NOW</button>
</div>
<div class="pic-1"><img src="images/h_cat_5.png" style="width: 100%;">
<h3 class="text-sellers">Men's Apparel</h3>
<button class="shopnow2">SHOP NOW</button>
</div>
<div class="pic-1"><img src="images/h_cat_6.png" style="width: 100%;">
<h3 class="text-sellers">Women's Apparel</h3>
<button class="shopnow2">SHOP NOW</button>
</div>
</div>
</div>
<!-- Section-3 -->
<div class="section-3">
<img src="images/wdl_shoe_banner.png" style="width: 100%;">
<button class="shopnow3">SHOP NOW</button>
</div>
<!-- Section 4 -->
<div class="section-4">
<div id="section4_m_div">
<img src="images/m_apparel_banner.png" class="mbanner">
<h3 class="shopping">Shop Men's Apparel</h3>
<button class="shopnow4">SHOP NOW</button>
</div>
<div id="section4_f_div">
<img src="images/f_apparel_banner.png" class="fbanner">
<h3 class="shopping-w">Shop Women's Apparel</h3>
<button class="shopnow4-2">SHOP NOW</button>
</div>
</div>
<!-- Section-5 -->
<div class="row row-cols-1 row-cols-md-4 g-4 m-10">
<div class="col">
<div class="card">
<img src="images/T-Shirts.png" class="card-img-top" alt="...">
<div class="card-body">
<h1 class="card-title">T-Shirt</h1>
<p class="card-text">Shop Men | Shop Women</p>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="images/Shirts.png" class="card-img-top" alt="...">
<div class="card-body">
<h1 class="card-title">Shirts</h1>
<p class="card-text">Shop Men | Shop Women</p>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="images/Shorts.png" class="card-img-top" alt="...">
<div class="card-body">
<h1 class="card-title">Shorts</h1>
<p class="card-text">Shop Men | Shop Women</p>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="images/Jeans.png" class="card-img-top" alt="...">
<div class="card-body">
<h1 class="card-title">Jeans</h1>
<p class="card-text">Shop Men | Shop Women</p>
</div>
</div>
</div>
</div>
<!-- Section-6 -->
<div class="section-3">
<img src="images/woodsport_banner.png" style="width: 100%;">
<button class="shopnow3">SHOP NOW</button>
</div>
<!-- Section-7 -->
<div class="section-7">
<div class="bags7"><img src="images/bag_cat_banner.png" class="img-thumbnail">
<h3 class="seller7">Bags</h3>
<button class="shopnow7">SHOP NOW</button>
</div>
<div class="bags7"><img src="images/innerwear_cat_banner.png" class="img-thumbnail">
<h3 class="seller7">Innerwear</h3>
<button class="shopnow7">SHOP NOW</button>
</div>
<div class="bags7"><img src="images/beltsandmore_cat_banner.png" class="img-thumbnail">
<h3 class="seller7">Belts & More</h3>
<button class="shopnow7">SHOP NOW</button>
</div>
</div>
<div class="section-8">
<div class="bags7-2"><img src="images/bag_cat_banner.png" style="width: 100%;">
<h3 class="seller7">Bags</h3>
<button class="shopnow7">SHOP NOW</button>
</div>
<div class="bags7-2"><img src="images/innerwear_cat_banner.png" style="width: 100%;">
<h3 class="seller7">Innerwear</h3>
<button class="shopnow7">SHOP NOW</button>
</div>
<div class="bags7-2"><img src="images/beltsandmore_cat_banner.png" style="width: 100%;">
<h3 class="seller7">Belts & More</h3>
<button class="shopnow7">SHOP NOW</button>
</div>
</div>
<!-- Section 8 -->
<div class="img-head">
<h3 style="font-size: 28px;">AS WORN BY WOODLAND FAM</h3>
<p style="font-size: 22px;">Click to shop & mention us on instagram @woodlandworldwide to be featured</p>
</div>
<div class="text-center">
<img src="images/insta-1.jpeg" class="non-rounded">
<img src="images/insta-2.jpeg" class="non-rounded">
<img src="images/insta-3.jpeg" class="non-rounded">
<img src="images/insta-4.jpeg" class="non-rounded">
<img src="images/insta-5.jpeg" class="non-rounded" style="margin-right: 0;">
</div>
<!-- Section-9 -->
<div class="before-footer">
<div class="proplanet"><img src="images/pro_planet_banner.png" class="img-fluid">
<div style="position: absolute; margin-bottom: 1em;">
<h3>Pro Planet</h3>
<p
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: 500;margin-left: 80px;font-size: 16px;width: 70%;">
Proplanet is a community that is committed to make our planet a better place to live in. Our ultimate goal is
to inspire the next generation and increase their participation in the conservation of nature.</p>
<button class="readmore">READ MORE</button>
</div>
</div>
<div class="research-lab"><img src="images/r_lab_banner.png" class="img-fluid">
<div style="position: absolute; margin-bottom: 1em;">
<h3>Woodland Research
Lab</h3>
<p
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: 500;margin-left: 80px;font-size: 16px;width: 65%;">
Woodlands expertise combines activity focused design and technologically advanced materials available, created
in the most innovative effective manner possible</p>
<button class="readmore">READ MORE</button>
</div>
</div>
</div>
<div class="bf">
<div class="proplanet2"><img src="images/pro_planet_banner.png" class="img-fluid" style="width: 100%;">
<div style="position: absolute; margin-bottom: 1em;">
<h3 style="font-family: sans-serif; margin-left: 80px; font-weight: 600; margin-top: -14%;">Pro Planet</h3>
<p
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: 500;margin-left: 80px;font-size: 16px;width: 65%;">
Proplanet is a community that is committed to make our planet a better place to live in. Our ultimate goal is
to inspire the next generation and increase their participation in the conservation of nature.</p>
<button class="readmore">READ MORE</button>
</div>
</div>
<div class="research-lab2"><img src="images/r_lab_banner.png" class="img-fluid" style="width: 100%;">
<div style="position: absolute; margin-bottom: 1em;">
<h3 style="font-family: sans-serif; margin-left: 80px; font-weight: 600; margin-top: -14%;">Woodland Research
Lab</h3>
<p
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: 500;margin-left: 80px;font-size: 16px;width: 65%;">
Woodlands expertise combines activity focused design and technologically advanced materials available, created
in the most innovative effective manner possible</p>
<button class="readmore">READ MORE</button>
</div>
</div>
</div>
<!-- Footer -->
<div class="footer">
<img src="images/woodland-footer.png">
<div class="footer-table">
<div class="shop-container">
<div class="shop-footwear">
<h3 style="font-size: 18px;font-weight: 500;">Shop Footwear</h3>
<h5>Boots</h5>
<h5>Sneakers/Sports</h5>
<h5>casuals</h5>
<h5>Formals</h5>
<h5>Slippers/Flip-Flops</h5>
<h5>Sandals</h5>
<h5>Safety Shoes</h5>
</div>
<div class="shop-footwear">
<h3 style="font-size: 18px;font-weight: 500;">Shop Clothing Tops</h3>
<h5>Jackets</h5>
<h5>T-shirts</h5>
<h5>Shirts</h5>
<h5>Sweaters</h5>
<h5>Sweatshirts & Hoodies</h5>
<h5>Innerwear Tops</h5>
</div>
<div class="shop-accessories">
<h3 style="font-size: 18px;font-weight: 500;">Shop Accessories & Bags</h3>
<h5>Hiking Backpacks</h5>
<h5>Cross Body Bags</h5>
<h5>Belts</h5>
<h5>Socks</h5>
<h5>Wallets/Cardholders</h5>
<h5>Shoe Care</h5>
<h5>Trolly Bags</h5>
</div>
</div>
<div class="co-ex">
<div class="contact-us">
<h3 style="font-size: 18px;font-weight: bold;">Contact Us</h3>
<p style="width: 80%;">Need help? Get in touch with us and we'll be more than happy to guide you through!
<br><br><span style="text-decoration: underline;">care@woodlandworldwide.com <br>1800 103 3445</span></p>
<p style="font-size: 10px;line-height: 13px; width: 80%;">Woodland Customer Service Reps are available for
inquiries Monday ro Friday from 10AM to 6PM.</p>
</div>
<div class="explore">
<h3 style="font-size: 18px;font-weight: bold;">Always keep exploring more!</h3>
<p
style="color:rgba(255, 255, 255, 0.72);font-weight: bold; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: medium;">
Get alerts for new arrivals, offers, and more!</p>
<div style="margin: 8px 0px;">
<form class="mail">
<input type="email" name="mail" class="mail-id" placeholder="Email Address">
<button type="submit" class="submit-btn">Submit</button>
</form>
</div>
<p
style="color:rgba(255, 255, 255, 0.72);font-weight: 500; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: small;">
By entering your email, you agree to our <span style="color: white;">Terms of Service & Privacy Policy
</span>, including receipt of emails and promotions. You can unsubscribe at any time.</p>
</div>
</div>
</div>
<div class="co-ex2">
<div class="contact-us">
<h3 style="font-size: 18px;font-weight: bold;">Contact Us</h3>
<p style="width: 80%;">Need help? Get in touch with us and we'll be more than happy to guide you through!
<br><br><span style="text-decoration: underline;">care@woodlandworldwide.com <br>1800 103 3445</span></p>
<p style="font-size: 10px;line-height: 13px; width: 80%;">Woodland Customer Service Reps are available for
inquiries Monday ro Friday from 10AM to 6PM.</p>
</div>
<div class="explore">
<h3 style="font-size: 18px;font-weight: bold;">Always keep exploring more!</h3>
<p
style="color:rgba(255, 255, 255, 0.72);font-weight: bold; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: medium;">
Get alerts for new arrivals, offers, and more!</p>
<div style="margin: 8px 0px;">
<form class="mail2">
<input type="email" name="maill2" class="mail-id" placeholder="Email Address">
<button type="submit" class="submit-btn">Submit</button>
</form>
</div>
<p
style="color:rgba(255, 255, 255, 0.72);font-weight: 500; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; font-size: small;">
By entering your email, you agree to our <span style="color: white;">Terms of Service & Privacy Policy
</span>, including receipt of emails and promotions. You can unsubscribe at any time.</p>
</div>
</div>
<!-- Social Icons -->
<div class="social-container">
<div style="width: 100%; display: flex; justify-content: space-between;margin-top: 10px;align-items: center;">
<img src="icons/icons8-instagram-50.png" alt="" style="width: 1.5%;">
<img src="icons/icons8-facebook-50.png" alt="" style="width: 1.5%;">
<img src="icons/icons8-twitter-26.png" alt="" style="width: 1.5%;">
<img src="icons/icons8-youtube-50.png" alt="" style="width: 1.5%;">
<img src="icons/icons8-linkedin-26.png" alt="" style="width: 1.5%;">
<div style="width: 50%;">
<hr style="border-color: rgba(0, 0, 0, 0.92);">
</div>
</div>
</div>
<!-- footnote -->
<div class="footnote">
<div class="leftnote">
<p>About Us</p>
<p>Terms of Service</p>
<p>Privacy Policy</p>
<p>Blogs</p>
<p>Refund policy</p>
<p>Store Locator</p>
<div class="rightnote">
<p>Copyright 2022, Woodland Worldwide</p>
</div>
</div>
</div>
<div class="footnote2">
<div class="leftnote2">
<p>About Us</p>
<p>Terms of Service</p>
<p>Privacy Policy</p>
<p>Blogs</p>
<p>Refund policy</p>
<p>Store Locator</p>
</div>
</div>
<div class="rightnote2">
<p>Copyright 2022, Woodland Worldwide</p>
</div>
</div>
<script src="https://kit.fontawesome.com/6bb7f02898.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"></script>
<script src="script.js"></script>
</body>
</html>