-
Notifications
You must be signed in to change notification settings - Fork 2
/
offerpage1.html
63 lines (53 loc) · 2.53 KB
/
offerpage1.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
<!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/offerpage1.css">
<script
src="https://kit.fontawesome.com/24c494a6b6.js"
crossorigin="anonymous"
></script>
</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/7987e9ae720fa3b26704e76d689ec68450cae514.jpg?1644857464"/> </div>
<div class="box2">
<h1>Visa Card Holders Exclusive Offer</h1>
<p>Get 25% Instant Off + 25% Cashback Credits for Visa Card holders on 1st Booking</p>
<h2>How to avail</h2>
<p class="bold">Exclusively for Visa Card Holders on 1st booking | 50% Off (25% Instant Off + 25% Cashback credits) upto Rs 800 for min booking duration of 24+ hrs.</p>
<ul>
<li>Use the promo code <b>ALVISA50</b> at checkout to avail the offer·</li>
<li><b>Offer Validity:</b> 30th April 2022</li>
<li><b>Travel period:</b> till 31st May 2022</li>
<li>Maximum discount can be availed <b>u</b>pto INR 800</li>
<li>Offer Valid on 1st booking Only</li>
<li>Offer valid on bookings of<b> 24+ hours duration</b></li>
<li>A refundable security deposit may be charged</li>
<li>User will receive Cashback post-trip completion in Zoomcar wallet within 7 days in the form of Zoom Credits</li>
<li>Valid on all Visa Credit and Debit Cards Only</li>
</ul>
<div>
<h3>Please Note</h3>
<br>
<b>Discount will not be applicable on any of</b>
<a href ="http://zoomcar.com/bangalore/holidays"><b>these days</b></a><br>
<br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>