-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
289 lines (260 loc) · 9.08 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
<!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>HackQuest</title>
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/footer.css" />
<link rel="stylesheet" href="./css/faq.css" />
<link rel="stylesheet" href="./css/leaderboard.css">
<link rel="stylesheet" href="./css/Basics.css">
<link rel="stylesheet" href="./css/prizes.css">
<link rel="stylesheet" href="./css/GameStructureAndGameFlow.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hamburgers/1.2.1/hamburgers.min.css" />
<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:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
</head>
<body>
<header class="header">
<nav class="navbar">
<div class="logo">
<img class="logo-img" src="./assets/image/logo.webp" alt="hackclub-logo">
</div>
<ul class="nav-content">
<li class="nav-tags">ABOUT</li>
<li class="nav-tags">SCHEDULE</li>
<li class="nav-tags">PRICE</li>
<li class="nav-tags">SPONSORS</li>
<li class="nav-tags">FAQ</li>
<li class="nav-tags">LEADERBOARD</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</header>
<section class="land-page">
<div class="left-side">
<div>
<h1 class="content-heading">HackQuest</h1>
<p class="content">
HackQuest is an event by HackClub VITC,
<p>Lorem ipsum dolor, I don’t remember the </p>
<p>rest.... HackQuest is an event by HackClub </p>
<p>VITC, Lorem ipsum dolor, I don’t remember</p> the rest....
</p>
</div>
<div class="play-btn">
<button class="play">
PLAY
</button>
</div>
</div>
<div class="right-side">
<div>
<div class="eclipse">
</div>
<div class="blur-design">
</div>
</div>
</div>
</section>
<section class="hackclub-flag">
<img class="hc-img" src="./assets/image/hackclub.webp" alt="flag">
</section>
<div class="GameStructureAndGameFlow">
<div class="gameStructure">
<p class="gameStructureHeading">Game Structure</p>
<p class="gameStructureContent">
The game will contain of <strong>10 theme-based questions</strong>. On solving each
question, the participants will receive a <strong>part of a mosaic</strong> which they
will use to decode a complete picture. The team needs to submit the
mosaic to a location which will be the answer to a riddle, provided
after the final question. The team which gets <strong>most points</strong> at the end
of the game will be declared the winner (in case of a tie).
</p>
</div>
<div class="gameFlow">
<p class="gameFlowHeading">Game Flow</p>
<p class="gameFlowContent">
The teams will be given a printout of the first question and would
have to approach the moderator upon solving the question. If answered
correctly, the moderator will provide them with the next question. The
Game Moderators will release hints for questions depending on the
participants engagement on a particular level. There will be bonus
rounds which will give the participants an advantage. Likewise, there
will be checkpoint rounds where participants will be eliminated.
</p>
</div>
</div>
<div class="basics-container">
<div class="basics-wrapper">
<h1 class="basics-title">The Basics</h1>
<div class="basics-content-wrapper">
<div class="basics-event-date">
<h2 class="basics-sub-headings">Event Dates</h2>
<hr class="basics-hr">
<p class="basics-details">
17th December 2022 <br>
and <br>
18th December 2022
</p>
</div>
<div class="basics-team-size">
<h2 class="basics-sub-headings">Team Size</h2>
<hr class="basics-hr">
<p class="basics-details">
1-4 members
</p>
</div>
<div class="basics-registration-fee">
<h2 class="basics-sub-headings">
Registration Fee
</h2>
<hr class="basics-hr">
<p class="basics-details">
₹ 1 Crore
</p>
</div>
</div>
</div>
</div>
<div class="prizes-container">
<div class="prizes-wrapper">
<h1 class="prizes-heading">Prizes</h1>
<div class="prizes-content-wrapper">
<div class="prizes-first">
<div class="prizes-circle">
<div>
1<span>st</span>
</div>
</div>
<div class="prizes-content">
₹ 1 Crore
</div>
</div>
<div class="prizes-second-third">
<div class="prizes-second">
<div class="prizes-circle">
<div>
2<span>nd</span>
</div>
</div>
<div class="prizes-content">
₹ 1 Crore
</div>
</div>
<div class="prizes-third">
<div class="prizes-circle">
<div>
3<span>rd</span>
</div>
</div>
<div class="prizes-content">
₹ 1 Crore
</div>
</div>
</div>
</div>
</div>
</div>
<section id='faq' class='flex-column faq-body-section'>
<h2>FAQ</h2>
<details>
<summary>Some random text</summary>
<p>
Some random answers
</p>
</details>
<details>
<summary>Some random text</summary>
<p>
Some random answers
</p>
</details>
<details>
<summary>Some random text</summary>
<p>
Some random answers
</p>
</details>
<details>
<summary>Some random text</summary>
<p>
Some random answers
</p>
</details>
</section>
<section id="leaderboard">
<div class="container">
<div class="wrapper">
<h1 class="leaderboard">Leaderboard</h1>
<div class="table">
<!-- <div class="blur-effect">
<img src="image/ellipse.png" alt="">
</div> -->
<div class="team-names">
<div class="team-wrapper">
<div class="teams">
Teamname 1
</div>
<div class="teams">
Teamname 2
</div>
<div class="teams">
Teamname 3
</div>
<div class="teams">
</div>
<div class="teams">
</div>
<div class="teams">
</div>
<div class="teams">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class='footer-body-section'>
<ul class="footer-container">
<li class="footer-socials-wrapper">
<div class="footer-banner">
<img src="assets/img/hc_logo.svg" alt="Logo">
<a id="hc"><strong>Hack Club</strong></a>
</div>
<div class="footer-socials">
<ul>
<li><a href="https://hackclub.com/slack/"><img id="slack" src="assets/img/slack.svg"
alt="slack Logo"></img></a></li>
<li><a href="https://github.com/HackclubVIT"><img id="github" src="assets/img/github.svg"
alt="github Logo"></img></a></li>
<li><a href="https://www.instagram.com/hackclubvitc/?hl=en"><img id="insta" src="assets/img/insta.svg"
alt="insta Logo"></img></a></li>
<li><a href="https://github.com/HackclubVIT"><img id="mail" src="assets/img/email.svg"
alt="email Logo"></img></a></li>
</ul>
</div>
</li>
<div class="footer-links">
<p class="footer-link" id="phil"><a href='https://hackclub.com/philosophy/'>Philosophy</a></p>
<p class="footer-link"> <a href="https://hackclub.com">Community</a></p>
<p class="footer-link"><a href="https://hackclub.com/conduct/">HackClub Code of Conduct</a></p>
<p class="outro">Made with <img id="heart" src="assets/img/heart.svg" alt="Logo"></img>
by Students of Hack Club</p>
</div>
</ul>
</footer>
</body>
<script src="./scripts/script.js"></script>
</html>