-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnewProducts.html
330 lines (324 loc) · 11.3 KB
/
newProducts.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
<!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>New Arriavals-Worldwide Free Shipping</title>
<link
rel="shortcut icon"
href="https://avatars.githubusercontent.com/u/34937151?s=280&v=4"
type="image/x-icon"
/>
<link rel="stylesheet" href="./css/newProducts.css" />
<script
src="https://kit.fontawesome.com/1c249eb0f3.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="./css/navbar.css" />
<link rel="stylesheet" href="./css/footer.css" />
</head>
<body>
<!-- Navbar -->
<div id="navbar">
<nav id="first">
<div></div>
<div>
<ul id="firstUl">
<li>
<span id="mobileIcon"
><i class="fa-solid fa-mobile fa-2x"></i
></span>
Save BIG with our app!
<span class="arrowD"><i class="fa-solid fa-angle-down"></i></span>
</li>
<li>Language</li>
<li>
Ship/INR
<span class="arrowD"><i class="fa-solid fa-angle-down"></i></span>
</li>
<li>
Support Center
<span class="arrowD"><i class="fa-solid fa-angle-down"></i></span>
</li>
</ul>
</div>
</nav>
<hr />
<nav id="second">
<div id="searchLogo">
<div id="logo">
<a href="./index.html"> <img
src="https://content1.geekbuying.com/V1.4/en/images/index_images/new_geekbuy.png"
alt=""
/></a>
</div>
<div id="ConForSearch">
<select name="" id="categories">
<option value="">All Categories</option>
</select>
<input
type="text"
id="searchProduct"
placeholder="Search by key words"
/>
<div id="searchbtn">
<span id="sizeForSearch"
><i class="fa-solid fa-magnifying-glass"></i
></span>
</div>
</div>
</div>
<div id="userUtilites">
<ul id="userUL">
<li>
<div class="dropdown1">
<button class="dropbtn1" id="btnSignIn"><span class="iconSize"><i class="fa-regular fa-user"></i></span>
<p> Sign in</p></button>
<div class="dropdown-contentt">
<div id="signinn"><p>Welcome to Geekbuying</p>
<a href="./login.html" class="buttonsignin">Sign in</a><br>
<a href="./signup.html" class="buttoncreate">Create an account</a>
</div>
</div>
</div>
</li>
<li>
<span class="iconSize"><i class="fa-regular fa-heart"></i></span>
<a href="#"> Wishlist</a>
</li>
<li>
<span class="iconSize"
><i class="fa-solid fa-cart-shopping"></i
></span>
<a href="./cart.html"> Cart</a>
</li>
</ul>
</div>
</nav>
<nav id="third">
<ul id="thirdUL">
<li> <div class="dropdown">
<button class="dropbtn">Shop all categories <i class="fa fa-caret-down"></i></button>
<div class="dropdown-content">
<a href="#">Local Warehouses</a>
<a href="#">Smart home & Garden</a>
<a href="#">Sports & Outdoors</a>
<a href="#">Consumer Electronics</a>
<a href="#">TV Boxes & Mini PC</a>
<a href="#">Computers, Tablets 7 Accesories</a>
<a href="#">Toys & Hobbies</a>
<a href="#">Phone & Accesories</a>
<a href="#">Automobiles & Motorcycles</a>
<a href="#">Wearable Devices</a>
<a href="#">Security Systems</a>
<a href="#">Fashion</a>
</div></li>
<li><a href="./newProducts.html">New</a></li>
<li><a href="./topProducts.html">Top seller</a></li>
<li><a href="./brand.html">Brand</a></li>
<li><a href="#">Clearance</a></li>
<li><a href="#">Deals</a></li>
<li><a href="#">Coupon</a></li>
</ul>
</nav>
</div>
<hr />
<!-- heading- NEW ARRIVLAS -->
<div id="headingBg">
<div id="heading"><p>New Arrivals</p></div>
</div>
<div id="conatainer">
<div id="allCategories">
<p>All Categories</p>
<div id="categoreis">
<div>
<p>Smart Home & Garden</p>
<span> <i class="fa-solid fa-angle-down"></i></span>
</div>
<div>
<p>Consumer Electronics</p>
<span><i class="fa-solid fa-angle-down"></i></span>
</div>
<div>
<p>Wearable Devices</p>
<span><i class="fa-solid fa-angle-down"></i></span>
</div>
<div>
<p>Sports & Outdoors</p>
<span><i class="fa-solid fa-angle-down"></i></span>
</div>
<div>
<p>Toys & Hobbies</p>
<span><i class="fa-solid fa-angle-down"></i></span>
</div>
<div>
<p>Computers, Tablets & Accessories</p>
<span><i class="fa-solid fa-angle-down"></i></span>
</div>
<div>
<p>Phones & Accessories</p>
<span><i class="fa-solid fa-angle-down"></i></span>
</div>
<div>
<p>Fashion</p>
<span><i class="fa-solid fa-angle-down"></i></span>
</div>
<div>
<p>TV Boxes & Mini PCs</p>
<span><i class="fa-solid fa-angle-down"></i></span>
</div>
</div>
</div>
<div id="productDetails">
<div id="filters">
<div id="firstRow">
<p>New Arrived :</p>
<p>7 days</p>
<p>15 days</p>
<p>30 days</p>
</div>
<div id="secondRow">
<p>Filter :</p>
<select name="" id="country">
<option value="">Ship From</option>
<option value="">Netherland</option>
<option value="">Europe</option>
<option value="">Poland</option>
<option value="">Germany</option>
<option value="">Spain</option>
<option value="">United States</option>
<option value="">United Kingdom</option>
<option value="">China</option>
<option value="">Russian Federation</option>
<option value="">Canada</option>
<option value="">Japan</option>
</select>
<div class="flex" id="checkbox1">
<input type="checkbox" />
<p>On Sale</p>
</div>
<div class="flex" id="c2">
<input type="checkbox" />
<p>Free Shipping only</p>
</div>
<div class="flex">
<p>Price :</p>
<input type="number" placeholder="Min" class="minmax" />
<p>-</p>
<input type="number" placeholder="Max" class="minmax" />
<button id="okk">OK</button>
</div>
</div>
<div id="firstRow">
<p>Sort By :</p>
<p onclick="sortByName()">Best Match</p>
<p>New Arrival</p>
<p>Price</p>
<select name="" id="sortByPrice" onchange="priceSortFun()">
<option value="empty">Sort by price </option>
<option value="phl">High to Low</option>
<option value="plh">Low to High</option>
</select>
<button id="reset"onclick="pageReloadFun()">Reset</button>
</div>
</div>
<div id="products"></div>
</div>
</div>
<!-- Footer starts -->
<div id="footer_Container">
<div id="main_box">
<div id="serch_box">
<p>Enter email to get a 5% off coupon</p>
</div>
<div id="subscribe_box">subscribe</div>
<div id="footer_serch">
<img src="./Images/social.png" alt="" />
</div>
<div id="footer_device">
<img src="./Images/device.png" alt="" />
</div>
<div id="text_box">
<span>About Geekbuying</span>
<p>
We at Geekbuying are all about making our customers' lives
comfortable and smarter. We have a massive selection of products and
offer unbeatable prices. If you are looking for the latest and the
greatest product in categories like smart home and outdoor gadgets,
Geekbuying is where you should be!
</p>
<p>
Geekbuying is the ultimate shopping hub for new releases covering
smart home products like vacuum cleaners, fitness equipment like
treadmills, top of the line home and office furniture, outdoor items
including e-bikes, scooters, and other consumer goods like TV boxes,
RC Toys and so much more! Shop for your favorite brands and products
today!
</p>
</div>
<div id="footer_help-sup">
<dl id="help ">
<dt class="nike">Help</dt>
<dt>Order status</dt>
<dt>About us</dt>
<dt>Contact us</dt>
<dt>Warranty</dt>
<dt>FAQs</dt>
<dt>Sitemap</dt>
</dl>
<dl id="support">
<dt class="nike">Support</dt>
<dt>Payment information</dt>
<dt>Shipping guide</dt>
<dt>Wholesale</dt>
<dt>Affiliates</dt>
<dt>Student discount</dt>
<dt>Youth discount</dt>
<dt>Request a sample</dt>
</dl>
<dl id="pro">
<dt class="nike">Policies</dt>
<dt>Terms & conditions</dt>
<dt>Return policy</dt>
<dt>Privacy</dt>
<dt>Declaration</dt>
<dt>Customs</dt>
</dl>
</div>
<div id="footer_popular_search">
<span>Popular Searches</span>
<div id="popular_search-list">
<div>Geekbuying</div>
<div>Roborrock Q7 Max</div>
<div>Tronsmart Bluetoot Speekar</div>
<div>Windose MIni PC</div>
<div>android tv boxes</div>
<div>LDS Robot Vacuum</div>
<div>Electric Bike</div>
<div>Onex Player mini Amd</div>
</div>
</div>
<div id="translate">
<div>
English | Español | Français | Deutsch | Italiano | Português |
Nederlands | Polski | Pyccкий | Türkçe | ελληνικά | Magyar | لعربية
| עברית | ไทย | 日本語
</div>
</div>
</div>
<div id="bootom_img">
<img
src="//content1.geekbuying.com/V1.4/en/images/index_images/footicons.jpg"
/>
<img
id="img2"
src="//content1.geekbuying.com/V1.4/en/images/index_images/geek_reviews.jpg?v=20220111"
/>
</div>
</div>
<!-- Footer Ends -->
</body>
</html>
<script src="./script/newProduct.js"></script>
<script src="./data/newData.js"></script>