forked from deepmajoka07/-likely-cough-9107
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
488 lines (444 loc) · 20.3 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
<!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="icon" href="title_logo.png" type="image/icon type">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
<link data-require="fontawesome@5.5.0" data-semver="5.5.0" rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" />
<link rel="stylesheet" href="./Styles/index.css">
<title>Outdoor Clothing, Outwear & Accessories</title>
</head>
<body>
<!---------------------------------------- head of website---------------------------------------->
<div id="head">
<div class="top">
<div class="top-left">
<i class="fa-solid fa-tag" style="font-size: 25px;"></i>
<span class="badge">4</span>
<h4> Get Free Shipping & Rewards</h4>
<i class="fa-solid fa-angle-down"></i>
</div>
<div class="top-right">
<i class="fa-solid fa-cart-shopping" onclick="cart()" style="font-size: 22px;"></i>
<i class="fa-solid fa-circle-user" onclick="signup()" style="font-size: 22px;"></i>
<i class="fa-solid fa-location-dot" style="font-size: 22px;"></i>
<i class="fa-solid fa-circle-question" style="font-size: 22px;"></i>
</div>
</div>
<!------------------------------------- navigation bar ------------------------------------------>
<div class="navbar-container">
<div class="logo">
<img src="./images/logo.png" alt="" >
</div>
<div>
<nav class="navbar">
<ul class="navbar-links">
<li class="navbar-dropdown">
<a href="./men.html">Men</a>
<div class="dropdown">
<a href="#">Winter Sale</a>
<a href="#">New Arrivals</a>
<a href="#">Best Sellers</a>
<a href="#">Featured</a>
<a href="#">Jackets & Vests</a>
<a href="#">Fleece</a>
<a href="#">Shirts</a>
<a href="#">Baselayer</a>
<a href="#">Pants & Shorts</a>
<a href="#">Big & Tall</a>
<a href="#">PFG Fishing Gear</a>
</div>
</li>
<li class="navbar-dropdown">
<a href="./women.html">Women</a>
<div class="dropdown">
<a href="#">Winter Sale</a>
<a href="#">New Arrivals</a>
<a href="#">Best Sellers</a>
<a href="#">Featured</a>
<a href="#">Jackets & Vests</a>
<a href="#">Fleece</a>
<a href="#">Tops</a>
<a href="#">Baselayer</a>
<a href="#">Bottoms</a>
<a href="#">Dresses</a>
<a href="#">Plus Sizes</a>
</div>
</li>
<li class="navbar-dropdown">
<a href="./kids.html">Kids</a>
<div class="dropdown">
<a href="#">Winter Sale</a>
<a href="#">New Arrivals</a>
<a href="#">Best Sellers</a>
<a href="#">Featured</a>
<a href="#">Boys</a>
<a href="#">Girls</a>
<a href="#">Toddler & Baby</a>
<a href="#">Jackets & Vests</a>
<a href="#">Fleece</a>
<a href="#">Tops</a>
<a href="#">Baselayer</a>
<a href="#">Bottoms</a>
</div>
</li>
<li class="navbar-dropdown">
<a href="#">Footwear</a>
<div class="dropdown">
<a href="#">Winter Sale</a>
<a href="#">New Arrivals</a>
<a href="#">Best Sellers</a>
<a href="#">Men's Shoes</a>
<a href="#">Women's Shoes</a>
<a href="#">Kid's Shoes</a>
<a href="#">Collection</a>
</div>
</li>
<li class="navbar-dropdown">
<a href="#">Activity</a>
<div class="dropdown">
<a href="#">Ski & Show</a>
<a href="#">Hiking</a>
<a href="#">Fishing</a>
<a href="#">Hunting</a>
<a href="">Trail Running</a>
<a href="">Golf</a>
<a href="">Camping Gear</a>
<a href="">Equipment</a>
<a href="">Blankets & Bedding</a>
</div>
</li>
<li class="navbar-dropdown">
<a href="#">Featured</a>
<div class="dropdown">
<a href="#">New Arrivals</a>
<a href="#">Best Sellers</a>
<a href="#">Collections</a>
<a href="#">Jacket Finder</a>
<a href="">Technologies</a>
<a href="">Tough Mother Outdoor Guide</a>
<a href="">Columbia Ambassadors</a>
<a href="">Columbia Greater Rewards</a>
</div>
</li>
<li class="navbar-dropdown">
<a href="#">Winter Sale</a>
<div class="dropdown">
<a href="#">Men's Sale</a>
<a href="#">Women's Sale</a>
<a href="#">Kid's Sale</a>
<a href="#">Footwear Sale</a>
<a href="">Accessories & Equipment Sale</a>
</div>
</li>
</ul>
</nav>
</div>
<div class="searchbar">
<div class="search-input">
<input type="text" name="" placeholder="Search">
<i class="fa-solid fa-magnifying-glass"></i>
</div>
</div>
<div class="hamburger">
<i class="fa-solid fa-bars" style="color: white;"></i>
</div>
</div>
</div>
<!------------------------------------- dashboard start ------------------------------------------->
<div class="snow-container">
<img src="./best snow.webp" alt="" onclick="Product()">
<div class="bottom-left-text">
<h1>best in snow</h1>
</div><br>
<button class="shop-img-btn" onclick="Product()">shop ski & snow <i class="fa-solid fa-angle-right"></i></button>
</div>
<!--------------------------------- second container for sale adv ---------------------------->
<div class="sale">
<div class="sale-carousel">
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/wintersale_v4?$aem_png$" alt="">
<h2>Now Up To 40% Off Select Gear</h2>
<p>Seven even more on styles for adventures to come.</p>
<button>shop sale</button>
<a href="">See Details</a>
</div>
</div>
<!---------------------------- Get Ready For Winter ------------------------>
<div class="slide-container">
<h2>Ready for Winter</h2>
<ul>
<li>
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/11-03_37132_C_U_OOP_q4_NewtonRidge_HP_Promo_Youth_PDP?$aem_pjpeg$" alt="">
<h4>Kids</h4>
</li>
<li>
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/11-03_37132_C_U_OOP_q4_NewtonRidge_HP_FW_PDP?$aem_pjpeg$" alt="">
<h4>Footwear</h4>
</li>
<li>
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/10-20_34963_C_U_Q4_GiftGuide_HP_VisNav_ACE?$aem_pjpeg$" alt="">
<h4>Accessories</h4>
</li>
<li>
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/11-03_37132_C_U_OOP_q4_NewtonRidge_HP_W_PDP?$aem_pjpeg$" alt="">
<h4>Women's</h4>
</li>
<li><img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/11-03_37132_C_U_OOP_q4_NewtonRidge_HP_Promo_Mens_PDP?$aem_pjpeg$" alt="">
<h4>Men's</h4>
</li>
<li>
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/11-03_37132_C_U_OOP_q4_NewtonRidge_HP_Promo_Youth_PDP?$aem_pjpeg$" alt="">
<h4>Kid's</h4>
</li>
<li>
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/11-03_37132_C_U_OOP_q4_NewtonRidge_HP_FW_PDP?$aem_pjpeg$" alt="">
<h4>Footwear</h4>
</li>
<li>
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/10-20_34963_C_U_Q4_GiftGuide_HP_VisNav_ACE?$aem_pjpeg$" alt="">
<h4>Accessories</h4>
</li>
<li>
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/11-03_37132_C_U_OOP_q4_NewtonRidge_HP_W_PDP?$aem_pjpeg$" alt="">
<h4>Women's</h4>
</li>
<li>
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/11-03_37132_C_U_OOP_q4_NewtonRidge_HP_Promo_Youth_PDP?$aem_pjpeg$" alt="">
<h4>Kid's</h4>
</li>
<li>
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/11-03_37132_C_U_OOP_q4_NewtonRidge_HP_FW_PDP?$aem_pjpeg$" alt="">
<h4>Footwear</h4>
</li>
<li>
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/10-20_34963_C_U_Q4_GiftGuide_HP_VisNav_ACE?$aem_pjpeg$" alt="">
<h4>Accessories</h4>
</li>
<li>
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/11-03_37132_C_U_OOP_q4_NewtonRidge_HP_W_PDP?$aem_pjpeg$" alt="">
<h4>Women's</h4>
</li>
</ul>
<a id="prev"><i class="fas fa-angle-left"></i></a>
<a id="next"><i class="fas fa-angle-right"></i></a>
</div>
<!----------------------------------- Get Rewards on Every Purchase ----------------------->
<div class="adverties">
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/20590_C_U_X1_SU20_CGR_HP_Banner_Black_Logo_resized_@2x?$aem_png$"
alt="">
<h2>Get Rewards on Every Purchase</h2>
<p>Members get free shipping and rewards on every order.</p>
<div class="login">
<button>log in & shop</button>
<button>Join for free</button>
</div>
</div>
<!----------------------------------- Need The Right Jacket -------------------------------------->
<div class="jacket">
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/36693_C_U_Q1_Mountain_HP_CampaignSub-v2_XL?$aem_pjpeg$"
alt="">
</div>
<div class="right-jacket">
<h2>Need The Right Jacket?</h2>
<p>Use our Jacket Finder to select the features you want.
</p>
<div class="login">
<button>meet your match</button>
</div>
</div>
</html>
<!------------------------- Featured Favorites ---------------------------->
<div class="favorites">
<h3 class="title">Featured Favorites</h3>
<div class="featured-favorites-container">
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/01-12_36719_COL_US_Q1_MountainRefresh_HP_SH-01_LG?$aem_pjpeg$"
alt="">
<h3 class="cold">kick the cold</h3>
<a href="">
<p id="cold">Shop Winter Boots</p>
</a>
</div>
</div>
<!-- second div -->
<div class="men-women">
<div class="men">
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/01-12_36719_COL_US_Q1_MountainRefresh_HP_SH-03_v4_LG?$aem_pjpeg$"
alt="">
<h3 class="cold">The right fluff</h3>
<a href="">
<p id="link">Shop Fleece</p>
</a>
</div>
<div class="women">
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/01-12_36719_COL_US_Q1_MountainRefresh_HP_SH-02_LG?$aem_pjpeg$"
alt="">
<h3 class="cold">bundle up</h3>
<a href="">
<p id="link">Shop Warm Accessories</p>
</a>
</div>
</div>
<!---------------------------------------- How Do You Play? --------------------------------->
<div class="play">
<h3 class="title">How Do You Play?</h3>
<div class="play-img">
<div class="fishing">
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/12-26_COL_US_WIN21_WINTERSALE_CONTINGENCY_SUPERCAT_viznav02_04_v2?$aem_pjpeg$"
alt="">
<h3>Fishing</h3>
</div>
<div class="hiking">
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/03-01_27811_VizNav_Hiking_v0?$aem_pjpeg$"
alt="">
<h3>Hiking</h3>
</div>
<div class="hunting">
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/09-01_29285_c_u_lukecombs_brand_hp_subhero_visnavactivity?$aem_pjpeg$"
alt="">
<h3>Hunting</h3>
</div>
<div class="skisnow">
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/12-26_COL_US_WIN21_WINTERSALE_CONTINGENCY_SUPERCAT_viznav02_02?$aem_pjpeg$"
alt="">
<h3>Ski & Snow</h3>
</div>
</div>
</div>
<!-------------------------- “Nature. The world’s largest playground.” ------------------------------>
<div class="nature-div">
<div class="nature">
“Nature. The world’s largest playground.”
</div>
<div class="name">
<p><b>Gert Boyle
</b></p>
<p class="founder">FOUNDER, COLUMBIA SPORTSWEAR</p>
</div>
</div>
<!------------------------------------------- See you out there. -------------------------------------->
<div class="planet">
<img src="./images/Earth.png" alt="">
<div class="see-you">See you out there.</div>
<div class="grid-template">
<div>
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/LUNAR_TEST_CLOSER_VX?$aem_pjpeg$" alt="">
<p><b>Go Further </b></p>
<p>Omni-Heat Infinity is heading <br> to mood.</p>
<a href="">Learn More</a>
</div>
<div>
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/01-27_27664_2021_Site_Closer_TMOG_v0?$aem_pjpeg$" alt="">
<p><b>Tough Mother Outdoor Guide </b></p>
<p>A no-nonsense guide <br> to the great outdoor.</p>
<a href="">Explore the Guide</a>
</div>
<div>
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/01-27_27664_2021_Site_Closer_Slide_Tech_v2?$aem_pjpeg$" alt="">
<p><b>Technologies</b></p>
<p>Keeping you warm, dry, <br> cool, & protected.</p>
<a href="">Explore Our Tech</a>
</div>
<div>
<img src="https://columbia.scene7.com/is/image/ColumbiaSportswear2/01-27_27664_Ambassador_Closer_Poster_v0?$aem_pjpeg$" alt="">
<p><b>Ambassadors</b></p>
<p>Reach new heights with <br> people who inspire.</p>
<a href="">Meet Our Ambassadors</a>
</div>
</div>
</div>
<!------------------------------------------- Contact section -------------------------------------->
<div class="contact">
<div class="contact-care">
<i class="fa-solid fa-phone" style="font-size: 20px;"></i>
<p>(800) 622-6953</p>
<b>Phone: 4am-9pm PT M-F, 5am-8am</b><br>
<b>Sat/Sun</b><br>
<b>Chat: 4am-9pm PT M-F, 5am-8pm Sat/Sum</b><br>
<b>Phones closed 1/16 and 2/20</b>
</div>
<div class="customer-care">
<i class="fa-regular fa-circle-question" style="font-size: 25px;"></i>
<p>Customer Care</p>
</div>
<div class="git">
<i class="fa-solid fa-gift" style="font-size: 25px;"></i>
<p>Gift Cards</p>
</div>
<div class="store">
<i class="fa-solid fa-location-dot" style="font-size: 25px;"></i>
<p>Find a Store</p>
</div>
</div>
<!--------------------------- footer goess here -------------------------------------------------->
<footer>
<div class="footer-top">
<img src="./images/greatReward.png" alt=""><br>
<p class="join">Join the adventure</p>
<p>Get free ground shipping and rewards on every Purchase plus other exclusive benefits<i
class="fa-solid fa-angle-right"></i></p>
</div>
<div class="grid-footer">
<div class="aboutus">
<ul>
<li class="join">About Us</li>
<li>Tough Mother Outdoor Guide</li>
<li>History</li>
<li>Columbia Greater Rewards Program</li>
<li>Corporate Responsibility</li>
<li>Investor Relations</li>
<li>Press Center</li>
<li>Careers</li>
<li>Affiliate Program</li>
<li>Product Testing</li>
<li>Become a Business Partner</li>
<li>Digital Media Resources</li>
</ul>
</div>
<div class="shop">
<ul>
<li class="join">Shop</li>
<li>Shop By Activity</li>
<li>Shop By Technology</li>
<li>Returns</li>
<li>Warranty</li>
<li>Product Care</li>
<li>Accessibility</li>
<li>Special Deals</li>
<li>Professional Purchase</li>
<li>Size Guides</li>
</ul>
</div>
<div class="connectus">
<p class="join">CONNECT WITH US</p>
<p>Subscribe and be the first to hear about new products, sales, and more.</p>
<div class="email-container">
<div class="email-input">
<i class="fa-sharp fa-solid fa-envelope" style="font-size: 30px;"></i>
<input type="text" name="" placeholder="Enter your email address">
</div>
</div>
<p>By signing up, you agree to our Terms of Use and Privacy Policy.</p>
<div class="social-media-icon">
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-youtube"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-linkedin-in"></i>
<i class="fa-brands fa-tiktok"></i>
</div>
<p class="join"> CUSTOMER CARE</p>
<p>
Phone: 4am-9pm PT M-F, 5am-8pm Sat/Sun <br> <br>
Chat: 4am-9pm PT M-F, 5am-8pm Sat/Sun <br><br>
Phones closed 1/16 and 2/20 <br><br><br>
<a href="">Give us Feedback</a>
</p>
</div>
</div>
</footer>
</body>
</html>
<script src="./scripts/homepage.js">
</script>