-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproductListing.html
395 lines (344 loc) · 18.2 KB
/
productListing.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
<!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="stylesheet" href="css/productListing.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<title>Document</title>
</head>
<body>
<section class="nav">
<div id="logo"><img onclick="location.href='/E-Commerce'" src="img/logo.png" alt=""></div>
<div class="nav-item" id="home"><a href="/E-Commerce">Home</a> </div>
<div class="nav-item" id="brands"><a href="/E-Commerce/Nw/index.html">Brands</a> </div>
<div class="nav-item" id="products"><a href="/E-Commerce/productListing.html">Products</a> </div>
<div class="nav-item" id="abt"> <a href="/E-Commerce/aboutUs.html">About Us</a> </div>
<div class="nav-item"><a href="/E-Commerce/contactUs.html">Contact Us</a> </div>
<div id="search">
<div id="search-mobile" onclick="location.href='/E-Commerce/searchpage-mobile.html'"></div>
<form action="">
<button href="/E-Commerce/searchpage-mobile.html"><img id="simg" src="img/search-sm.png" alt="">
</button>
<input type="text" name="" id="" placeholder="Search For Items">
</form>
</div>
<div id="log"><a href="/E-Commerce/login.html">Login</a></div>
<div id="sign"><button onclick="location.href='/E-Commerce/signUp.html'" type="button" id="but">Sign Up</button>
</div>
<div id="profile"><a href="/E-Commerce/profile.html"><img src="img/Profile.png" alt=""></a></div>
<div id="cart"><a href="/E-Commerce/cartPage.html"><img src="img/Buy.png" alt=""></a></div>
<div id="bag"><a href="/E-Commerce/enquiry.html"><img src="img/Message.png" alt="">
</a>
</div>
<div id="menu"><span class="material-symbols-outlined">
menu
</span></div>
<div class="hamburger-menu">
<input onclick="lockScroll()" id="menu__toggle" type="checkbox" />
<label class="menu__btn" for="menu__toggle">
<span></span>
</label>
<ul class="menu__box">
<li><a class="menu__item" id="logo-hm" href="#"> <img src="img/logo.png" alt=""></a></li>
<li><a class="menu__item" id="logo-c-name" href="#">Asia Pasific Group</a></li>
<li><a class="menu__item" id="logo-c-name1" href="#">Add Any Tag Line Here</a></li?
<li><a class="menu__item" href="/E-Commerce"> <img src="img/hm-1.png" alt=""><span>Home</span></a></li>
<li><a class="menu__item" href="/E-Commerce/Nw/index.html"> <img src="img/hm-2.png" alt=""><span>Brands</span></a></li>
<li><a class="menu__item" href="/E-Commerce/productListing.html"> <img src="img/hm-3.png" alt=""><span>Products</span></a></li>
<li id="hm-drop-main" onclick="displayhm()"><a class="menu__item" href="#"> <img src="img/hm-5.png" alt=""><span>My Profile</span></a></li>
<li class="drop-list" id="hm-drop"><a class="menu__item" href="/E-Commerce/profile.html"><span>Account Details</span></a></li>
<li class="drop-list" id="hm-drop1"><a class="menu__item" href="/E-Commerce/AccountPages/ac-order.html"><span>My Order</span></a></li>
<li class="drop-list" id="hm-drop2"><a class="menu__item" href="/E-Commerce/AccountPages/ac-wish.html"><span>My Wishlist</span></a></li>
<li class="drop-list" id="hm-drop3"><a class="menu__item" href="/E-Commerce/AccountPages/ac-review.html"><span>My Reviews</span></a></li>
<li class="drop-list" id="hm-drop4"><a class="menu__item" href="/E-Commerce/AccountPages/ac-enquiries.html"><span>My Enquiries</span></a></li>
<li><a class="menu__item" href="/E-Commerce/cartPage.html"> <img src="img/hm-51.png" alt=""><span>Cart</span></a></li>
<li><a class="menu__item" href="/E-Commerce/enquiry.html"> <img src="img/hm-6.png" alt=""><span>Enquiries</span></a></li>
<li><a class="menu__item" href="/E-Commerce/contactUs.html"> <img src="img/hm-7.png" alt=""><span>Contact Us</span></a></li>
<li><a class="menu__item" href="/E-Commerce/aboutUs.html"> <img src="img/hm-8.png" alt=""><span>About Us</span></a></li>
<li><a class="menu__item" href="/E-Commerce/login.html"> <img src="img/login1.png" alt=""><span>Login</span></a></li>
</ul>
</div>
</section>
<script>
function displayhm() {
// $("#hm-drop").css("display" , "block");
// $("#hm-drop1").css("display" , "block");
// $("#hm-drop2").css("display" , "block");
// $("#hm-drop3").css("display" , "block");
// $("#hm-drop4").css("display" , "block");
$(".drop-list").toggleClass("invisible")
}
</script>
<section class="content1">
<div id="banner"><img src="img/list-banner.png" alt="">
</div>
<div id="button2"><button onclick="location.href='/'" type="button" type="button" id="content1-but"
class="sticky-but"><img src="img/Calling.png" alt="">
<p id="git">Get In
Touch</p>
</button></div>
<div id="button1"><button onclick="location.href='/'" type="button" type="button" id="content1-but">Shop
Now</button></div>
</section>
<section class="content2">
<div id="black-bg"></div>
<div class="box">
<div id="search1">
<a href=""><img src="img/search-sm.png" alt="">
</a>
</div>
<form name="search-list">
<input type="text" class="input" name="txt" onmouseout="this.value = ''; this.blur();"
placeholder=" Search">
</form>
<!-- <div class="hotp">
<input type="checkbox" name="" id="hp">
<p id="hp1">Hot Products</p>
</div> -->
</div>
<div onclick="filterBar()" id="filter"><img src="img/filter.png" alt=""></div>
<div id="filter-bar">
<h1>Filter By</h1>
<a href="">Clear All</a>
<div onclick="filterBar1()" id="cross" ><img onclick="filterBar1()" src="img/cross.png" alt=""></div>
<p id="p-1">Brand</p>
<img src="img/list-filter.png" alt="">
<p id="p-2">Panel Size</p>
<!-- <button class="b-1" id="content4-btn1">Select Size
˅</button> -->
<div class="dropdown" id="b-1">
<button class="dropbtn">Select Size
</button>
<div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div>
<p id="p-3">Cell Size</p>
<!-- <button class="b-2" id="content4-btn1">Select Size ˅</button> -->
<div class="dropdown" id="b-2">
<button class="dropbtn">Select Size
</button>
<div class="dropdown-content">
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</div>
</div>
<p id="p-4">Color</p>
<input id="check-1" class="check" type="checkbox">
<p id="p-5">Black</p>
<input id="check-2" class="check" type="checkbox">
<p id="p-6">White</p>
</div>
<div id="deleter"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro" id="pro1"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro" id="pro2"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro" id="pro3"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro" id="pro4"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro" id="pro5"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro" id="pro6"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro" id="pro7"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro" id="pro8"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro" id="pro9"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro1" id="pro-1"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro1" id="pro-2"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro1" id="pro-3"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro1" id="pro-4"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro1" id="pro-5"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro1" id="pro-6"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro1" id="pro-7"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro1" id="pro-8"></div>
<div onclick="location.href='/E-Commerce/productDetails.html'" class="pro1" id="pro-9"></div>
<div id="p1"><img src="img/p1.png" alt=""></div>
<div id="h1">
<h1>Product Name</h1>
</div>
<div id="t1">Lorem ipsum dolor sit amet, consect adipiscing elit.</div>
<div id="b1"><button onclick="location.href='/E-Commerce/productDetails.html'" type="button" type="button" id="content4-btn">Login For
Price</button></div>
<div id="r1" class="rm"> <a href="/E-Commerce/productDetails.html">Read More</a></div>
<div id="p2"><img src="img/p2.png" alt=""></div>
<div id="h2">
<h1>Product Name</h1>
</div>
<div id="t2">Lorem ipsum dolor sit amet, consect adipiscing elit.</div>
<div id="b2"><button onclick="location.href='/E-Commerce/productDetails.html'" type="button" type="button" id="content4-btn">Login For
Price</button></div>
<div id="r2" class="rm"> <a href="/E-Commerce/productDetails.html">Read More</a></div>
<div id="p3"><img src="img/solarAlt.jpg" alt=""></div>
<div id="h3">
<h1>Product Name</h1>
</div>
<div id="t3">Lorem ipsum dolor sit amet, consect adipiscing elit.</div>
<div id="b3"><button onclick="location.href='/E-Commerce/productDetails.html'" type="button" type="button" id="content4-btn">Login For
Price</button></div>
<div id="r3" class="rm"> <a href="/E-Commerce/productDetails.html">Read More</a></div>
<div id="p4"><img src="img/p4.png" alt=""></div>
<div id="h4">
<h1>Product Name</h1>
</div>
<div id="t4">Lorem ipsum dolor sit amet, consect adipiscing elit.</div>
<div id="b4"><button onclick="location.href='/E-Commerce/productDetails.html'" type="button" type="button" id="content4-btn">Login For
Price</button></div>
<div id="r4" class="rm"> <a href="/E-Commerce/productDetails.html">Read More</a></div>
<div id="p5"><img src="img/p5.png" alt=""></div>
<div id="h5">
<h1>Product Name</h1>
</div>
<div id="t5">Lorem ipsum dolor sit amet, consect adipiscing elit.</div>
<div id="b5"><button onclick="location.href='/E-Commerce/productDetails.html'" type="button" type="button" id="content4-btn">Login For
Price</button></div>
<div id="r5" class="rm"> <a href="/E-Commerce/productDetails.html">Read More</a></div>
<div id="p6"><img src="img/p6.png" alt=""></div>
<div id="h6">
<h1>Product Name</h1>
</div>
<div id="t6">Lorem ipsum dolor sit amet, consect adipiscing elit.</div>
<div id="b6"><button onclick="location.href='/E-Commerce/productDetails.html'" type="button" type="button" id="content4-btn">Login For
Price</button></div>
<div id="r6" class="rm"> <a href="/E-Commerce/productDetails.html">Read More</a></div>
<div id="p7"><img src="img/p7.png" alt=""></div>
<div id="h7">
<h1>Product Name</h1>
</div>
<div id="t7">Lorem ipsum dolor sit amet, consect adipiscing elit.</div>
<div id="b7"><button onclick="location.href='/E-Commerce/productDetails.html'" type="button" type="button" id="content4-btn">Login For
Price</button></div>
<div id="r7" class="rm"> <a href="/">Read More</a></div>
<div id="p8"><img src="img/p8.png" alt=""></div>
<div id="h8">
<h1>Product Name</h1>
</div>
<div id="t8">Lorem ipsum dolor sit amet, consect adipiscing elit.</div>
<div id="b8"><button onclick="location.href='/E-Commerce/productDetails.html'" type="button" type="button" id="content4-btn">Login For
Price</button></div>
<div id="r8" class="rm"> <a href="/E-Commerce/productDetails.html">Read More</a></div>
<div id="p9"><img src="img/p6.png" alt=""></div>
<div id="h9">
<h1>Product Name</h1>
</div>
<div id="t9">Lorem ipsum dolor sit amet, consect adipiscing elit.</div>
<div id="b9"><button onclick="location.href='/E-Commerce/productDetails.html'" type="button" type="button" id="content4-btn">Login For
Price</button></div>
<div id="r9" class="rm"> <a href="/E-Commerce/productDetails.html">Read More</a></div>
<div id="scroll-btn">
<button id="btn-1"><</button>
<button id="btn-2">1</button>
<button id="btn-3">2</button>
<button id="btn-4">3</button>
<button id="btn-5">></button>
</div>
</section>
<section class="footer">
<div id="footLogo"><img onclick="location.href='/E-Commerce'" src="img/logo.png" alt=""></div>
<div id="foot-txt">Lorem ipsum dolor sit amet consectetur adipisicing elit. Labore, veniam facilis. Asperiores
quod quia nobis. z</div>
<div id="foot-icons"><a href="/"><img src="img/yt-icon.png" alt=""></a>
<a href="/"><img src="img/fb-icon.png" alt=""></a>
<a href="/"><img src="img/in-icon.png" alt=""></a>
</div>
<div id="foot-links-1">
<a href="">
<h1>Company</h1>
</a>
<a href="/E-Commerce">
<p>Home</p>
</a>
<a href="/E-Commerce/Nw/index.html">
<p>Brands</p>
</a>
<!-- <a href="">
<p>Categories</p>
</a> -->
<a href="/E-Commerce/productListing.html">
<p>Products</p>
</a>
<a href="/E-Commerce/enquiry.html">
<p>Enquiries</p>
</a>
<a href="/E-Commerce/aboutUs.html">
<p>About Us</p>
</a>
<a href="/E-Commerce/contactUs.html">
<p>Contact Us</p>
</a>
</div>
<div id="foot-links-2">
<a href="/E-Commerce/">
<h1>Categories</h1>
</a>
<a href="/E-Commerce">
<p>Solar Power & Energy Storage System</p>
</a>
<a href="/E-Commerce">
<p>Smart Security Devices & Computering</p>
</a>
<a href="/E-Commerce">
<p>Lightings/Electrical Supplies</p>
</a>
<a href="/E-Commerce">
<p>Construction Supplies & Telecommunication Accessories</p>
</a>
<a href="/E-Commerce">
<p>Inkjet & Toner Cartridges / Office Supplies</p>
</a>
<a href="/E-Commerce">
<p>Machinery & Industarial Tool</p>
</a>
<a href="/E-Commerce">
<p>Chemicals</p>
</a>
</div>
<div id="foot-links-3">
<a href="">
<h1>Contact</h1>
</a>
<a href="">
<p>+1 234 567 8901</p>
</a>
<a href="">
<p>[email protected]</p>
</a>
<a href="">
<p>No 12/34 Street name, City,
Country - PIN</p>
</a>
</div>
<div id="foot-links-4">
<a href="/E-Commerce/privacy.html">
<p>Privacy Policy</p>
</a>
<a href="">
<p>Asia Pacific Group Australia</p>
</a>
<a href="/E-Commerce/tos.html">
<p>Terms And Conditions</p>
</a>
</div>
<hr id="line1">
<hr id="line2">
<hr id="line3">
</section>
<script src="js/three.js"></script>
<script>
function lockScroll() {
document.body.classList.toggle('lock-scroll');
}
</script>
</body>
</html>