-
Notifications
You must be signed in to change notification settings - Fork 0
/
product2.html
288 lines (283 loc) · 11.6 KB
/
product2.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
<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>Bedroom furniture products</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./styles/navbarstyle.css">
<link rel="stylesheet" href="./styles/productpage.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<link rel="Stylesheet" href="./styles/footer.css">
</head>
<body>
<div id="nav-placeholder">
<div id="ship">
<P> Ship to: </P>
<br></br>
<img src="images\india.PNG">
<p> INDIA</p>
</div>
<div id="navbarstart">
<img id="logoclick" src="images\logo.png" alt="logo">
<div>
<input placeholder="Search...everything you find ship for free ">
<button id="navbarSearchBtn" type="submit"><i class="fa fa-search"></i></button>
</div>
<div>
<svg class="iconsvg" width="56" height="22" viewBox="0 0 24 24" stroke="#2F3337"
fill="#2F3337">
<title>User</title>
<path d="M1 23c0-5.523 4.477-10 10-10h2c5.523 0 10 4.477 10 10M12 13a6 6 0 100-12 6 6 0 000 12z"
stroke="inherit" fill="none" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"
stroke-linejoin="round"></path>
</svg>
<br>
<!-- <img id="widthLogo" src="C:\Users\intel\Downloads\overstock\images\accountlogo.png"/> -->
<a href="account.html">Account</a>
</div>
<div>
<svg class="iconsvg" width="22" height="22" viewBox="0 0 24 24" stroke="#2F3337"
fill="#2F3337">
<title>Heart</title>
<path d="M21.241 3.757A6 6 0 0012 4.684a6 6 0 10-9.242 7.558l9.241 9.243 9.243-9.243a6 6 0 000-8.485z"
fill="none" stroke="inherit" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round"
stroke-linejoin="round"></path>
</svg>
<br>
<a href="index.html">List</a>
</div>
<div>
<div id="cartCount"></div>
<svg class="iconsvg" width="30" height="21" viewBox="0 0 24 24" stroke="#2F3337"
fill="#2F3337">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M7.174 14.4L5.208.833C5.14.356 4.697 0 4.174 0h-3.13C.466 0 0 .43 0 .96s.467.96 1.043.96H3.26l1.966 13.567c.07.477.512.833 1.035.833h14.608c.498 0 .926-.323 1.024-.772l2.087-9.6c.113-.52-.254-1.025-.819-1.13-.565-.103-1.115.234-1.228.754L20.014 14.4H7.174zm.13 9.6a2.087 2.087 0 100-4.174 2.087 2.087 0 000 4.174zm14.61-2.087a2.087 2.087 0 11-4.175 0 2.087 2.087 0 014.174 0z"
stroke="none" fill="inherit"></path>
</svg>
<br>
<a href="cart.html"> Cart </a>
</div>
</div>
<div id="navbaritems">
<ul>
<li>
<a href="product.html" >Furniture</a>
<ul>
<li><a href="product.html">Living Room Furniture</a></li>
<li><a href="product.html">Patio Furniture</a></li>
<li><a href=""> Bedroom Furniture</a></li>
<li><a href=""> Office Furniture</a></li>
<li><a href="">Living Room Furniture</a></li>
<li><a href="">Patio Furniture</a></li>
<li><a href=""> Bedroom Furniture</a></li>
<li><a href=""> Office Furniture</a></li>
</ul>
</li>
<li >
<a href="">Outdoors</a>
<ul>
<li><a href="">Patio Furniture</a></li>
<li><a href="">Garden </a></li>
<li><a href=""> Outdoor Decor </a></li>
<li><a href=""> Grills and Outdoor Cooking </a></li>
<li><a href=""> Outdoor Shades and Structures </a></li>
<li><a href="">Sport and Outdoor </a></li>
<li><a href=""> Bedroom Furniture</a></li>
<li><a href=""> Office Furniture</a></li>
</ul>
</li>
<li >
<a href="">Rugs</a>
<ul>
<li><a href="">Area Rugs By Size </a></li>
<li><a href="">Trending Rugs</a></li>
<li><a href=""> Area Rugs by Color </a></li>
<li><a href=""> Area Rugs by Style </a></li>
<li><a href=""> Rugs By Types </a></li>
</ul>
</li>
<li >
<a href="">Decor</a>
<ul>
<li><a href="">Mirrros </a></li>
<li><a href="">Faux Plants and Flowers </a></li>
<li><a href=""> Decorative Accessories </a></li>
<li><a href=""> Window Treatments </a></li>
<li><a href=""> Arts </a></li>
<li><a href="">Throw Pillow </a></li>
</ul>
</li>
<li >
<a href="">Bedding</a>
<ul>
<li><a href="">Bedding Sets</a></li>
<li><a href="">Bedding Essentials </a></li>
<li><a href="">Bed Sheets and Pollowcases</a></li>
<li><a href=""> Window Treatments </a></li>
<li><a href=""> Mattress Pads and Toppers </a></li>
<li><a href="">Mattress</a></li>
<li><a href="">Blankets</a></li>
</ul>
</li>
<li>
<a href="">Home Improvement</a>
<ul>
<li><a href="">Kitchens </a></li>
<li><a href="">Flooring and Wall </a></li>
<li><a href="">Bathroom </a></li>
<li><a href=""> Vacuums </a></li>
<li><a href=""> Storage and Organization </a></li>
<li><a href="">Home Essentials</a></li>
</ul>
</li>
<li >
<a href="">Kitchen</a>
<ul>
<li><a href="">Dinnerware </a></li>
<li><a href="">Cookware and Bakeware </a></li>
<li><a href="">Kitchen Furniture</a></li>
<li><a href=""> Kitchen Appliances </a></li>
<li><a href=""> Coffee and Tea</a></li>
<li><a href=""> Kitchen Storage</a></li>
</ul>
</li>
<li >
<a href="">Lighting</a>
<ul>
<li><a href="">Celing Lights</a></li>
<li><a href="">Ceiling Fans </a></li>
<li><a href="">Wall Lighting </a></li>
<li><a href=""> Outdoors Lighting</a></li>
<li><a href=""> Lamps and Lamps Shades </a></li>
<li><a href="">Kitchen and Bath Lighting</a></li>
</ul>
</li>
<li >
<a href="">Kids & Baby</a>
<ul>
<li><a href="">Kids Furniture</a></li>
<li><a href="">Baby Furniture</a></li>
<li><a href="">Kids Bedding</a></li>
<li><a href=""> Nursery Decor</a></li>
<li><a href=""> Kids Bath </a></li>
<li><a href="">Baby bedding </a></li>
</ul>
</li>
<li >
<a href="">Bath</a>
<ul>
<li><a href=""> Bathroom Rugs and Bath Mats</a></li>
<li><a href=""> Bathroom Accessories</a></li>
<li><a href=""> Towels</a></li>
<li><a href=""> Shower Curtains and Accessories</a></li>
<li><a href=""> Bathroom Renovation </a></li>
</ul>
</li>
<li>
<a href="">More</a>
<ul>
<li><a href="">Holiday</a></li>
<li><a href="">Large Appliances</a></li>
<li><a href="">Gifting </a></li>
<li><a href=""> Excerise Equipments </a></li>
<li><a href=""> Entryways</a></li>
<li><a href="">Brand We Love </a></li>
</ul>
</li>
<li >
<a href="" >Ideas</a>
<ul>
<li><a href="">Holiday</a></li>
<li><a href="">Large Appliances</a></li>
<li><a href="">Gifting </a></li>
<li><a href=""> Excerise Equipments </a></li>
<li><a href=""> Entryways</a></li>
<li><a href="">Brand We Love </a></li>
</ul>
</li>
<li >
<a href="" style="color: red;">Sales & Deals</a>
</li>
</ul>
</div>
<br><br>
<div id="productpagehead" >
<p>Furniture / Bedroom Furniture</p>
<div id="maindivproductpage">
<h1>Bedroom Furniture</h1>
<div id="topcontainerofproductpage">
<div id="tablesectionofproductpage">
<a>Beds</a>
<a>Bedroom Sets</a>
<a> Dressers & Chests</a>
<a>Nightstands & Bedside Tables</a>
<a> Headboards</a>
<a>Wardrobes & Armoires</a>
<a style="color: red;"> Shoa All Bedroom Furniture on Sale</a>
</div>
<div>
<img style="width: 100%;" src="https://qph.fs.quoracdn.net/main-qimg-8fdde7d50ff3c12ae3a8ed0fda005db2" alt="furniture"/>
</div>
</div>
<br></br>
<div id="sortdataofproductpage">
Sort By :
<select id="sort-data" onchange="sortdata()">
<option value="reset">Best Selling</option>
<option value="lth">Price Low - High</option>
<option value="htl">Price High - Low</option>
</select>
</div>
<div id="furData"></div>
</div>
</div>
<br></br>
<div id="footer">
<div>
<p> MY ACCOUNT</p>
<a href="https://www.overstock.com/myaccount?myacckey=order_info" >Orders & Return </a>
<a href="https://www.overstock.com/5522/static.html">Email Prefrences</a>
<a href="https://www.overstock.com/myaccount?myacckey=account_overview">Account Setting </a>
</div>
<div>
<p> LETS US HELP</p>
<a href="https://help.overstock.com/help/s/article/International-Customer-Care">Contact Customer Care</a>
<a href="https://overstock.force.com/help/s/article/International-Order-Shipping-Information">Shipping Information </a>
<a href="https://help.overstock.com/help/s/article/International-Returns">Return Policy</a>
<a href="https://help.overstock.com/help/s/article/International-Help-Home">International Help </a>
<a href="https://www.overstock.com/accessibility">Accessibility</a>
</div>
<div>
<p> COMPANY INFORMATION</p>
<a href="">About Overstock <span id="logofont">TM</span></a>
<a href="">Contact Us </a>
<a href="">Career</a>
<a href="">Investor Relations</a>
<a href="">Sell Your Products</a>
<a href="">Supply Chain Transparency</a>
</div>
<div>
<p> MORE WAYS TO SHOP</p>
<a href="">Tips & ideas</a>
<a href="">Deals </a>
<a href="">Clearance</a>
<a href="">New Arrivals</a>
</div>
</div>
<div id="lastDivFooter">
<div>
© Copyright 2023, Overstock.com®, Inc.<br>
799 Coliseum Way Midvale, UT 84047 | 1-800-843-2446
</div>
<div >
<a style="color: white;" " href="">Privacy Policy</a>
<a style="color: white;" href="">Terms & Condition </a>
<a style="color: white;" href="">*Promotion Terms</a>
<a style="color: white;" href="">Ship to : <span > India</span></a>
</div>
</div>
</body>
</html>
<script src="./js/productpage2.js"></script>
<script src="./js/navbarscripting.js"> </script>