forked from MysticalWizard/hakd-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
289 lines (281 loc) · 11.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HakD 2024: Need For Speed</title>
<link rel="icon" type="image/x-icon" href="assets/img/hakd-logo-2024.svg">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<!-- Navbar -->
<header id="nav-top" data-bs-theme="dark">
<nav class="navbar sticky-top navbar-expand-md bg-dark">
<div class="container-fluid">
<a class="navbar-brand">
<img src="assets/img/hakd-logo-2024.svg" alt="Tech Ambassador" height=40 class="mx-2">
HakD 2024: Need For Speed
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#nav-collapse" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="nav-collapse" class="collapse navbar-collapse flex-row justify-content-end">
<ul class="navbar-nav p-2 mb-md-0 flex-row justify-content-between">
<li class="nav-item">
<a class="nav-link active p-0 ps-2 pe-2" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<div class="vr h-100 mx-lg-1 text-white"></div>
</li>
<li class="nav-item">
<a class="nav-link p-0 ps-2 pe-2" href="https://dcigroupadmin-my.sharepoint.com/:f:/g/personal/daniel_gu25_stu_dulwich_org/EuvTHMkJtVdGtlKXmkJ4NnsBXKTmdlctu04DZLupC3uKcg?e=VnriVt">Resources</a>
</li>
<li class="nav-item">
<div class="vr h-100 mx-lg-1 text-white"></div>
</li>
<li class="nav-item">
<a class="nav-link p-0 ps-2 pe-2" href="workshops.html">Workshops</a>
</li>
<li class="nav-item">
<div class="vr h-100 mx-lg-1 text-white"></div>
</li>
<li class="nav-item">
<a class="nav-link p-0 ps-2 pe-2" href="scenarios.html">Scenarios</a>
</li>
</ul>
<a href="https://yoopay.cn/event/21348046" class="nav-link">
<div id="signup-button" class="align-self-stretch d-flex align-items-center m-1 px-2">Sign up</div>
</a>
</div>
</div>
</nav>
</header>
<!-- Title card -->
<div id="title-bg" class="position-fixed">
<img style="height: 800px;" src="assets/img/vaporwave.gif" alt="Animated vapor wave background"/>
</div>
<section id="title-card" class="p-0">
<h3 class="position-absolute w-100 text-center">HakD 2024:</h3>
<div class="container d-flex flex-column align-items-center">
<h1 id="theme-overlay-text" class="position-absolute text-center">Need For Speed</h1>
<h1 id="theme-text" class="unselectable text-center">Need For Speed</h1>
</div>
</section>
<section id="start-info" class="bg-primary-subtle">
<div class="container">
<h1 class="display-2">Welcome to HakD!</h1>
<p>HakD is a hackathon for everyone – people just like you, the person that sits next to you in history, and the other guy who is eating Pringles – yes, all of you are invited!</p>
<p>Hackathons (contrary to teachers’ concerns) are not events that encourage people to become Neo and hack into the Matrix. Rather, they are about challenging yourself to push the fundamental boundaries of what you can truly create.</p>
<p>For those who are new to programming, this is a great opportunity for you to try it out and see if it is something you would like to pursue in the future. For those who want to flex their skills in creating awesome products with others, this is also a great opportunity for you to meet new people that share the same passions as you!</p>
<p>We are excited to give you the best possible experience and (hopefully) persuade you to follow the path of technology to infinity and beyond! </p>
</div>
</section>
<!-- Steps -->
<section id="process" class="bg-secondary-subtle">
<div id="cards-container" class="container-fluid">
<div class="row row-cols-lg-2 row-gap-5 column-gap-5 justify-content-center">
<div class="card my-3">
<img class="card-img-top" src="assets/img/register-min.jpeg" alt=""/>
<div class="card-body">
<h2 class="card-title">1 - Register</h2>
<p class="card-text">To sign up for HakD, speak to your local CS teacher or equivalent and get in a pair with someone from your school. When you arrive at the event, you will receive a swag bag full of HakD themed goodies! We will group your pair with another pair from a different school to form a team of 4 students.</p>
</div>
</div>
<div class="card my-3">
<img class="card-img-top" src="assets/img/workshops-min.jpeg" alt=""/>
<div class="card-body">
<h2 class="card-title">2 - Workshops</h2>
<p class="card-text">On the first day of the event, you will participate in tech-related workshops! You will join the workshops and learn new skills like coding robots, hacking and building robots. If you're feeling tactical, you can coordinate which workshops to attend as a group so you can combine the knowledge from all the workshops in the next step!</p>
</div>
</div>
<div class="card my-3">
<img class="card-img-top" src="assets/img/projects-min.jpeg" alt=""/>
<div class="card-body">
<h2 class="card-title">3 - Projects</h2>
<p class="card-text">You will also be given a set of scenarios based on our theme of Need for Speed, which will be revealed during the Opening Ceremony. As a team, you will pick a scenario and work on solving it through technology. Your prototype can involve software, hardware, or both!</p>
</div>
</div>
<div class="card my-3">
<img class="card-img-top" src="assets/img/pitch-min.jpeg" alt=""/>
<div class="card-body">
<h2 class="card-title">4 - Present!</h2>
<p class="card-text">At the end of the event, you will get the opportunity to present your products in a science fair style presentation. Good luck!</p>
</div>
</div>
</div>
</div>
</section>
<!-- Logistics -->
<section id="logistics" class="bg-primary-subtle">
<div class="container">
<h1 class="display-4">Logistics</h1>
<div class="row flex-row-reverse row-cols-lg-2 justify-content-center">
<div id="logistics-right">
<h3>Location</h3>
<p>266 Lan An Rd, Jinqiao, Pudong, Shanghai
<br>
上海浦东新区蓝桉路266号
<br>
201206
</p>
<h3>Accomodation</h3>
<p>Ramada Plaza Hotel, 18 Xin Jinqiao Road, Pudong, Shanghai 201206</p>
<h3>Contact</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div id="logistics-map" class="bg-dark p-0">
<iframe class="w-100 h-100" src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d1705.686171893009!2d121.5849250816147!3d31.23811423995541!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x35b2765f28bf15cd%3A0x9e4ade311a026fcb!2sDulwich%20College%20Shanghai!5e0!3m2!1sen!2sus!4v1567328690264!5m2!1sen!2sus" allowfullscreen=""></iframe>
</div>
</div>
</div>
</section>
<!-- Trailer (incomplete) -->
<!--<section id="trailer" class="bg-dark">-->
<!-- <div class="container">-->
<!-- <h1>Trailer</h1>-->
<!-- <div style="height: 300px;"></div>-->
<!-- </div>-->
<!--</section>-->
<!-- Schedule -->
<section id="schedule" class="bg-secondary-subtle">
<div class="container">
<h1 class="display-4">Schedule</h1>
<div class="row row-gap-5 justify-content-center">
<div class="col">
<h2>Day 1 - Saturday 16th march</h2>
<table class="table">
<tr>
<th>Time</th>
<th>Activity</th>
<th>Location</th>
</tr>
<tr>
<td>08:00 - 09:00</td>
<td>Registration</td>
<td>Senior School Lunch Hall</td>
</tr>
<tr>
<td>09:00 - 09:30</td>
<td>Opening Ceremony</td>
<td>School Theatre</td>
</tr>
<tr>
<td>09:30 - 10:30</td>
<td>Workshop Fair</td>
<td>Senior School Lunch Hall</td>
</tr>
<tr>
<td>10:30 - 11:30</td>
<td colspan=2>Workshop 1</td>
</tr>
<tr>
<td>11:30 - 11:45</td>
<td>Break</td>
<td>Outside</td>
</tr>
<tr>
<td>11:45 - 12:45</td>
<td colspan=2>Workshop 2</td>
</tr>
<tr>
<td>12:45 - 13:15</td>
<td>Lunch</td>
<td>Senior School Lunch Hall</td>
</tr>
<tr>
<td>13:15 - 17:30</td>
<td colspan=2>Project Time</td>
</tr>
<tr>
<td>17:30 - 18:00</td>
<td>Dinner</td>
<td>Senior School Lunch Hall</td>
</tr>
<tr>
<td>18:00 - 20:00</td>
<td colspan=2>Project Time</td>
</tr>
<tr>
<td>20:00</td>
<td colspan=2>Departure Y6-Y8</td>
</tr>
<tr>
<td>20:00 - 21:30</td>
<td colspan=2>Project Time</td>
</tr>
<tr>
<td>21:30</td>
<td colspan=2>Departure Y9+</td>
</tr>
</table>
</div>
<div class="col">
<h2>Day 2 - Sunday 17th March</h2>
<table class="table">
<tr>
<th>Time</th>
<th>Activity</th>
<th>Location</th>
</tr>
<tr>
<td>09:00 - 09:30</td>
<td>Briefing</td>
<td>Senior School Lunch Hall</td>
</tr>
<tr>
<td>09:30 - 11:30</td>
<td colspan=2>Project Time</td>
</tr>
<tr>
<td>11:30 - 11:45</td>
<td>Break</td>
<td>Outside</td>
</tr>
<tr>
<td>11:45 - 12:15</td>
<td>Project Set Up</td>
<td>Senior School Lunch Hall</td>
</tr>
<tr>
<td>12:15 - 13:00</td>
<td>Judging</td>
<td>Junior School Lunch Hall</td>
</tr>
<tr>
<td>13:00 - 13:45</td>
<td>Lunch</td>
<td>Senior School Lunch Hall</td>
</tr>
<tr>
<td>13:45 - 14:15</td>
<td>Finalist Presentations</td>
<td>School Theatre</td>
</tr>
<tr>
<td>14:15 - 15:00</td>
<td>Closing Ceremony</td>
<td>School Theatre</td>
</tr>
<tr>
<td>15:00</td>
<td colspan=2>Departure</td>
</tr>
</table>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="d-flex justify-content-center py-5">
<img src="assets/img/hakd-logo-x48.png" alt="Tech Ambassador" height="48">
<div class="vr mx-3"></div>
<img src="assets/img/tech-ambassadors-x48.png" alt="Tech Ambassador" height="48">
</footer>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"></script>
</body>
</html>