-
Notifications
You must be signed in to change notification settings - Fork 0
/
scooters.html
238 lines (211 loc) · 8.93 KB
/
scooters.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
<!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>www.olx.in/motorcycles_c81</title>
<link rel="stylesheet" href="./style/footer.css">
<link rel="stylesheet" href="./styles/scooter.css">
<link rel="stylesheet" href="./style/nav.css">
<script src="https://kit.fontawesome.com/5d8d1b2757.js" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/87218ca82a.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="add_navbar"></div>
<div id="container">
<div id="sidebar">
<p class="gry">Home / Bikes</p>
<h2>Used Bikes in India</h2>
<div id="categories">
<div class="cat_head" id="cat_toggle">
<h3>CATEGORIES</h3>
<!-- <h2 class="cat_expand">^</h2> -->
<i id='cat' class="fa-solid fa-chevron-up"></i>
</div>
<ul id="all_cat">
<li>
<h4>━ All Categories</h4>
<ul id="mob_cat">
<li class="gry">━ Bikes</li>
<li class="teal">Motorcycles(15,234)</li>
<li class="gry">Scooters(34,987)</li>
<li class="gry">Spareparts(23,456)</li>
</ul>
</li>
</ul>
<hr>
<div class="cat_head" id="catt_toggle">
<div>
<h3>LOCATIONS</h3>
</div>
<!-- <div><h2 class="loc_expand">^</h2></div> -->
<i id='catt' class="fa-solid fa-chevron-up"></i>
</div>
<div id="loc_div">
<ul id="location">
<li class="teal" id="loc_in">━ India</li>
<li class="gry" id="loc_utt">Uttarakhand</li>
<li class="gry" id="loc_bihar">Bihar</li>
<li class="gry" id="loc_jh">Jharkhand</li>
<li class="gry" id="loc_dl">Delhi</li>
<li class="gry" id="loc_ga">Goa</li>
<li class="gry" id="loc_kl">Kerala</li>
<li class="gry">West Bengal</li>
<li class="gry">Telangana</li>
<li class="gry">Gujarat</li>
<li class="gry">Kerala</li>
</ul>
</div>
<hr>
<h3 class="grey">Filters</h3>
<div class="cat_head" id="cattt_toggle">
<h3>BUDGET</h3>
<!-- <h2 class="budget_expand">^</h2> -->
<i id='cattt' class="fa-solid fa-chevron-up"></i>
</div>
<div id="bud_div">
<h4 class="grey">Choose a range below</h4>
<div id="slider_price">
<h3>0</h3>
<h3 id="max_bud">100000</h3>
</div>
<!-- price slider -->
<div id="price_slider_div">
<input type="range" min="0" max="200000" id="price_range">
<button id="apply_price">Apply</button>
</div>
</div>
<hr>
<div class="cat_head" id="catttt_toggle">
<h3>BRAND</h3>
<!-- <h2 class="brand_expand">^</h2> -->
<i id='catttt' class="fa-solid fa-chevron-up"></i>
</div>
<div id="brand_div">
<h3 id="pop_brands">Popular Brands</h3>
<div class="brand_filter">
<div class="chk_box"></div>
<p>Bajaj</p>
</div>
<div class="brand_filter">
<div class="chk_box"></div>
<p>RoyalEnfield</p>
</div>
<div class="brand_filter">
<div class="chk_box"></div>
<p>Hero</p>
</div>
<div class="brand_filter">
<div class="chk_box"></div>
<p>Yamaha</p>
</div>
<div class="brand_filter">
<div class="chk_box"></div>
<p>Honda</p>
</div>
<div class="brand_filter">
<div class="chk_box"></div>
<p>TVS</p>
</div>
<div class="brand_filter">
<div class="chk_box"></div>
<p>Hero Honda</p>
</div>
<div class="brand_filter">
<div class="chk_box"></div>
<p>KTM</p>
</div>
<div class="brand_filter">
<div class="chk_box"></div>
<p>Suzuki</p>
</div>
<div class="brand_filter">
<div class="chk_box"></div>
<p>Other brands</p>
</div>
</div>
<hr>
<div class="km_driven">
<div class="choose_head">
<h3>KM DRIVEN</h3>
<i id="up" class="fa-solid fa-chevron-up"></i>
</div>
<div class="dusra">
<div id="choose_km">
<p>Choose from options below (km)</p>
</div>
<div class="choose_price_range">
<p>Below 10,000 km</p>
<p>34,200+items</p>
</div>
<div class="choose_price_range">
<p>Below 10,000 km</p>
<p>34,200+items</p>
</div>
<div class="choose_price_range">
<p>Below 10,000 km</p>
<p>34,200+items</p>
</div>
<div class="choose_price_range">
<p>Below 10,000 km</p>
<p>34,200+items</p>
</div>
<div class="choose_price_range">
<p>Below 10,000 km</p>
<p>34,200+items</p>
</div>
<div class="choose_price_range">
<p>Below 10,000 km</p>
<p>34,200+items</p>
</div>
</div>
</div>
<hr>
<div class="km_driven">
<div class="choose_head2">
<h3>YEAR</h3>
<i id="up2" class="fa-solid fa-chevron-up"></i>
</div>
<div class="dusra2">
<div id="choose_km">
<p>Choose from options below (km)</p>
</div>
<div class="choose_price_range2">
<p>Under 3years</p>
<p>34,200+items</p>
</div>
<div class="choose_price_range2">
<p>Under 5years</p>
<p>34,200+items</p>
</div>
<div class="choose_price_range2">
<p>Under 7years</p>
<p>34,200+items</p>
</div>
<div class="choose_price_range2">
<p>Under 10years</p>
<p>34,200+items</p>
</div>
</div>
</div>
<hr>
</div>
</div>
<div id="mob_con"></div>
</div>
<div id="add_footer"></div>
</body>
</html>
<script type="module">
import navbar from './components/navbar.js';
// console.log(navbar);
document.getElementById('add_navbar').innerHTML= navbar();
import footer from './components/footer.js';
// console.log(navbar);
document.getElementById('add_footer').innerHTML= footer();
// container.innerHTML= navbar();
import nav from './components/nav.js';
nav();
</script>
<script type="module" src="./scripts/scooters.js"></script>