-
Notifications
You must be signed in to change notification settings - Fork 2
/
offers.html
214 lines (212 loc) · 9.23 KB
/
offers.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!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>1mg Coupons</title>
<link rel="stylesheet" href="./styles/offers.css">
<link rel="stylesheet" href="./styles/navbar.css">
<link rel="stylesheet" href="./styles/mdcn.css">
<link rel="stylesheet" href="./styles/footer.css">
</head>
<body>
<div id="navbar"></div>
<div id="main_offers_box">
<div id="offers_name">
<div>Care Plan Offers</div>
<div>Medicine Offers</div>
<div>Lab Test Offers</div>
<div>OTC / Health Products Offer</div>
<div>Online Doctor Consultation</div>
</div>
<div id="offers_coupons">
<h3>Care Plan Offers</h3>
<div>
<div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1600231760/marketing/irclouvzucubfjs5bvd7.png" alt="">
</div>
<div class="coupons_details">
<h5>Health at Home sale is now LIVE for Care Plan members</h5>
<p>Expiry:23 Jan 22</p>
<span>Offer Details</span>
</div>
</div>
<div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1637175787/bxeacynn88gmhjci8q2h.png" alt="">
</div>
<div class="coupons_details">
<h5>Care Plan exclusive offer- Get up to 27% off + 10% 1mgCash on your first allopathy medicine order</h5>
<p>Expiry:23 Jan 22</p>
<span>Offer Details</span>
</div>
</div>
<div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1629479251/xjaunj56vvzh07lw4miq.png" alt="">
</div>
<div class="coupons_details">
<h5>
Care Plan exclusive offer- Get up to 27% off + 10% 1mgCash on your allopathy medicine order</h5>
<p>Expiry:23 Jan 22</p>
<span>Offer Details</span>
</div>
</div>
<div>
<div>
<img src="https://onemg.gumlet.io/image/upload/v1625564823/l2ocwxfj5onkevoprtrc.png" alt="">
</div>
<div class="coupons_details">
<h5>Save an extra 7% over and above existing discounts with Care Plan</h5>
<p>Expiry:31 Jan 22</p>
<span>Offer Details</span>
</div>
</div>
</div>
<h3>Medicine Offers</h3>
<div>
<div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1632240245/czxlgllictlihy06iiko.jpg" alt="">
</div>
<div class="coupons_details">
<h5>Flat 25% off + 5% 1mgCash on your first allopathy medicine order</h5>
<p>Code:1MGNEW | Expiry:19 Jan 22</p>
<span>Offer Details</span>
</div>
</div>
<div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1624040750/marketing/epusocq5sd7o2eebryii.png" alt="">
</div>
<div class="coupons_details">
<h5>Flat 25% off on your allopathy medicine order</h5>
<p>Code:1MGALL | Expiry:19 Jan 22</p>
<span>Offer Details</span>
</div>
</div>
<div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1610750110/marketing/w9a6lhxvcz8szhnmlzhy.png" alt="">
</div>
<div class="coupons_details">
<h5>Same day delivery guaranteed, else get double payback on your delivery charges</h5>
<p>Expiry:31 Jan 22</p>
<span>Offer Details</span>
</div>
</div>
<div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1628513044/aphx52p9xkl1c4yxtlqf.png" alt="">
</div>
<div class="coupons_details">
<h5>Pay with Paytm wallet on Tata 1mg for ₹999 or more and get 4000 cashback points</h5>
<p>Expiry:05 Feb 22</p>
<span>Offer Details</span>
</div>
</div>
<div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1631000321/yvtqbcj9sa7zx5g0ghuc.jpg" alt="">
</div>
<div class="coupons_details">
<h5>
Pay with Mobikwik and get up to ₹600 cashback with assured cashback of ₹100</h5>
<p>Expiry:31 Jan 22</p>
<span>Offer Details</span>
</div>
</div>
<div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1612958407/marketing/aer4f7ilwidiogpnlz8m.png" alt="">
</div>
<div class="coupons_details">
<h5>
Pay with Amazon Pay and win up to ₹600 cashback.</h5>
<p>Expiry:31 Jan 22</p>
<span>Offer Details</span>
</div>
</div>
<div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1612192541/marketing/kyxvtk7ojxwfrtnvjl5g.png" alt="">
</div>
<div class="coupons_details">
<h5>Get 10% cashback up to ₹200 with no minimum cart value on your Simpl transaction</h5>
<p>Expiry:31 Jan 22</p>
<span>Offer Details</span>
</div>
</div>
<div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1599820817/marketing/jtnbqlambmsuwiioyrkf.png" alt="">
</div>
<div class="coupons_details">
<h5>Pay with Airtel Money and get 10% cashback upto ₹200 on a minimum transaction of ₹1000</h5>
<p>Expiry:31 Jan 22</p>
<span>Offer Details</span>
</div>
</div>
</div>
<h3>Lab Test Offers</h3>
<div>
<div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1641190477/yw878njt2nqnl0j0d97j.png" alt="">
</div>
<div class="coupons_details">
<h5>Flat 50% off on TATA 1mg popular health checkups. No coupon code required.</h5>
<p>Expiry:23 Jan 22</p>
<span>Offer Details</span>
</div>
</div>
<div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1637734514/na5toash6hneoptfotxa.png" alt="">
</div>
<div class="coupons_details">
<h5>Extra 5% off on lab tests & health checkups</h5>
<p>Code:1MGALL | Expiry:31 Jan 22</p>
<span>Offer Details</span>
</div>
</div>
</div>
<h3>OTC / Health Products Offer</h3>
<div>
<div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1617306613/marketing/cpzr0axvhiaqsr8kfwyw.png" alt="">
</div>
<div class="coupons_details">
<h5>Get up to 80% off on popular health products</h5>
<p>Expiry:23 Jan 22</p>
<span>Offer Details</span>
</div>
</div>
</div>
<h3>Online Doctor Consultation</h3>
<div>
<div>
<div>
<img src="https://res.cloudinary.com/du8msdgbj/image/upload/v1611849529/marketing/esefl0phfbad0l9g5mtq.png" alt="">
</div>
<div class="coupons_details">
<h5>Save 25% on your first premium online doctor consultation via chat, audio and video calls</h5>
<p>Code:FIRST25 | Expiry:31 Jan 22</p>
<span>Offer Details</span>
</div>
</div>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>
<script type="module">
import footer from "./script/footer.js";
document.getElementById("footer").innerHTML=footer();
import navbar from "./script/navbar.js";
document.getElementById("navbar").innerHTML=navbar();
</script>