-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
577 lines (547 loc) · 22.8 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
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
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
<!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>
<script src="https://kit.fontawesome.com/24c494a6b6.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./styles/index.css">
</head>
<body>
<div id="navbar">
<div id="nav">
<div id="left_div">
<img src="https://www.revv.co.in/grapheneImages/newopen/logo.svg">
<div>Sanitised. Safe</div>
</div>
<div id="right_div">
<div><a href="https://www.revv.co.in/hyundai-subscription"><b>Hyundai</b> Subscription</a></div>
<div><a href="https://www.revv.co.in/mahindra-subscription"><b>Mahindra</b> Subscription</a></div>
<div><a>How it works</a></div>
<div><a>Subscribe vs Buy</a></div>
<div><a href="FAQs.html">FAQs</a></div>
<div data-modal-target="#modal">
<span id="spaniv">
<i class="fa-solid fa-arrow-right-to-bracket"></i>
</span>
<a data-modal-target="#modal" id="ayazclickonsignin"> Login or Signup</a>
</div>
</div>
</div>
</div>
<!-- //below part started------------ -->
<div id="belowNav">
<div id="insidediv">
<div id="innerdiv">
<div id="buttdiv">
<button id="rentals">
<h6><a href="rentals.html">Rentals</a></h6>
<p>For hours & days</p>
</button>
<button id="subscriptions">
<h6>Subscriptions</h6>
<p>For months & years</p>
</button>
</div>
<div id="details">
<div id="detfirst">
<img src="https://www.revv.co.in/assets/subscription/brandLogo/subscription_web.png">
<h1>Car Subscriptions in India</h1>
</div>
<!-- <div id="detsecond">
<span><i class="fa-solid fa-location-dot"></i></span>
<input type="text" placeholder="Enter Your City" id="giveCity" oninput="saveCity()"/>
</div> -->
<div id="rohmysearchdiv" style="display: flex;">
<span><i class="fa-solid fa-location-dot"></i></span>
<select id="rohselectcity">
<optgroup>
<option class="rohbolderoption" value="Bangalore">Bangalore</option>
<option class="rohbolderoption" value="Hyderabad">Hyderabad</option>
<option class="rohbolderoption" value="Mumbai">Mumbai</option>
<option class="rohbolderoption" value="Delhi-NCR">Delhi-NCR</option>
<option class="rohbolderoption" value="Chennai">Chennai</option>
<option class="rohbolderoption" value="Pune">Pune</option>
</optgroup>
<optgroup>
<option value="Kolkata">Kolkata</option>
<option value="Ahmedabad">Ahmedabad</option>
<option value="Bhubaneswar">Bhubaneswar</option>
<option value="Chandigarh">Chandigarh</option>
<option value="Coimbatore">Coimbatore</option>
<option value="Jaipur">Jaipur</option>
<option value="Kochi">Kochi</option>
<option value="Mangalore">Mangalore</option>
<option value="Mysore">Mysore</option>
<option value="Nagpur">Nagpur</option>
<option value="Surat">surat</option>
<option value="Tirupati">Tirupati</option>
<option value="Trivandrum">Trivandaram</option>
<option value="Vadodara">Vadodara</option>
<option value="Vijaywada">Vijaywada</option>
<option value="Vizag">Vizag</option>
</optgroup>
</select>
</div>
<div id="querybyduration">
<div class="searching">
<div class="searchgo" >
<h2><a href="Subsstocks.html" onclick="saveCity()">Search <br>by the month</a></h2>
<span><i class="fa-solid fa-angle-right"></i></span>
</div>
<div>For 1, 2, 3 & 6 months</div>
</div>
<div class="searching">
<div class="searchgo">
<h2><a href="Subsstocks.html" onclick="saveCity()">Search <br>by the year</a></h2>
<span><i class="fa-solid fa-angle-right"></i></span>
</div>
<div>For 1 & 2 years</div>
</div>
</div>
</div>
</div>
<div id="photodiv">
<img class="imagiv"
src="https://www.revv.co.in/assets/RentalImages/HomeScreen/heroCarousel/LT_Desktop_1_FG.webp" alt="sanitised">
</div>
</div>
</div>
<!-- // slider----------------- -->
<section class="product">
<div id="subscription">
<h2>Subscription Benefits</h2>
<div id="btns">
<button class="pre-btn"><i class="fa-solid fa-chevron-left"></i></button>
<button class="nxt-btn"><i class="fa-solid fa-chevron-right"></i></button>
</div>
</div>
<div class="product-container">
<div class="product-card">
<img src="https://www.revv.co.in/assets/subscription/home/webp/web/zeroDownPayment_Web.webp">
</div>
<div class="product-card">
<img src="https://www.revv.co.in/assets/subscription/home/webp/web/insuranceMaintenance_Web.webp">
</div>
<div class="product-card">
<img src="https://www.revv.co.in/assets/subscription/home/webp/web/doorstepDelivery_Web.webp">
</div>
<div class="product-card">
<img src=" https://www.revv.co.in/assets/subscription/home/webp/mWeb/commitment_MWeb.webp">
</div>
<div class="product-card">
<img src="https://www.revv.co.in/assets/subscription/home/webp/web/deposit_Web.webp">
</div>
<div class="product-card">
<img src=" https://www.revv.co.in/assets/subscription/home/webp/web/flexibility_Web.webp">
</div>
<div class="product-card">
<img src=" https://www.revv.co.in/assets/subscription/home/webp/mWeb/safeSanitized_MWeb.webp">
</div>
</div>
</section>
<!-- login popup -->
<div id="ayazmaincontainer">
<div id="ayazloginform" >
<div style="display: flex;"><h4 style="margin-left: 90px;">LOGIN</h4><img id="ayazcloseicon" src="https://www.revv.co.in/imgs/cross.png" alt="x"></div>
<form class="ayazmylogin" action="">
<input id="ayazloginenteremail" type="text" name="" placeholder="Enter Email">
<input id="ayazloginenterpassword" type="password" placeholder="Enter Password">
<input class="ayazmyloginbutton" type="submit" title="Login" value="Login">
<div style="font-size: small;" id="ayazbuttonforsignup" >Don't have a account yet ?<p style="color: rgb(0, 175, 175);display: inline;font-weight: bold;"> Sign Up</p></div>
</form>
<hr style="margin-left: 10px;">
<a href=""></a><div><img style="width: 225px;margin-left: 10px;" src="https://www.revv.co.in/imgs/google-login.png" alt=""></div></a>
<a href=""></a><div><img style="width: 225px;margin-left: 10px;" src="https://www.revv.co.in/imgs/facebook-icon.png" alt=""></div></a>
</div>
</div>
<!-- signup popup -->
<div id="ayazsignupmaincontainer">
<div id="ayazsignupform" >
<div style="display: flex;"><h4 style="margin-left: 90px;">SIGN UP</h4><img id="ayazsignupcloseicon" src="https://www.revv.co.in/imgs/cross.png" alt="x"></div>
<form class="ayazmysignup" action="">
<input id="ayazsignupcreateemail" type="text" name="" placeholder="Create Email">
<input id="ayazsignupcreatepassword" type="password" placeholder="Create Password">
<input class="ayazmyloginbutton" type="submit" title="Login" value="Signup">
</form>
<hr>
<a href=""></a><div><img style="width: 225px;" src="https://www.revv.co.in/imgs/google-login.png" alt=""></div></a>
<a href=""></a><div><img style="width: 225px;" src="https://www.revv.co.in/imgs/facebook-icon.png" alt=""></div></a>
</div>
</div>
</div>
<!-- //-------bottom part start------------ -->
<section id="bottomdiv">
<div id="revvbottom">
<div id="paradiv">
<h2>What is Revv Subscription?</h2>
<p>It’s a different way of owning a car, without any down payment or car loan.
Your monthly fee covers insurance, service & maintenance.
Plus, there are no long term commitments - you can return,
extend or buy-out the car when you want.
And all this at a price cheaper than an EMI!
</p>
<button id="knowbtn"><a href="https://www.revv.co.in/open/Delhi-NCR/faq">Know More</a></button>
</div>
<div id="videodiv">
<iframe class="wr-video revvS_V" src="https://www.youtube.com/embed/KccvwVosjcU?rel=0&enablejsapi=1&origin=https%3A%2F%2Fwww.revv.co.in" allowfullscreen="" data-gtm-yt-inspected-4="true" id="13327329" data-gtm-yt-inspected-7217714_266="true"></iframe>
</div>
</div>
</section>
<!-- //--------------------slider second-------------- -->
<section class="productsecond">
<div id="subscription">
<h2>Sanitized & safe cars</h2>
<div id="btns">
<button class="pre-btn"><i class="fa-solid fa-chevron-left"></i></button>
<button class="nxt-btn"><i class="fa-solid fa-chevron-right"></i></button>
</div>
</div>
<div class="product-container">
<div class="product-cardagain">
<img src="https://www.revv.co.in/assets/RentalImages/HomeScreen/safeCars/mask-group125.webp">
</div>
<div class="product-cardagain">
<img src="https://www.revv.co.in/assets/RentalImages/HomeScreen/safeCars/banner-sanitised03.webp">
</div>
<div class="product-cardagain">
<img src="https://www.revv.co.in/assets/RentalImages/HomeScreen/safeCars/banner-sanitised01.webp">
</div>
<div class="product-cardagain">
<img src="https://www.revv.co.in/assets/RentalImages/HomeScreen/safeCars/banner-sanitised02.webp">
</div>
<div class="product-cardagain">
<img src="https://www.revv.co.in/assets/RentalImages/HomeScreen/safeCars/mask-group125.webp">
</div>
<div class="product-cardagain">
<img src="https://www.revv.co.in/assets/RentalImages/HomeScreen/safeCars/banner-sanitised03.webp">
</div>
<div class="product-cardagain">
<img src="https://www.revv.co.in/assets/RentalImages/HomeScreen/safeCars/banner-sanitised01.webp">
</div>
</div>
</section>
<!-- //-----next part----- -->
<section class="productCarsitem">
<div id="subscription">
<h2>Revv Cars at affordable prices</h2>
<div id="btns">
<button class="pre-btn"><i class="fa-solid fa-chevron-left"></i></button>
<button class="nxt-btn"><i class="fa-solid fa-chevron-right"></i></button>
</div>
</div>
<div class="product-container">
<div class="product-cardcar">
<div>
<img src="https://s3-us-west-2.amazonaws.com/revvselfdrivecar/Open/Hatchback_new/Maruti_suzuki_alto_k10.jpg">
</div>
<div>
<h2>Maruti Alto K10 </h2>
<div>
<p><i class="fa-solid fa-gas-pump"></i>Petrol</p>
<p><i class="fa-solid fa-code-fork"></i>Manual</p>
</div>
<div>
<h3>₹ 14,099</h3>
<p>/month</p>
<p style="text-decoration:line-through">₹ 15,699</p>
</div>
</div>
</div>
<div class="product-cardcar">
<div>
<img src="https://s3-us-west-2.amazonaws.com/revvselfdrivecar/Open/Hatchback_new/Maruti_suzuki_wagon_r_1.0.jpg">
</div>
<div>
<h2>Maruti suzuki wagon R</h2>
<div>
<p><i class="fa-solid fa-gas-pump"></i>Petrol</p>
<p><i class="fa-solid fa-code-fork"></i>Manual</p>
</div>
<div>
<h3>₹ 17,899</h3>
<p>/month</p>
<p style="text-decoration:line-through">₹ 19,699</p>
</div>
</div>
</div>
<div class="product-cardcar">
<div>
<img src="https://s3-us-west-2.amazonaws.com/revvselfdrivecar/Open/Hatchback_new/Hyundai_eon.jpg">
</div>
<div>
<h2>Hyundai eon</h2>
<div>
<p><i class="fa-solid fa-gas-pump"></i>Petrol</p>
<p><i class="fa-solid fa-code-fork"></i>Manual</p>
</div>
<div>
<h3>₹ 19,099</h3>
<p>/month</p>
<p style="text-decoration:line-through">₹ 21,699</p>
</div>
</div>
</div>
<div class="product-cardcar">
<div>
<img src="https://s3-us-west-2.amazonaws.com/revvselfdrivecar/Open/Hatchback_new/Hyundai_grand_i10.jpg">
</div>
<div>
<h2>Hyundai grand i10</h2>
<div>
<p><i class="fa-solid fa-gas-pump"></i>Petrol</p>
<p><i class="fa-solid fa-code-fork"></i>Manual</p>
</div>
<div>
<h3>₹ 18,099</h3>
<p>/month</p>
<p style="text-decoration:line-through">₹ 20,699</p>
</div>
</div>
</div>
<div class="product-cardcar">
<div>
<img src="https://s3-us-west-2.amazonaws.com/revvselfdrivecar/Open/Sedan_new/Maruti_suzuki_baleno.jpg">
</div>
<div>
<h2>Maruti suzuki baleno</h2>
<div>
<p><i class="fa-solid fa-gas-pump"></i>Petrol</p>
<p><i class="fa-solid fa-code-fork"></i>Manual</p>
</div>
<div>
<h3>₹ 16,099</h3>
<p>/month</p>
<p style="text-decoration:line-through">₹ 19,699</p>
</div>
</div>
</div>
<div class="product-cardcar">
<div>
<img src="https://s3-us-west-2.amazonaws.com/revvselfdrivecar/Open/Hatchback_new/Maruti_suzuki_swift.jpg">
</div>
<div>
<h2>Maruti Suzuki Swift</h2>
<div>
<p><i class="fa-solid fa-gas-pump"></i>Petrol</p>
<p><i class="fa-solid fa-code-fork"></i>Manual</p>
</div>
<div>
<h3>₹ 21,099</h3>
<p>/month</p>
<p style="text-decoration:line-through">₹ 23,999</p>
</div>
</div>
</div>
<div class="product-cardcar">
<div>
<img src="https://revvselfdrivecar.s3-us-west-2.amazonaws.com/Open/SUV_new/Maruti_suzuki_vitara_brezza.jpg">
</div>
<div>
<h2>Maruti suzuki vitara</h2>
<div>
<p><i class="fa-solid fa-gas-pump"></i>Petrol</p>
<p><i class="fa-solid fa-code-fork"></i>Manual</p>
</div>
<div>
<h3>₹ 22,099</h3>
<p>/month</p>
<p style="text-decoration:line-through">₹ 25,699</p>
</div>
</div>
</div>
</div>
</section>
<!-- ----------------------------------- -->
<section class="productWhyRevv">
<div id="subscription">
<h2>Why Revv?</h2>
<div id="btns">
<button class="pre-btn"><i class="fa-solid fa-chevron-left"></i></button>
<button class="nxt-btn"><i class="fa-solid fa-chevron-right"></i></button>
</div>
</div>
<div class="product-container">
<div class="product-cardRevv">
<div>
<img src="https://www.revv.co.in/assets/RentalImages/HomeScreen/rental2021/whyRevv/price.png">
</div>
<div>
<h4>Flexible Pricing Plans</h4>
<p>Choose `Unlimited kms` or `with fuel` plans</p>
</div>
</div>
<div class="product-cardRevv">
<div>
<img src="https://www.revv.co.in/assets/RentalImages/HomeScreen/rental2021/whyRevv/maintained.png">
</div>
<div>
<h4>Well maintained cars</h4>
<p>Regular services & maintanance; inspected before each trip</p>
</div>
</div>
<div class="product-cardRevv">
<div>
<img src="https://www.revv.co.in/assets/RentalImages/HomeScreen/rental2021/whyRevv/contact.png">
</div>
<div>
<h4>Flexible Pricing Plans</h4>
<p>Choose `Unlimited kms` or `with fuel` plans</p>
</div>
</div>
<div class="product-cardRevv">
<div>
<img src="https://www.revv.co.in/assets/RentalImages/HomeScreen/rental2021/whyRevv/home.png">
</div>
<div>
<h4>Home delivery & return</h4>
<p>On-time doorstep service, at your preferred location and time</p>
</div>
</div>
<div class="product-cardRevv">
<div>
<img src="https://www.revv.co.in/assets/RentalImages/HomeScreen/rental2021/whyRevv/maintained.png">
</div>
<div>
<h4>Well maintained cars</h4>
<p>Regular services & maintanance; inspected before each trip</p>
</div>
</div>
<div class="product-cardRevv">
<div>
<img src="https://www.revv.co.in/assets/RentalImages/HomeScreen/rental2021/whyRevv/home.png">
</div>
<div>
<h4>Flexible Pricing Plans</h4>
<p>Choose `Unlimited kms` or `with fuel` plans</p>
</div>
</div>
<div class="product-cardRevv">
<div>
<img src="https://www.revv.co.in/assets/RentalImages/HomeScreen/rental2021/whyRevv/home.png">
</div>
<div>
<h4>Home delivery & return</h4>
<p>On-time doorstep service, at your preferred location and time</p>
</div>
</div>
</div>
</section>
<!-- //footer---------------------- -->
<section id="FAQ">
<div>
<h2>FAQs</h2>
<a href="FAQs.html">View all</a>
</div>
<div>
<div class="multiple">
<div>
<h4>Is there a speed limit?</h4>
<p>Revv allows up to 125 km/hr. However it is 80 km/hr in a
few cities where some cars might be
equipped with speed governors as per
government directives. Revv strictly
advises to follow local speed limits.</p>
</div>
<span><i class="fa-solid fa-chevron-down"></i></span>
</div>
<div class="multiple">
<div>
<h4>Can I extend/ cancel/ modify?</h4>
<p>Yes, extensions are possible subject to availability & charges. Cancellations & modifications will attract nominal charges as per our policy.</p>
</div>
<span><i class="fa-solid fa-chevron-down"></i></span>
</div>
<div class="multiple">
<div>
<h4>Booking criteria & documents?</h4>
<p>Min. 21 years old, have valid original government ID (Aadhar, Passport, or PAN only) and a valid driving licence for “Light Motor Vehicles”, which is min. 1 year old at the time of starting the trip.</p>
</div>
<span><i class="fa-solid fa-chevron-down"></i></span>
</div>
<div class="multiple">
<div>
<h4>Are there any restricted areas?</h4>
<p>Leh/Ladhakh, Spiti Valley & Kaza/Nako regions are not permitted to take Revv cars. Customer will be fully liable for any damages incurred to the car in that region.</p>
</div>
<span><i class="fa-solid fa-chevron-down"></i></span>
</div>
</div>
</section>
<!-- Serviceable cities box -->
<div class="swapidsc">
<h1 id="swapsch1">Serviceable cities</h1>
<div class="swapdivsc">
<div>
<p>Self Drive Car Rental in Bangalore</p>
<p>Self Drive Car Rental in Hyderabad</p>
<p>Self Drive Car Rental in Mumbai</p>
<p>Self Drive Car Rental in Delhi-NCR</p>
<p>Self Drive Car Rental in Chennai</p>
<p>Self Drive Car Rental in Pune</p>
<p>Self Drive Car Rental in Kolkata</p>
<p>Self Drive Car Rental in Ahmedabad</p>
</div>
<div>
<p>Self Drive car Rental in Bhubaneswar</p>
<p>Self Drive car Rental in Chandigarh</p>
<p>Self Drive car Rental in Caimbatore</p>
<p>Self Drive car Rental in Jaipur</p>
<p>Self Drive car Rental in Kochi</p>
<p>Self Drive car Rental in Mangalore</p>
<p>Self Drive car Rental in Mysore</p>
<p>Self Drive car Rental in Nagpur</p>
</div>
<div>
<p>Self Drive Car Rental in Surat</p>
<p>Self Drive Car Rental in Tirupati</p>
<p>Self Drive Car Rental in Trivandrum</p>
<p>Self Drive Car Rental in Vadodare</p>
<p>Self Drive Car Rental in Vijayawada</p>
<p>Self Drive Car Rental in Vizag</p>
</div>
</div>
</div>
<div class="social-media">
<div id="social_container">
<div>
<div><img src="https://www.revv.co.in/imgs/revvLogo.png" alt=""></div>
<div class="social">
<div><a href="https://www.facebook.com/revvindia/" class="fa fa-facebook"></a></div>
<div><a href="https://twitter.com/revv_india" class="fa fa-twitter"></a></div>
<div><a href="https://www.instagram.com/revv_india/" class="fa fa-instagram"></a></div>
<div><a href="https://www.youtube.com/channel/UCdASUGQcRPefuQYO6rT331Q"
class="fa fa-youtube-play"></a></div>
<div><a href="https://www.linkedin.com/company/revv-self-drive-car" class="fa fa-linkedin"></a>
</div>
</div>
</div>
<div class="contact_color1">
<div><a href="#">Home</a></div>
<div><a href="#">subscriptions</a></div>
<div><a href="#">tariffs</a></div>
<div><a href="faq_page.html">FAQ</a></div>
<div><a href="#">policy</a></div>
<div><a href="https://www.revv.co.in/blogs/">Blog</a></div>
</div>
<div>
<div>
<h4 style="font-size: 22px;margin-bottom: 0px;">Have Questions?</h4>
<p style="font-size: 16px;">24/7 Customer Support</p>
</div>
<div class="contact_color">
<div><a href="#">Contact us</a></div>
<div>
<p>+91-9250035555 </p>
</div>
<div><a href="care@revv.co.in">care@revv.co.in</a></div>
</div>
</div>
</div>
<p style="font-size: 10px;"><b>©</b> Primemover Mobility Technologies Pvt Ltd. All rights reserved </p>
</div>
</div>
</body>
</html>
<script src="./script/index.js"></script>