-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathfaqs.html
293 lines (247 loc) · 11.4 KB
/
faqs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="">
<meta name="author" content="">
<title>CreatED Hack 2020</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/grayscale.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!-- Favicon for CreatED 2020 -->
<link rel="shortcut icon" type="image/x-icon" href="img/favicon_io/favicon.ico">
</head>
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000" href="https://mlh.io/seasons/eu-2020/events?utm_source=eu-hackathon&utm_medium=TrustBadge&utm_campaign=2020-season&utm_content=gray" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2020/mlh-trust-badge-2020-gray.svg" alt="Major League Hacking 2020 Hackathon Season" style="width:100%"></a>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div id="navbar-container" class="container">
<div id="navbar-top-menu">
<div class="d-flex align-items-center justify-content-between">
<a class="navbar-brand js-scroll-trigger" href="index.html">
<div class="title-icon"></div>
</a>
<button class="navbar-toggler nexa" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
</div>
</div>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul id="navbar-buttons" class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="https://my.mlh.io/oauth/authorize?client_id=cef9c1e6ba6e0e53dca74d35208a5b5a1f8aa2b8b9805724ef6657d15ce5a5ec&redirect_uri=http%3A%2F%2Fapply.createdhack.com%2F&response_type=token">Apply</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="faqs.html">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="sponsors.html">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger nexa" href="workshops.html">Workshops</a>
</li>
<li class="nav-item" id="team">
<a class="nav-link js-scroll-trigger nexa" href="teams.html">Team</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="particles-js"></div>
<section class="text-center">
<section>
<h1 class="sub-heading diagonal-text orange" style="padding: 6em 0 4em 0;">Frequently Asked Questions</h1>
</section>
<section class="container" style="padding-bottom: 3em;">
<div class="row">
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-question text-primary mb-2"></i>
<h4 class="text-uppercase m-0 nexa">What is a hackathon?</h4>
<hr class="my-4">
<div class="small text-black-50 nexa">
A hackathon is where you turn your crazy ideas into real projects. We provide hardware, mentors, fun activities, speakers, workshops, food, friends, and so much more. You take care of hacking; we’ll take care of you.
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-map-marked-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0 nexa">How do I get there?</h4>
<hr class="my-4">
<div class="small text-black-50 nexa">
The event is held at the <a href="https://goo.gl/maps/pRyPzq7mM5msi4yr6">Appleton Tower Concourse</a>, The University of Edinburgh, George Square. Its 5 minutes away from the Waverly Station and 20 minutes away from the Airport.</Abbr>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-user-friends text-primary mb-2"></i>
<h4 class="text-uppercase m-0 nexa">What if I don't have a team?</h4>
<hr class="my-4">
<div class="small text-black-50 nexa">
We will host a team formation event at the beginning of the hackathon so there's no need to hack alone (unless you want to go solo!)
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-microchip text-primary mb-2"></i>
<h4 class="text-uppercase m-0 nexa">What can I build?</h4>
<hr class="my-4">
<div class="small text-black-50 nexa">
Anything your heart desires! At CreatED you'll have access to all the hardware technologies you need, ranging from VR to gaming, we have partnered with several start-ups and companies to make sure we got 'em all!
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-laptop-code text-primary mb-2"></i>
<h4 class="text-uppercase m-0 nexa">What if I have never coded?</h4>
<hr class="my-4">
<div class="small text-black-50 nexa">
You don't need to know how to code! We have range of workshops during the hackathon that will introduce you to programming languages and developing for hardware!
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-laptop-code text-primary mb-2"></i>
<h4 class="text-uppercase m-0 nexa">Will you provide hardware?</h4>
<hr class="my-4">
<div class="small text-black-50 nexa">
Yes! There’ll be tons of cool hardware for you to hack on! We’ll try to put out a list closer to the event so you can see what’s available. Feel free also to bring your own from home or email us with any suggestions!
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-laptop-code text-primary mb-2"></i>
<h4 class="text-uppercase m-0 nexa">I don't live in the UK. Can I still attend?</h4>
<hr class="my-4">
<div class="small text-black-50 nexa">
Yes! If you're selected and need help with the visa, we'll be providing a letter of invitation to help you with the logisitics.
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-laptop-code text-primary mb-2"></i>
<h4 class="text-uppercase m-0 nexa">How is CreatED Hack different?</h4>
<hr class="my-4">
<div class="small text-black-50 nexa">
CreatED Hack is hardware-hackathon, so all the projects you build should be related to hardware. It can range from IoT, VR, AR or even a retro arcade game!
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-envelope text-primary mb-2"></i>
<h4 class="text-uppercase m-0 nexa">Who can attend?</h4>
<hr class="my-4">
<div class="small text-black-50 nexa">
You are eligible to attend if you're atleast 18 and a student or you graduated within 1 year.
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-laptop-code text-primary mb-2"></i>
<h4 class="text-uppercase m-0 nexa">What about travel reimbursement?</h4>
<hr class="my-4">
<div class="small text-black-50 nexa">
We're working on getting travel reimbursement. We'll keep you updated.
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-laptop-code text-primary mb-2"></i>
<h4 class="text-uppercase m-0 nexa">Do you have a code of conduct?</h4>
<hr class="my-4">
<div class="small text-black-50 nexa">
Yes! We will be following the <a href="http://mlh.io/code-of-conduct">MLH Code of Conduct.</a> <br>TLDR: Be respectful.
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-envelope text-primary mb-2"></i>
<h4 class="text-uppercase m-0 nexa">Have some other questions?</h4>
<hr class="my-4">
<div class="small text-black-50 nexa">
You can <a href="mailto:ears-edi@gmail.com">email</a> us to any questions you still have.
</div>
</div>
</div>
</div>
</div>
</section>
<section class="diagonal-section black-bg" style="height: 4em; opacity: 1;"></section>
<section class="footer-section black-bg">
<div style="padding-top: 0">
<div class="small text-center white">
<div class="social d-flex justify-content-center"></div>
<div class="white mb-4 nexa">
Copyright © CreatED 2020
</div>
<a href="https://www.facebook.com/createdhack/" class="mx-2 orange-hover">
<i class="fab fa-facebook-f"></i>
</a>
<a href="https://github.com/createdhack" class="mx-2 orange-hover">
<i class="fab fa-github"></i>
</a>
<a href="https://twitter.com/createdhack" class="mx-2 orange-hover">
<i class="fab fa-twitter"></i>
</a>
<a href="https://www.linkedin.com/company/created-hardware-hackathon" class="mx-2 orange-hover">
<i class="fab fa-linkedin"></i>
</a>
</div>
</div>
</section>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/grayscale.js"></script>
<!-- Custom javascript -->
<script src="js/custom.js"></script>
<!-- Particle library -->
<script src="particles/particles.js"></script>
<script src="particles/app.js"></script>
</body>
</html>