-
Notifications
You must be signed in to change notification settings - Fork 2
/
offerpage4.html
66 lines (54 loc) · 2.45 KB
/
offerpage4.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
<!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/offerpage4.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/d348d58643301093fab665534bbba26cb37f106e.jpg?1646822242"/> </div>
<div class="box2">
<center><h2>Get 40% off on Zoomcar ride for Kreditbee users</h2></center>
<p>Get 40% off to Kreditbee users</p>
<h2>How to avail</h2>
<p>Use code "ALKREDITBEE" to get 40% Discount</p>
<div>
<h3>Please Note</h3>
<br>
<ul style="list-style-type:none;">
<li>Terms and Conditions</li>
<li>Offer Validity: 31st July 2022, Travel period: 1st March 2022 – 31th July 2022.</li>
<li>Maximum discount can be availed up to INR 1500.</li>
<li>Offer valid on 22+ hour booking.</li>
<li>A refundable security deposit may be charged.</li>
<li>Users will receive the cashback post-trip completion in Zoomcar wallet within 7 days in the form of Zoom credits.</li>
<li>Standard Zoomcar policies apply. <a href="www.google.com">http://www.zoomcar.com/holidays</a></li>
</ul>
<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>