-
Notifications
You must be signed in to change notification settings - Fork 1
/
Becomehost.html
561 lines (475 loc) · 20.5 KB
/
Becomehost.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
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
<!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>Car Rentel In Your City</title>
<link rel="stylesheet" href="/css/Becomehost.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<style>
.accordion {
margin-left: 5%;
margin-right: 5%;
/* background-color: #eee; */
/* color: #444; */
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
}
.active {
border: 1px solid silver;
background-color: white;
}
.panel {
padding: 0 18px;
display: none;
background-color: white;
overflow: hidden;
}
.accordion img {
padding-right: 5%;
height: 7%;
width: 7%;
}
.panel {
margin-left: 4%;
}
</style>
</head>
<body>
<!-- -------------------------navbar--------------------------------------- -->
<div id="navbar">
<div id="left-bar">
<div><img id="ham-burger-icon" src="./images/icons8-menu-rounded-48.png" alt=""></div>
<div><img id="project-logo" src="images/project-logo.ico" alt="error"></div>
<div><span>
<h1 id="BookMyCar">BookMyCar</h1>
</span></div>
</div>
<div id="right-bar">
<a href="https://www.zoomcar.com/in/host/en/faq">
<div><span>FAQs</span></div>
</a>
<div id="Refer"><span>Refer & Earn</span></div>
<div><span><a style="color: white;" href="Register.html">Sign Up/Login</a></span></div>
<div><button id="Start_Earninig">Start Earninig</button></div>
<div id="host-group">
<div><img id="host-img" src="./images/project-logo.ico" alt=""></div>
<div><button id="host-button"><a href="">Download App</a></button></div>
</div>
<div><button id="login-signup-button"><span><a style="color: white;" href="Register.html">Login/Signup</a> </span></button></div>
</div>
</div>
<div id="mobile-head">
<div id="mobiles">
<div id="mobile">
<div><img src="./images/project-logo.ico" alt=""></div>
<div><span>Get The App. Save More!</span><br>
<span></span><br>
<span>Get Flat 15% off only on the app! Use Code: KASVR</span><br>
</div>
</div>
<div>
<p id="close"><b>X</b></p>
</div>
</div>
<div>
<a href="https://tinyurl.com/4pwc8cr9">Download The App</a>
</div>
</div>
<div id="side-bar">
<div id="user-css">
<div>
<div><img src="./images/user.png" alt=""></div>
<div>
<p>Login or Signup</p>
</div>
</div>
<div id="X"><span>X</span></div>
</div>
<div id="change-city">
<div id="city">
<div>
<img src="./images/icons8-location-50.png" alt="">
<span><a style="text-decoration: none;" style="color: black;" href="./faq.html">Change City-DelhiNCR</a></span>
</div>
</div>
</div >
<div id="FAQ">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ-0RkgtnwRCTQP-MBrSQIvQ3nq7WIsO3d16A&usqp=CAU"
alt="">
<span ><a style="text-decoration: none;" style="color: black;" href="./faq.html">FAQ's</a></span>
</div>
<div id="Refer">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTYenzaH7YVvfKfc6iAX1OHdZg7QI25voMXsA&usqp=CAU"
alt="">
<span><a style="text-decoration: none;" style="color: black;" href="">Refer & Earn</a></span>
</div>
<div id="Policies">
<img src="./images/icons8-documents-99.png" alt="">
<span><a style="text-decoration: none;" style="color: black;" href="./faq.html">Policies</a></span>
</div>
</div>
<!-- -------------------------------------refer & earn -->
<div id="main_section">
<div id="refer" class="refers">
<img id="button"
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTT8TwO5tI7PKeA0uXmjGQRkW7aLiCax5Q2RwyImJE5bUGonopCdzGW&usqp=CAE&s"
alt="">
<h2>Refer & Earn</h2>
<p>You Earn ₹4,999/-</p>
<p>Your friend Gets upto ₹4,999/-</p>
<p>You1 Both Win</p>
<img src="https://www.zoomcar.com/zap/subscribe/build/2dac7c3e3ed475d15bf341d377b66ed9.svg" alt="">
<div id="refer-div" >
<div>
<img src="https://www.zoomcar.com/zap/subscribe/build/57cc7c360d39278b0396db7f870e7cd0.png" alt="">
<p>Whatsapp</p>
</div>
<div>
<img src="https://www.zoomcar.com/zap/subscribe/build/511323b8e90983b78fe644c8c9075cf2.png" alt="">
<p>Facbook</p>
</div>
<div>
<img src="https://www.zoomcar.com/zap/subscribe/build/56993356b7e8876d8eadb92affa38ab7.png" alt="">
<p>Twitter</p>
</div>
<div>
<img src="https://www.zoomcar.com/zap/subscribe/build/660be3fc6381ddb61de93a26d3720783.png" alt="">
<p>Code</p>
</div>
</div>
<a href="#">Terms & Conditions</a>
</div>
</div>
<!-- ------------------------------all sections -->
<div id="section-1">
<div id="for-two-cards">
<div id="card-1">
<!-- card-1 -->
<h3>How much could you earn by sharing Your car?</h3>
<select id="border" class="padright">
<option value="Chevrolet">Chevrolet</option>
<option value="Fiat">Fiat</option>
<option value="Ford">Ford</option>
<option value="Honda">Honda</option>
<option value="Hyundai">Hyundai</option>
<option value="Jeep">Jeep</option>
<option value="KIA">KIA</option>
<option value="Mahindra">Mahindra</option>
<option value="Maruti">Maruti</option>
<option value="Mercedes">Mercedes</option>
<option value="MG Motors">MG Motors</option>
<option value="Nissan">Nissan</option>
<option value="Opel">Opel</option>
<option value="Renault">Renault</option>
<option value="Tango">Tango</option>
<option value="Volkswagen">Volkswagen</option>
<option value="Citroen">Citroen</option>
<option value="Sabaru">Sabaru</option>
<option value="Isuzu">Isuzu</option>
<option value="JAC">JAC</option>
<option value="Audi">Audi</option>
<option value="BMW">BMW</option>
<option value="Land Rover">Land Rover</option>
</select>
<select id="border" class="padright">
<option value="Aveo">Aveo</option>
<option value="Cruze">Cruze</option>
<option value="Optra">Optra</option>
<option value="Captiva">Captiva</option>
<option value="Equinox">Equinox</option>
<option value="Trailblazer">Trailblazer</option>
</select>
<h3>Sharing days</h3>
<input id="range" type="range" name="timerange" min="1" max="30" step="1">
<h3 class="card1">Your monthly earning upto</h3>
<h1 class="card1" id="demo">price </h1>
</div>
<!-- ----------------------------------- -->
<div id="card-2">
<!-- card-2 -->
<div id="sub-card-2">
<div id="logo">
<img src="https://doav52ie4cv60.cloudfront.net/images/bonus.svg" alt="">
</div>
<div>
<h3>Earn joining bonous of upto</h3>
<h1> ₹5000</h1>
</div>
</div>
</div>
</div>
<!-- --------------------------- -->
<div id="sliding">
<img src="https://doav52ie4cv60.cloudfront.net/in/host/share-your-car/images/host-web-banner2.jpg" alt="">
<!-- <img src="https://doav52ie4cv60.cloudfront.net/in/host/share-your-car/images/host-web-banner4.jpg" alt="">
<img src="https://doav52ie4cv60.cloudfront.net/in/host/share-your-car/images/host-web-banner-1.png" alt="">
<img src="https://doav52ie4cv60.cloudfront.net/in/host/share-your-car/images/host-web-banner3.jpg" alt="">
-->
</div>
</div>
<div id="section-2">
<div id="main-heading">
<h3>3 SIMPLE STEPS TO START SHAREING AND EARNING</h3>
</div>
<div id="sub-section-2">
<div>
<img class="content" src="https://doav52ie4cv60.cloudfront.net/images/aboutdetail.svg" alt="">
<h2 class="center">Tell us about yourself</h2>
<p>Share your car details with us through this <a href="">form</a>
and shedule car inspection from our expects</p>
</div>
<div>
<img class="content" src="https://doav52ie4cv60.cloudfront.net/images/secure-car.svg" alt="">
<h2 class="center">Setup for shareing </h2>
<p>Signup on the app and provide us your PAN, BANK and Address details and
you are now ready to share yor car</p>
</div>
<div>
<img class="content" src="https://doav52ie4cv60.cloudfront.net/images/share-earn.svg" alt="">
<h2 class="center">Share and earn</h2>
<p>Select the sharing dates for your car. Our experts will visit you
to install the safety devices and then you are ready to earn
</p>
</div>
</div>
</div>
<!-- ------------------------------------------- -->
<div id="section-3">
<div id="is-heading">
<strong>Why Share your Car with us?</strong>
</div>
<div id="section-3-cards">
<img src="https://doav52ie4cv60.cloudfront.net/images/repair.svg" alt="">
<h2>Major damage and repair coverage</h2>
<p>
We provide damage cover and handle repairs in case of damage during a booking.
</p>
</div>
<div id="section-3-cards">
<img src="https://doav52ie4cv60.cloudfront.net/images/earning.svg" alt="">
<h2>Earning from home</h2>
<p>
Our hosts earn upto Rs.50000 per month along with added bonuses for sharing their cars
</p>
</div>
<div id="section-3-cards">
<img src="https://doav52ie4cv60.cloudfront.net/images/flexibility.svg" alt="">
<h2>Power of flexiblity</h2>
<p>
Using our mobile app, you can share your car based on your convenience and schedule
</p>
</div>
<div id="section-3-cards">
<img src="https://doav52ie4cv60.cloudfront.net/images/secure-car.svg" alt="">
<h2>Safe secure and smooth</h2>
<p>
We install safety and keyless entry devices to make sharing your car a safe, secured and smooth process
</p>
</div>
</div>
<!-- ----------------------------------------------------------- -->
<div id="section-4">
<div id="section-4heading">
<strong>HEAR FROM OUR HOSTS</strong>
</div>
<div id="sub-section-4">
<div>
<h4 class="center"> Avineet, Bangalore</h4>
<img id="center-comma" src="https://doav52ie4cv60.cloudfront.net/images/quotes.svg" alt="">
<h5 class="center"> Multiple cars on the platform</h5>
<p>I have attached 3 vehicles. I have earned ₹4 lacs in 5 months.
Relisting car on weekends, we can also earn extra amount
</p>
</div>
<div>
<h4 class="center">Vanshika, HR, Mumbai</h4>
<img id="center-comma" src="https://doav52ie4cv60.cloudfront.net/images/quotes.svg" alt="">
<h5 class="center"> Car is paying for itself</h5>
<p>"I am in love with this idea and enjoying my time with Zoomcar host.
My car is paying for itself and that’s a great benefit"
</p>
</div>
<div>
<h4 class="center"> Avineet, Bangalore</h4>
<img id="center-comma" src="https://doav52ie4cv60.cloudfront.net/images/quotes.svg" alt="">
<h5 class="center"> Multiple cars on the platform</h5>
<p>I have attached 3 vehicles. I have earned ₹4 lacs in 5 months.
Relisting car on weekends, we can also earn extra amount
</p>
</div>
<div>
<!-- <img style="height:10%;width: 10%; "; src="https://doav52ie4cv60.cloudfront.net/images/testimonial/Vanshika.png" alt=""> -->
<h4 class="center"> Avineet, Bangalore</h4>
<img id="center-comma" src="https://doav52ie4cv60.cloudfront.net/images/quotes.svg" alt="">
<h5 class="center"> Multiple cars on the platform</h5>
<p>I have attached 3 vehicles. I have earned ₹4 lacs in 5 months.
Relisting car on weekends, we can also earn extra amount
</p>
</div>
</div>
</div>
<!-- ---------------------------------- -->
<div id="section-5">
<img src="https://doav52ie4cv60.cloudfront.net/in/host/share-your-car/images/ZH_referral_banner_app_02.jpg"
alt="">
</div>
<!-- -------------------------------------- -->
<div id="section-6"></div>
<div id="section-6-heading"><strong>
<h1>STILL HAVE QUESTIONS?</h1>
</strong></div>
<div id="main-div">
<div id=" sub-div" style="display: flex;">
<div id="sub-sub-div-1">
<button class="accordion">
<p> <span><img src="https://doav52ie4cv60.cloudfront.net/images/renters-ico.svg"></span>
<p>
Do I need to meet the guests of my car?
</p>
</button>
<div class="panel">
<p>We have installed the keyless entry devices in your car, which makes sure that you need not meet
any of the guests in person, either at the start, or at the end of any booking.</p>
</div>
<button class="accordion">
<p> <span><img src="https://doav52ie4cv60.cloudfront.net/images/get-paid-ico.svg"></span>
<p>How will I get Paid?</p>
</button>
<div class="panel">
<p>
You will earn 60% of the booking revenue that your car earns on every booking.
Your earnings will be paid to you on a weekly basis.
Use our quick online calculator to see how much you can earn by sharing the car.
</p>
</div>
<button class="accordion">
<p> <span><img src="https://doav52ie4cv60.cloudfront.net/images/challans-ico.svg"></span>
What happens if my car gets challans ?</p>
</button>
<div class="panel">
<p>
Your total earnings will be credited to your bank account every week. You can access your
detailed earnings through our Zoomcar Host app.
</p>
</div>
</div>
<div id="sub-sub-div-1">
<button class="accordion">
<p> <span><img src="https://doav52ie4cv60.cloudfront.net/images/earn-ico.svg">
</span> How much will I earn?
<p>
</p>
</button>
<div class="panel">
<p>
Our intelligent demand based pricing system optimizes the price of your car.
We also send you suggestion for peak seasons to share your car. We ensure you get maximum
earning while sharing the car.
</p>
</div>
<button class="accordion">
<p> <span><img src="https://doav52ie4cv60.cloudfront.net/images/car-price-ico.svg"></span>
<p>
How is the price of my car decided?
</p>
</p>
</button>
<div class="panel">
<p>
Zoomcar will take care of all challans incurred during car sharing.
</p>
</div>
<button class="accordion">
<p><span><img src="https://doav52ie4cv60.cloudfront.net/images/setting-ico.svg"></span>
<p> Why are safety devices installed?</p>
</button>
<div class="panel">
<p>
These are Zoomcar's proprietary tech devices. They are installed in the car to keep track of car
health and location of your car.
It keeps your car safe when shared with Guests.
</p>
</div>
</div>
</div>
</div>
<!-- ---------------------------------- -->
<div id="qr">
<div>
<span>Never</span><br>
<span>Stop</span><br>
<span>Living.</span>
</div>
<div>
<div>
<img src="https://www.zoomcar.com/zap/subscribe/build/92f8af213ad661e016a99ecd01e53d56.png" alt="">
<p>Scan this QR code</p>
<p> to download app</p>
</div>
<div>
<h1>DOWNLOAD BookMyCar APP</h1>
<p>We have incredible offers, discounts & much more in our app.</p>
<p></p>
<p></p>
<img src="https://www.zoomcar.com/zap/subscribe/build/07018682025c76b812f5938dd246dcb0.png" alt="">
<img src="https://www.zoomcar.com/zap/subscribe/build/96be483c040ed13df0882463a660047a.png" alt="">
</div>
</div>
</div>
<div id="copyright">
<h4> More about Zoomcar Host</h4>
</div>
</div>
</div>
</div>
<div id="side-bar">
<div id="user-css">
<div>
<div><img src="./images/user.png" alt=""></div>
<div>
<p>Login or Signup</p>
</div>
</div>
<div id="X"><span>X</span></div>
</div>
<div id="change-city">
<div>
<div>.png" alt="">
<span>Change City</span>
<img src="./images/icons8-location-50
</div>
</div>
<div>
<span id="change">Delhi NCR</span>
</div>
</div>
<div>
<img src="./images/project-logo.ico" alt="">
<span>Become Host</span>
</div>
<div>
<img src="./images/icons8-documents-99.png" alt="">
<span> BookMyCar Fleet Vehicles Policies</span>
</div>
<div>
<img src="./images/icons8-documents-99.png" alt="">
<span> BookMyCar Fleet Vehicles Policies</span>
</div>
<div>
<img src="./images/icons8-phone-50.png" alt="">
<span>Help & Support<span>
</div>
</div>
</body>
</html>
<script src="/script/Becomehost.js"></script>
<script src="/policy.html"></script>
<script src="/faq.html"></script>