forked from aakarshkumarsaksham/OverStock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
672 lines (654 loc) · 21.1 KB
/
index.html
File metadata and controls
672 lines (654 loc) · 21.1 KB
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
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
<!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" />
<script
src="https://kit.fontawesome.com/e9a5a74c45.js"
crossorigin="anonymous"
></script>
<!-- <link rel="stylesheet" href="./style/index.css" /> -->
<link rel="stylesheet" href="./style/common.css" />
<link rel="stylesheet" href="./style/index.css" />
<style>
*{
margin: 0px;
padding: 0px;
font-family:Helvetica,Arial,sans-serif;
}
#furniture{
display: grid;
grid-template-columns: repeat(4,1fr);
grid-template-rows:auto;
/* border: 1px solid red; */
gap: 15px;
width: 90%;
margin: auto;
}
#furniture img{
width: 100%;
margin: 0px;
}
#furniture > div{
display: flex;
flex-direction: column;
width: 100%;
padding-bottom: 10px;
background-color: #f5f5f5;
}
#furniture p{
text-align: center;
background-color: #f5f6f7;
color: #2f3337;
margin: 0px;
/* padding: 10px 0px; */
box-sizing: border-box;
}
#Tips h3{
margin-bottom: 20px;
margin-top: 20px;
padding: 10;
font-size: 20px;
}
#Tips p{
font-size: 14px;
line-height: 21px;
padding: 8px;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
button{
margin-top: 24px;
align-items: center;
background-color:white;
color: #2f3337;
display: inline-flex;
height: 44px;
justify-content: center;
width: auto;
padding: 15px;
border-radius: 5px;
border: 1px solid #2f3337 ;
}
#blur{
/* margin-top: 40px; */
padding: 20px;
margin: auto;
margin-bottom: 20px;
}
#blur img{
width: 100%;
margin-top: 50px;
margin-bottom: 20px;
}
#Brand{
display: grid;
grid-template-columns: repeat(3,1fr);
grid-template-rows:auto;
/* border: 1px solid red; */
gap: 10px;
width: 97%;
margin: auto;
margin-bottom: 10px;
}
#Brand > div{
background-color: #f5f5f5;
}
#Brand > div > img{
width: 100%;
}
#Brand h2{
color: #545658;
font-weight: 700;
font-size: 20px;
line-height: 29px;
margin: 0px;
background-color: #f5f5f5;
padding: 10px;
text-align: center;
}
#Brand h3{
text-align: center;
margin: auto;
color: #2f3337;
font-weight: 700;
font-size: 24px;
line-height: 29px;
margin-bottom: 8px;
background-color: #f5f5f5;
flex-grow: 1;
}
#Brand p{
color: #2f3337;
font-size: 16px;
line-height: 19px;
background-color: #f5f5f5;
padding: 20px;
}
#furniture b{
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
font-weight: bold;
font: 16px;
text-align: center;
background-color: #f5f6f7;
margin: 0;
flex-grow: 1;
padding: 10px 0 0;
}
#homebtn{
margin: auto;
align-items: center;
background-color: #2F3337;
color: #FFFFFF;
display:flex;
height: 44px;
justify-content: center;
width: 164px;
padding: 15px;
border-radius: 4px;
border: 1px solid #2f3337 ;
margin-top: 40px;
}
.Trend{
color: #2F3337;
text-align: center;
margin-bottom: 25px;
margin-top: 50px;
font-family: Helvetica;
font-size: 32px;
}
#blur > img{
width: 100%;
}
#blur{
position: relative;
}
#overlay-img-4{
position: absolute;
left: 0;
}
</style>
<title>Document</title>
</head>
<body>
<div id="head">
<header>
<svg height="32" width="181" color="#FF1F2C" viewBox="0 0 164 29">
<g fill="none" fill-rule="evenodd">
<g fill="#000">
<path
d="M164 23.126h-.274v-1.96h-.01l-.764 1.96h-.178l-.763-1.96H162v1.96h-.275v-2.188h.506l.631 1.617h.01l.622-1.617H164v2.188zm-2.684-1.98h-.705v1.98h-.274v-1.98h-.705v-.208h1.684v.208zM34.58 14.78c0 3.558 1.94 7.117 5.855 7.117 3.914 0 5.855-3.559 5.855-7.118 0-3.558-1.94-7.117-5.855-7.117-3.915 0-5.856 3.559-5.856 7.117m13.75 0c0 4.788-2.783 8.833-7.894 8.833-5.112 0-7.894-4.045-7.894-8.833s2.782-8.831 7.894-8.831c5.111 0 7.894 4.043 7.894 8.831M47.965 6.433h2.264l5.241 14.655h.065l5.176-14.655h2.103L56.57 23.126h-2.167zM75.506 13.615C75.409 10.54 73.5 7.662 70.2 7.662c-3.332 0-5.176 2.912-5.5 5.953h10.806zM64.7 15.329c.032 2.977 1.585 6.568 5.5 6.568 2.977 0 4.594-1.747 5.24-4.27h2.04c-.874 3.785-3.074 5.984-7.28 5.984-5.306 0-7.538-4.076-7.538-8.832 0-4.4 2.232-8.831 7.538-8.831 5.37 0 7.506 4.69 7.344 9.381H64.7zM98.486 11.318c-.097-2.524-2.038-3.656-4.367-3.656-1.812 0-3.947.712-3.947 2.88 0 1.811 2.07 2.458 3.462 2.814l2.717.615c2.33.355 4.756 1.714 4.756 4.626 0 3.623-3.591 5.015-6.697 5.015-3.883 0-6.535-1.812-6.859-5.889h2.039c.162 2.75 2.2 4.174 4.917 4.174 1.91 0 4.562-.841 4.562-3.17 0-1.941-1.812-2.589-3.656-3.042l-2.62-.582c-2.653-.712-4.66-1.618-4.66-4.465 0-3.397 3.333-4.69 6.277-4.69 3.332 0 5.985 1.747 6.114 5.37h-2.038zM106.109 6.433h3.397v1.714h-3.397v11.259c0 1.326.194 2.103 1.65 2.2.582 0 1.165-.033 1.747-.097v1.747c-.615 0-1.197.064-1.812.064-2.718 0-3.656-.905-3.623-3.752V8.148h-1.973V6.432h1.973V1.419h2.038v5.014zM111.924 14.78c0 3.558 1.941 7.117 5.856 7.117s5.856-3.559 5.856-7.118c0-3.558-1.941-7.117-5.856-7.117s-5.856 3.559-5.856 7.117m13.75 0c0 4.788-2.783 8.833-7.894 8.833-5.111 0-7.894-4.045-7.894-8.833s2.783-8.831 7.894-8.831c5.111 0 7.894 4.043 7.894 8.831M140.117 11.674c-.55-2.491-2.07-4.012-4.723-4.012-3.915 0-5.856 3.559-5.856 7.117 0 3.56 1.94 7.118 5.856 7.118 2.523 0 4.594-1.974 4.852-4.756h2.038c-.55 4.012-3.17 6.47-6.89 6.47-5.112 0-7.894-4.043-7.894-8.832 0-4.788 2.782-8.832 7.894-8.832 3.559 0 6.308 1.91 6.761 5.727h-2.038zM144.425.027h2.038v14.494l9.253-8.088h2.717l-7.117 6.179 7.603 10.514h-2.556l-6.6-9.09-3.3 2.75v6.34h-2.038zM87.083 6.28c-2.342.324-4.105 1.796-4.981 4.067h-.065V6.433H80.16v16.693H82.2V14.23c0-3.03 1.931-5.488 4.884-5.926V6.28z"
></path>
</g>
<g fill="#FF1F2C">
<path
d="M.666.06v14.66C2.828 8.896 8.816 4.443 14.9 4.443c6.74 0 11.04 5.464 9.609 12.202-1.105 5.195-5.295 9.628-10.243 11.388h14.374V.061H.666z"
></path>
<path
d="M20.04 16.645c0-5.824-3.463-10.547-7.734-10.547s-7.734 4.723-7.734 10.547c0 5.825 3.463 10.547 7.734 10.547s7.734-4.722 7.734-10.547"
></path>
</g>
</g>
</svg>
<div id="search">
<input type="text" placeholder="Search" />
<i class="fa-solid fa-magnifying-glass search-icon"></i>
</div>
<div id="user-account">
<i class="fa-regular fa-user user-icon"></i>
<p>Account</p>
<div id="tooltip">
<ul>
<li class="fullWidth">
<h2>
Sign In
<i class="fa-solid fa-chevron-right"></i>
</h2>
</li>
<li>View your account and check your order status.</li>
</ul>
<ul>
<li class="fullWidth">
<h2>
Create An Account
<i class="fa-solid fa-chevron-right"></i>
</h2>
</li>
<li>Track orders, save items to lists and more!</li>
</ul>
<ul>
<li>My Account</li>
<li>My Order</li>
<li>My Reviews</li>
<li>Help</li>
</ul>
</div>
</div>
<div id="user-list">
<i class="fa-regular fa-heart user-icon"></i>
<p>List</p>
<div id="tooltip">
<ul>
<li>Favourites</li>
<li>Save for Later</li>
</ul>
<ul>
<li>View All My Lists</li>
<li>Find My List</li>
</ul>
</div>
</div>
<div id="user-cart">
<i class="fa-solid fa-cart-shopping user-icon"></i>
<p>Cart</p>
</div>
</header>
<nav>
<ul>
<li>Furniture</li>
<li>Rugs</li>
<li>Decor</li>
<li>Bed & Bath</li>
<li>Home Improvement</li>
<li>Kitchen</li>
<li>Outdoor</li>
<li>Jewelry</li>
<li>Lighting</li>
<li>Kids & Baby</li>
<li>More</li>
</ul>
<div id="breakLine"></div>
<ul>
<li>Ideas</li>
<li class="crimson">Sales & Deals</li>
</ul>
</nav>
</div>
<main>
<div id="banner">
<img
src="https://ak1.ostkcdn.com/img/mxc/03212022-HP-A1-INTL-1400x550.jpg"
alt=""
id="bg-img"
/>
<img
src="https://ak1.ostkcdn.com/img/mxc/03212022-HP-A1-INTL-V2-1400x550.svg"
alt=""
id="overlay-img"
/>
</div>
<h1 id="limitedTimeDeals">Limited-Time Deals</h1>
<div id="limitedCards">
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/01242022_HB_CMS_1.svg?imwidth=1920"
alt=""
/>
<h4>Select Rugs</h4>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/03212022_INTL_HB_INTL_2.svg?imwidth=1920"
alt=""
/>
<h4>Select Garden Patio</h4>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/03212022_INTL_HB_INTL_3.svg?imwidth=1920"
alt=""
/>
<h4>Select Furniture</h4>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/03212022_US_HB_CMS_4.svg?imwidth=1920"
alt=""
/>
<h4>Select Lighting & Ceiling Fans</h4>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/03212022_INTL_HB_INTL_5.svg?imwidth=1920"
alt=""
/>
<h4>Select Bedding & Bath</h4>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/03212022_INTL_HB_INTL_6.svg?imwidth=1920"
alt=""
/>
<h4>Huge Saving on Top-Rated Items</h4>
</div>
</div>
<h1 id="continueShopping">Continue Shopping for Your Living Room</h1>
<div id="continueCards">
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/shop_by_room_catg_living_room_sofas.jpg?imwidth=1920"
alt=""
/>
<h4>Sofas & Loveseats</h4>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/shop_by_room_catg_living_room_coffee.jpg?imwidth=1920"
alt=""
/>
<h4>Coffee, Sofa & End Tables</h4>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/shop_by_room_catg_living_room_sets.jpg?imwidth=1920"
alt=""
/>
<h4>Living Room Sets</h4>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/shop_by_room_catg_living_room_chairs.jpg?imwidth=1920"
alt=""
/>
<h4>Living Room Chairs</h4>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/shop_by_room_catg_living_room_entertainment.jpg?imwidth=1920"
alt=""
/>
<h4>Entertainment Centers</h4>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/shop_by_room_catg_living_room_decorative.jpg?imwidth=1920"
alt=""
/>
<h4>Decorative Accessories</h4>
</div>
</div>
<div id="banner-two">
<img
src="https://ak1.ostkcdn.com/img/mxc/03212022-PatioPerfect_desktopv3.jpg?imwidth=1920"
alt=""
/>
<img
src="https://ak1.ostkcdn.com/img/mxc/03212022-PatioPerfect_desktopv3.svg?imwidth=1920"
alt=""
id="overlay-img-2"
/>
</div>
<h1 id="freshFinds">Fresh Finds in Each Category</h1>
<div id="freshCards">
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/11192021-CatSilo-Furniture.png?imwidth=1920"
alt=""
/>
<p>Furniture</p>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/11152021-CatSilo-AreaRugs.png?imwidth=1920"
alt=""
/>
<p>Area Rugs</p>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/11152021-CatSilo-BedBath.png?imwidth=1920"
alt=""
/>
<p>Bed & Bath</p>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/11152021-CatSilo-Decor.png?imwidth=1920"
alt=""
/>
<p>Home Decor</p>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/CatSilo-Window-040721.jpg?imwidth=1920"
alt=""
/>
<p>Window Treatments</p>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/11152021-CatSilo-Kitchen.png?imwidth=1920"
alt=""
/>
<p>Kitchen</p>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/11192021-CatSilo-Outdoor.png?imwidth=1920"
alt=""
/>
<p>Outdoor</p>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/01112021-CatSilo-HomeImp.jpg?imwidth=1920"
alt=""
/>
<p>Home Improvement</p>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/11152021-CatSilo-Storage.png?imwidth=1920"
alt=""
/>
<p>Storage</p>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/01112021-CatSilo-Mattresses.jpg?imwidth=1920"
alt=""
/>
<p>Mattresses</p>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/11152021-CatSilo-Lighting.png?imwidth=1920"
alt=""
/>
<p>Lighting</p>
</div>
<div class="card">
<img
src="https://ak1.ostkcdn.com/img/mxc/CatSilo-AllDeals-040721.jpg?imwidth=1920"
alt=""
/>
<p>Shop All Deals</p>
</div>
</div>
<h1>New Ways to Bring Home Spring</h1>
<div id="newWays">
<div class="card">
<img src="https://ak1.ostkcdn.com/img/mxc/03282022_HP_Editorial_Frame_2.jpg?imwidth=1920" alt="">
<h2>Adirondack Chairs</h2>
<p>Refresh your outdoor seating with this lawn & patio classic.</p>
</div>
<div class="card">
<img src="https://ak1.ostkcdn.com/img/mxc/03282022_HP_V2_Editorial_Frame6.jpg?imwidth=1920" alt="">
<h2>Gazebos and Pergolas</h2>
<p>Add a little shade to any yard or garden with these beautiful structures.</p>
</div>
<div class="card">
<img src="https://ak1.ostkcdn.com/img/mxc/03282022_HP_Editorial_Frame_1.jpg?imwidth=1920" alt="">
<h2>
Durable Outdoor Rugs
</h2>
<p>Treat your feel to patio comfort with these resilient rugs.</p>
</div>
<div class="card">
<img src="https://ak1.ostkcdn.com/img/mxc/03282022_HP_Editorial_Frame_7.jpg?imwidth=1920" alt="">
<h2>Ceiling Fans</h2>
<p>Keep you space comfy & conditoned all season long with stylish ceiling fans.</p>
</div>
</div>
<div id="banner-three">
<img src="https://ak1.ostkcdn.com/img/mxc/03212022-SpringReadyStorage_desktop.jpg?imwidth=1920" alt="">
<img id="overlay-img-3" src="https://ak1.ostkcdn.com/img/mxc/03212022-SpringReadyStorage_desktop.svg?imwidth=1920" alt="">
</div>
<h1>Overstock Featured Brands</h1>
<div id="furniture">
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/C-Mod_HP_C_Mod_36046663.jpg?imwidth=1920"alt=""/>
<b>Extra 15% off</b>
<p>Select Rugs by</p>
<p>Artistic Weavers & More*</p>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/C-Mod_HP_C_Mod_18977242.jpg?imwidth=1920">
<b>Extra 15% off</b>
<p>Select Furniture by</p>
<p>Flash Furniture*</p>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/C-Mod_HP_C_Mod_22687048.jpg?imwidth=1920">
<b>Extra 15% off</b>
<p>Select Decorative Rugs by</p>
<p>Unique Loom*</p>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/C-Mod_HP_C_Mod_27417542.jpg?imwidth=1920">
<b>Save On</b>
<p>Select Home Goods by </p>
<p>Bush Furniture</p>
</div>
</div>
<!-- New Line -->
<div id="blur" >
<img src="https://ak1.ostkcdn.com/img/mxc/030822-RIUpdate-Dsk.jpg?imwidth=1920">
<img src="https://ak1.ostkcdn.com/img/mxc/030822-RIUpdate-Dsk.svg?imwidth=1920" alt="" id="overlay-img-4">
<!-- <h3>Farmhouse</h3> -->
</div>
<!-- New line -->
<h1>We've Got Your Style</h1>
<div id="Brand">
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/030822-SBS-Farmhouse.jpg?imwidth=1920">
<h3>Farmhouse</h3>
<p>Country comforts abound in this fresh take on rustic home decor</p>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/030822-SBS-Traditional.jpg?imwidth=1920">
<h3>Traditional</h3>
<p>Cozy designs, clean and classic, give this style it's signature appeal.</p>
</div>
<div>
<img src="https://ak1.ostkcdn.com/img/mxc/030822-SBS-MidCenMod.jpg?imwidth=1920">
<h3>Mid-Century Modern</h3>
<p>Retro meets modern chic in these clean lines and vbrant tones.</p>
</div>
</div>
<button id="homebtn">See All Styles</button>
<!-- New row -->
<h1 class="Trend">Trending Searches</h1>
<div id="Brand">
<div>
<h2>Outdoor Rugs</h2>
</div>
<div>
<h2>Gaming Chairs</h2>
</div>
<div>
<h2>Outdoors Furniture</h2>
</div>
</div>
<div id="Brand">
<div>
<h2>Shower Curtains</h2>
</div>
<div>
<h2>TV Stands</h2>
</div>
<div>
<h2>Coffee Tables</h2>
</div>
</div>
<div id="Brand">
<div>
<h2>Outddoor Sofas</h2>
</div>
<div>
<h2>Sectionals</h2>
</div>
<div>
<h2>Office Chairs</h2>
</div>
</div>
<div id="Brand">
<div>
<h2>Bar Stools</h2>
</div>
<div>
<h2>Computers Desk</h2>
</div>
<div>
<h2>Rugs</h2>
</div>
</div>
</main>
<footer>
<div id="footlinks">
<ul>
<li><h2>MY ACCOUNT</h2></li>
<li>Orders & Returns</li>
<li>Email Preferences</li>
<li>Account Settings</li>
</ul>
<ul>
<li><h2>LET US HELP</h2></li>
<li>Customer Care</li>
<li>Shipping Information</li>
<li>Return Policy</li>
<li>International Help</li>
<li>Accessibility</li>
</ul>
<ul>
<li><h2>COMPANY INFORMATION</h2></li>
<li>About Overstock™</li>
<li>Contact Us</li>
<li>Careers</li>
<li>Investors Relations</li>
<li>Sell Your Products</li>
<li>Supply Chain Transparency</li>
</ul>
<ul>
<li><h2>MORE WAYS TO HELP</h2></li>
<li>Tips & Ideas</li>
<li>Deals</li>
<li>Clearance</li>
<li>New Arrivals</li>
</ul>
</div>
<div id="endCredits">
<div id="address">
<p>© Copyright 2022, Overstock.com®, Inc.</p>
<p>799 Coliseum Way Midvale, UT 84047 | 1-800-843-2446</p>
</div>
<div id="additionalLinks">
<ul>
<li>Privacy Policy</li>
<li>Terms & Conditions</li>
<li>*Promotion Terms</li>
<li>
Ship To:
<img
src="https://ak1.ostkcdn.com/img/mxc/intFlag_IN.gif"
alt=""
/>
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>
<script src="./script/common.js"></script>
<script src="./script/index.js"></script>