forked from dvm-bitspilani/apogee-2020-main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkindstore.html
363 lines (350 loc) · 13.7 KB
/
kindstore.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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/register.css" />
<link rel="stylesheet" href="css/background.css" />
<link rel="stylesheet" href="css/kindstore.css" />
<link
rel="shortcut icon"
href="assets/icons/favicon.png"
type="image/x-icon"
/>
<title>APOGEE'21 | The Digitized Renaissance</title>
</head>
<body>
<section class="backgrounds">
<div class="star-container">
x
<div id="stars"></div>
<div id="stars2"></div>
<div id="stars3"></div>
</div>
</section>
<!-- <div class="noise-background"></div> -->
<section class="form" id="form-section">
<div class="form-container">
<img
src="assets/icons/cancel.svg"
alt="back"
class="back-button"
onclick="window.location.href='index.html'"
/>
<div class="heading"><span>REGISTRATION</span></div>
<form name="registration">
<div class="field-wrapper">
<input
type="text"
name="name"
id="name"
placeholder="Name*"
required
/>
</div>
<input
type="email"
name="email_id"
id="email"
placeholder="Email*"
required
/>
<input
type="number"
name="phone"
id="phone"
placeholder="Phone*"
required
/>
<div class="form-button-container">
<input
type="button"
value="NEXT"
style="border: 5px solid #0fffff"
onclick="registerForKindstore()"
/>
<input
type="button"
value="GO BACK"
onclick="window.location.href='index.html'"
/>
</div>
<div style="width: 100%; text-align: center">
Note: You can register <strong>only once</strong> with one email-id,
and you can redeem <strong>1 coupon(s)</strong> per email-id.
</div>
</form>
</div>
</section>
<section class="store-page" id="store-section">
<div
class="kind-store-wrapper"
id="kind-store"
style="display: flex; opacity: 1"
>
<div class="kind-store-heading">
<span>Kind Store</span>
</div>
<div
class="back"
onclick="togglePage('store-section', 'form-section', true)"
>
<img src="assets/icons/back.svg" />
</div>
<div class="item-container">
<div class="item-card" onclick="redeem(1)">
<div class="item-image">
<img src="assets/sponsors/The-Belgian-Waffle.png" />
</div>
<div class="item-name">Belgian Waffles</div>
<div class="item-info">20% Discount Coupon</div>
<div class="redeem-button">
<button
onclick="events_dialog({
desc: '<div class=`item-info`>Visit any Belgium Waffle store and get 20 percent off on showcase of the image along with your student ID.<br> Note: This is an entity of its own, the code cannot be used along with another code.</div>',
id:'3'
}, true)"
>
REDEEM
</button>
</div>
</div>
<div class="item-card" onclick="redeem(3)">
<div class="item-image">
<img src="assets/sponsors/calmado.jpg" />
</div>
<div class="item-name">Calmado</div>
<div class="item-info">
25% on treks in Karnataka and 15% on Himalayan treks, valid for 1
yr and 1 trek per person
</div>
<div class="redeem-button">
<button
onclick="events_dialog({
desc: '<div class=`item-info`>Process : Dm @calmado on insta with code else DM 9141815263<br>kind: 25% on treks in Karnataka and 15% on Himalayan treks for all attendees, valid for 1 yr and 1 trek per person (pre booked group treks)</div>'
,id:'11'
}, true)"
>
REDEEM
</button>
</div>
</div>
<div class="item-card" onclick="redeem(5)">
<div class="item-image">
<img src="assets/sponsors/Cview.jpeg" />
</div>
<div class="item-name">Cview</div>
<div class="item-info">
10% discount coupons on all services valid for 1 yr once per
attendee
</div>
<div class="redeem-button">
<button
onclick="events_dialog({
desc: '<div class=`item-info`>Procedure: mail at [email protected] with code as subject line<br>kind : 10% discount coupons on all services valid for 1 yr once per attendee</div>'
,id:'9'
}, true)"
>
REDEEM
</button>
</div>
</div>
<div class="item-card" onclick="redeem(6)">
<div class="item-image">
<img src="assets/sponsors/ekeeda.jpg" />
</div>
<div class="item-name">Ekeeda</div>
<div class="item-info">30 day free access</div>
<div class="redeem-button">
<button
onclick="events_dialog({
desc: '<div class=`item-info`>Procedure - use the website and select any course and apply the code<br>30 Day Free Trial for APOGEE Participants</div>'
,id:'12'
}, true)"
>
REDEEM
</button>
</div>
</div>
<div class="item-card" onclick="redeem(6)">
<div class="item-image">
<img src="assets/sponsors/ekeeda.jpg" />
</div>
<div class="item-name">Ekeeda</div>
<div class="item-info">60% off on all courses</div>
<div class="redeem-button">
<button
onclick="events_dialog({
desc: '<div class=`item-info`>Procedure - use the website and select any cours and apply the code <br>60 perecent of on all courses for APOGEE Participants</div>'
,id:'13'
}, true)"
>
REDEEM
</button>
</div>
</div>
<div class="item-card">
<div class="item-image" onclick="redeem(7)">
<img src="assets/sponsors/Elearnmarkets.png" />
</div>
<div class="item-name">Elearnmarkets and Stockedge</div>
<div class="item-info">
Stock Market Made easy course worth INR 999 to all participants
</div>
<div class="redeem-button">
<button
onclick="events_dialog({
desc: '<div class=`item-info`>In order to access your FREE COURSE on the Introduction to Stock markets:<br>Click on the link here: Stock Market Made Easy.<br>Click on the “Enroll Now” button in the red box.<br>Login to your account via your Facebook account, Google account or Email Address.<br>You’ll be taken to the cart for payment of the same. Click on “Available coupon codes” option, and enter the Coupon Code- APOGEE, then click on apply.<br>After the coupon has been successfully applied, the entire course becomes free. Now click on the “Start Learning” button to access the course.<br>The course will now reflect in your “Purchased Courses Section”</div>'
,id:'6'
}, true)"
>
REDEEM
</button>
</div>
</div>
<div class="item-card" onclick="redeem(8)">
<div class="item-image">
<img src="assets/all-events/sample-img.jpg" />
</div>
<div class="item-name">AlphaBeta</div>
<div class="item-info">
vouchers worth INR 100 to all participants
</div>
<div class="redeem-button">
<button
onclick="events_dialog({
desc: '<div class=`item-info`>60% discount offer is valid until 30th March.<br>Procedure: It can be applied at the time of checkout from website</div>'
,id:'14'
}, true)"
>
REDEEM
</button>
</div>
</div>
<div class="item-card" onclick="redeem(9)">
<div class="item-image">
<img src="assets/sponsors/Ixigo.png" />
</div>
<div class="item-name">Ixigo</div>
<div class="item-info">10% discount Coupons upto INR 1000</div>
<div class="redeem-button">
<button
onclick="events_dialog({
desc: '<div class=`item-info`> Flat 10% off upto ₹1000 on flights <br>- For new users only <br>- Can be used once per user <br>Procedure: use code on website </div>'
,id:'5'
}, true)"
>
REDEEM
</button>
</div>
</div>
<div class="item-card" onclick="redeem(9)">
<div class="item-image">
<img src="assets/all-events/sample-img.jpg" />
</div>
<div class="item-name">Moneycontrol</div>
<div class="item-info">10% discount Coupons upto INR 1000</div>
<div class="redeem-button">
<button
onclick="events_dialog({
desc: '<div class=`item-info`>Exclusive Student Offer: 3 Years for INR 299. <br> On the MC PRO App</div>'
,id:'15'
}, true)"
>
REDEEM
</button>
</div>
</div>
<div class="item-card" onclick="redeem(10)">
<div class="item-image">
<img src="assets/sponsors/The-Brewhouse-Logo-Retina.png" />
</div>
<div class="item-name">Brewhouse</div>
<div class="item-info">20-30% discount</div>
<div class="redeem-button">
<button
onclick="events_dialog({
desc: '<div class=`item-info`>Flat 25% discount on all products (ice tea)<br>Procedure: Website</div>'
,id:'8'
}, true)"
>
REDEEM
</button>
</div>
</div>
<div class="item-card" onclick="redeem(11)">
<div class="item-image">
<img src="assets/sponsors/wrapally.jpg" />
</div>
<div class="item-name">Wrapally</div>
<div class="item-info">
discount of 20%on orders worth over INR 1000 (excluding shipping)
via discount code for 2 months applicable once per student
</div>
<div class="redeem-button">
<button
onclick="events_dialog({
desc: '<div class=`item-info`>Procedure: DM on Instagram with the code<br>kind : discount of 20 percent on orders worth over 1000 rupees (excluding shipping) via discount code for 2 months applicable once per student</div>'
,id:'10'
}, true)"
>
REDEEM
</button>
</div>
</div>
<div class="item-card" onclick="redeem(12)">
<div class="item-image">
<img src="assets/sponsors/Qwerty Thoughts.png" />
</div>
<div class="item-name">Qwerty Thoughts</div>
<div class="item-info">
Get flat 30% discount on any purchase at QwertyThoughts.com
</div>
<div class="redeem-button">
<button
onclick="events_dialog({
desc: '<div class=`item-info`>30% discount up to Rs.200 (applicable on any digital purchase).<br> Procedure : Log in to QwertyThoughts.com, add books/items that you want to purchase in your cart and apply this code while checking out before payment. Explore books available for reading here- bit.ly/qtbooks</div>'
,id:'16'
}, true)"
>
REDEEM
</button>
</div>
</div>
</div>
</div>
</section>
<div class="message-box">
<img src="assets/icons/close.svg" alt="close" onclick="closeMessage()" />
<div id="message"><!-- MESSAGES GOES HERE --></div>
</div>
<div class="events-dialogue-container">
<div class="events-dialogue-box">
<div class="close_button_container">
<img
src="assets/icons/cancel.svg"
class="close_svg"
style="cursor: pointer"
onclick="close_events(true)"
/>
</div>
<div class="events-dialogue-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Iste sapiente
molestiae eligendi blanditiis! Cupiditate, voluptas numquam? Eligendi
libero ratione iste deserunt quae accusantium quasi repellat.
Doloremque esse mollitia eligendi odio?
</div>
<div class="first-step">
<div class="box-redeem-button">REDEEM THIS COUPON</div>
</div>
<div class="second-step">
<div class="box-redeem-button red-border">NO, TAKE ME BACK</div>
<div class="box-redeem-button">YES, REDEEM</div>
</div>
</div>
</div>
<script src="js/kindstore.js"></script>
</body>
</html>