-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcategory.html
372 lines (353 loc) · 13.7 KB
/
category.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
<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>Hola-Ex</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
<link rel="stylesheet" href="./style/category.css" />
</head>
<body>
<!-- header part -->
<header class="header">
<div class="navbar all-nav">
<img src="https://raw.githubusercontent.com/asadayyubi/absorbed-porter-6072/fw24_247_Day3/landing_page%20day1/image/1.png" alt="">
<div class="country_select" id="country">
<div class="select">
<p id="text"><i class="fa-ls fa-solid fa-magnifying-glass"></i> Select Your Country</p>
<i class="fa-solid fa-chevron-down" id="down"></i>
</div>
<ul class="option_box" id="list">
<li class="option" onclick="myFunction('USA')">
<i class="fa-solid fa-location-dot"></i>
<p>USA</p>
</li>
<li class="option" onclick="myFunction('CANADA')">
<i class="fa-solid fa-location-dot"></i>
<p>CANADA</p>
</li>
<li class="option" onclick="myFunction('AUSTRALIA')">
<i class="fa-solid fa-location-dot"></i>
<p>AUSTRALIA</p>
</li>
<li class="option" onclick="myFunction('AFRICA')">
<i class="fa-solid fa-location-dot"></i>
<p>AFRICA</p>
</li>
</ul>
</div>
<div class="search_box">
<input type="text" class="searchClass" id="searchId" placeholder="Find Cars, Mobile Phones and more...">
<p><i class="fa-solid fa-magnifying-glass"></i></p>
</div>
<div class="language">
<p id="eng">English<i class="fa-xl fa-solid fa-chevron-down" id="down"></i></p>
<ul class="hindi">
<li onclick="lang('हिन्दी')">हिन्दी</li>
<li onclick="lang('English')">English</li>
</ul>
</div>
<!-- <div class="message">
<i class="fa-regular fa-comment"></i>
</div>
<div class="message">
<i class="fa-lg fa-regular fa-bell"></i>
</div> -->
<div class="your_logo">
<div class="girl_img" id="girl_img">
<p id="login"><a href="./land.html"><b>Login</b></a> </p>
</div>
<!-- <div class="dropdown" id="dropdownid">
<div class="name">
<img src="image/pic3.jpg" alt="">
<p>Alberto</p>
</div>
<ul>
<li>
<i class="fa fa-regular fa-user"></i>
<p>My Account</p>
</li>
<li>
<i class="fa-solid fa-box"></i>
<p>My Orders</p>
</li>
<li>
<i class="fa fa-regular fa-circle-question"></i>
<p>Help</p>
</li>
<li>
<i class="fa fa-solid fa-gear"></i>
<p>Setting</p>
</li>
<li>
<i class="fa fa-right-from-bracket"></i>
<p>Log Out</p>
</li>
</ul>
</div> -->
</div>
<div class="selling">
<button><i class="fa-solid fa-plus"></i>
<p>SELL</p>
</button>
</div>
</div>
</header>
<div id="premenu">
<div id="all_categories"><p > ALL CATEGORIES <i id="down" class="fa-solid fa-chevron-down" ></i></p></div>
<div>
<p id="car">Cars</p>
<p>Motorcycles</p>
<p>Mobile Phones</p>
<p>For Sale: Houses & Apartments</p>
<p>Scooters</p>
<p>Commercial & Other Vehicles</p>
<p>For Rent: Houses & Apartments</p>
</div>
</div>
<div class="box">
<div>
<i class="fa-xl fa-solid fa-circle-xmark"></i>
Login First
</div>
</div>
<div class="menu" id="menu">
<div class="properties">
<ul><h3><b>Properties</b></h3>
<li><p>For Sale:Houses & apartments</p></li>
<li><p>For Rent : Houses & Apartments</p></li>
<li><p>Lands & Plots</p></li>
<li><p>For Rent: Shops & Offices</p></li>
<li><p>For Sale: Shops & Offices</p></li>
<li><p>PG & Guest Houses</p></li>
</ul>
</div>
<div class="properties">
<ul>
<h3><b>Mobiles</b></h3>
<li><p>Mobile Phones</p></li>
<li><p>Accessories</p></li>
<li><p>Tablets</p></li>
</ul>
</div>
<div class="properties">
<ul><h3><b>Jobs</b></h3>
<li><p>Data Entry & Back Office</p></li>
<li><p>Sales & Marketing</p></li>
<li><p>BPO & Telecaller</p></li>
<li><p>Driver</p></li>
<li><p>Office Assistant</p></li>
<li><p>Delivery & Collection</p></li>
<li><p>Teacher</p></li>
<li><p>Cook</p></li>
</ul>
</div>
<div class="properties">
<ul><h3><b>Bikes</b></h3>
<li><p>Motorcycles</p></li>
<li><p>Scooters</p></li>
<li><p>Spare Parts</p></li>
<li><p>Bicycles</p></li>
</ul>
</div>
<div class="properties">
<ul><h3><b>Electronics & Appliances</b></h3>
<li><p>TVs,Video-Audio</p></li>
<li><p>Kitchen & Other Appliances</p></li>
<li><p>Computers & Laptops</p></li>
<li><p>Cameras & Lenses</p></li>
<li><p>Games & Entertainment</p></li>
<li><p>Fridges</p></li>
<li><p>Computer Accessories</p></li>
<li><p>Hard Disks, Printer & Monitors</p></li>
<li><p>ACs</p></li>
<li><p>Washing Machine</p></li>
</ul>
</div>
<div class="properties">
<ul><h3><b>Commercial Vehicles & Spares</b></h3>
<li><p>Commercial & Other Vehicles</p></li>
<li><p>Spare Parts</p></li>
</ul>
</div>
<div class="properties">
<ul><h3><b>Furniture</b></h3>
<li><p>Sofa & Dining</p></li>
<li><p>Beds & Wardrobes</p></li>
<li><p>Home Decor & Garden</p></li>
<li><p>Kids Furniture</p></li>
<li><p>Other Household Items</p></li>
</ul>
</div>
<div class="properties">
<ul><h3><b>Fashion</b></h3>
<li><p>Men</p></li>
<li><p>Women</p></li>
<li><p>Kids</p></li>
</ul>
</div>
<div class="properties">
<ul><h3><b>Books,Sports & Hobbies</b></h3>
<li><p>Books</p></li>
<li><p>Gym & Fitness</p></li>
<li><p>Musical Instruments</p></li>
<li><p>Sports Equipment</p></li>
<li><p>Other Hobbies</p></li>
</ul>
</div>
<div class="properties">
<ul><h3><b>Pets</b></h3>
<li><p>Fishes & Aquarium</p></li>
<li><p>Pet Food & Accessories</p></li>
<li><p>Dogs</p></li>
<li><p>Other Pets</p></li>
</ul>
</div>
<div class="properties">
<ul><h3><b>Fashion</b></h3>
<li><p>Men</p></li>
<li><p>Women</p></li>
<li><p>Kids</p></li>
</ul>
</div>
<div class="properties">
<ul><h3><b>Services</b></h3>
<li><p>Electronics & Computer</p></li>
<li><p>Education & Classes</p></li>
<li><p>Drivers & Taxi</p></li>
<li><p>Health & BEauty</p></li>
<li><p>Other Services</p></li>
</ul>
</div>
</div>
<!-- product part -->
<div class="header-text">
<h1 style="color: #002f34; width: 93%; margin: auto; margin-bottom: 25px; margin-top: 20px;">Buy & Sell Used Cars in India</h1>
</div>
<div class="main-container">
<div class="sidebar-filter">
<div class="filter-brand">
<p>BRAND AND MODEL</p>
<input
type="text"
id="brand-input"
class="brand-input"
placeholder="Search brand or model"
/>
<button class="brand-search-btn" id="search-btn">Search</button>
<!-- popular brands -->
<p style="color: #002f34; font-weight: 700;">POPULAR BRANDS</p>
<div class="brand-img">
<img
src="https://rukminim1.flixcart.com/image/416/416/laptop-skin-decal/a/5/8/15-6-shopnow-mahindra-logo-original-imae5p68mn8xhhew.jpeg?q=70"
alt="error"
/>
<img
src="https://i.pinimg.com/originals/84/74/ba/8474bab344b6509e973b3d3f0260c2ca.jpg"
alt="error"
/>
<img
src="https://www.carlogos.org/logo/Kia-logo-2560x1440.png"
alt="error"
/>
<img
src="https://cdn1.wattev2buy.com/wp-content/uploads/2019/06/27160255/Hyundai-logo-evgenius-clear-bg-200.png"
alt="error"
/>
<img
src="https://media.licdn.com/dms/image/C560BAQGu96DNscbm9Q/company-logo_200_200/0/1519912842999?e=2147483647&v=beta&t=jUW94Q_YQJZzaLSdt-l-4SWGyoKJ9sxE1wuHaJ8Es5U"
alt="error"
/>
<img
src="https://freepngimg.com/thumb/categories/346.png"
alt="error"
/>
</div>
</div>
<hr class="style-hr">
<div class="filter-budget filter-brand">
<p class="style-p">BUDGET</p>
<p class="style-p-small">Choose from options below</p>
<div class="budget-range" data-id="1">Below 1 Lac</div>
<div class="budget-range" data-id="2">1 Lac - 2 Lac</div>
<div class="budget-range"data-id="3">3 Lac - 5 Lac</div>
<div class="budget-range" data-id="4">5 Lac and 2 Above</div>
</div>
<hr class="style-hr">
<div class="filter-budget filter-brand">
<p class="style-p">KM DRIVEN</p>
<p class="style-p-small">Choose from options below (km)</p>
<div class="budget-km" data-id="1">Below 25000 km</div>
<div class="budget-km" data-id="2">25000 km - 50000 km</div>
<div class="budget-km"data-id="3">50000 km - 75000 km</div>
<div class="budget-km" data-id="4">75000 km and 2 Above</div>
</div>
<hr class="style-hr">
<div class="filter-budget filter-brand">
<p class="style-p">TRANSMISSION</p>
<p class="style-p-small">Choose from options below</p>
<div class="budget-trans" data-id="1">Automatic</div>
<div class="budget-trans" data-id="2">Manual</div>
</div>
</div>
<div class="product-car-container">
</div>
</div>
<!--------------- footer---------------- -->
<div class="download_app">
<div class="download">
<img src="https://raw.githubusercontent.com/asadayyubi/absorbed-porter-6072/Day1_Baibhav/landing_page%20day1/image/footar.jpg" class="image" alt="">
<div class="text">
<h1>TRY THE OLX APP</h1>
<p>Buy, sell and find just about anything using <br> the app on your mobile.</p>
</div>
<div class="download_store">
<p>GET YOUR APP TODAY</p>
<img src="https://raw.githubusercontent.com/asadayyubi/absorbed-porter-6072/Day1_Baibhav/landing_page%20day1/image/play%20store.png" alt="">
</div>
</div>
</div>
<footer class="main_footer">
<div class="footer">
<div class="footer_box">
<h2>POPULAR LOCATIONS</h2>
<P>Kolkata</P>
<p>Mumbai</p>
<p>Chennai</p>
<p>Pune</p>
</div>
<div class="footer_box">
<h2>TRENDING LOCATIONS</h2>
<P>Bhubaneshwar</P>
<p>Hyderabad</p>
<p>Chandigarh</p>
<p>Nashik</p>
</div>
<div class="footer_box">
<h2>ABOUT US</h2>
<P>About OLX Group</P>
<p>Careers</p>
<p>Contact Us</p>
<p>Waah Jobs</p>
</div>
<div class="footer_box">
<h2>OLX</h2>
<P>Help</P>
<p>Sitemap</p>
<p>Blog</p>
<p>OLX Autos Sell Car</p>
</div>
<div>
<h2>FOLLOW US</h2>
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-google-play"></i>
<br>
<img style="width:80px" src="https://raw.githubusercontent.com/asadayyubi/absorbed-porter-6072/Day1_Baibhav/landing_page%20day1/image/play%20store.png" alt="">
</div>
</div>
</footer>
<script src="./script/category.js"></script>
</body>
</html>