forked from Ajay-bhagal/team_12
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
437 lines (421 loc) · 16.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
<!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>Overstock.com | The Best Deals Online: Furniture, Bedding, Rugs, Kitchen Essentials & More</title>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="Footer.css">
<link href="navbar.css" rel="stylesheet" />
<link rel="icon" href="https://th.bing.com/th/id/OIP.hwhAzr40Lm_D2HK9mmnWvgAAAA?w=173&h=180&c=7&r=0&o=5&dpr=1.3&pid=1.7">
</head>
<body>
<div id="navbar">
<div class="header">
<div>
<div type="button"
data-bs-toggle="offcanvas"
data-bs-target="#offcanvasExample"
aria-controls="offcanvasExample" class="menupage">
</div>
<div class="overstocklogo" onclick="window.location.href='index.html'">
<img class="overstockIndex" src="https://i.postimg.cc/0yCKC2SV/svgexport-1.png" alt="" />
</div>
<div class="class-input">
<div>
<input type="text" placeholder="Search... everthing you find ships for free" id="Searchitem"/>
</div>
<div>
<img src="https://i.postimg.cc/tgWqzB8p/Search-1.png" alt="" onclick="SearchPro()">
</div>
</div>
<div id="account1" class="class-account class-account-common">
<div onclick="window.location.href='signin$signup.html'">
<img src="https://i.postimg.cc/RCb3PDNz/User.png" alt="" />
</div>
<div onclick="window.location.href='signin$signup.html'" >Account</div>
<div class="chevronup">
<img src="https://i.postimg.cc/DZHpvK2K/Chevron-Up.png" alt="" />
</div>
<div class="Account-hidden-content">
<div>My Account</div>
<div>My Orders</div>
<div>My Reviews</div>
<div>Gift Cards</div>
<div>Help</div>
<div>Sign Out</div>
</div>
</div>
<div onclick="window.location.href='list.html'" class="class-account class-account-common">
<div>
<img src="https://i.postimg.cc/B6TrjykP/Heart.png" alt="" />
</div>
<div>Lists</div>
<div class="chevronup">
<img src="https://i.postimg.cc/DZHpvK2K/Chevron-Up.png" alt="" />
</div>
<div class="Account-hidden-content" style="right: -100%">
<div>Favorites</div>
<div>Save for Later</div>
<div>View All My Lists</div>
<div>Find a List</div>
</div>
</div>
<div id="cart1" class="class-account">
<div>
<img onclick="window.location.href='cart.html'" src="https://i.postimg.cc/DyZNh8vX/Cart-Empty.png" alt="" />
</div>
<div onclick="window.location.href='cart.html'">Cart</div>
</div>
</div>
<div class="section-div">
<div onclick="window.location.href=''"
>Furniture</div>
<div>Rugs</div>
<div>Decor</div>
<div>Bed & Bath</div>
<div>Home Improvement</div>
<div>Kitchen</div>
<div>Outdoor</div>
<div>Jewelry</div>
<div>Lighting</div>
<div>Kids & Baby</div>
<div>More</div>
<div>Holiday & Gifts</div>
<div>Sales & Deals</div>
</div>
<div class="dropdown-content-main dropdown-content-part">
<div>
<div>
<div class="D-div">Living Room Furniture</div>
<div>Sofas & Couches</div>
<div>Sectionals</div>
<div>Benches</div>
<div>Ottomans & Poufs</div>
<div>Accent Chairs</div>
<div>Recliners</div>
<div>Coffee & Accent Tables</div>
<div>TV Stands</div>
</div>
<div>
<div class="D-div">Patio & Outdoor Furniture</div>
<div>Patio Furniture Sets</div>
<div>Sofas, Chairs & Sectionals</div>
<div>Dining Sets</div>
<div>Coffee & Side Tables</div>
<div>Chaise Lounges</div>
<div>Adirondack Chairs</div>
</div>
</div>
<div>
<div>
<div class="D-div">Bedroom Furniture</div>
<div>Beds</div>
<div>Bedroom Sets</div>
<div>Headboards</div>
<div>Bed Frames</div>
<div>Dressers & Chests</div>
<div>Nightstands</div>
<div>Armoires & Wardrobes</div>
<div>Mattresses</div>
<div>Kids Beds</div>
</div>
<div>
<div class="D-div">Office Furniture</div>
<div>Desks</div>
<div>Office Chairs</div>
<div>Small Space Desks</div>
<div>Office Shelves & Storage</div>
<div>File Cabinets</div>
</div>
</div>
<div>
<div>
<div class="D-div">Dining, Kitchen & Bar</div>
<div>Kitchen & Dining Sets</div>
<div>Kitchen & Dining Chairs</div>
<div>Kitchen & Dining Tables</div>
<div>Counter & Bar Stools</div>
<div>Bar Tables</div>
<div>Buffets & Sideboards</div>
<div>Home Bars</div>
<div>Kitchen Islands & Carts</div>
<div>Kitchen Furniture</div>
</div>
<div>
<div class="D-div">More</div>
<div>Entryway</div>
<div>Bathroom</div>
<div>Home Gym</div>
<div>Rec Room</div>
<div>Small Space Living</div>
</div>
</div>
<div>
<div class="dropdown-img-cont">
<div>
<img
src="https://i.postimg.cc/tg7z1Kz4/Warrenton-Boho-Handcrafted-2-Door-Acacia-Wood-Sideboard-by-Christopher-Knight-Home.jpg"
alt=""
/>
</div>
<div>extra 15% off</div>
<div>Select Furniture by Christopher Knight*</div>
</div>
<div>
<div class="D-div">More Ways to Shop</div>
<div class="R-div">Featured Sales</div>
<div class="R-div">New Arrivals</div>
<div class="R-div">Clearance</div>
<div class="R-div">Furniture Advice</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="main">
<a href="Products.html"><img class="parentpic" src="1.png"></a>
</div>
<div id="product1">
<h1>Limited-Time Deals</h1>
<div class="child1">
<div class="pic">
<img src="https://ak1.ostkcdn.com/img/mxc/11292022_CW_HB_INTL-CAN_1.svg?imwidth=1200">
<h2>Shop our top deal</h2>
</div>
<div class="pic">
<img class="upper" src="https://ak1.ostkcdn.com/img/mxc/11142022_HB_INTL-CAN_1.svg?imwidth=1920">
<img class="bottum" src="https://ak1.ostkcdn.com/img/mxc/11262022-CA-V2-HB_INTL-CAN_1.jpg?imwidth=1920">
<h2>Select rugs</h2>
</div>
<div class="pic">
<img class="upper" src="https://ak1.ostkcdn.com/img/mxc/11142022_HB_INTL-CAN_6.svg?imwidth=1920">
<img class="bottum" src="https://ak1.ostkcdn.com/img/mxc/11262022-CA-V2-HB_INTL-CAN_5.jpg?imwidth=1920">
<h2>Select bedroom furniture</h2>
</div>
<div class="pic">
<img class="upper" src="https://ak1.ostkcdn.com/img/mxc/11142022_HB_INTL-CAN_6.svg?imwidth=1920">
<img class="bottum" src="https://ak1.ostkcdn.com/img/mxc/11262022-US-V2-HB_DOMESTIC_2.jpg?imwidth=1920">
<h2>Select home decore</h2>
</div>
<div class="pic">
<img class="upper" src="https://ak1.ostkcdn.com/img/mxc/11142022_HB_INTL-CAN_2.svg?imwidth=1920">
<img class="bottum" src="https://ak1.ostkcdn.com/img/mxc/11262022-CA-V2-HB_INTL-CAN_6.jpg?imwidth=1200">
<h2>Select Lighting</h2>
</div>
<div class="pic">
<img class="upper" src="https://ak1.ostkcdn.com/img/mxc/11142022_HB_INTL-CAN_6.svg?imwidth=1920">
<img class="bottum" src="https://ak1.ostkcdn.com/img/mxc/11262022-CA-V2-HB_INTL-CAN_2.jpg?imwidth=1200">
<h2>Select living room furniture</h2>
</div>
</div>
</div>
<div id="brand">
<h1>Brands We Love</h1>
<div class="_brand">
<img src="https://ak1.ostkcdn.com/img/mxc/111522-DysonLogo.svg?imwidth=1920" alt="logo">
<img src="https://ak1.ostkcdn.com/img/mxc/111522-KitchenAidLogo.svg?imwidth=1920" alt="logo">
<img src="https://ak1.ostkcdn.com/img/mxc/111522-KeurigLogo.svg?imwidth=1920" alt="logo">
<img src="https://ak1.ostkcdn.com/img/mxc/111522-SharkLogo.svg?imwidth=1920" alt="logo">
<img src="https://ak1.ostkcdn.com/img/mxc/111522-NinjaLogo.svg?imwidth=1920" alt="logo">
<img src="https://ak1.ostkcdn.com/img/mxc/111522-CuisinartLogo.svg?imwidth=1920" alt="logo">
<img src="https://ak1.ostkcdn.com/img/mxc/111522-CalphalonLogo.svg?imwidth=1920" alt="logo">
<img src="https://ak1.ostkcdn.com/img/mxc/111522-HamiltonBeachLogo.svg?imwidth=1920" alt="logo">
<img src="https://ak1.ostkcdn.com/img/mxc/111522-CasperLogo.svg?imwidth=1920" alt="logo">
</div>
</div>
<div id="main2">
<a href="Products.html"> <img class="main2pic" src="3.png" alt="logo"></a>
</div>
<div id="product2">
<h1>Fresh Finds In Each Category</h1>
<div id="childp"> <div>
<img src="https://ak1.ostkcdn.com/img/mxc/11192021-CatSilo-Furniture.png?imwidth=1920" alt="image">
<h4>Furniture</h4>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/11152021-CatSilo-AreaRugs.png?imwidth=1920" alt="image">
<h4>Area Rugs</h4>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/11152021-CatSilo-BedBath.png?imwidth=1920" alt="image">
<h4>Bedding</h4>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/11152021-CatSilo-Decor.png?imwidth=1920" alt="image">
<h4>Homo Decor</h4>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/CatSilo-Window-040721.jpg?imwidth=1920" alt="image">
<h4>Windows Treatments</h4>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/11152021-CatSilo-Kitchen.png?imwidth=1920" alt="image">
<h4>Kitchen</h4>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/11152022-CatSilo-Outdoor.png?imwidth=1920" alt="image">
<h4>Outdors</h4>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/01112021-CatSilo-HomeImp.jpg?imwidth=1920" alt="image">
<h4>Home Improvement</h4>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/11152021-CatSilo-Storage.png?imwidth=1920" alt="image">
<h4>Storage</h4>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/01112021-CatSilo-Mattresses.jpg?imwidth=1920" alt="image">
<h4>Mattresses</h4>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/11152021-CatSilo-Lighting.png?imwidth=1920" alt="image">
<h4>Lighting</h4>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/CatSilo-AllDeals-040721.jpg?imwidth=1920" alt="image">
<h4>Shop All Deals</h4>
</div>
</div>
</div>
<div id="product3">
<h1>Seasonal Updates to Warm up Your Winter</h1>
<div class="child3">
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/10272022-MOPS-HP-Frame1.jpg?imwidth=1920">
<h2>home gifts</h2>
<p>Gift-ready home goods for everyone on your list.</p>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/10272022-MOPS-HP-Frame2.jpg?imwidth=1920">
<h2>Kitchen appliances</h2>
<p>small but mightt tool that make food prep a breeze</p>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/10272022-MOPS-HP-Frame3.jpg?imwidth=1920">
<h2>christmas trees</h2>
<p>The perfect place to put those perfect gifts</p>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/10272022-MOPS-HP-Frame4.jpg?imwidth=1920">
<h2>holiday decore</h2>
<p>Deck your halls with the season's festive finest</p>
</div>
</div>
</div>
<div id="main3">
<a href="Products.html" ><img class="main3pic" src="2.png" alt="button"></a>
</div>
<div id="product4">
<h1>Overstock Featured Brands</h1>
<div id="child4">
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/HP_C_Mod_39590297.jpg?imwidth=1920">
<h2>Extra 25% off</h2>
<p>select rugs by artistic weaver*</p>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/HP_C_Mod_37802582.jpg?imwidth=1920">
<h2>save on</h2>
<p>select ceiling fans by hunter</p>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/HP_C_Mod_33639553.jpg?imwidth=1920">
<h2>Extra 15% off</h2>
<p>select decorative rugs by momeni*</p>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/HP_C_Mod_30923284.jpg?imwidth=1920">
<h2>Extra 15% off</h2>
<p>select furniture by middlebrook designs*</p>
</div>
</div>
</div>
<div id="product5">
<h1>We've Got Your Style</h1>
<div id="child5">
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/030822-SBS-MidCenMod.jpg?imwidth=1920">
<h2>Mid-Centuary Modren</h2>
<p>Retro meets modern chic in these clean lines and vibrant tones</p>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/030822-SBS-Farmhouse.jpg?imwidth=1920">
<h2>Farmhouse</h2>
<p>Country comforts abound in this fresh take on rustic home decore</p>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/030822-SBS-Traditional.jpg?imwidth=1920">
<h2>Traditional</h2>
<p>Cozy designs,clean classic,give this style it's signature appeal</p>
</div>
</div>
<div class="btn"><button>See All Styles</button></div>
</div>
<div id="lastpart">
<h1>Trending Searches</h1>
<div id="lasthd">
<div><h2> Mugs</h2></div>
<div><h2>Blankets</h2></div>
<div><h2>Cookie Cutter</h2></div>
<div><h2>Air Fryers</h2></div>
<div><h2>Kitchen Mixer</h2></div>
<div><h2>Lamps</h2></div>
<div><h2>Towels</h2></div>
<div><h2>Tree Skirts</h2></div>
<div><h2>Garland</h2></div>
<div><h2>Fall Wreaths</h2></div>
<div><h2>Christmas Tree</h2></div>
<div><h2>Fireplaces</h2></div>
</div>
</div><hr>
<div><div id="footer_menu">
<div>
<h4>MY ACCOUNT </h4>
<p><a href="">Orders & Returns</a></p>
<p><a href="">Email Preferences</a></p>
<p> <a href=""> Account Settings</a></p>
</div>
<div >
<h4>LET US HELP </h4>
<p><a href=""><p></p>Contact Customer Care
</a></p>
<p><a href="">Shipping Information</a></p>
<p><a href="">Return Policy </a></p>
<p> <a href="">International Help </a></p>
<p><a href="">Accessibility</a></p>
</div>
<div>
<h4> COMPANY INFORMATION</h4>
<p><a href="">About Overstock™</a></p>
<p><a href="">Contact Us</a></p>
<p><a href="">Careers</a></p>
<p><a href="">Investor Relations </a></p>
<p> <a href="">Sell Your Products</a></p>
<p><a href="">Supply Chain Transparency</a></p>
</div>
<div>
<h4>MORE WAYS TO SHOP</h4>
<p> <a href="">Tips & Ideas</a></p>
<p><a href="">Deals</a></p>
<p> <a href="">Clearance </a></p>
<p> <a href="">New Arrivals</a></p>
</div>
</div>
<div id="footer_copyright">
<div id="copyrights">
<span>© Copyright 2022, Overstock.com®, Inc.</span><br>
<p style="margin-top:5px;"> 799 Coliseum Way Midvale, UT 84047 | 1-800-843-2446</p>
</div>
<div id="copyright_menu">
<p id="cmenu"><a href="">Privacy Policy</a></p>
<p id="cmenu"><a href="">Terms & Conditions</a></p>
<p id="cmenu"><a href="">*Promotion Terms</a></p>
<p id="cmenu" style="margin-top:15px;"><a href="">Ship to: <img src="https://ak1.ostkcdn.com/img/mxc/intFlag_IN.gif" id="flag"/></a></p>
</div>
</div></div>
</body>
</html>