-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathoffers2.html
53 lines (51 loc) · 2.14 KB
/
offers2.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
<!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>signup-form-3</title>
<link rel="stylesheet" href="./css/offers2.css" />
</head>
<body>
<div id="parent">
<img
src="https://zoomcar-assets.zoomcar.com/images/original/1ba99aa504ac12ddf662e8821166663e9ad9178a.jpg?1655705599" />
<h2 style="text-align: center">
Monsoon Campaign || Win Assured Rewards from your favourite
Brands
</h2>
<p>
Get exciting vouchers from our partners - AJIO, Myntra,
Medibuddy,
CoinDCX, Cleartax, and EduBridge.
</p>
<h2>How to avail</h2>
<p>
Use code ‘ALMONSOON’ while booking a Zoomcar to become eligible.
Any
booking done using the code will be eligible for exciting
Vouchers from
our Partners* AJIO, Myntra, Medibuddy, CoinDCX, Cleartax, and
EduBridge.
</p>
<div id="para1">
<p>AJIO | Get ₹400 OFF* on a minimum purchase of ₹1599.</p>
<p>Myntra | Get 12% OFF* up to ₹699</p>
<p>Medibuddy | Get a Swift Body Health Checkup just at ₹199</p>
<p>CoinDCX | Get ₹151* worth of Ethereum on CoinDCX</p>
<p>Cleartax | Get 25% OFF* on CA-assisted DIY plans</p>
<p>EduBridge | Get 25% OFF* on all courses</p>
<h4>Instant 30% Off</h4>
<div id="para2">
<p>1. Use the promo code ZOOMFIRST at checkout to avail the
offer</p>
<p>2. Max discount can be availed up to INR 1250</p>
<p>3. Valid on bookings of 60+ hours duration</p>
</div>
<h3>Please Note</h3>
</div>
</div>
</body>
<script src="./js/offers2.js"></script>
</html>