-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·663 lines (629 loc) · 35.8 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
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
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Cincinnati's first general hackathon focused on technical merit.'">
<meta name="author" content="HackCincy">
<title>HackCincy | Cincinnati Hackathon</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/main.css?3" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/responsive.css?2" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@HackCincy">
<meta name="twitter:title" content="HackCincy | Cincinnati Hackathon">
<meta name="twitter:description" content="HackCincy is a Cincinnati hackathon with an emphasis on technical merit. Join us on November 10th at Union Hall.">
<meta name="twitter:creator" content="@HackCincy">
<meta name="twitter:image" content="https://www.hackcincy.com/images/square-red.png">
<!-- Open Graph data -->
<meta property="og:title" content="HackCincy | Cincinnati Hackathon" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.hackcincy.com/" />
<meta property="og:image" content="https://www.hackcincy.com/images/square-red.png" />
<meta property="og:description" content="HackCincy is a Cincinnati hackathon with an emphasis on technical merit. Join us on November 10th at Union Hall." />
<meta property="og:site_name" content="HackCincy" />
<meta property="fb:admins" content="1414620016" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128349694-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-128349694-1');
</script>
<!-- Facebook Pixel Code -->
<script>
!function (f, b, e, v, n, t, s) {
if (f.fbq) return; n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';
n.queue = []; t = b.createElement(e); t.async = !0;
t.src = v; s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '490385961475654');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=490385961475654&ev=PageView&noscript=1" /></noscript>
<!-- End Facebook Pixel Code -->
</head>
<body>
<header id="header" role="banner">
<div class="main-nav">
<div class="container">
<div class="header-top">
<div class="pull-right social-icons"></div>
</div>
<div class="row">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img class="img-responsive" src="images/logo_large.png" alt="logo">
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="scroll active"><a href="#home">Home</a></li>
<li class="scroll"><a href="#explore">When</a></li>
<li class="scroll"><a href="#schedule">Schedule</a></li>
<li class="scroll"><a href="#tracks">Tracks</a></li>
<li class="scroll"><a href="#organizers">Organizers</a></li>
<li class="scroll"><a href="#about">About</a></li>
<li class="scroll"><a href="#faq">FAQ</a></li>
<li><a class="no-scroll" href="https://www.eventbrite.com/e/hackcincy-2018-tickets-50083561280?aff=topnav&discount=HACK2018"
target="_blank">PURCHASE TICKETS</a></li>
<li class="scroll"><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</header>
<section id="home">
<div id="main-slider" class="carousel slide" data-ride="carousel" data-interval="false">
<div class="carousel-inner">
<div class="item active">
<img class="img-responsive" src="images/slider/bg1.jpg" alt="slider">
<div class="carousel-caption">
<h2>registration now live </h2>
<h4>hackathon in cincinnati, ohio</h4>
<h4>november 10–11, 2018 in otr</h4>
<h4>tickets only <s>$35</s> $25</h4>
<h4>Ticket includes six meals from some amazing OTR eateries, drinks,<br /> and some awesome swag! </h4>
<a class="btn btn-primary" href="https://www.eventbrite.com/e/hackcincy-2018-tickets-50083561280?aff=site&discount=HACK2018"
target="_blank">GRAB YOUR TICKETS</a>
<!-- Begin MailChimp Signup Form -->
<!-- <div id="mc_embed_signup">
<form action="https://hackcincy.us19.list-manage.com/subscribe/post?u=8a2150086809a7a197de04492&id=b02aa7bf9d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h2>Subscribe to our mailing list</h2>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address </label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_8a2150086809a7a197de04492_b02aa7bf9d" tabindex="-1" value="">
</div>
<div class="clear">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button btn btn-primary">
</div>
</div>
</form>
</div> -->
<!-- End MailChimp -->
</div>
</div>
</div>
</div>
</section>
<section id="explore">
<div class="container">
<div class="row">
<div class="watch">
<img class="img-responsive" src="images/watch.png" alt="">
</div>
<div class="col-md-4 col-md-offset-2 col-sm-5">
<h2>our next event in</h2>
</div>
<div class="col-sm-7 col-md-6">
<ul id="countdown">
<li>
<span class="days time-font">00</span>
<p>days </p>
</li>
<li>
<span class="hours time-font">00</span>
<p class="">hours </p>
</li>
<li>
<span class="minutes time-font">00</span>
<p class="">minutes</p>
</li>
<li>
<span class="seconds time-font">00</span>
<p class="">seconds</p>
</li>
</ul>
</div>
</div>
<div class="cart">
<a href="https://www.eventbrite.com/e/hackcincy-2018-tickets-50083561280?&discount=HACK2018" target="_blank">
<i class="fa fa-shopping-cart"></i>
<span>Purchase Tickets</span>
</a>
</div>
</div>
</section>
<section id="schedule">
<div class="container">
<h2>Weekend Schedule</h2>
<div class="row">
<table class="table schedule">
<tbody>
<tr>
<td class="time">10:00 AM</td>
<td>Doors Open</td>
</tr>
<tr>
<td class="time">10:15 AM</td>
<td>Bagels / Coffee</td>
</tr>
<tr>
<td class="time">10:30 AM</td>
<td>Kick-Off</td>
<tr>
<td class="time">11:30 AM</td>
<td>Coding Begins</td>
</tr>
<tr>
<td class="time">12:00 PM</td>
<td>Lunch Provided by <a target="blank" href="http://www.ahalogy.com">Ahalogy</a></td>
</tr>
<tr>
<td class="time">2:00 PM</td>
<td>Captain Check-In</td>
</tr>
<tr>
<td class="time">6:00 PM</td>
<td>Dinner Provided by <a target="_blank" href="http://www.illuminationworksllc.com/">Illumination
Works, LLC</a></td>
</tr>
<tr>
<td class="time">9:00 PM</td>
<td>Captain Check-In</td>
</tr>
<tr>
<td class="time">11:30 PM</td>
<td>Pizza and Red Bull Provided by <a target="_blank" href="http://www.losant.com/">Losant</a></td>
</tr>
<tr>
<td class="time">3:00 AM</td>
<td>Captain Check-In</td>
</tr>
<tr>
<td class="time">8:00 AM</td>
<td>Breakfast</td>
</tr>
<tr>
<td class="time">11:30 AM</td>
<td>Coding Stops</td>
</tr>
<tr>
<td class="time">11:45 AM</td>
<td>Final Submission Deadline / Pitch Practice</td>
</tr>
<tr>
<td class="time">12:00 PM</td>
<td>Lunch</td>
</tr>
<tr>
<td class="time">12:30 PM</td>
<td>Presentations Begin</td>
</tr>
<tr>
<td class="time">2:00 PM</td>
<td>Judges Deliberate</td>
</tr>
<tr>
<td class="time">2:30 PM</td>
<td>Award Ceremony</td>
</tr>
<tr>
<td class="time">3:00 PM</td>
<td>Hackathon Ends</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<section id="tracks">
<div class="container">
<h2>Prize Tracks</h2>
<div class="row">
<div class="col-md-4">
<h3>Grand Prize</h3>
<h4>$5,000</h4>
</div>
<div class="col-md-4 col-md-push-4">
<ul>
<li>Presented By <a target="_blank" href="https://www.mainstventures.org" class="href">Main
Street Ventures</a></li>
<li>Weekend winner based on technical complexity and creativity</li>
<li>Decided by the entire judges panel</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h3>Honorable Mention</h3>
<h4>$1,000</h4>
</div>
<div class="col-md-4 col-md-push-4">
<ul>
<li>Runner-up based on technical complexity and creativity</li>
<li>Decided by the entire judges panel</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h3>Cryptocurrency</h3>
<h4>$1,000</h4>
</div>
<div class="col-md-4 col-md-push-4">
<ul>
<li>Presented By <a target="_blank" href="https://bitbounce.com" class="href">BitBounce</a></li>
<li>Prize paid out in ETH</li>
<li>Requires use of <a target="_blank" href="https://credoex.com/api_docs">CredoEx API</a></li>
<li>Winner chosen by BitBounce's Marty Bauer</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h3>Non-practical</h3>
<h4>$1,000</h4>
</div>
<div class="col-md-4 col-md-push-4">
<ul>
<li>Presented By <a target="_blank" href="https://alchemy.codes" class="href">Alchemy</a></li>
<li>Submissions must be as wacky and unfit for market as possible</li>
<li>Winner chosen by Alchemy's John David Back</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h3>Feed the Human Spirit</h3>
<h4>$1,000</h4>
</div>
<div class="col-md-4 col-md-push-4">
<ul>
<li>Presented By <a target="_blank" href="https://kroger.com" class="href">Kroger</a></li>
<li>Submissions should have a useful application to food and/or groceries</li>
<li>Judge TBA</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h3>Cincinnati</h3>
<h4>$1,000</h4>
</div>
<div class="col-md-4 col-md-push-4">
<ul>
<li>Presented By <a target="_blank" href="https://callibrity.com" class="href">Callibrity</a></li>
<li>Must provide a benefit to Cincinnati</li>
<li>Bonus points for leveraging <a target="_blank" href="https://data.cincinnati-oh.gov/">Cincinnati Open Data</a></li>
<li>Judge TBA</li>
</ul>
</div>
</div>
</div>
</section>
<section id="about">
<div class="about-content">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>Why Another Hackathon?</h2>
<p>Because a hackathon is about more than the final presentation. We've seen too many teams win
without building anything more than a landing page and a "business model". This goes
against the spirit of what a hackathon is, which is raw technical creativity. We want
developers of all technical levels to come out and learn something new, break something,
maybe even set something on fire (please don't though). The teams that walk away with
prizes are those who came out the other side with something working, impressive and a
weekend they can be proud of.</p>
<a href="https://www.eventbrite.com/e/hackcincy-2018-tickets-50083561280?aff=site&discount=HACK2018" target="_blank" class="btn btn-primary">Purchase
Tickets <i class="fa fa-angle-right"></i></a>
</div>
<div class="col-md-5 col-md-push-1">
<h2>Rules</h2>
<ul>
<li>Up to 5 people per team.</li>
<li>Must have working project at end of hackathon.</li>
<li>All code must have been written during the hackathon. Prepare for your code to be
reviewed upon submission.</li>
<li>Winning projects will be polished, working and unique. Come prepared to build
something!</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="faq">
<div class="faq-content">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-push-2">
<h2>FAQ</h2>
<h3>Do I need to come with a team?</h3>
<p>No! Many teams will form on Saturday morning at the event. Hackathons are a fun way to make
new friends in the industry. Working side-by-side to build something new is a powerful
bonding experience.</p>
<h3>Do I need to come with a project idea?</h3>
<p>No! Some teams do come with a project idea, ready to build. Many do not. Some participants
will have a great project but need a team to help them build it. Hackathon organizers can
offer direction if your team is struggling to choose.</p>
<h3>Do I need to stay the entire 29 hours?</h3>
<p>No. Take breaks when you want. Sleep when you want. A lot of teams are so excited to
complete their project that they work straight through the night. Other participants prefer
to get some rest and take some time to sleep, either at the event or at home.</p>
<h3>Do I need to have a lot of development experience?</h3>
<p>We welcome participants with any level of experience. Hackathons are a great opportunity to
improve and learn new development skills.</p>
<h3>What about parking?</h3>
<p>There are a number of parking lots in the immediate area of Union Hall.
Find options <a href="https://www.bestparking.com/cincinnati-oh-parking/destinations/union-hall-parking/?view=map&start=2018-11-10T09%3A30%3A00-05%3A00&end=2018-11-11T16%3A00%3A00-05%3A00&daily=1"
target="_blank">here</a>.
<br>
Better yet, take a bus, bike, or e-scooter! 😀</p>
</div>
</div>
</div>
</div>
</section>
<section id="sponsor-current" class="sponsor">
<div class="container">
<h2>Sponsors</h2>
<div class="sponsors">
<div class="hc-sponsor-logo"><a target="_blank" href="https://www.mainstventures.org"><img class="img-responsive"
src="images/sponsor/msv.png" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://cintrifuse.com"><img class="img-responsive"
src="images/sponsor/cintrifuse.png" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://alchemy.codes"><img class="img-responsive"
src="images/sponsor/alchemy.png" style="padding: 40px; margin-top: -60px;" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://kroger.com"><img class="img-responsive"
src="images/sponsor/kroger.png" style="padding: 40px; margin-top: -60px;" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://callibrity.com"><img class="img-responsive"
src="images/sponsor/callibrity.png" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://ahalogy.com"><img class="img-responsive"
src="images/sponsor/ahalogy.png" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://bitbounce.com"><img class="img-responsive"
src="images/sponsor/bitbounce.png" style="margin-top: 20px;" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://www.illuminationworksllc.com/"><img class="img-responsive"
src="images/sponsor/illumination.png" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://www.losant.com/"><img class="img-responsive"
src="images/sponsor/losant.png" style="margin-top: 40px;" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://differential.com"><img class="img-responsive"
src="images/sponsor/differential.png" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://tangramflex.com"><img class="img-responsive"
src="images/sponsor/tangram.png" style="margin-top: 20px;" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://ireportsource.com"><img class="img-responsive"
src="images/sponsor/ireportsource.png" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://techelevator.com"><img class="img-responsive"
src="images/sponsor/techelevator.png" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://ventureforamerica.org"><img class="img-responsive"
src="images/sponsor/vfa.png" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://navistone.com"><img class="img-responsive"
src="images/sponsor/navistone.png" alt=""></a></div>
</div>
<h4>Looking to sponsor HackCincy? <a href="mailto:[email protected]" style="color: white; text-decoration: underline;">Reach
out to us!</a></h4>
</div>
</section>
<section id="organizers">
<div class="container">
<h2>HackCincy Organizers</h2>
<div class="row">
<div class="col-sm-12">
<div class="organizers row">
<div class="col-sm-4">
<div class="single-event">
<img class="img-responsive" src="images/organizers/chris.jpg" alt="Chris Ridenour">
<h4>Chris Ridenour</h4>
<h5>
<a href="https://github.com/cridenour"><i class="fa fa-github"></i></a>
<a href="https://facebook.com/cridenour"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/cridenour"><i class="fa fa-twitter"></i></a>
<a href="https://linkedin.com/in/cridenour/"><i class="fa fa-linkedin"></i></a>
</h5>
</div>
</div>
<div class="col-sm-4">
<div class="single-event">
<img class="img-responsive" src="images/organizers/taron.jpg" alt="Taron Foxworth">
<h4>Taron Foxworth</h4>
<h5>
<a href="https://github.com/anaptfox"><i class="fa fa-github"></i></a>
<a href="https://www.facebook.com/taronfoxworth"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/anaptfox"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/taronfoxworth/"><i class="fa fa-linkedin"></i></a>
</h5>
</div>
</div>
<div class="col-sm-4">
<div class="single-event">
<img class="img-responsive" src="images/organizers/aaron.jpg" alt="Aaron Brongersma">
<h4>Aaron Brongersma</h4>
<h5>
<a href="https://github.com/abrongersma"><i class="fa fa-github"></i></a>
<a href="https://twitter.com/abrongersma"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/abrongersma/"><i class="fa fa-linkedin"></i></a>
</h5>
</div>
</div>
<div class="col-sm-4">
<div class="single-event">
<img class="img-responsive" src="images/organizers/taylor.jpg" alt="Taylor Edmiston">
<h4>Taylor Edmiston</h4>
<h5>
<a href="https://github.com/tedmiston"><i class="fa fa-github"></i></a>
<a href="https://twitter.com/kicksopenminds"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/tedmiston/"><i class="fa fa-linkedin"></i></a>
</h5>
</div>
</div>
<div class="col-sm-4">
<div class="single-event">
<img class="img-responsive" src="images/organizers/crowell.jpg" alt="Chris Crowell">
<h4>Chris Crowell</h4>
<h5>
<a href="https://github.com/crowelch"><i class="fa fa-github"></i></a>
<a href="https://www.facebook.com/Chris.H.Crowell"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/thechriscrowell"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/thechriscrowell/"><i class="fa fa-linkedin"></i></a>
</h5>
</div>
</div>
<div class="col-sm-4">
<div class="single-event">
<img class="img-responsive" src="images/organizers/michael.jpg" alt="Michael Richardson">
<h4>Michael Richardson</h4>
<h5>
<a href="https://github.com/accidentaldeveloper"><i class="fa fa-github"></i></a>
<a href="https://twitter.com/anaccidentaldev"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/accidentaldeveloper/"><i class="fa fa-linkedin"></i></a>
</h5>
</div>
</div>
<div class="col-sm-4">
<div class="single-event">
<img class="img-responsive" src="images/organizers/robin.jpg" alt="Robin Bonatesta">
<h4>Robin Bonatesta</h4>
<h5>
<a href="https://github.com/robinbonatesta"><i class="fa fa-github"></i></a>
<a href="https://www.facebook.com/robinbonatesta"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/robinbonatesta"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/robinbonatesta/"><i class="fa fa-linkedin"></i></a>
</h5>
</div>
</div>
<div class="col-sm-4">
<div class="single-event">
<img class="img-responsive" src="images/organizers/jake.jpg" alt="Jake Boyles">
<h4>Jake Boyles</h4>
<h5>
<a href="https://github.com/jakeboyles"><i class="fa fa-github"></i></a>
<a href="https://www.facebook.com/jake.boyles2"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/jakeboyles"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/jakeboyles/"><i class="fa fa-linkedin"></i></a>
</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="sponsor-past" class="sponsor">
<div class="container">
<h2>Past Sponsors</h2>
<div class="sponsors">
<div class="hc-sponsor-logo"><a target="_blank" href="http://astronomer.io"><img class="img-responsive"
src="images/sponsor/astronomer.png" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://cintrifuse.com"><img class="img-responsive"
src="images/sponsor/cintrifuse.png" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://alchemy.codes"><img class="img-responsive"
src="images/sponsor/alchemy.png" style="padding: 20px; margin-top: -60px;" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://infotrustllc.com"><img class="img-responsive"
src="images/sponsor/infotrust.png" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://kroger.com"><img class="img-responsive"
src="images/sponsor/kroger.png" style="padding: 20px; margin-top: -60px;" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://callibrity.com"><img class="img-responsive"
src="images/sponsor/callibrity.png" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://ahalogy.com"><img class="img-responsive"
src="images/sponsor/ahalogy.png" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://www.illuminationworksllc.com/"><img class="img-responsive"
src="images/sponsor/illumination.png" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://differential.com"><img class="img-responsive"
src="images/sponsor/differential.png" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://cladwell.com"><img class="img-responsive"
src="images/sponsor/cladwell.png" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://get.tech"><img class="img-responsive" src="images/sponsor/tech.png"
style="padding: 20px; margin-top: -30px;" alt=""></a></div>
<div class="hc-sponsor-logo"><a target="_blank" href="http://lisnr.com"><img class="img-responsive" src="images/sponsor/lisnr.png"
alt=""></a></div>
</div>
</div>
</section>
<section id="contact">
<div id="map">
<div id="gmap-wrap">
<div id="gmap"></div>
</div>
</div>
<div class="contact-section">
<div class="container">
<div class="row">
<div class="col-sm-4 col-sm-push-4 text-center">
<div class="contact-text">
<h3>Contact</h3>
<address>
E-mail: [email protected]<br>
</address>
</div>
<div class="contact-address">
<h3>Venue</h3>
<address>
Union Hall<br>
1311 Vine St<br>
Cincinnati, OH 45202
</address>
</div>
</div>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container">
<div class="text-center">
<p>Copyright ©2018</p>
</div>
</div>
</footer>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="//maps.google.com/maps/api/js?key=AIzaSyATs0tcakUmFdOyKiwi58F5egWGn9nF02o"></script>
<script src="js/gmaps.js"></script>
<script src="js/coundown-timer.js"></script>
<script src="js/jquery.scrollTo.js?1"></script>
<script src="js/jquery.nav.js?1"></script>
<script src="js/main.js?1"></script>
</body>
</html>