This repository was archived by the owner on Dec 20, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
542 lines (521 loc) · 27.9 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
<!DOCTYPE HTML>
<!-- Website maintained by HackSheffield Society at the University of Sheffield. -->
<html>
<head>
<title>HackSheffield</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<meta name="description" content="Sheffield's Major League Hacking hackathon in the University of Sheffield, open to students across the country!">
<meta name="author" content="HackSheffield">
<!-- Open Graph -->
<meta property="og:url" content="https://www.hacksheffield.co" />
<meta property="og:title" content="HackSheffield" />
<meta property="og:description" content="Sheffield's Major League Hacking hackathon in the University of Sheffield, open to students across the country!" />
<meta property="og:image" content="https://www.hacksheffield.co/images/share_image_20160804.jpg" />
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@HackSheffield">
<meta name="twitter:title" content="HackSheffield">
<meta name="twitter:description" content="Sheffield's Major League Hacking hackathon in the University of Sheffield, open to students across the country!">
<meta name="twitter:image" content="https://www.hacksheffield.co/images/share_image_20160804.jpg">
</head>
<body>
<!-- Page Wrapper -->
<div id="page-wrapper">
<a id="mlh-trust-badge" href="https://mlh.io/seasons/eu-2017/events?utm_source=eu-2017&utm_medium=TrustBadge&utm_campaign=eu-2017&utm_content=white" target="_blank">
<img src="//s3.amazonaws.com/logged-assets/trust-badge/2017/white.svg" alt="Major League Hacking 2017 Hackathon Season" style="width:100%">
</a>
<!-- Header -->
<header id="header" class="alt">
<h1><a class="smooth" href="#banner">HackSheffield</a></h1>
<nav>
<a class="only-medium" href="#menu">Menu</a>
<a class="smooth not-xsmall not-small not-medium" href="#about">About</a>
<a class="smooth not-xsmall not-small not-medium" href="#register">Register</a>
<a class="smooth not-xsmall not-small not-medium" href="#schedule">Schedule</a>
<a class="smooth not-xsmall not-small not-medium" href="#team">Team</a>
<a class="smooth not-xsmall not-small not-medium" href="#sponsor">Sponsors</a>
<a class="smooth not-xsmall not-small not-medium" href="#faq">FAQ</a>
<a class="smooth not-xsmall not-small not-medium" href="#footer">Contact</a>
<a id="mlh-badge-spacer" class="not-xsmall not-small not-medium"></a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<div class="inner">
<h2>Menu</h2>
<ul class="links">
<li><a class="smooth" href="#about">About</a></li>
<li><a class="smooth" href="#register">Register</a></li>
<li><a class="smooth" href="#schedule">Schedule</a></li>
<li><a class="smooth" href="#team">Team</a></li>
<li><a class="smooth" href="#sponsor">Sponsors</a></li>
<li><a class="smooth" href="#faq">FAQ</a></li>
<li><a class="smooth" href="#footer">Contact</a></li>
</ul>
<a href="#" class="close">Close</a>
</div>
</nav>
<!-- Banner -->
<section id="banner">
<video class="fullscreen" autoplay loop muted>
<source src="https://drive.google.com/uc?export=download&id=0Byaz8mKtbmG6cjJCS1RtNXdwN3c" type="video/webm" />
</video>
<div class="inner">
<h2 class="logo"><img class="fit" src="images/logos/hacksheffield/white.svg" alt="HackSheffield Hackathon" /></h2>
<p style="font-size: 140%;"><strong>15<sup>th</sup>-16<sup>th</sup> October 2016</strong></p>
<p><a href="http://hacksheffield2.devpost.com/" target="_blank" class="button special">See the hacks!</a></p>
<p style="opacity:40%; font-size: 50%;">Photo Credit: <a href="https://www.facebook.com/AWardP/" target="_blank">Andrew Ward</a> & <a href="https://mlh.io/" target="_blank">MLH</a>; Video Credit: <a href="https://www.sortoffilms.co.uk/" target="_blank">Sort Of Films</a></p>
</div>
</section>
<!-- Wrapper -->
<section id="wrapper">
<!-- About Section -->
<section id="about" class="wrapper style1 before-map">
<div class="inner">
<div class="content">
<h2 class="major">About</h2>
<div class="row">
<div class="6u 12u(small) 12u(xsmall)">
<h3>Hackathon</h3>
<p>We hosted our second Student Hackathon in the University of Sheffield, open to students across the country! We provided the WiFi, power, and food while teams of hackers created something new and exciting.</p>
<h4>Venue</h4>
<p>We were delighted to have based our hackathon in The Diamond building, an £87m investment by the university last year.</p>
<a href="#faq" class="special smooth">Frequently Asked Questions</a>
</div>
<div class="6u 12u(small) 12u(xsmall)">
<h3>Society</h3>
<p>As a team of 6, we organise HackSheffield. We founded the society in 2016, and look forward to organising further events within the university. We'd love to welcome you to our society, and maybe you could get involved!</p>
<a href="https://su.sheffield.ac.uk/groups/hacksheffield/join" class="special" target="_blank">Join The Society</a>
</div>
</div>
</div>
</div>
</section>
<!-- Map Section -->
<section id="map" class="wrapper">
<div id="map-div" class="map-fullwidth"></div>
</section>
<!-- Register Section -->
<section id="register" class="wrapper alt spotlight style2 after-map">
<div class="inner">
<div class="content">
<h2 class="major">Register</h2>
<div class="row">
<div class="6u 12u(xsmall)">
<h3>Ticket Information</h3>
<p>Our event was free to enter! If you're over 18, and you're a student or have graduated in the past 12 months, you were welcome to attend! They were available in rounds via <a href="https://www.eventbrite.co.uk/e/26733097414" target="_blank">our Eventbrite</a>.</p>
<p>We also had a <a href="https://www.facebook.com/events/549397911933615/" target="_blank">Facebook Event</a> for instant event updates.
</p>
<a href="https://www.eventbrite.co.uk/e/26733097414" target="_blank" class="special">EventBrite Page</a>
<a href="https://www.facebook.com/events/549397911933615/" target="_blank" class="special">FB Event</a>
</div>
<div class="6u 12u(xsmall)">
<h3>Ticket Rounds</h3>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Tickets</th>
<th>Date</th>
<th>Link</th>
</tr>
</thead>
<tbody>
<tr>
<td>Round 1</td>
<td>12:35, Mon<span class="not-medium">day</span> 19th Sept<span class="not-large">ember</span><span class="not-xlarge"> 2016</span></td>
<td><em>Sold Out</em></td>
</tr>
<tr>
<td>Round 2</td>
<td>18:43, Tues<span class="not-medium">day</span> 27th Sept<span class="not-large">ember</span><span class="not-xlarge"> 2016</span></td>
<td><em>Sold Out</em></td>
</tr>
<tr>
<td>Round 3</td>
<td>14:00, Fri<span class="not-medium">day</span> 30th Sept<span class="not-large">ember</span><span class="not-xlarge"> 2016</span></td>
<td><em>Sold Out</em></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Schedule Section -->
<section id="schedule" class="wrapper style3">
<div class="inner">
<div class="content">
<h2 class="major">Schedule</h2>
<p>We started off a little behind schedule but that's to be expected! ;)</p>
<div class="row">
<div class="6u 12u(small) 12u(xsmall)">
<h3>Day 1: Sat 15th October 2016</h3>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Time</th>
<th>Activity</th>
<th>Where</th>
</tr>
</thead>
<tbody>
<tr>
<td>09:00</td>
<td>Registration and Team Forming</td>
<td>First Floor</td>
</tr>
<tr>
<td>11:00</td>
<td>Opening Ceremony</td>
<td>LT7, Basement</td>
</tr>
<tr>
<td>12:00</td>
<td><strong>Hacking Begins</strong></td>
<td>First Floor</td>
</tr>
<tr>
<td>13:00</td>
<td>Lunch</td>
<td>First Floor</td>
</tr>
<tr>
<td>18:00</td>
<td>Dinner</td>
<td>First Floor</td>
</tr>
<tr>
<td>23:00</td>
<td>Late Night Meal</td>
<td>First Floor</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="6u 12u(small) 12u(xsmall)">
<h3>Day 2: Sun 16th October 2016</h3>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Time</th>
<th>Activity</th>
<th>Where</th>
</tr>
</thead>
<tbody>
<tr>
<td>09:00</td>
<td>Breakfast</td>
<td>First Floor</td>
</tr>
<tr>
<td>12:00</td>
<td><strong>Hacking Ends</strong></td>
<td>First Floor</td>
</tr>
<tr>
<td>12:00</td>
<td>Lunch</td>
<td>First Floor</td>
</tr>
<tr>
<td>13:00</td>
<td>Hack Presentations</td>
<td>LT7, Basement</td>
</tr>
<tr>
<td>14:30</td>
<td>Break</td>
<td>First Floor</td>
</tr>
<tr>
<td>15:00</td>
<td>Closing Ceremony and Awards</td>
<td>LT7, Basement</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Team Section -->
<section id="team" class="wrapper alt style1">
<div class="inner">
<h2 class="major">The HackSheffield Team</h2>
<section class="special">
<div class="row">
<article class="4u 12u(xsmall)">
<img class="image fit" src="images/team/danny.jpeg" alt="Image of Danny" />
<h3 class="major">Danny Jones</h3>
<span>Media and Publicity Officer</span>
<ul class="icons">
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">E-mail</span></a>
</li>
<li><a href="http://www.danielcarl.info" class="icon fa-globe"><span class="label">Website</span></a>
</li>
<li><a href="https://twitter.com/_dannycjones" class="icon fa-twitter" target="_blank"><span class="label">Twitter</span></a>
</li>
<li><a href="https://github.com/dannycjones" class="icon fa-github" target="_blank"><span class="label">Github</span></a>
</li>
</ul>
</article>
<article class="4u 12u(xsmall)">
<img class="image fit" src="images/team/matt.jpeg" alt="Image of Matt" />
<h3 class="major">Matt Burman</h3>
<span>President</span>
<ul class="icons">
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">E-mail</span></a>
</li>
<li><a href="http://www.mattburman.com" class="icon fa-globe"><span class="label">Website</span></a>
</li>
<li><a href="https://twitter.com/_mattburman" class="icon fa-twitter" target="_blank"><span class="label">Twitter</span></a>
</li>
<li><a href="https://github.com/mattburman" class="icon fa-github" target="_blank"><span class="label">Github</span></a>
</li>
</ul>
</article>
<article class="4u 12u(xsmall)">
<img class="image fit" src="images/team/chris.png" alt="Image of Chris" />
<h3 class="major">Christopher McIntyre</h3>
<span>Treasurer</span>
<ul class="icons">
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">E-mail</span></a>
</li>
<li><a href="http://www.cgmcintyre.com/" class="icon fa-globe"><span class="label">Website</span></a>
</li>
<li><a href="https://twitter.com/cgmcintyr" class="icon fa-twitter" target="_blank"><span class="label">Twitter</span></a>
</li>
<li><a href="https://github.com/cgmcintyr" class="icon fa-github" target="_blank"><span class="label">Github</span></a>
</li>
</ul>
</article>
<article class="4u -2u -0u(xsmall) 12u(xsmall)">
<img class="image fit" src="images/team/sanzi.jpg" alt="Image of Sanziana" />
<h3 class="major">Sanziana Chiorescu</h3>
<span>Secretary</span>
<ul class="icons">
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">E-mail</span></a>
</li>
<li><a href="https://twitter.com/SanzianaCh" class="icon fa-twitter" target="_blank"><span class="label">Twitter</span></a>
</li>
<li><a href="https://github.com/SanzianaCh" class="icon fa-github" target="_blank"><span class="label">Github</span></a>
</li>
</ul>
</article>
<article class="4u 12u(xsmall)">
<img class="image fit" src="images/team/jacob.jpeg" alt="Image of Jacob" />
<h3 class="major">Jacob Walker</h3>
<span>Inclusion and Hacker Development Officer</span>
<ul class="icons">
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">E-mail</span></a>
</li>
<li><a href="http://ja.co.bw/" class="icon fa-globe"><span class="label">Website</span></a>
</li>
<li><a href="https://twitter.com/jacobwalkr" class="icon fa-twitter" target="_blank"><span class="label">Twitter</span></a>
</li>
<li><a href="https://github.com/jacobwalkr" class="icon fa-github" target="_blank"><span class="label">Github</span></a>
</li>
</ul>
</article>
</div>
</section>
</div>
</section>
<!-- Sponsor Section -->
<section id="sponsor" class="wrapper style-invert">
<div class="inner">
<div class="content">
<h2 class="major">Kindly supported by our Sponsors</h2>
<h3>Tera</h3>
<div class="row">
<div class="6u 8u$(small) -2u(small)">
<a class="image-link" href="http://www.capitalonecareers.co.uk/" target="_blank"><img class="fit" src="images/logos/sponsors/capital-one/colour.svg" alt="Capital One Logo" /></a>
</div>
<div class="6u$ 8u$(small) -2u(small)">
<a class="image-link" href="https://skybetcareers.com/" target="_blank"><img class="fit" src="images/logos/sponsors/skybet/colour.png" alt="Sky Betting and Gaming Logo" /></a>
</div>
<div class="6u 8u$(small) -2u(small)">
<a class="image-link" href="http://ask4.com/" target="_blank"><img class="fit" style="width: 80%;" src="images/logos/sponsors/ask4/colour.png" alt="ASK4 Logo" /></a>
</div>
<div class="6u 8u(small) -2u(small)">
<a class="image-link" href="https://developer.amazon.com/ask" target="_blank"><img class="fit" src="images/logos/sponsors/amazon-alexa/colour.svg" alt="Amazon Alexa Logo" /></a>
</div>
</div>
<h3>Giga</h3>
<div class="row">
<div class="4u 6u(small)">
<a class="image-link" href="https://www.accenture.com/gb-en" target="_blank"><img class="fit" src="images/logos/sponsors/accenture/mono.png" alt="Accenture Logo" /></a>
</div>
<div class="4u 6u$(small)">
<a class="image-link" href="https://www.databowl.com/" target="_blank"><img class="fit" src="images/logos/sponsors/databowl/mono.png" alt="Databowl Logo" /></a>
</div>
<div class="4u 6u(small)">
<a class="image-link" href="http://hub.aagsystems.com" target="_blank"><img class="fit" src="images/logos/sponsors/aag-systems/colour.png" alt="AAG Systems Logo" /></a>
</div>
<div class="4u -2u 6u$(small)">
<a class="image-link" href="https://www.blackrock.com/" target="_blank"><img class="fit" src="images/logos/sponsors/blackrock/mono.png" alt="BlackRock Logo" /></a>
</div>
<div class="4u -3u(small) 6u(small)">
<a class="image-link" href="http://www.tribepad.com" target="_blank"><img class="fit" src="images/logos/sponsors/tribepad/colour.png" alt="TribePad Logo" /></a>
</div>
</div>
<h3>Kilo</h3>
<div class="row" style="text-align: center;">
<div class="2u -2u 4u(small)">
<a class="image-link" href="https://www.wandisco.com/careers" target="_blank"><img class="fit" src="images/logos/sponsors/wandisco/colour.svg" alt="WANdisco Logo" /></a>
</div>
<div class="2u 4u(small)">
<a class="image-link" href="https://www.codingame.com" target="_blank"><img class="fit" src="images/logos/sponsors/codingame/colour.png" alt="CodinGame Logo" /></a>
</div>
<div class="2u 4u(small)">
<a class="image-link" href="http://www.weav.io/" target="_blank"><img style="width: 50%;" class="fit" src="images/logos/sponsors/weav-music/colour.svg" alt="Weav Music Logo" /></a>
</div>
<div class="2u 4u(small) -4u(small)">
<a class="image-link" href="https://monzo.com/uni/" target="_blank"><img class="fit" src="images/logos/sponsors/monzo/colour.svg" alt="Monzo Bank Logo" /></a>
</div>
</div>
<a href="mailto:[email protected]" class="special">Interested in becoming a future sponsor?</a>
<h2 class="major">Partners</h2>
<div class="row">
<div class="4u">
<img style="width:80%" class="fit" src="images/logos/partners/mlh/colour.svg" alt="Major League Hacking Logo" />
</div>
<div class="4u">
<img class="fit" src="images/logos/partners/epigenesys/colour.svg" alt="epiGenesys Logo" />
</div>
<div class="4u">
<img style="width:80%" class="fit" src="images/logos/partners/uos/colour.png" alt="University of Sheffield Logo" />
</div>
</div>
</div>
</div>
</section>
<!-- FAQ Section -->
<section id="faq" class="wrapper alt style4">
<div class="inner">
<div class="content">
<h2 class="major">Frequently Asked Questions</h2>
<section class="row">
<article class="4u(large) 4u(xlarge) 6u(medium) 6u(small) 12u(xsmall)">
<h3>What is HackSheffield?</h3>
<p>It's a Hackathon in the University of Sheffield, open to students around the world! We provide WiFi, power, and food while you and your team create something new.</p>
</article>
<article class="4u(large) 4u(xlarge) 6u$(medium) 6u$(small) 12u(xsmall)">
<h3>What's a 'Hackathon'?</h3>
<p>A Hackathon is a programming marathon, where teams of 2-4 put their ideas together to create something exciting in only 24 hours. It gives teams of hackers a chance to turn their ideas into reality.</p>
</article>
<article class="4u$(large) 4u$(xlarge) 6u(medium) 6u(small) 12u(xsmall)">
<h3>Can I attend?</h3>
<p>You missed it! But usually: to attend as a hacker, you need to be a university student or have left university in the past year. Apologies, but we could not accept under 18s at that time.</p>
</article>
<article class="4u(large) 4u(xlarge) 6u$(medium) 6u$(small) 12u(xsmall)">
<h3>Travel reimbursements?</h3>
<p>We were unable to offer any form of travel reimbursement for this event.</p>
</article>
<article class="4u(large) 4u(xlarge) 6u(medium) 6u(small) 12u(xsmall)">
<h3>What about sleep?</h3>
<p>If you wanted to sleep, we had some lecture theatres where you could get some Z's.</p>
</article>
<article class="4u$(large) 4u$(xlarge) 6u$(medium) 6u$(small) 12u(xsmall)">
<h3>What did I need to bring?</h3>
<p>Your ticket, Student ID and a laptop with its charger. That's about it!</p>
</article>
<article class="4u(large) 4u(xlarge) 6u(medium) 6u(small) 12u(xsmall)">
<h3>How do I register?</h3>
<p>You missed it! We released tickets in rounds. They became available on <a href="https://www.eventbrite.co.uk/e/26733097414" target="_blank">our EventBrite</a>. RSVP'ing on our <a href="https://www.facebook.com/events/549397911933615/" target="_blank">Facebook Event</a> got you notifications!</p>
</article>
<article class="4u(large) 4u(xlarge) 6u$(medium) 6u$(small) 12u(xsmall)">
<h3>Code of conduct?</h3>
<p>We followed the <a target="_blank" href="http://static.mlh.io/docs/mlh-code-of-conduct.pdf">MLH Code of Conduct</a>.</p>
</article>
</section>
<a href="mailto:[email protected]" class="special">Unanswered questions? E-mail us!</a>
</div>
</div>
</section>
</section>
<!-- Footer -->
<footer id="footer" class="wrapper style1">
<div class="inner">
<h2 class="major">Stay in touch!</h3>
<ul class="actions fit">
<li><a target="_blank" href="https://twitter.com/HackSheffield" class="button special fit"><i class="fa fa-lg fa-twitter"></i><span class="not-xsmall"> <span class="not-small not-medium">Follow Us on </span>Twitter</span></a></li>
<li><a target="_blank" href="https://www.facebook.com/HackSheffield" class="button special fit"><i class="fa fa-lg fa-facebook"></i><span class="not-xsmall"> <span class="not-small not-medium">Like Us on </span>Facebook</span></a></li>
<li><a target="_blank" href="http://slack.hacksheffield.co/" class="button special fit"><i class="fa fa-lg fa-slack"></i><span class="not-xsmall"> <span class="not-small not-medium">Join Us on </span>Slack</span></a></li>
</ul>
<ul class="actions fit">
<li><a href="mailto:[email protected]" class="button special fit"><i class="fa fa-lg fa-envelope"></i><span class="not-xsmall"> <span class="not-small not-medium">Contact Us by </span>Email</span></a></li>
<li><a target="_blank" href="https://medium.com/HackSheffield" class="button special fit"><i class="fa fa-lg fa-medium"></i><span class="not-xsmall"> <span class="not-small not-medium">Read articles on </span>Medium</span></a></li>
<li><a target="_blank" href="http://eepurl.com/bRTYqT" class="button special fit"><i class="fa fa-lg fa-inbox"></i><span class="not-xsmall"> <span class="not-small not-medium">Join our </span>Mailing List</span></a></li>
</ul>
<p style="text-align: center;"><strong>Thanks for coming everyone!</strong></p>
<ul class="copyright">
<li>© HackSheffield 2016. All rights reserved.</li>
<li>Theme adapted from: <a href="https://html5up.net/solid-state" target="_blank">Solid State</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-layout.min.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<script src="assets/js/google-analytics.js"></script>
<script src="assets/js/google-map.js"></script>
<script src="//maps.googleapis.com/maps/api/js?key=AIzaSyBiO0BmcVW7u1GByrt3ZsYVpdu-TYlPZq8&libraries=places&callback=initMap" async defer></script>
<!-- Schema -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "HackSheffield 2.0",
"description": "Sheffield's second MLH hackathon in the University of Sheffield, open to students across the country!",
"offers": [
{
"@type": "Offer",
"url": "https://www.eventbrite.co.uk/e/26733097414",
"validFrom": "2016-08-01T00:01",
"validThrough": "2016-10-15T09:00",
"price": "0.00",
"priceCurrency": "GBP"
}
],
"location": {
"@type": "Place",
"name": "The Diamond",
"address": {
"@type": "PostalAddress",
"streetAddress": "32 Leavygreave Rd",
"addressLocality": "Sheffield",
"addressRegion": "South Yorkshire",
"addressCountry": "GB",
"postalCode": "S3 7RD"
},
"url": "https://www.sheffield.ac.uk/diamond",
"telephone": "0114 222 9100"
},
"startDate": "2016-10-15T08:00Z",
"endDate": "2016-10-16T16:00Z",
"url": "https://www.hacksheffield.co/"
}
</script>
</body>
</html>