-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathhackathon.html
182 lines (179 loc) · 4.52 KB
/
hackathon.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
---
layout: default
title: And now, the Hackathon
nav: hack
---
<div class="content">
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="big-intro">Now in its forth year, the Hackference Hackathon portion is being held in the perfect <a href="https://birmingham.impacthub.net/">Impact Hub Birmingham</a> for the second year running. The hackathon is one of the biggest public hackathons in the United Kingdom - you don't have to be a student, or even a coder to come along and get involved! We will have plenty of API's and technology for you to put your skills to, for the chance to win some amazing prizes, or even just impress your peers!</p>
<p class="big-intro">We'll make sure you are fed well with proper food like making sure you'll have a roast dinner on Sunday, and a great meal to set you up for an all night coding session if you want to, we'll make sure you have enough drinks and snacks to keep you going and we'll give you the best internet connection we have ever seen at a Hackathon.</p>
<p class="big-intro">Tickets for the hackathon are available from August 12th, go to <a href="/tickets.html#hackathon" >Tickets</a> to pick one up.</p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<br/>
<div class="hero-tickets">
<a href="/tickets.html#hackathon" class="art-deco-button">Hackathon Tickets</a>
</div>
</div>
</div>
</div>
</div>
<div class="content-darker venue">
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="sub-header">The Venue</h4>
</div>
</div>
<div class="row">
<div class="col-sm-6">
{% include hackathon-map.html %}
</div>
<div class="col-sm-6">
<p>We are at Impact Hub Birmingham again this year. Impact Hub is a fantastic coworking space, a community of purpose driven makers, doers, entrepreneurs, activists and dreamers committed to building a better city and world.</p>
<p><br><strong>Impact Hub Birmingham</strong><br>Walker Building<br>58 Oxford Street<br>Birmingham <br>B5 5NY</p>
</div>
</div>
</div>
</div>
<div class="content">
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="sub-header border">Hackathon Partners</h4>
</div>
</div>
<div class="row">
<p class="big-intro">Some amazing companies are bringing some fantastic tech for you to play with at the hackathon - we'll let you know who they are closer to the event!</p>
</div>
<div class="row" >
{% for sponsor in site.sponsors %}
{% if sponsor.hackapi %}
<div class="col-sm-3 hack sponsor">
<a href="{{ sponsor.url }}">
<img src="/assets/img/{{ sponsor.image }}" />
<p>
{{ sponsor.name }}
</p>
</a>
</div>
{% endif %}
{% endfor %}
</div>
</div>
</div>
<a name="schedule"></a>
<div class="content">
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="sub-header">Schedule</h4>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class=" table-responsive" >
<table class="table schedule">
<thead>
<tr>
<th width="20%"></th>
<th>Saturday</th>
<th>Sunday</th>
</tr>
</thead>
<tbody>
<tr>
<td>
08:00
</td>
<td>
</td>
<td>
Breakfast
</td>
</tr>
<tr>
<td>
10:00
</td>
<td>
Registration
</td>
<td>
</td>
</tr>
<tr>
<td>
11:00
</td>
<td>
Sponsor Talks
</td>
<td>
</td>
</tr>
<tr>
<td>
12:00
</td>
<td>
<p>Lunch</p>
<p>Hacking Starts</p>
</td>
<td>
<p>Lunch</p>
<p>Hacking Ends</p>
</td>
</tr>
<tr>
<td>
13:00
</td>
<td>
<p>Workshop</p>
</td>
<td>
<p>Presentations</p>
</td>
</tr>
<tr>
<td>
14:00
</td>
<td>
<p>Workshop</p>
</td>
<td>
</td>
</tr>
<tr>
<td>
15:00
</td>
<td>
<p>Workshop</p>
</td>
<td>
</td>
</tr>
<tr>
<td>
19:00
</td>
<td>
<p>Dinner</p>
</td>
<td>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>