-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
372 lines (330 loc) · 19.7 KB
/
index.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
364
365
366
367
368
369
370
371
372
<!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">
<meta property="og:title" content="GDSC Treasure Hunt">
<meta property="og:description" content="desc">
<meta property="og:image" content="./images/logo.svg">
<meta property="og:url" content="name.com">
<!-- Main Link Tags -->
<link href="./images/logo.svg" rel="icon" type="image/png" sizes="16x16">
<link href="./images/logo.svg" rel="icon" type="image/png" sizes="32x32">
<title> Treasure Hunt | Home Page | GDSC RCOEM</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./css/style.min.css">
<!-- footer -->
<script src="https://kit.fontawesome.com/ba247bd83d.js" crossorigin="anonymous" defer></script>
<!-- count down -->
<script src="./scripts/counter.js" defer></script>
</head>
<body>
<!-- loader -->
<div id="loader">
<img src="./images/loader.gif" alt="">
</div>
<a class="ama-btn" href="https://bit.ly/Marvellous-Treasure-Hunt-AMA" target="_blank">
<i class="fab fa-youtube"></i>
FAQ | AMA
</a>
<div id="logo">
<a href="https://rcoem-gdsc.netlify.app" target="_blank">
<img src="./images/logo.svg" alt="GDSC RCOEM Logo">
<div>GDSC RCOEM</div>
</a>
</div>
<div class="spidey" title="Register">
<a href="https://forms.gle/nxGDnd2AUKQCDiYN9" target="_blank">
<img src="./images/spidey.png" alt="">
</a>
</div>
<!-- when page is opened in mobile -->
<section id="mobile-screen">
<p>
Please view this page on a laptop/Desktop!!
</p>
</section>
<!-- banner -->
<section class="bg">
<img src="./images/marvel-bg.png" alt="Treasure Hunt">
</section>
<!-- about -->
<section class="aboutSection">
<span class="spider-img"><img src="./images/about-spider.png" alt=""></span>
<div class="aboutContainer">
<div class="heading">
Hey there, It's GDSC RCOEM
</div>
<div class="aboutContent">
<p>We're back with a jaw dropping surprise! <br><br>Looking for mind blowing,
fun Marvel based activities to ignite the coder flame in yourself? <br>
Introducing <b>"Marvellous Treasure Hunt!"</b> <i>under Polaris'2022</i><br>
Here's a quick <b>"What? How? When?"</b> hunt guide for you:<br><br>
<b>• What?</b> - It's a unique combination of riddles, crosswords, puzzles, social media
tasks,
coding
activities and much more, specifically created and curated for all our coding and Marvel
geeks.<br><br>
<b>• How?</b> - The hunt would be on online event, which involves group participation and the
winning
teams get a chance to bag Google goodies.<br><br>
<b>• When?</b> - The event is OTW and registration details would be released soon.
</p>
</div>
</div>
</section>
<!-- countdown and registration button -->
<section class="count-reg">
<h2 id="timeLeftHeading">Time Left to Start the Hunt...</h2>
<div class="countdown">
<div class="days">
<div id="day">00</div>
<div class="label">Days</div>
</div>
<div class="hours">
<div id="hour">00</div>
<div class="label">Hours</div>
</div>
<div class="minutes">
<div id="minute">00</div>
<div class="label">Minutes</div>
</div>
<div class="seconds">
<div id="second">00</div>
<div class="label">Seconds</div>
</div>
</div>
<hr>
<a href="https://forms.gle/nxGDnd2AUKQCDiYN9" target="_blank" id="btn-a">
<button class="btn">
Register
</button>
</a>
<div class="bg"></div>
</section>
<!-- timeline -->
<section class="timeline-section">
<h2>Event Timeline</h2>
<div class="timeline-items">
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">1</div>
<div class="card" id="card1">
<img id="img1" src="./images/dr. strange.png" alt="">
<img id="img2" src="./images/dr. strange 2.png" alt="">
<div class="content">
<h2 id="h2">Registration</h2>
<p>
Starts On: <b>15th January 2022</b> <br>
Ends On: <b>25th January 2022</b>
</p>
</div>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">2</div>
<div class="card" id="card2">
<img id="img1" src="./images/Ironman.png" alt="">
<img id="img2" src="./images/Ironman2.png" alt="">
<div class="content">
<h2 id="h2">Event Details</h2>
<p>
Details of the Event would be given to the Team Leaders on <b>26th January</b>.
</p>
</div>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">3</div>
<div class="card" id="card3">
<img id="img1" src="./images/spider.png" alt="">
<img id="img2" src="./images/Spider 2.png" alt="">
<div class="content">
<h2 id="h2">Event Launch</h2>
<p>
<b>10:00 AM, 27th January 2022</b> <br>
Remember this date as it opens the gate to the <i>"Marvel Universe"</i>. <br> Be sure to be
part
of the
Event Launch as we have tonnes of surprizes for you.
</p>
</div>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">4</div>
<div class="card" id="card4">
<img id="img1" src="./images/Captain America.png" alt="">
<img id="img2" src="./images/Captain America 2.png" alt="">
<div class="content">
<h2 id="h2">Let the Hunt Begin</h2>
<p>
<b>4:00 PM, 27th January 2022</b> <br>
Be ready, to witness the thrill of hunting with the Avengers. We are sure they would help
you in the hunt.😉
</p>
</div>
</div>
</div>
<div class="timeline-item">
<div class="timeline-dot"></div>
<div class="timeline-date">5</div>
<div class="card" id="card5">
<img id="img1" src="./images/bruce.png" alt="">
<img id="img2" src="./images/hulk.png" alt="">
<div class="content">
<h2 id="h2">Results</h2>
<p>
<b>Will be announced soon</b> <br>
<!-- <b>6:00 PM, 27th January 2022</b> <br> -->
A lot of goodies and swags awaits you
</p>
</div>
</div>
</div>
</div>
</section>
<div class="reg-btn">
<a href="https://forms.gle/nxGDnd2AUKQCDiYN9" target="_blank">
<img src="./images/regBtn.png" alt="">
</a>
</div>
<section id="prizes">
<h2>Prizes</h2>
<div class="prize-container">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h1>Top 3 Winner Teams</h1>
<p>Win Google Goodies and Certificate of Excellence for each team member</p>
</div>
<div class="flip-card-back">
<img src="./images/winner.gif" alt="Avatar">
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<h1>All participants</h1>
<p>Every participating team member will receive a Certificate of appreciation and Participation!
</p>
</div>
<div class="flip-card-back">
<img src="./images/participants.png" alt="Avatar">
</div>
</div>
</div>
</div>
</section>
<img src="./images/bolt.png" alt="" id="faq-img">
<section id="faq">
<h2>Frequently Asked Question</h2>
<button class="accordion">How can I participate in this event?</button>
<div class="panel">
<p>- Just form a team of 3 members and click on the register button. You are good to begin the hunt.</p>
</div>
<button class="accordion">Who can participate?</button>
<div class="panel">
<p>- Whether you are a Marvel fan or not (We are sure you'll become once you begin the event), you can
participate. </p>
</div>
<button class="accordion">How many members can be there in a team?</button>
<div class="panel">
<p>- Maximum 3 members</p>
</div>
<button class="accordion">When and Where will this event take place?</button>
<div class="panel">
<p>- It is a virtual event on 25th January 2022 and details will be given once you'll register.
</p>
</div>
<button class="accordion">What will the winners get?</button>
<div class="panel">
<p>- We have planned a lot of surprizes for you.</p>
</div>
<button class="accordion">Whom can I contact to know more about the event?</button>
<div class="panel">
<p> <a href="https://www.linkedin.com/company/rcoem-google-dsc/">
Contact Us
</a> on LinkedIn</p>
</div>
<button class="accordion">Is it free of cost?</button>
<div class="panel">
<p> Marvelous Treasure Event will be absolutely free of cost. We don't want to bring a barrier between you
and Avengers</p>
</div>
</section>
<div class="socials">
<a style="padding-inline:5px ;" href="https://www.linkedin.com/company/rcoem-google-dsc/">
<i id="social-linkedin" class="fa fa-3x social" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor"
class="bi bi-linkedin" viewBox="0 0 16 16">
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z">
</path>
</svg>
</i></a>
<a style="padding-inline:5px ;" href="mailto:[email protected] ">
<i id="social-chat" class="fa fa-3x social" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" fill="currentColor"
class="bi bi-chat-square-text-fill" viewBox="0 0 16 16">
<path
d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2V2zm3.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z">
</path>
</svg>
</i></a>
<a style="padding-inline:5px ;" href="https://discord.com/invite/ESpC7sK9ZF">
<i id="social-discord" class="fa fa-3x social" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor" class="bi bi-discord"
viewBox="0 0 16 16">
<path
d="M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612Zm5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612Z">
</path>
</svg>
</i></a>
<a style="padding-inline:5px ;" href="https://www.instagram.com/dsc.rcoem/">
<i id="social-instagram" class="fa fa-3x social" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" fill="currentColor"
class="bi bi-instagram" viewBox="0 0 16 16">
<path
d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z">
</path>
</svg>
</i></a>
<a style="padding-inline:5px ;" href="https://www.youtube.com/channel/UCdk0pzq1sCXj-HoxkGamo6g">
<i id="social-youtube" class="fa fa-3x social" aria-hidden="true">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="currentColor" class="bi bi-youtube"
viewBox="0 0 16 16">
<path
d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z">
</path>
</svg>
</i></a>
<a href="https://rcoem-gdsc.netlify.app">
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="globe"
class="svg-inline--fa fa-globe fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 496 512" id="globe">
<path fill="currentColor"
d="M336.5 160C322 70.7 287.8 8 248 8s-74 62.7-88.5 152h177zM152 256c0 22.2 1.2 43.5 3.3 64h185.3c2.1-20.5 3.3-41.8 3.3-64s-1.2-43.5-3.3-64H155.3c-2.1 20.5-3.3 41.8-3.3 64zm324.7-96c-28.6-67.9-86.5-120.4-158-141.6 24.4 33.8 41.2 84.7 50 141.6h108zM177.2 18.4C105.8 39.6 47.8 92.1 19.3 160h108c8.7-56.9 25.5-107.8 49.9-141.6zM487.4 192H372.7c2.1 21 3.3 42.5 3.3 64s-1.2 43-3.3 64h114.6c5.5-20.5 8.6-41.8 8.6-64s-3.1-43.5-8.5-64zM120 256c0-21.5 1.2-43 3.3-64H8.6C3.2 212.5 0 233.8 0 256s3.2 43.5 8.6 64h114.6c-2-21-3.2-42.5-3.2-64zm39.5 96c14.5 89.3 48.7 152 88.5 152s74-62.7 88.5-152h-177zm159.3 141.6c71.4-21.2 129.4-73.7 158-141.6h-108c-8.8 56.9-25.6 107.8-50 141.6zM19.3 352c28.6 67.9 86.5 120.4 158 141.6-24.4-33.8-41.2-84.7-50-141.6h-108z">
</path>
</svg>
</a>
</div>
<footer class="footer mb-0 mt-0 bg-dark text-white " style="width: 100%;">
<p style="padding-top: 30px; text-align: center;margin-bottom: 0rem; padding-bottom: 20px;">
Shri Ramdeobaba College of Engineering and Management, Ramdeo Tekdi, Gittikhadan,Katol Road,Nagpur-
440013 <br> Phone number: <a class="footer-link" href=" tel:+9107122580011
">0712-2580011</a>, <a class="footer-link" href=" tel:+919607980531">9607980531/2/3/4/5</a> <br>
Email ID: <a href="mailto:[email protected] " class="footer-link ">[email protected]</a> <br><br>
Made with <i class="fas fa-heart heart "></i> by <a href="https://rcoem-gdsc.netlify.app"
class="footer-link " style="color: red;">RCOEM GDSC Developer Team</a>
</p>
</footer>
</body>
</html>