-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
584 lines (513 loc) · 27.5 KB
/
Copy pathindex.html
File metadata and controls
584 lines (513 loc) · 27.5 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
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
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
<!-- This code is the property of the River Dell Regional School District and its related entities. It may not be copied or re-used without express permission from the Development Team -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hack River Dell 2017 - River Dell High School's 2nd Annual Hackathon</title>
<!-- Important Meta tags - do not edit-->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Basic Meta Tags -->
<meta name="title" content="Hack River Dell 2017 - River Dell High School's 2nd Annual Hackathon">
<meta name="description" content="River Dell High School's Second Annual Hackathon - November 18-19, 2017">
<meta name="keywords" content="hack, river dell, hack river dell, hackrd, hackathon, mlh">
<meta property="url" content="http://hackriverdell.com/">
<!-- Open Graph Meta Tags -->
<meta property="og:url" content="http://hackriverdell.com"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Hack River Dell 2017"/>
<meta property="og:description" content="River Dell High School's Second Annual Hackathon - November 18-19, 2017"/>
<meta property="og:image" content="http://hackriverdell.com/img/meta-thumb.png"/>
<meta property="og:locale" content="en_US"/>
<!-- Twitter Summary Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@HackRiverDell" />
<meta name="twitter:title" content="Hack River Dell - November 18-19, 2017" />
<meta name="twitter:description" content="No matter what you’re passionate about, come show off your creativity at River Dell’s second-annual high school hackathon." />
<meta name="twitter:image" content="http://hackriverdell.com/img/meta-thumb.png" />
<!-- Required CSS/JS (Bootstrap, jQuery, Animate.css, Tether.js, Custom Styling) -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="js/bootstrap.js"></script>
<!-- Favicon Resources -->
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/manifest.json">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#057aff">
<meta name="theme-color" content="#ffffff">
</head>
<body data-spy="scroll" data-target="#nav" data-offset="80">
<nav class="navbar navbar-expand-lg navbar-toggleable-sm fixed-top navbar-transparent navbar-inverse navbar-fix" id="nav">
<div class="container">
<button class="navbar-toggler navbar-toggler-left collapsed" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar top-bar"></span>
<span class="icon-bar middle-bar"></span>
<span class="icon-bar bottom-bar"></span>
</button>
<a class="navbar-brand mr-auto" href="#"><img class="brand-logo"></a>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#info">Info</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#guests">Guests</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#schedule">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#faq">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#sponsors">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" style="cursor:not-allowed">Live</a>
</li>
</ul>
</div>
</div>
</nav>
<a id="mlh-trust-badge" href="https://mlh.io/seasons/na-2018/events?utm_source=na-2018&utm_medium=TrustBadge&utm_campaign=na-2018&utm_content=white" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2018/white.svg" alt="Major League Hacking 2018 Hackathon Season" style="width:100%"></a>
<div class="container-fluid" id="header" align="center">
<div class="logo-container">
<img src="img/header.png" class="logo">
</div>
</div>
<div class="container section-card" id="card-info">
<div class="row">
<div class="col-sm-4">
<h3>November 18-19, 2017</h3>
</div>
<div class="col-sm-4">
<h3>River Dell High School - Oradell, NJ</h3>
</div>
<div class="col-sm-4" id="sign-up-box">
<a style="cursor:not-allowed" class="btn btn-three btn-extend">Live</a>
</div>
</div>
</div>
<div class="container section" id="info">
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
<img src="img/lastyear.JPG" class="img-standalone" id="desktop-img">
<img src="img/lastyear-2.JPG" class="img-standalone-wide" id="mobile-img">
</div>
<div class="col-md-8">
<h3 class="section-heading">River Dell's Second Annual Hackathon</h3>
<span class="heading-separator"></span>
<p>
In December 2016, students from River Dell High School organized “Hack River Dell” an exclusively student-run hackathon. As a part of Major League Hacking’s Local Hack Day 2016, Hack River Dell brought together students from the local community to hack together and build some insanely cool projects. With Hack River Dell 2017, the team looks to continue the tradition of excellence set by last year’s inaugural event.
</p>
<p><a href="http://www.northjersey.com/story/news/bergen/oradell/2016/12/03/riverdell-hackathon-/94739270/">Read about Hack River Dell 2016 ❯</a></p>
<div class="overlay" onClick="style.pointerEvents='none'"></div>
<iframe id="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3013.689769888508!2d-74.038378684919!3d40.944465879307266!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2faa1360480df%3A0x875be3f4c98f864b!2s55+Pyle+St%2C+Oradell%2C+NJ+07649!5e0!3m2!1sen!2sus!4v1469213397652" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<div class="container section" id="guests">
<div class="container-fluid">
<h3 class="section-heading">Guests</h3>
<span class="heading-separator"></span>
<div class="row" align="center">
<div class="col-md-4">
<div class="thumbnail-card">
<img src="img/weinstein.jpg" class="img-card">
<div class="card-details">
<h4 class="card-title">David Weinstein</h4>
<h6 class="card-subtitle">CTO of New Jersey</h6>
<p class="card-text">Guest Speaker</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail-card">
<img src="img/kgeo.png" class="img-card">
<div class="card-details">
<h4 class="card-title">Kevin George</h4>
<h6 class="card-subtitle">River Dell Alumni & NJIT '19</h6>
<p class="card-text">Judge</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail-card">
<img src="img/brooks.jpeg" class="img-card">
<div class="card-details">
<h4 class="card-title">Lorraine Brooks</h4>
<h6 class="card-subtitle">River Dell High School Principal</h6>
<p class="card-text">Guest Speaker</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container section" id="schedule">
<div class="container-fluid">
<h3 class="section-heading">Schedule</h3>
<span class="heading-separator"></span>
<ul class="nav nav-pills nav-fill" role="tablist">
<li class="nav-item">
<a class="nav-link active" data-toggle="tab" href="#schedule-nov18" role="tab">Saturday, November 18</a>
</li>
<li class="nav-item">
<a class="nav-link" data-toggle="tab" href="#schedule-nov19" role="tab">Sunday, November 19</a>
</li>
</ul>
<div class="tab-content">
<div class="tab-pane fade show active" id="schedule-nov18" role="tabpanel">
<div class="container-fluid schedule-row">
<table>
<tr>
<td id="event-time">8:00 AM</td>
<td id="event-name">Registration</td>
<td id="event-location"><span class="schedule-muted">at</span> The Lobby</td>
<td id="event-notes"><a class="schedule-link" href="#">Registration Checklist ❯</a></td>
</tr>
</table>
</div>
<div class="container-fluid schedule-row">
<table>
<tr>
<td id="event-time">9:00 AM</td>
<td id="event-name">Kickoff</td>
<td id="event-location"><span class="schedule-muted">in the </span>Auditorium</td>
<td id="event-notes"></td>
</tr>
</table>
</div>
<div class="container-fluid schedule-row">
<table>
<tr>
<td id="event-time">10:00 AM</td>
<td id="event-name">Hacking Starts</td>
<td id="event-location"></td>
<td id="event-notes"></td>
</tr>
</table>
</div>
<div class="container-fluid schedule-row">
<table>
<tr>
<td id="event-time">1:00 PM</td>
<td id="event-name">Lunch</td>
<td id="event-location"><span class="schedule-muted">in the </span>Cafeteria</td>
<td id="event-notes"></td>
</tr>
</table>
</div>
<div class="container-fluid schedule-row">
<table>
<tr>
<td id="event-time">5:30 PM</td>
<td id="event-name">Dinner</td>
<td id="event-location"><span class="schedule-muted">in the </span> Commons</td>
<td id="event-notes"></td>
</tr>
</table>
</div>
<div class="container-fluid schedule-row">
<table>
<tr>
<td id="event-time">8:00 PM</td>
<td id="event-name">Cup Stacking</td>
<td id="event-location"><span class="schedule-muted">in the </span>Cafeteria</td>
<td id="event-notes"></td>
</tr>
</table>
</div>
<div class="container-fluid schedule-row">
<table>
<tr>
<td id="event-time">10:00 PM</td>
<td id="event-name">Smash Bros. Tournament</td>
<td id="event-location"><span class="schedule-muted">in the </span>Auditorium</td>
<td id="event-notes"><a class="schedule-link" href="#">Sign up for tournament ❯</a></td>
</tr>
</table>
</div>
</div>
<div class="tab-pane fade" id="schedule-nov19" role="tabpanel">
<div class="container-fluid schedule-row">
<table>
<tr>
<td id="event-time">12:00 AM</td>
<td id="event-name">Midnight Meal</td>
<td id="event-location"><span class="schedule-muted">in the </span>Commons</td>
<td id="event-notes"></td>
</tr>
</table>
</div>
<div class="container-fluid schedule-row">
<table>
<tr>
<td id="event-time">2:00 AM</td>
<td id="event-name">Rocket League Tournament</td>
<td id="event-location"><span class="schedule-muted">in the </span>Cafeteria</td>
<td id="event-notes"><a class="schedule-link" href="#">Sign up for tournament ❯</a></td>
</tr>
</table>
</div>
<div class="container-fluid schedule-row">
<table>
<tr>
<td id="event-time">7:00 AM</td>
<td id="event-name">Breakfast</td>
<td id="event-location"><span class="schedule-muted">in the </span>Cafeteria</td>
<td id="event-notes"><a class="schedule-link" href="#">Sign up for tournament ❯</a></td>
</tr>
</table>
</div>
<div class="container-fluid schedule-row">
<table>
<tr>
<td id="event-time">8:00 AM</td>
<td id="event-name">Hack Submission Deadline</td>
<td id="event-location"></td>
<td id="event-notes"><a class="schedule-link" href="#">How to submit ❯</a></td>
</tr>
</table>
</div>
<div class="container-fluid schedule-row">
<table>
<tr>
<td id="event-time">8:05 AM</td>
<td id="event-name">Expo Session</td>
<td id="event-location"></td>
<td id="event-notes"></td>
</tr>
</table>
</div>
<div class="container-fluid schedule-row">
<table>
<tr>
<td id="event-time">9:10 AM</td>
<td id="event-name">Closing/Awards</td>
<td id="event-location"><span class="schedule-muted">in the </span>Auditorium</td>
<td id="event-notes"></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<p class="text-muted" align="center">Schedule subject to change</p>
</div>
<div class="container section" id="faq">
<div class="container-fluid">
<h3 class="section-heading">FAQs</h3>
<span class="heading-separator"></span>
<div class="row">
<div class="col-md-6">
<div class="faq-card">
<h3 class="faq-title">What is a hackathon?</h3>
<p>
A hackathon is a coding event in which teams "hack" together to create an awesome project like a game, website, or app. Hackathons are a great way to learn more about coding, meet new people, and most importantly build something cool! Check out <a href="https://medium.com/hackathons-anonymous/wtf-is-a-hackathon-92668579601#.8ndtcasdw">"What is a hackathon?"</a> by Dave Fontenot to learn more.
</p>
</div>
<div class="faq-card">
<h3 class="faq-title">How long is Hack River Dell 2017?</h3>
<p>
Unlike last year, Hack River Dell 2017 is a full, 24-hour hackathon! The event formally kicks off at 9:00 AM, with hacking starting at 10:00 AM. Teams then have about 24 hours to work on their hacks. Make sure you arrive for check-in, which starts at 8:00 AM.
</p>
</div>
<div class="faq-card">
<h3 class="faq-title">Who can attend Hack River Dell?</h3>
<p>
Hack River Dell is open for all high school students in grades 9-12, and it doesn't matter where you live or what school you attend.
</p>
</div>
<div class="faq-card">
<h3 class="faq-title">How much is it to attend?</h3>
<p>
Hack River Dell is completely free, including free food, swag, and prizes! Please note that we cannot reimburse travel expenses this year.
</p>
</div>
<div class="faq-card">
<h3 class="faq-title">What if I don't know how to code?</h3>
<p>
No problem! The goal of Hack River Dell is to get everyone involved, and we especially encourage beginners to attend. Hackathons are great places to come and learn more about coding for first timers. Hack River Dell has many workshops where you can learn, and there will be mentors that can provide assistance when you need it.
</p>
</div>
<div class="faq-card">
<h3 class="faq-title">How do teams work?</h3>
<p>
At Hack River Dell, you can either come and hack on your own or come with a team. While there is no limit to the number of people on a team, we recommend teams of up to 5 people. However, if your team wins, we will only be able to award up to five prizes per team regardless of your actual team size. If you want to work with a team, but don't have one, we can help find one for you at the event. But, do not be discouraged to work on your own if you want to.
</p>
</div>
</div>
<div class="col-md-6">
<div class="faq-card">
<h3 class="faq-title">What should I bring?</h3>
<p>
You need to bring a laptop or desktop computer, acceptable photo ID (i.e. a school ID, driver's license, passport, etc.), phone, charging cables, powerstrips, and any hardware you plan on using. We also recommend bringing a refillable water bottle. If you need to use equipment that requires proper ventilation, such as a soldering iron, please <a href="mailto:contact@hackriverdell.com">contact us</a>. Most importantly, do not forget to bring a signed <a href="docs/waiver.pdf" target="_blank">event waiver</a>. You will NOT be admitted into the event without one!
</p>
</div>
<div class="faq-card">
<h3 class="faq-title">When can I start my hack?</h3>
<p>
You may start working on your hack as soon as hacking time is officially started at 10:00 AM in order to qualify for judging. Any hacks that were started before the hacking time starts will be disqualified.
</p>
</div>
<div class="faq-card">
<h3 class="faq-title">How and when do I submit my hack?</h3>
<p>
Submissions open on Devpost on Sunday at 10:00 AM promptly, and are open until 11:00 AM. You can, however, continue to work on your presentation or your hack after 11:00 AM.
</p>
</div>
<div class="faq-card">
<h3 class="faq-title">What do I need for the Expo?</h3>
<p>
You should have some sort of demonstration of your hack during the expo (e.g. PowerPoint presentation, hands-on demo, or whatever is applicable for your hack).
</p>
</div>
<div class="faq-card">
<h3 class="faq-title">What can I win?</h3>
<p>
At Hack River Dell, there are many different ways you can win cool prizes, whether it's the grand prize, a mini-event, or a giveaway. However, we're keeping our prizes under wraps for now. But, we'll just say they're pretty cool.
</p>
</div>
<div class="faq-card">
<h3 class="faq-title">What if I have another question?</h3>
<p>
We're happy to answer any question you might have about Hack River Dell. If you have an additional question, feel free to <a href="mailto:contact@hackriverdell.com">contact us</a>.
</p>
<p>
Also, be sure to check out the <a href="docs/rules.pdf" target="_blank">full event rules</a>.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container section" id="sponsors">
<div class="container-fluid">
<h3 class="section-heading">Sponsors</h3>
<span class="heading-separator"></span>
<!-- FIRST ROW -->
<div class="row sponsor-row">
<!--Row 1: Column 1-->
<div class="col-md-4">
<a href="https://www.paloaltonetworks.com" target="_blank"><img class="sponsor-img" src="img/sponsors/palo-alto.png"></a>
</div>
<!--Row 1: Column 2-->
<div class="col-md-4">
<a href="https://www.tmprotection.com/" target="_blank"><img class="sponsor-img" src="img/sponsors/tm.png"></a>
</div>
<!--Row 1: Column 3-->
<div class="col-md-4">
<a href="https://www.firstdata.com" target="_blank"><img class="sponsor-img" src="img/sponsors/firstdata.png"></a>
</div>
</div>
<!-- SECOND ROW -->
<div class="row sponsor-row">
<div class="col-md-4">
<a href="https://nuix.com/" target="_blank"><img class="sponsor-img" src="img/sponsors/nuix.png"></a>
</div>
<div class="col-md-4">
<a href="https://www.crowdstrike.com/" target="_blank"><img class="sponsor-img" src="img/sponsors/crowdstrike.png"></a>
</div>
<div class="col-md-4">
<a href="https://github.com/" target="_blank"><img class="sponsor-img" src="img/sponsors/github-logo.png"></a>
</div>
</div>
<!-- THIRD ROW -->
<div class="row sponsor-row">
<div class="col-md-4">
<a href="https://www.microsoft.com" target="_blank"><img class="sponsor-img" src="img/sponsors/microsoft.png"></a>
</div>
<div class="col-md-4">
<a href="https://www.tdbank.com" target="_blank"><img class="sponsor-img" src="img/sponsors/td.png"></a>
</div>
<div class="col-md-4">
<a href="https://www.stickergiant.com/" target="_blank"><img class="sponsor-img" src="img/sponsors/stickergiant.png"></a>
</div>
</div>
<!-- FOURTH ROW -->
<div class="row sponsor-row">
<div class="col-md-4">
<a href="https://www.ultrapress.com/" target="_blank"><img class="sponsor-img" src="img/sponsors/ultrapress.png"></a>
</div>
<div class="col-md-4">
<a href="http://www.oradellkids.org/" target="_blank"><img class="sponsor-img" src="img/sponsors/ok-kids.png"></a>
</div>
<div class="col-md-4">
<a href="https://www.wegmans.com/montvale" target="_blank"><img class="sponsor-img" src="img/sponsors/wegmans.png"></a>
</div>
</div>
<!-- FIFTH ROW -->
<div class="row sponsor-row">
<div class="col-md-4">
<a><img class="sponsor-img" src="img/sponsors/hotbagels.png"></a>
</div>
<div class="col-md-4">
<a href="http://schreibersdeli.com" target="_blank"><img class="sponsor-img" src="img/sponsors/schreibers.png"></a>
</div>
<div class="col-md-4">
<a href="http://coolbeansnj.com" target="_blank"><img class="sponsor-img" src="img/sponsors/coolbeans.png"></a>
</div>
</div>
<br>
<div class="row sponsor-row">
<div class="col-md-12" align="center">
<h2>In partnership with</h2>
<a href="https://mlh.io/" target="_blank"><img class="sponsor-img" src="img/sponsors/mlh.png"></a>
</div>
</div>
</div>
</div>
<div class="container section" id="register">
<div class="signup-card" align="center">
<img src="img/icons/photos.png" width="250px">
<br>
<br>
<h3 class="signup-title">Photos from Hack River Dell</h3>
<p id="codeofconduct"><a href="https://www.facebook.com/media/set/?set=a.1997552690523835.1073741831.1729071377371969&type=1&l=1f17ce437c">Explore the photo album on Facebook ❯</a></p>
<div align="center" id="bottom-signup">
<!--<a href="https://my.mlh.io/oauth/authorize?client_id=3762d1ca4fe1e313bc30872cbdc3f154be9470d48f3835183fe03653e65ccdda&redirect_uri=http%3A%2F%2Fhackriverdell.com%2Fconfirm.html&response_type=token" class="btn btn-two btn-extend">Sign up</a>--
<p id="codeofconduct">By registering for Hack River Dell, you accept the <a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">MLH Code of Conduct.</a><p>-->
</div>
</div>
</div>
<div class="footer">
<div class="container footer-content">
<div class="row">
<div class="col-sm-6">
<img src="img/hawk-light.png" class="footer-logo">
<p>© 2017 Hack River Dell</p>
</div>
<div class="col-sm-6">
<div class="footer-links">
<div id="social-icons" class="animated">
<a href="https://www.facebook.com/HackRiverDell" target="_blank"><img class="icon" src="img/icons/facebook.png"></a>
<a href="http://twitter.com/HackRiverDell" target="_blank"><img class="icon" src="img/icons/twitter.png"></a>
<a href="http://instagram.com/HackRiverDell" target="_blank"><img class="icon" src="img/icons/instagram.png"></a>
<a href="http://snapchat.com/add/HackRiverDell" target="_blank"><img class="icon" src="img/icons/snapchat.png"></a>
<a href="https://github.com/hackrd/" target="_blank"><img class="icon" src="img/icons/github.png"></a>
</div>
<a class="footer-link" href="privacy.html">Privacy Policy</a> | <a class="footer-link" href="team.html">Team</a> | <a class="footer-link" href="mailto:contact@hackriverdell.com">Contact</a>
</div>
</div>
</div>
</div>
</div>
<!-- nav scrolled JS-->
<script src="js/navbar.js"></script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66275306-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>