-
Notifications
You must be signed in to change notification settings - Fork 2
/
offerpage3.html
73 lines (61 loc) · 3.37 KB
/
offerpage3.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
<!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>Self Drive Car Rentals | Rent a Car | Car Hire @Zoomcar</title>
<link rel="icon" href="/favicon.png" sizes="32x32" type="image/png">
<link rel="stylesheet" href="./css/offerpage3.css">
<script
src="https://kit.fontawesome.com/24c494a6b6.js"
crossorigin="anonymous"
></script>
<style>
</style>
</head>
<body>
<div id="navbar">
<button id="sidebar"><i class="fa-solid fa-bars"></i></button>
<div id="img" onClick="window.location.href ='index.html'"><img src="./image/2ndimg.png" alt="" id="imgnavbar"></div>
<div id="rightnav"><button onClick="window.location.href ='navbar.html'">Become a Host</button><button>ZMS</button><button>Login/Signup</button></div>
</div>
<div class="offer_my"><a href="C:\Users\admin\Downloads\Pickupcity\index.html"><span><i class="fa-solid fa-xmark"></i></span> offer</a></div>
<div class="header dark"></div>
<div id="offer" >
<div class="box1"><img src="https://zoomcar-assets.zoomcar.com/images/original/00c2a56f4c929239e3bb4f83026ee034d79b8e0e.jpg?1646817335"/> </div>
<div class="box2">
<center><h2>Win Assured Rewards from your Favourite Brands</h2></center>
<p>Get exciting vouchers from our partners - Oyo, Upgrad, Ixigo, The Sleep Company, Zoomin & MyGlamm</p>
<h2>How to avail</h2>
<p>Use code <b>'ALTRAVELJOY'</b> while booking a Zoomcar to become eligible. Any booking done using the code will be eligible for exciting Vouchers from our Partners* Oyo, Upgrad, Ixigo, The Sleep Company, Zoomin & MyGlamm. </p>
<ul>
<li><b>>Oyo |</b>Get upto <b>50% off on Hotel bookings</b></li>
<li><b>Ixigo |</b> Flat <b>8% off upto ₹1000. No minimum booking amount</b></li>
<li><b>upGrad |</b>Flat <b>₹5,000 off on all upGrad Courses</b></li>
<li><b>Zoomin | </b>Get <b> Personalized Photo Mug worth ₹299 for FREE</b></li>
<li><b>The Sleep Company |</b>Get exclusive discounts on <b>SmartGRID Mattresses</b></li>
<li><b>Myglamm |</b> Flat <b>₹299 discount</b> on a <b>min. transaction of ₹599</b></li>
</ul>
<div>
<h3>Please Note</h3>
<br>
<b>Zoomcar Terms & Conditions :</b>
<br>
<ol>
<li>Offer Valid till <b>30th June, 2022</b> | Offer Travel Period till <b>31st July 2022</b></li>
<li>The minimum booking duration for eligibility will be 08 hours.</li>
<li>Standard Zoomcar policies Apply.<a href="www.google.com">http://www.zoomcar.com/holidays</a></li>
<li>A fully refundable security deposit may be charged at the time of booking</li>
<li>This offer will allow the Zoomer to get vouchers from our partners</li>
<li>Zoomcar reserves the right to withdraw, modify, cancel, change the offer at any point in time without prior notice and at their sole discretion. </li>
<li>Zoomcar is not responsible for any liability nor claims for Partner offers. Disputes of the same shall be taken care of by partners directly and partner T&Cs apply.</li>
</ol><br>
<br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>