-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
316 lines (300 loc) · 14.4 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
<!DOCTYPE html>
<html>
<head>
<title>Terrapin Hackers</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.1.6/semantic.min.css">
<link rel="stylesheet" href="main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
</head>
<body>
<header>
<div class="navigation">
<div class="navigation__logo">
<img src="th-logo.svg">
<div class="navigation__wordmark">TH</div>
</div>
<div class="navigation__right">
<div class="navigation__item">
<a href="#hacktorials">Hacktorials</a>
</div>
<div class="navigation__item">
<a href="#hackathons">Hackathons</a>
</div>
<div class="navigation__item">
<a href="#collider">Sandbox</a>
</div>
</div>
</div>
<!-- Countdown timer for LHD and info-->
<div style="width:75%;margin:auto;">
<div class="hero">
<h1 class="title">
Terrapin Hackers
</h1>
<h2 class="description">
Terrapin Hackers is about building interesting things -- combining excellence, playfulness, cleverness, and exploration.
</h2>
</div>
<div class="cards">
<div class="card">
<div class="card__title">Weekly Hacktorials</div>
<div class="card__content">Hacktorials are workshops that provide instruction and insights into various engaging and career-building topics including programming, engineering, and design.</div>
<div class="card__button">
<a href="#hacktorials">View Hacktorial Calendar</a>
</div>
</div>
<div class="card">
<div class="card__title">Hackathon Trips</div>
<div class="card__content">Hackathons are 24-36 hour competitions where people come together to develop and work on projects that solve a particular problem, and potentially win prizes from corporate sponsors. Buses are provided to Hackathons across the East Coast and the Midwest.</div>
<div class="card__button">
<a href="#hackathons">Check Bus Schedule</a>
</div>
</div>
<div style="height:20px;width:100%;"> </div>
<div class="card">
<div class="card__title">Sandbox (Makerspace)</div>
<div class="card__content">Sandbox is our makerspace, located at CSIC3107. The Sandbox has materials, resources, and tools to assist you in building your projects.
</div>
<div class="card__button">
<a href="#sandbox">Learn more</a>
</div>
</div>
<div class="card">
<div class="card__title">Organizing Team</div>
<div class="card__content">Want to help run Terrapin Hackers? Join the organizing team! Email us at <strong>[email protected]</strong></div>
<div class="card__button">
<a href="https://www.facebook.com/events/116712192359906/">Click to Attend</a>
</div>
</div>
</div>
</div>
<br>
</header>
<section class="announcement">
We are having an interest meeting at the beginning of the Fall Semester! Like our Facebook Page to find out when it is!
<br><a href="https://www.facebook.com/terrapinhackers" class="announcement__button">Click for Facebook Page</a>
</section>
<section class="hacktorials">
<a name="hacktorials"></a>
<div class="section__container">
<h1 class="title">Hacktorials</h1>
<div class="ui stackable grid">
<div class="six wide column section__description hacktorials__description">
<p>Hacktorials are workshops that allow students to explore a range of technological concepts including programming, artificial intelligence, machine learning, engineering, and graphic design. They are often student-led; however, guest speakers outside of Terrapin Hackers run hacktorials as well.</p>
<p>The difficulty and skill-level for each Hacktorial varies, but most Hacktorials are designed with beginners in mind. </p>
<p>If you're interested in doing a Hacktorial, drop us a line.</p>
</div>
<div id="events_container" class="ten wide right floated column">
<h3><emp>Bring your laptop to all events!</emp></h3>
<iframe id="eventsIframe" src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fterrapinhackers%2F&tabs=events&width=800&height=600&small_header=true&adapt_container_width=false&hide_cover=true&show_facepile=false&appId" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media"></iframe>
</div>
</div>
</div>
</section>
<section class="hackathons">
<a name="hackathons"></a>
<div class="section__container">
<h1 class="title">Hackathons</h1>
<div class="ui stackable grid">
<div class="ten wide column">
<table class="ui celled inverted large stackable table">
<thead>
<tr>
<th>Hackathon</th>
<th>Bus?</th>
<th>Link</th>
</tr>
</thead>
<tbody id="hackathons">
</tbody>
</table>
<a class="ui fluid button" href="https://docs.google.com/spreadsheets/d/18sl7Q8WbqsERIM4uk9PPJHlKRFb2SP1M5Qmvx7xvsyU/edit#gid=0">View the latest Bus Sheet</a>
</div>
<div class="six wide right floated column section__description">
<p>Hackathons are creative/engineering competitions where contestants have 24-36 hours to build something interesting.</p>
<p>These events are open to people of any skill level or field of study, and are very accommodating to beginners. </p>
<p>Most every weekend, members of Terrapin Hackers pack buses to hackathons, and make awesome projects. We
<a href="https://mlh.io/standings/f2014/">won the first season</a> of Major League Hacking, and
<a href="https://mlh.io/standings/f2014/">placed second in the second season</a>.</p>
</div>
</div>
</div>
</section>
<section class="collider">
<a name="sandbox"></a>
<div class="section__container">
<div class="ui stackable grid">
<div class="six wide column section__description">
<h1 class="title">Sandbox</h1>
<p style="line-height:20px;">Beginning in the Fall Semester of 2018 Terrapin Hackers has joined forces with the Sandbox,
a student ran maker space that is located at <b>CSIC3107</b>. The Sandbox is an excellent place to go
to work on projects, get access to powertools, or just simply hangout with other members of Terrapin Hackers! The Sandbox
is generally open
<ul>
<li>
<b>4pm-8pm Monday through Thursday</b>
</li>
<li>
<b>3pm-7pm on Friday</b>
</li>
</ul>
<br> In addition, we will be having <b>directors hours</b> at the Sandbox from: <br>
<ul>
<b>
<li>
Monday: 1pm-2pm, 4pm-8pm
</li>
<li>
Tuesday: 12:30pm-2pm
</li>
<li>
Wednesday: 1pm-2pm
</li>
<li>
Thursdays: 12:30pm-2pm, 6pm-8pm
</li>
</b>
</ul>
This is a great opportuntiy to talk to the directors and be able to ask questions about projects you are working on.
<br>
Any Sandbox specific questions should be directed towards the Directors of the Sandbox. Follow the
link below to get to their website.
<a class="ui fluid red button" style="margin-top:10px;" href="https://sandbox.cs.umd.edu/">The Sandbox</a>
</div>
<div class="eight wide right floated column collider__image_gallery">
<div class="ui grid">
<div class="row">
<div class="column">
<img src="./img/projector.jpg">
</div>
</div>
<div class="three column row">
<div class="column"></div>
<div class="column"></div>
<div class="column"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="team">
<a name="team"></a>
<div class="section__container">
<h1 class="title">Team</h1>
<div class="ui four stackable cards team__card_container">
<div class="card">
<div class="content">
<div class="header">Josiah Wedgwood</div>
<div class="meta">President</div>
</div>
</div>
<div class="card">
<div class="content">
<div class="header">Arko Mazumder</div>
<div class="meta">Vice President</div>
</div>
</div>
<div class="card">
<div class="content">
<div class = "header">Eric Frye</div>
<div class = "meta">Director of Community</div>
</div>
</div>
<div class="card">
<div class="content">
<div class="header">Shon Kaganovich</div>
<div class="meta">Treasurer</div>
</div>
</div>
<div class="card">
<div class="content">
<div class="header">Aditya Nilacantan</div>
<div class="meta">Transportation Team</div>
</div>
</div>
<div class="card">
<div class="content">
<div class="header">Sai Arvind</div>
<div class="meta">Transportation Team</div>
</div>
</div>
<div class = "card">
<div class = "content">
<div class = "header">Michael Wittner</div>
<div class = "meta">Former President/Advisor</div>
</div>
</div>
<div class="card">
<div class="content">
<div class="header">Join The Team!</div>
<div class="meta">Organizer</div>
<div class="description">
Attend the interest meeting to find out more! (Date: TBA)
</div>
</div>
</div>
</div>
</section>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script type="text/javascript">
function load_hackathons() {
let row = function(name, img, date, bus, link) {
return `<tr>
<td>
<h4 class="ui image inverted header">
<img src="img/${img}" class="ui image">
<div class="content">
${name}
<div class="sub header">${date}</div>
</div>
</h4></td>
<td>
${bus}
</td>
<td>
<a style="color: white" href="${link}">${link}</a>
</td>
</tr>`
}
var hackathons = [{
name: "PennApps",
img: "pennapps.png",
date: "9/8 - 9/10",
bus: "Yes!",
link: "http://pennapps.com"
},
{
name: "Big Red Hacks",
img: "bigred.png",
date: "9/15 - 9/17",
bus: "Yes!",
link: "https://bigredhacks.com/"
},
{
name: "HopHacks",
img: "hophacks.png",
date: "9/15 - 9/17",
bus: "Yes!",
link: "https://hophacks.com/"
},
{
name: "MHacks X",
img: "mhacks.png",
date: "9/22 - 9/24",
bus: "Yes!",
link: "https://mhacks.org/"
}
]
for (var i = 0; i < hackathons.length; i++) {
var current = hackathons[i]
$("#hackathons").append(row(current.name, current.img, current.date, current.bus, current.link))
}
}
$(document).ready(function() {
load_hackathons();
})
</script>
</body>
</html>