-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
360 lines (354 loc) · 13.3 KB
/
faq.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
<!DOCTYPE html>
<html>
<head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-143062917-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-143062917-1");
</script>
<meta charset="UTF-8" />
<title>DubHacks</title>
<meta name="author" content="DubHacks" />
<meta name="description" content="DubHacks 2019" />
<meta name="viewport" content="width=device-width" />
<meta name="viewport" content="initial-scale=1.0" />
<meta property="og:url" content="https://dubhacks.co" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Dubhacks 2019" />
<meta property="og:description" content="Frequently Asked Questions" />
<meta
property="og:image"
content="https://dubhacks.co/assets/media_preview1.png"
/>
<link href="css/faq.css" rel="stylesheet" type="text/css" />
<link
href="https://fonts.googleapis.com/css?family=DM+Sans:400,500|Montserrat:600,700,800,900&display=swap"
rel="stylesheet"
/>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script type="text/javascript" src="scripts/character.js"></script>
</head>
<body>
<div class="color-border">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<nav class="navBar">
<a href="https://dubhacks.co">
<img src="assets/logo.svg" />
</a>
<ul class="navBarText desktop-only-flex">
<li>
<a href="https://dubhacks.co">Home</a>
</li>
<li><a href="/conduct">Code of Conduct</a></li>
<li>
<a href="https://dubhacks19f.typeform.com/to/u4nMeB" target="_blank"
>Volunteer</a
>
</li>
<li>
<a href="https://dubhacks19f.typeform.com/to/WiOpGP" target="_blank"
>Mentor</a
>
</li>
<li><a class="active" href="/faq">FAQ</a></li>
</ul>
<button id="mobile-nav-btn" class="mobile-only">
<img src="assets/menu.svg" />
</button>
<div class="mobile-menu">
<!-- <div class="mobile-menu-container"> -->
<div class="mobile-menu-background"></div>
<div class="mobile-menu-content">
<ul class="navBarText">
<li>
<a href="https://apply.DubHacks.co/">Home</a>
</li>
<li><a href="/conduct">Code of Conduct</a></li>
<li>
<a
href="https://dubhacks19f.typeform.com/to/u4nMeB"
target="_blank"
>Volunteer</a
>
</li>
<li>
<a
href="https://dubhacks19f.typeform.com/to/WiOpGP"
target="_blank"
>Mentor</a
>
</li>
<li><a href="/faq">FAQ</a></li>
</ul>
<button id="mobile-menu-close">close</button>
</div>
</div>
<!-- </div> -->
</nav>
<section class="faq-section">
<h1>
Here are the answers you've been looking for:
</h1>
<div class="mobile-only">
<div class="faq-image">
<img src="assets/CofC.png" />
</div>
</div>
<div class="faq-container">
<div class="faq-column">
<div class="faq-question">
<h5>Who can attend?</h5>
<p>
We encourage and welcome undergraduate and graduate students of
all backgrounds to join us. Unfortunately, we are unable to admit
high school students. DubHacks is open to students who do not
attend the University of Washington as well!
</p>
</div>
<div class="faq-question">
<h5>How much does DubHacks cost?</h5>
<p>
Admissions is completely free. Just bring yourself and your best
ideas, and we take care of the rest! That means meals, drinks,
snacks, workspace, swag, and WiFi are completely on us.
</p>
</div>
<div class="faq-question">
<h5>Do you offer travel reimbursement?</h5>
<p>
Yes! Part of our mission is to be as inclusive as we can and to
encourage a diverse range of students to join. That being said,
we'd love to support you by offering travel reimbursements. Travel
reimbursements will be assessed separately from your application
and will be provided on a case by case basis. If you are traveling
from Vancouver BC, a shuttle bus will be provided.
</p>
</div>
<div class="faq-question">
<h5>What should I bring?</h5>
<p>
In order to check in, you must bring a valid photo ID. You can
also bring a laptop, chargers, toiletries, a change of clothes,
and anything else you will need for an overnight weekend. But
remember, DubHacks is approximately 24 hours— so be prepared to
let loose and have fun!
</p>
</div>
<div class="faq-question">
<h5>What is the code of conduct?</h5>
<p>
DubHacks values the importance of a safe and all-inclusive space.
We welcome students from all backgrounds. Anyone attending must
adhere to our <a href="/conduct">Code of Conduct</a>.
</p>
</div>
<div class="faq-question">
<h5>When do applications close?</h5>
<p>
Applications close September 8th, 2019 at 11:59PM (PST).
</p>
</div>
<div class="faq-question">
<h5>What if I don’t know how to code?</h5>
<p>
Interest in learning and working with technology is much more
important than your current experience level. No experience is
needed — whether you're a coder, an artist, a designer, or a
writer, you'll get a chance to work with various mentors, attend
workshops, interact with companies, and learn alongside fellow
participants.
</p>
</div>
<div class="faq-question">
<h5>How big are the teams?</h5>
<p>
You may work individually or on a team of no more than four
people. Due to the number of applications we receive, we are
unable to admit pre-formed teams. Once you receive your
acceptance, you will be sent an email further prompting you on our
team formation opportunities.
</p>
</div>
<div class="faq-question">
<h5>How do I choose a track?</h5>
<p>
Upon arriving at DubHacks, you and your team will select a track
to hack in. In order to be considered for DubHacks prizes, you
will have to submit your project to a specific track. It's up to
your team to decide!
</p>
</div>
</div>
<div class="faq-column">
<div class="faq-image">
<img src="assets/CofC.png" />
</div>
<div class="faq-question">
<h5>Are we allowed to build on past projects?</h5>
<p>
You cannot work, copy, or iterate on past projects. Using your own
APIs or third-party APIs is allowed, as long as the project is
completely new.
</p>
</div>
<div class="faq-question">
<h5>What if I need special accommodations?</h5>
<p>
DubHacks aims to be accessible and welcoming for everyone. Please
list any special accommodations in your application, or contact us
with any other concerns!
</p>
</div>
<div class="faq-question">
<h5>What will I eat?</h5>
<p>
We’ll provide meals from Saturday’s breakfast to Sunday’s lunch.
If you have dietary restrictions, we’ll try our best to
accommodate them. Of course, we’ll also have an abundance of
snacks throughout the hacking period!
</p>
</div>
<div class="faq-question">
<h5>What is HUB Games?</h5>
<p>
HUB Games is the located on the bottom floor in our DubHacks
space. We have rented the space from 10:00PM on Saturday and
hackers will have access to everything from Bowling, Table Tennis,
Pool, Video gaming (X-box, Nintendo Switch & Wii U), and even
Board Gaming!
</p>
</div>
<div class="faq-question">
<h5>What do you look for in applicants?</h5>
<p>
Our DubHacks team aims to be as inclusive as possible. We look for
individuals filled with passion — whether they come from a
technical background or not. We believe that anyone and everyone
has the power to make a difference. In our application, you get a
chance to demonstrate your interests and past projects by sharing
anything from your GitHub, LinkedIn, portfolios, or writing
samples. We don't require prior hackathon experience because we
want you to show us what makes you, YOU!
</p>
</div>
<div class="faq-question">
<h5>404: Question Not Found</h5>
<p>
If you have any other questions or concerns, reach out to us via
Facebook, Twitter, Instagram, or send us an email to
<a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</div>
</div>
</section>
<footer>
<section class="logo-group group">
<img class="footer-logo" src="assets/logo.svg" />
<p class="footer-flair-text">Made with <3 in Seattle</p>
<div class="footer-socials">
<a
href="https://www.facebook.com/DubHacks-1497687910461792/"
target="_blank"
>
<img src="./assets/icon_facebook.svg" />
</a>
<a href="https://medium.com/@DubHacks" target="_blank">
<img src="./assets/icon_medium.svg" />
</a>
<a href="https://twitter.com/dubhacks" target="_blank">
<img src="./assets/icon_twitter.svg" />
</a>
<a href="mailto:[email protected]">
<img src="./assets/icon_mail.svg" />
</a>
</div>
</section>
<section class="links-group group">
<h2>Links</h2>
<ul>
<li>
<a href="https://apply.dubhacks.co" target="_blank">Applications</a>
</li>
<li><a href="/conduct">Code of Conduct</a></li>
<li><a href="/faq">FAQ</a></li>
</ul>
</section>
<section class="team-group group">
<h2>Our Team</h2>
<div class="team-container">
<div
class="team-member-pic"
onclick="window.open('https\://www.linkedin.com/in/libbyknell/', '_blank');"
></div>
<div
class="team-member-pic"
onclick="window.open('https\://www.linkedin.com/in/sharanjhangiani/', '_blank');"
></div>
<div
class="team-member-pic"
onclick="window.open('https\://www.linkedin.com/in/chloe-wen/', '_blank');"
></div>
<div
class="team-member-pic"
onclick="window.open('https\://www.linkedin.com/in/adam-towers/', '_blank');"
></div>
<div
class="team-member-pic"
onclick="window.open('https\://www.linkedin.com/in/marymwojnar/', '_blank');"
></div>
<div
class="team-member-pic"
onclick="window.open('https\://www.linkedin.com/in/liangn/', '_blank');"
></div>
<div
class="team-member-pic"
onclick="window.open('https\://www.linkedin.com/in/jamesmchen/', '_blank');"
></div>
<div
class="team-member-pic"
onclick="window.open('https\://www.linkedin.com/in/taylor-ka/', '_blank');"
></div>
<div
class="team-member-pic"
onclick="window.open('https\://www.linkedin.com/in/justin-b-246731122/', '_blank');"
></div>
<div
class="team-member-pic"
onclick="window.open('https\://www.linkedin.com/in/daniel-kim-7bbb3015b/', '_blank');"
></div>
</div>
</section>
</footer>
<div class="color-border-footer">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"
type="text/javascript"
></script>
<script
src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.min.js"
type="text/javascript"
></script>
<script type="text/javascript" src="scripts/nav.js"></script>
</body>
</html>