This repository has been archived by the owner on Aug 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
633 lines (623 loc) · 28.1 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
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
<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>CodeQuest 23</title>
<link rel="stylesheet" href="font_imports.css" />
<link rel="stylesheet" href="style.css" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="favicon-16x16.png"
/>
<link rel="manifest" href="site.webmanifest" />
</head>
<body>
<header>
<img
class="logo-desktop"
src="assets/logo/Q1.png"
alt="CodeQuest Logo"
/>
<img
class="logo-mobile"
src="assets/logo/Q2.png"
alt="CodeQuest Logo"
/>
<nav class="main-nav">
<ul>
<li><a href="#about">About</a></li>
<li><a href="#prizes">Prizes</a></li>
<li><a href="#previous-years">Previous years</a></li>
<li><a href="#faqs">FAQs</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#sponsors">Event Sponsor</a></li>
</ul>
</nav>
<nav class="secondary-nav">
<ul>
<li>
<a
class="registration-btn"
href="https://teams.codequest.club/auth/register"
>Sign up</a
>
</li>
<li>
<a
class="registration-btn"
href="https://teams.codequest.club/auth/login"
>Log in</a
>
</li>
</ul>
</nav>
</header>
<section class="hero">
<video
class="desktop-video"
autoplay
muted
loop
poster="assets/header/site-header-image.jpg"
>
<source
src="assets/header/site_header_264.mp4"
type="video/mp4"
/>
</video>
<video
class="mobile-video"
autoplay
muted
loop
poster="assets/header/site-header-image.jpg"
>
<source
src="assets/header/side_header_vertical.mp4"
type="video/mp4"
/>
</video>
<div class="hero-content">
<h1>CodeQuest 2023</h1>
<span class="text-large"
>Write a bot to play the game, beat others and win
prizes!</span
>
<span class="date text-large">29th - 30th July 2023</span>
</div>
</section>
<section id="about">
<div class="section-content-small">
<h2>What is CodeQuest?</h2>
<p>
Every year we create a new game that no one has seen before.
All you need to do is to play this game and beat everyone
else! But wait… here's the catch. You can't play the game
yourself! You have to write a program to play the game with
your strategies on your behalf! The teams with the best
programs will win prizes at the end!
</p>
<div class="about-grid">
<div class="about-col">
<span>Write a program in your language of choice.</span>
<img src="assets/about/code_snippet.png" alt="" />
</div>
<div class="about-col">
<span>Submit your code.</span>
<span class="arrow">-></span>
</div>
<div class="about-col">
<span
>Watch your bot battle it out against others!</span
>
<div class="mystery-video">
<span class="spinner">?</span>
<span class="spinner">?</span>
<span class="spinner">?</span>
<img
src="assets/about/video_player_controls.jpg"
alt=""
/>
</div>
</div>
</div>
</div>
</section>
<section id="prizes">
<div class="section-content">
<h2>Prizes</h2>
<div class="prizes">
<div class="prize">
<img src="assets/prizes/bronze_badge.png" alt="" />
<h4>$400</h4>
<p class="text-large">3rd place</p>
</div>
<div class="prize">
<img src="assets/prizes/silver_badge.png" alt="" />
<h4>$600</h4>
<p class="text-large">2nd place</p>
</div>
<div class="prize">
<img src="assets/prizes/gold_badge.png" alt="" />
<h4>$1000</h4>
<p class="text-large">1st place</p>
</div>
</div>
</div>
</section>
<section id="previous-years">
<div class="section-content">
<h2>CodeQuest 2022 Lookback</h2>
<div class="gallery">
<div class="gallery-image">
<div class="left-arrow">←</div>
<img
class="active-image"
src="assets/lookback_pics/t1.jpg"
alt=""
/>
<img
src="assets/lookback_pics/t2.jpg"
alt=""
/>
<img
src="assets/lookback_pics/t3.jpg"
alt=""
/>
<img
src="assets/lookback_pics/t4.jpg"
alt=""
/>
<img
src="assets/lookback_pics/t5.jpg"
alt=""
/>
<img
src="assets/lookback_pics/t6.jpg"
alt=""
/>
<div class="right-arrow">→</div>
</div>
<div class="gallery-image-select">
<ul>
<li class="active-image"></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</div>
</div>
</section>
<section id="faqs">
<div class="section-content">
<h2>FAQs</h2>
<div class="accordion">
<div class="tab">
<div class="tab-head">
<strong>Who can compete in CodeQuest?</strong>
</div>
<div class="tab-body">
<p>
All university and high school students across
Australia!
</p>
</div>
</div>
<div class="tab">
<div class="tab-head">
<strong
>How much programming do I need to know?</strong
>
</div>
<div class="tab-body">
<p>
Knowing only the basics of programming
(input/output, lists, etc.) is enough for you to
have your program play the game. But of course
the more you know the more advanced your player
can be. Even if you can't fully articulate your
ideas for a program, the team based nature of
the competition allows you to tackle this
together with your peers, meaning you can bounce
ideas and work towards the bot you envisioned.
</p>
</div>
</div>
<div class="tab">
<div class="tab-head">
<strong
>Do I need to create a complete program from
scratch to play the game?</strong
>
</div>
<div class="tab-body">
<p>
No, we will provide you with a base code that
plays the game. You'll only need to implement
your ideas and startegies.
</p>
</div>
</div>
<div class="tab">
<div class="tab-head">
<strong
>What programming languages can I use?</strong
>
</div>
<div class="tab-body">
<p>
We are happy to announce from this year there is
no limit on what programming language you can
use! Write your code in whatever language you
are comfortable with.
</p>
</div>
</div>
<div class="tab">
<div class="tab-head">
<strong>Do I need to attend in person?</strong>
</div>
<div class="tab-body">
<p>
You don't <i>have to</i>. But hear me out on
this one, we are giving away free food and
swags, we are going to run technical workshops
for you, we are planning to have industry reps,
we will run the games on large monitors and we
are planning to have fun. So it's your call if
you'd like to be there with us or attend via
Zoom.
</p>
</div>
</div>
<div class="tab">
<div class="tab-head">
<strong>When and where is it going to be?</strong>
</div>
<div class="tab-body">
<p>
The competition will start on 29th of July at
10am - that's when we let everyone know what the
game is and the documents are released. Teams
will have 24 hours to write their bots and
submit their code. On 30th, we will run all the
games and announce the winners! We are going to
run everything in Monash University, Clayton
campus.
</p>
</div>
</div>
<div class="tab">
<div class="tab-head">
<strong>Do I need a team?</strong>
</div>
<div class="tab-body">
<p>
You don't have to be in a team but it's a lot
more fun to have one and, also, we have designed
the game in a way that different people could
work on different parts of their program at the
same time. So if you do have a team you'll
definitely have a lot of advantage. We accept
teams of 1 to 3.
</p>
</div>
</div>
<div class="tab">
<div class="tab-head">
<strong>What's this year's game?</strong>
</div>
<div class="tab-body">
<p>
I can't tell you, but I do wonder what all these
tanks are doing around the website. Probably
just to protect you and your teammates.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="schedule">
<div class="section-content">
<h2>Schedule</h2>
<div class="schedule">
<div class="schedule-head">
<div class="schedule-tab schedule-tab-active">
<span>Day 1</span>
</div>
<div class="schedule-tab">
<span>Day 2</span>
</div>
</div>
<div class="schedule-body">
<div
class="schedule-tab-content schedule-content-active"
>
<div class="schedule-item">
<div class="schedule-date">
July 29th, 10:00
</div>
<div class="schedule-item-body">
<strong>CodeQuest Introduction</strong>
<p>
We'll talk about what the competition
is, how it's run and what are the rules.
</p>
</div>
</div>
<div class="schedule-item">
<div class="schedule-date">
July 29th, 10:20
</div>
<div class="schedule-item-body">
<strong>Sponsor Talk</strong>
<p>
We will hear about the event sponsor, Grok Academy.
</p>
</div>
</div>
<div class="schedule-item">
<div class="schedule-date">
July 29th, 10:30
</div>
<div class="schedule-item-body">
<strong>Game Introduction</strong>
<p>
We'll introduce this year's game and
will show how it works. All the game
documentation will be released as well
and all questions will be answered.
</p>
</div>
</div>
<div class="schedule-item">
<div class="schedule-date">
July 29th, 11:00
</div>
<div class="schedule-item-body">
<strong>Coding Time!</strong>
<p>
Start working on your bots with your
team! Our team would also be there to
answer any questions.
</p>
</div>
</div>
<div class="schedule-item">
<div class="schedule-date">
July 29th, 12:30
</div>
<div class="schedule-item-body">
<strong>Lunch</strong>
<p>
Have fun, have lunch, and have a chat
with others around you. You will find
people from different universities in the room.
Make some connections!
</p>
</div>
</div>
<div class="schedule-item">
<div class="schedule-date">
July 29th, 13:15
</div>
<div class="schedule-item-body">
<strong>Tech Workshop #1</strong>
<p>
Our first technical workshop session,
with the aim of uplifting participants
technical skills.
</p>
</div>
</div>
<div class="schedule-item">
<div class="schedule-date">
July 29th, 13:40
</div>
<div class="schedule-item-body">
<strong>Tech Workshop #2</strong>
<p>
Our second technical workshop session.
</p>
</div>
</div>
<div class="schedule-item">
<div class="schedule-date">
July 29th, 14:00
</div>
<div class="schedule-item-body">
<strong>Coding Time!</strong>
<p>
From this point on it's just you and
your team working on your bots and our
team helping out with your technical problems!
</p>
</div>
</div>
<div class="schedule-item">
<div class="schedule-date">
July 29th, 16:30
</div>
<div class="schedule-item-body">
<strong>Boost Session</strong>
<p>
We will spend the last half an hour on Saturday
to go through how you can get started with your
bots and what a good strategy could look like.
You will only need to be present for the boost
session if you are stuck and don't think have made
any progress with your bot. Otherwise, you can
use your time better by continuing working with
your team!
</p>
</div>
</div>
</div>
<div class="schedule-tab-content">
<div class="schedule-item">
<div class="schedule-date">
July 30th, 10:00
</div>
<div class="schedule-item-body">
<strong>Last Coding Session</strong>
<p>
Teams will have 2 more hours to work on
their programs together. All teams must
submit their programs at the end of this
session before we go for lunch.
</p>
</div>
</div>
<div class="schedule-item">
<div class="schedule-date">
July 30th, 12:30
</div>
<div class="schedule-item-body">
<strong>Lunch</strong>
<p>
We will have a short break for lunch and
a chance for teams to take a break and
have a chat.
</p>
</div>
</div>
<div class="schedule-item">
<div class="schedule-date">
July 30th, 13:15
</div>
<div class="schedule-item-body">
<strong>Final Matches</strong>
<p>
After lunch we come back to the room and
run the games! We'll watch some of the
games live and the rest will run in the
background. The top 3 teams will come
out of the results of these games!
</p>
</div>
</div>
<div class="schedule-item">
<div class="schedule-date">
July 30th, 14:00
</div>
<div class="schedule-item-body">
<strong>Closing Ceremony</strong>
<p>
Prizes will be given to the top teams
and memorial pictures will be taken with
everyone in the room who participated!
We will then say good bye until Code
Quest 24.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="sponsors">
<div class="section-content">
<h2>Event Sponsor</h2>
<div class="sponsors-list">
<div>
<a href="https://groklearning.com/"
><img
src="assets/sponsors/grok-logo-2.png"
alt="Grok Academy Logo"
/></a>
</div>
</div>
</div>
</section>
<footer>
<div class="section-content-small">
<div>
<h5>Contact</h5>
<span>
<a
href="https://codequest.club/discord"
class="socials-link"
><img
class="icon"
src="assets/icons/discord_white.png"
alt="Discord Logo"
/>Discord</a
>
</span>
<span
><img
class="icon"
src="assets/icons/mail_white.png"
alt="Mail icon"
/>info@codequest.club</span
>
<span class="socials-link">
FI95X4
</span>
</div>
<div>
<h5>Where it's going to happen</h5>
<span
><img
class="icon"
src="assets/icons/marker_white.png"
alt="Location marker icon"
/>Melbourne - Monash University</span
>
<span
>LG02, Woodside Building, 20 Exhibition Walk,
Clayton VIC 3168</span
>
<span
><img
class="icon"
src="assets/icons/marker_white.png"
alt="Location marker icon"
/>Sydney - UNSW</span
>
<span
>K-E15-1027 - Macauley Theatre, Quadrangle Building, UNSW
Kensington NSW 2052</span
>
<span
><img
class="icon"
src="assets/icons/marker_white.png"
alt="Location marker icon"
/>Canberra - ANU</span
>
<span
>Seminar Room 1.34, Hanna Neumann (#145), ANU,
Acton ACT 2601</span
>
</div>
</div>
</footer>
<div class="popup-bg popup-closed popup-close">
<div class="popup-content">
<span>Registration is not open yet. Come back in June!</span>
<button class="popup-close">Ok</button>
</div>
</div>
<script src="index.js"></script>
</body>
</html>