-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
254 lines (233 loc) · 7.69 KB
/
index.html
File metadata and controls
254 lines (233 loc) · 7.69 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Make_BU - BU's Hackathon</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="BU Hackathon">
<meta name="author" content="Make_BU">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:200' rel='stylesheet' type='text/css'>
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- Navbar -->
<!-- end Navbar -->
<!-- #intro -->
<div class="main-container">
<div class="container-fluid" id="intro">
<div class="containerIntro">
<div class = "thumbnail">
<img alt="" src="img/make_bu.png" width="300" height="300">
</div>
<div class="row span8 center">
<h1> March 28-29, 1pm</h1>
</div>
<div id="signup-container">
<div style="width:100%; text-align:left;" ><iframe src="https://www.eventbrite.com/tickets-external?eid=8437395477&ref=etckt" frameborder="0" height="214" width="100%" vspace="0" hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true"></iframe></div>
</div>
</div>
</div>
<!-- ends Intro -->
<!-- #about -->
<div class="container-fluid" id="about">
<div class="container light" id="info">
<h1>A Hackathon at BU</h1>
<ul class="thumbnails">
<li class="span4">
<div class="thumbnail">
<h3>24 Hours</h3>
<p>Stay up all night or sleep when you want (you probably won't want to!)</p>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<h3>Free Stuff</h3>
<p>Free food, caffeine and swag for the duration of the hackathon.</p>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<h3>Great Facilities</br></h3>
<p>All events take place at EPIC and GCB, right on campus!</p>
</div>
</li>
</ul>
<h1>FAQ</h1>
<ul class="thumbnails">
<!-- BEGIN SECOND ROW -->
<li class="span4">
<div class="thumbnail">
<h3>What is a hackathon?</h3>
<h5>A weekend collaborative competition to build something.
Join with a team and build a web, mobile, hardware, or physical product. More
<a href="https://medium.com/hackathons-anonymous/92668579601">here</a>.</h5>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<h3>Who can attend?</h3>
<h5>Any BU student or alumni (bring your BUID!). It'll be open to any student in the future.</h5>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<h3>Why should I come?</h3>
<h5>You can learn new, practical skills, and get help from our student mentors. You'll meet other hackers and have lots of fun! And of course you can brag about your project to employers and friends.</h5>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<h3>What can my team build?</h3>
<h5>Anything! Be creative</h5>
</div>
</li>
<!-- END SECOND ROW -->
<!-- BEGIN THIRD ROW -->
<li class="span12">
<li class="span4">
<div class="thumbnail">
<h3>How big are teams?</h3>
<h5>Usually 2-4 people, but you can work alone or with a larger team.</h5>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<h3>Are we allowed to build on past projects or code?</h3>
<h5>Nope! You can only use open source code or designs (things anyone has access to).</h5>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<h3>What should I bring?</h3>
<h5>Computers, phones, circuit boards, arduinos, etc.</h5>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<h3>What will be provided?</h3>
<h5>Food, 3d printers, CNC machines, mentoring, tech talks, and a ton of fun</h5>
</div>
</li>
</li>
<li class="span12">
<h1>Schedule</h1>
<div class="row span12 center">
<table align="center" style="margin: 0px auto;">
<tr>
<td>7pm</td>
<td>Opening in PHO 206</td>
</tr>
<tr>
<td>7:30pm</td>
<td>Move to EPIC - team up, plan, help from mentors</td>
</tr>
<tr>
<td>8:30pm</td>
<td>Workshops begin</td>
</tr>
<tr>
<td>10am</td>
<td>Morning mentoring session</td>
</tr>
<tr>
<td>5:30pm</td>
<td>Hacks must be turned in, judging starts</td>
</tr>
<tr>
<td>7pm</td>
<td>Awards</td>
</tr>
</table>
</div>
</li>
<li class="span12">
<h1>Workshops</h1>
<ul class="thumbnails">
<li class="span12">
<li class="span4">
<div class="thumbnail">
<h3>Web Apps GCB 206</h3>
<h5>8:30-8:45 Web Frameworks</h5>
<h5>8:45-9:00 GitHub</h5>
<h5>9:00-9:15 Backend</h5>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<h3>Mobile Apps GCB 207</h3>
<h5>8:30-8:45 iOS</h5>
<h5>8:45-9:00 Design</h5>
<h5>9:00-9:15 Android</h5>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<h3>Hardware GCB 209</h3>
<h5>8:30-8:45 Electronics</h5>
<h5>8:45-9:00 Hardware Design</h5>
<h5>9:00-9:15 Manufacturing</h5>
</div>
</li>
<li class="span4">
<div class="thumbnail">
<h3>What to expect</h3>
<h5>Our resident experts will show you what is possible with all sorts of technologies!</h5>
<h5>GCB is the second floor above EPIC.</h5>
</div>
</li>
</li>
</ul>
</li>
<li class="span12">
<h1>Sponsored By</h1>
<a href="http://www.bu.edu/ece/"><img src="img/ece.gif" id="ece"></a>
</li>
<li class="span12">
<h1>Organized By</h1>
<li class="span4">
<a href="http://builds.cc/"><img src="img/builds.png" class="logo" style="margin-top: 115px;"></a>
</li>
<li class="span4">
<a href="http://globalappinitiative.org/"><img src="img/GAI-logo.png" class="logo"></a>
</li>
<li class="span4">
<a href="http://www.bucec.org/"><img src="img/ce++.png" class="logo"></a>
</li>
</li>
<li class="span12">
<li class="span4">
<a href="http://www.dmcbu.org/"><img src="img/dmc.png" class="logo" style="margin-top:57px;"></a>
</li>
<li class="span4">
<a href="http://openwebbu.org/"><img src="img/openweb.jpg" class="logo"></a>
</li>
<li class="span4">
<a href="http://terrapincomputing.com/"><img src="img/terrapin.jpg" class="logo"></a>
</li>
</li>
</ul>
<hr>
<div id="credit">Background image credit Barron Roth Photography</div>
</div>
<!-- ends About -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-48579927-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>