-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
309 lines (283 loc) · 12 KB
/
index.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
<!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>Document</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css">
<link rel="stylesheet" href="./styles/index.css">
<link rel="stylesheet" href="./style/nav.css">
<link rel="stylesheet" href="./style/footer.css">
</head>
<body onload="show()">
<div id="add_navbar"></div>
<!-- ***************************header image******************************* -->
<section id="section">
<div class="container">
<img src="./images/head-img.png" alt="olx autos">
<button class="btn"><a href="#">Sell Car</a></button>
</div>
</section>
<!-- ***************************advertise image******************************* -->
<section>
<div class="add_img">
<img src="./images/add-1.png" alt="">
<i class="fa-regular fa-rectangle-xmark" id="add_icon"></i>
</div>
</section>
<!-- *******************************slider********************************** -->
<section>
<div class="main">
<div class="main1">
<p>Based on your last search</p>
<h3><a href="#">View more</a></h3>
</div>
<div class="parent">
<div id="leftarrow" onclick="moveleft()">
<button><i class="fa-solid fa-chevron-left"></i></button>
</div>
<div class="child" id="c1">
<img src="./images/image-1.jpeg" alt="">
<h2>₹ 6,50,000</h2>
<p>2017 - 74,000 Km</p>
<h5>Maruti Suzuki Vitara Brezza (2017)..</h5>
<h6>Jun 03</h6>
</div>
<div class="child" id="c2">
<img src="./images/image-2.jpeg" alt="">
<h2>₹ 17,75,000</h2>
<p>2020 - 70,000 Km</p>
<h5>Mahindra Scorpio S11,2020,Diesel..</h5>
<h6>AUG 11</h6>
</div>
<div class="child" id="c3">
<img src="./images/image-3.jpeg" alt="">
<h2>₹ 8,00,000</h2>
<p>2019 - 40,400 Km</p>
<h5>Maruti Suzuki Swift Dzire 2019 at fix.</h5>
<h6>TODAY</h6>
</div>
<div class="child" id="c4">
<img src="./images/image-4.jpeg" alt="">
<h2>₹ 3,61,000</h2>
<p>2012 - 74,000 Km</p>
<h5>Volkswagen Vento 2010-2013,Diesel..</h5>
<h6>TODAY</h6>
</div>
<div class="child" id="c5">
<img src="./images/image-5.jpeg" alt="">
<h2>₹ 28,25,000</h2>
<p>2017 - 68,000 Km</p>
<h5>Toyota Fortuner (2017),Diesel..</h5>
<h6>JUL 04</h6>
</div>
<div class="child" id="c6">
<img src="./images/image-6.jpeg" alt="">
<h2>₹ 4,51,000</h2>
<p>2014 - 74,000 Km</p>
<h5>Ford Ecosport (2017),Diesel..</h5>
<h6>TODAY</h6>
</div>
<div class="child" id="c7">
<img src="./images/image-7.jpeg" alt="">
<h2>₹ 2,90,000</h2>
<p>2017 - 80,000 Km</p>
<h5>Hyundai Eon (2013),Petrol..</h5>
<h6>TODAY</h6>
</div>
<div class="child" id="c8">
<img src="./images/image-8.jpeg" alt="">
<h2>₹ 3,61,000</h2>
<p>2012 - 74,000 Km</p>
<h5>Volkswagen Vento 2010-2013,Diesel..</h5>
<h6>TODAY</h6>
</div>
<div id="rightarrow" onclick="moveright()">
<button><i class="fa-solid fa-chevron-right"></i></button>
</div>
</div>
</div>
</section>
<!-- **********************fresh recommedations************************* -->
<section>
<div class="fresh">
<p>Fresh recommendations</p>
</div>
<section class="freshsection">
<div id="fresh_bottom"></div>
</section>
<!-- ************************************load more and image**************************** -->
<div class="loadmore">
<button id="load_more_id">Load More</button>
<div class="loadmore_product" id="loadmore_productid">
<div class="firstrow">
<div class="box">
<img src="https://apollo-singapore.akamaized.net/v1/files/qtepxdjat5zm1-IN/image;s=300x600;q=60" alt="">
<h2>₹ 65,000</h2>
<p>2015 - 35,000 km</p>
<h5>ABS RS 200</h5>
<span>Mumbai, Maharashtra</span>
<strong>Today</strong>
</div>
<div class="box">
<img src="https://apollo-singapore.akamaized.net/v1/files/wuhycxrkbkip-IN/image;s=300x600;q=60" alt="">
<h2>₹ 60,50,00,396</h2>
<p>4+ Bds - 4+ Ba - 8000 ft2</p>
<h5>House for sale at perambur</h5>
<span>Perambur, Chennai, Tamil Nadu</span>
<strong>Today</strong>
</div>
<div class="box">
<img src="https://apollo-singapore.akamaized.net/v1/files/7uvmf7dl1v831-IN/image;s=300x600;q=60" alt="">
<h2>₹ 26,000</h2>
<p>Leptop Accessories</p>
<h5>Fresh Lenovo Thinkpad i7</h5>
<span>Chennai, Tamil Nadu</span>
<strong>Today</strong>
</div>
<div class="box">
<img src="https://apollo-singapore.akamaized.net/v1/files/vadtb83wymm92-IN/image;s=300x600;q=60" alt="">
<h2>₹ 800</h2>
<p>Drawing</p>
<h5>Pencil drawing</h5>
<span>Perambur Netal Garden</span>
<strong>Today</strong>
</div>
<div class="box">
<img src="https://apollo-singapore.akamaized.net/v1/files/mc2m1m0knkko2-IN/image;s=300x600;q=60" alt="">
<h2>₹ 37,000</h2>
<p>2017 - 45,000 km</p>
<h5>Yamaha Fz single owne</h5>
<span>Chennai Central</span>
<strong>Today</strong>
</div>
<div class="box">
<img src="https://apollo-singapore.akamaized.net/v1/files/jajuogi00odz-IN/image;s=300x600;q=60" alt="">
<h2>₹ 13,500,</h2>
<p>Mobile Accessories</p>
<h5>Sony Xperia 1 (4G VoLTE) </h5>
<span>Chennai Central</span>
<strong>Today</strong>
</div>
<div class="box">
<img src="https://apollo-singapore.akamaized.net/v1/files/pwg77qurdehi3-IN/image;s=300x600;q=60" alt="">
<h2>₹ 4,000</h2>
<p>Kichen Accessories</p>
<h5>Lakshmi wet grinder</h5>
<span>ICF Colony West Colony</span>
<strong>Today</strong>
</div>
<div class="box">
<img src="https://apollo-singapore.akamaized.net/v1/files/493w2f90il3d2-IN/image;s=300x600;q=60" alt="">
<h2>₹ 2,500</h2>
<p>Bycycle</p>
<h5>BSA Tail Spin / BSA Toons</h5>
<span>Kolathur Annai</span>
<strong>Aug20</strong>
</div>
<div class="box">
<img src="https://apollo-singapore.akamaized.net/v1/files/onn5fcuxxso13-IN/image;s=300x600;q=60" alt="">
<h2>₹ 13,99,999</h2>
<p>2019 - 38,000 km</p>
<h5>Hyundai Creta,1.6 SX Automatic</h5>
<span>Model Town, Phagwara</span>
<strong>Aug 22</strong>
</div>
<div class="box">
<img src="https://apollo-singapore.akamaized.net/v1/files/k39s78pkk7jr1-IN/image;s=300x600;q=60" alt="">
<h2>₹ 299</h2>
<p>Wallet</p>
<h5>New pockets</h5>
<span>Samudrapur, Maharashtra</span>
<strong>Today</strong>
</div>
<div class="box">
<img src="https://apollo-singapore.akamaized.net/v1/files/0swxxa399xli1-IN/image;s=300x600;q=60" alt="">
<h2>₹ 1,000</h2>
<p>Kitchen Accessories</p>
<h5>Microwave Safe srt</h5>
<span>Chennai, Tamil Nadu</span>
<strong>Jul 30</strong>
</div>
<div class="box">
<img src="https://apollo-singapore.akamaized.net/v1/files/l36tl6qclbnt-IN/image;s=300x600;q=60" alt="">
<h2>₹ 500</h2>
<p>Watch</p>
<h5>New watches</h5>
<span>Samudrapur, Maharashtra</span>
<strong>Today</strong>
</div>
<div class="box">
<img src="https://apollo-singapore.akamaized.net/v1/files/bj76t4vhyw2f2-IN/image;s=300x600;q=60" alt="">
<h2>₹ 1,000</h2>
<p>Mens/Women Cloths</p>
<h5>New Trandy Couple Kurta</h5>
<span>Samudrapur, Maharashtra</span>
<strong>Today</strong>
</div>
<div class="box">
<img src="https://apollo-singapore.akamaized.net/v1/files/stej1o9i6y8n1-IN/image;s=300x600;q=60" alt="">
<h2>₹ 6,500,</h2>
<p>Furniture</p>
<h5>Only beds available </h5>
<span>Samudrapur, Maharashtra</span>
<strong>Today</strong>
</div>
<div class="box">
<img src="https://apollo-singapore.akamaized.net/v1/files/bs65a43vsvqe3-IN/image;s=300x600;q=60" alt="">
<h2>₹ 4,000</h2>
<p>Sport Accessories</p>
<h5>Badminton racket</h5>
<span>Avenue, Chennai</span>
<strong>Today</strong>
</div>
<div class="box">
<img src="https://apollo-singapore.akamaized.net/v1/files/e5jf0tp3luzx-IN/image;s=300x600;q=60" alt="">
<h2>₹ 45,85,000</h2>
<p>Shops/Office</p>
<h5> Rental assurance @heart</h5>
<span>Arumbakkam, Chennai</span>
<strong>Aug20</strong>
</div>
</div>
</div>
</div>
<!-- **************************************advertise************************************************ -->
<section>
<div class="add_img">
<img src="./images/add-2.png" alt="">
<i class="fa-regular fa-rectangle-xmark" id="add_icon"></i>
</div>
</section>
<!-- *********************************************footer image app********************************* -->
<div class="foot">
<div>
<img src="./images/footer-img.png">
</div>
<div class="line">
<h1>TRY THE OLX APP</h1>
<p>Buy, sell and find just about anything using
the app on your mobile.</p>
</div>
<div>
<h4>GET YOUR APP TODAY</h4>
<div class="image">
<img src="https://statics.olx.in/external/base/img/appstore_2x.webp" alt="">
<img src="https://statics.olx.in/external/base/img/playstore_2x.webp" alt="">
</div>
</div>
</div>
<div id="mob_con"></div>
<div id="add_footer"></div>
</body>
</html>
<script type="module">
import navbar from './components/navbar.js';
document.getElementById('add_navbar').innerHTML=navbar();
import footer from './components/footer.js';
document.getElementById('add_footer').innerHTML=footer();
import nav from './components/nav.js';
nav();
</script>
<script src="./scripts/index.js"></script>