forked from HamjaKhan/ZOOMCAR2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
offerpage5.html
68 lines (53 loc) · 2.49 KB
/
offerpage5.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
<!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/offerpage5.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/601b15860df6aff3e6463e535d49ebe6726d2321.jpg?1646296372"/> </div>
<div class="box2">
<center><h2>40% Off on Zoomcar for ONECARD Holders</h2> </center>
<p>40% Off on Zoomcar Rentals ( 20% Instant off + 20% Cashback in form of Zoom credits)</p>
<h2>How to avail</h2>
<p>Use code "ALZONECARD" at checkout </p>
<div>
<h4>Please Note</h4>
<br>
<b><u>Terms and Conditions</u></b><br>
<br>
<li><b>Offer Validity:</b> 31st July 2022, <b>Travel period:</b> 25th February 2022 – 31th July 2022.</li>
<li>Maximum discount can be availed up to <b>INR 1200</b></li>
<li>Offer valid on <b>18+ hour</b> 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>
<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>