-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproduct.html
310 lines (294 loc) · 12.1 KB
/
product.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
<!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>Product Page</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css\style.css">
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<script src="sweetalert2.all.min.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
</head>
<body>
<header>
<div id="headWrapper">
<div id="leftcontent">
<div id="hamButton">
<a href="#">
<img src="graphics\hamburger-icon.svg" alt="">
</a>
</div>
<div id="logo">
<a href="index.html">
<img src="graphics\logo.png" alt="">
</a>
</div>
<div id="location">
<a href="#"><span><img src="graphics\location-icon.svg" alt=""></span> Deliver to <span
style="font-weight: bolder;">Ranchi , 834001</span></a>
</div>
</div>
<h3 id="signedIn_Name"></h3>
<div id="rightContent">
<form class="search-container">
<input type="text" placeholder="Search Your Item" class="search-box" id="search-box" />
<span id="searchBtn" class="material-symbols-outlined">search</span>
</form>
<div id="cartLogo">
<a href="cart.html"><img src="graphics\cart-icon.svg" alt="" /></a>
</div>
<div id="signinWrapper">
<a href="signup.html" id="signUpBtn"><span><img src="graphics\user-icon.svg" alt=""></span></a>
<a id="logOutBtn" href=""><span class="material-symbols-outlined">logout</span></a>
</div>
</div>
</div>
</header>
<nav class="nav-area">
<ul>
<li>
<a href="#">Groceries
</a>
<ul>
<li><a href="">Fruits & Vegetables</a></li>
<li><a href="">Dairy & Bakery</a> </li>
<li><a href="">Staples</a></li>
<li><a href="">Snacks & Branded Foods</a></li>
</ul>
</li>
<li>
<a href="#">Premium Fruits</a>
<ul>
<li><a href="">Apple & Pears </a></li>
<li><a href="">Avocado,Peach,Plum</a></li>
<li><a href="">Banana ,Melons & Coconut </a></li>
<li><a href="">Dates</a></li>
</ul>
</li>
<li>
<a href="#">Home & Kitchen</a>
<ul>
<li>
<a href="#">Bathroom & Laundry Accessories</a>
</li>
<li>
<a href="#">Disposal</a>
</li>
<li>
<a href="#">Furnishing</a>
</li>
<li>
<a href="#">Gardern & Outdoor</a>
</li>
<li>
<a href="#">Home Decor</a>
</li>
</ul>
</li>
<li>
<a href="#">Fashion</a>
<ul>
<li><a href="">Men</a></li>
<li><a href="">Women</a></li>
<li><a href="">Boys</a></li>
<li><a href="">Girls</a></li>
<li><a href="">Infants</a></li>
</ul>
</li>
</li>
<li>
<a href="#">Electronics</a>
<ul>
<li><a href="">Mobiles & Tablets</a></li>
<li><a href="">TV & Speaker</a></li>
<li><a href="">Home Appliances</a></li>
<li><a href="">Computer</a></li>
<li><a href="">Camera</a></li>
<li><a href="">Kitchen Appliances</a></li>
<li><a href="">Gaming Accessories</a></li>
</ul>
</li>
<li>
<a href="#">Beauty</a>
<ul>
<li><a href="">Make - Up</a></li>
<li><a href="">Hair</a></li>
<li><a href="">Skin-Care</a></li>
<li><a href="">Fitness</a></li>
</ul>
</li>
<li>
<a href="#">Sports, Toys & Luggage
</a>
<ul>
<li><a href="">Toys & Games</a></li>
<li><a href="">Bags & Travel Luggage</a></li>
<li><a href="">Sporting Goods & Fitness Equipment</a></li>
</ul>
</li>
<li>
<a href="#">Jewellery</a>
<ul>
<li><a href="">Fine Jewellery</a></li>
<li><a href="">Gold Plated Jewellery</a></li>
<li><a href="">Silver Plated Jewellery</a></li>
<li><a href=""> Jewellery</a></li>
</ul>
</li>
<li>
<a href="#">Home Improvement</a>
<ul>
<li><a href="">Auto Care</a></li>
<li><a href="">Building Supplies & Measuring Tools</a></li>
<li><a href="">Carpentry</a></li>
<li><a href="">Electrical</a></li>
<li><a href="">Home Safety & Automatic</a></li>
</ul>
</li>
</ul>
</nav>
<!-- //Main Section -->
<div id="container">
<div class="left">
<div class="category">
<h2>Electronics</h2>
<input type="submit" value="Mobile" data-val="mobile" class="filterBtn">
<hr>
<input type="submit" value="Camera" data-val="camera" class="filterBtn">
<hr>
<input type="submit" value="Computers" data-val="computers" class="filterBtn">
<hr>
<input type="submit" value="TV" data-val="tv" class="filterBtn">
</div>
<div class="category">
<h2>Foods & Edibles</h2>
<input type="submit" value="Staples" data-val="staple" class="filterBtn">
<hr>
<input type="submit" value="Bakery" data-val="bakery" class="filterBtn">
<hr>
<input type="submit" value="Dairy" data-val="dairy" class="filterBtn">
<hr>
<input type="submit" value="Baverages" data-val="bevrages" class="filterBtn">
<hr>
<input type="submit" value="Fruits" data-val="fruits" class="filterBtn">
</div>
<div class="category">
<h2>Female</h2>
<input type="submit" value="Women" data-val="women" class="filterBtn">
<hr>
<input type="submit" value="Girls" data-val="girls" class="filterBtn">
<hr>
<input type="submit" value="Make-up" data-val="makeup" class="filterBtn">
<hr>
<input type="submit" value="Hair" data-val="hair" class="filterBtn">
<hr>
<input type="submit" value="Fragrances" data-val="fragrances" class="filterBtn">
<hr>
<input type="submit" value="Skin Care" data-val="skin care" class="filterBtn">
</div>
<div class="category">
<h2>Male</h2>
<input type="submit" value="Men" data-val="men" class="filterBtn">
<hr>
<input type="submit" value="Boys" data-val="boys" class="filterBtn">
</div>
<div class="category">
<h2>Coins & Idols</h2>
<input type="submit" value="Gold Coins" data-val="gcoin" class="filterBtn">
<hr>
<input type="submit" value="Silver Coins" data-val="scoin" class="filterBtn">
<hr>
<input type="submit" value="Idols" data-val="idol" class="filterBtn">
</div>
<div class="category">
<h2>Essentials & Not</h2>
<input type="submit" value="Essentials" data-val="essential" class="filterBtn">
<hr>
<input type="submit" value="Not Essentials" data-val="not-essential" class="filterBtn">
</div>
</div>
<div class="right">
<div class="top">
<!-- <h3 id="showing">Showing 20 of 100 items</h3> -->
<select name="sort" id="sort">
<option value="">All Products</option>
<option value="desc">High to Low</option>
<option value="asc">Low to High</option>
</select>
<select name="sort" id="filterPrice">
<option value="">Filter by Price</option>
<option value="100">Under 100</option>
<option value="1000">Under 1000</option>
<option value="3000">Under 3000</option>
<option value="4999">Under 5000</option>
<option value="5000">Above 5000</option>
</select>
</div>
<div id="cardContainer">
</div>
</div>
</div>
<hr>
<div class="pagination-wrapper" id="pagination-wrapper"></div>
<hr>
</div>
<footer>
<div class="allCat">
<h2>All Categories</h2>
<a href="#">Grocery</a>
<a href="#">Electronics</a>
<a href="#">Fashion</a>
<a href="#">Beauty</a>
<a href="#">Home & Kitchen</a>
<a href="#">Premium Fruits</a>
<a href="#">Books</a>
<a href="#">Furniture</a>
</div>
<div class="popCat">
<h2>Popular Categories</h2>
<a href="#">Staples</a>
<a href="#">Baverages</a>
<a href="#">Personal Care</a>
<a href="#">Home Care</a>
<a href="#">Fruits & Vegetables</a>
<a href="#">Baby Care</a>
<a href="#">Snack & Branded Foods</a>
<a href="#">Dairy & Bakery</a>
</div>
<div class="customerAcc">
<h2>Customer Account</h2>
<a href="#">My Account</a>
<a href="#">My Orders</a>
<a href="#">Wishlist</a>
<a href="#">Payment Methods</a>
<a href="#">Delivery Addresses</a>
<a href="#">JioMart Wallet</a>
</div>
<div class="helpNSupp">
<h2>Help & Support</h2>
<a href="#">About Us</a>
<a href="#">FAQ</a>
<a href="#">Terms & Conditions</a>
<a href="3">Privacy Policy</a>
<a href="#">E-waste Policy</a>
<a href="#">Cancellation & Return</a>
<a href="#">Shipping & Delivery Policy</a>
</div>
<div class="contact">
<h2>Contact Us</h2>
<p>WhatsApp us: ##### #####
Call us: #### ### ####
8:00 AM to 8:00 PM, 365 days</p>
<p>Please note that you are accessing the BETA version of <a href="index.html" class="linkMain">buddycart.com</a>
<h2>Download the app</h2>
<div class="dwnImg">
<img src="https://www.jiomart.com/assets/ds2web/jds-icons/ios_app_icon.svg" alt="AppStore"><img src="https://www.jiomart.com/assets/ds2web/jds-icons/google-play-icon.svg" alt="PlayStore">
</div>
</div>
</footer>
</body>
<script src="./forAll.js"></script>
<script src="./main.js"></script>
</html>