-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
700 lines (592 loc) · 29.6 KB
/
Copy pathindex.html
File metadata and controls
700 lines (592 loc) · 29.6 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
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
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="assets/img/favicon/favicon.ico">
<title>MakeOHI/O 2018</title>
<meta name="MakeOHI/O 2018">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- JQUERY -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<!-- BOOTSTRAP CDN -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<!-- FONT AWESOME CDN -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- FONTS -->
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'>
<!-- SMOOTHSCROLL CDN -->
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/jquery-smooth-scroll/1.5.5/jquery.smooth-scroll.min.js'></script>
<!-- ANIMATE.CSS CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.5/animate.min.css">
<!-- SIMPTIP -->
<link rel="stylesheet" href="assets/css/simptip.min.css">
<!-- STYLING -->
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/mobile.css">
<!-- JS -->
<script src="assets/js/main.js" defer></script>
<!-- JS LOGO SPIN -->
<script src='assets/js/spin.min.js' defer></script>
<script src='assets/js/spin-config.js' defer></script>
<!-- CHALLENGES MODAL -->
<link rel="stylesheet" href="assets/css/modal.css">
<script src="assets/js/modal.js" defer></script>
</head>
<body>
<div id="navigation" class=" navbar-default navbar-static-top hidden">
<!-- MENU ICON FOR MOBILE -->
<div class="navbar-header navbar-static-top">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<!-- NAVIGATION LINKS -->
<div class="navigation-container">
<ul class="nav navbar-nav">
<li><a href="#faqs" class="smoothScroll">faq</a></li>
<li><a href="#agenda" class="smoothScroll">agenda</a></li>
<li><a href="#s" class="smoothScroll">sponsors</a></li>
<li><a href="#judges" class="smoothScroll">judges</a></li>
<li><a href="#challenges" class="smoothScroll">challenges</a></li>
<li><a href="https://docs.google.com/spreadsheets/d/1be8mGe-7cA16eylDQijJI7tm_3s7pUdKZSdfJetOt3Q/edit?usp=sharing" target="_blank">hardware</a></li>
<!-- <li><a href="https://make.osu.edu/live" target="_blank" class="smoothScroll">live</a> -->
</ul>
</div>
</div>
</div>
<div id=landing>
<div class="container centered">
<div id="brand" class="hidden">
<!-- MAIN LOGO -->
<img title="Give me a spin by dragging me with your mouse and then releasing!" data-toggle="tooltip" data-placement="right" id="knob" src="https://make.osu.edu/assets/img/branding/MakeOHIO%202018%20Logo.png" alt="MakeOHI/O logo." style="width:30%">
</div>
</div>
<!-- CONTENT BEGINS -->
<div class="container centered">
<ul class="main-navigation">
<li><a href="#faqs" class="smoothScroll">faq</a></li>
<li><a href="#agenda" class="smoothScroll">agenda</a></li>
<li><a href="#s" class="smoothScroll">sponsors</a></li>
<li><a href="#judges" class="smoothScroll">judges</a></li>
<li><a id="challengelink" href="#challenges" class="smoothScroll">challenges</a></li>
<li><a href="https://docs.google.com/spreadsheets/d/1be8mGe-7cA16eylDQijJI7tm_3s7pUdKZSdfJetOt3Q/edit?usp=sharing" target="_blank">hardware</a></li>
<!-- <li><a href="https://make.osu.edu/live" target="_blank" class="smoothScroll">live</a></li> -->
</ul>
</div>
</div>
<!-- The Modal -->
<div id="challengesModal" class="modal">
<!-- Modal content -->
<div class="img-responsive modal-content" style="width: 600px">
<div class="modal-header">
<span class="close">×</span>
<h2 class="centered">Challenges</h2>
</div>
<div class="modal-body">
<img class="img-responsive" style="width: 600px" src="assets/img/challenges/HelpDogTreat.png">
</div>
<div class="modal-footer">
<h3>More to come!</h3>
</div>
</div>
</div>
<div id="summary">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="foreground">
<div class="container centered">
<a href="register/" style="text-decoration: none;">
<button type="button" title="Registration was scheduled to close<br/>February 20th @ 11:59 PM" data-html="true" data-toggle="tooltip" data-placement="left" class="btn btn-lg btn-default">Participants (and their teams): Login Here</button>
</a>
<button type="button" class="btn btn-lg btn-default" disabled>Judges: Register Here</button>
<br>
<!-- <button type="button" class="btn btn-lg btn-default" disabled>Participants: Registration Closed!</button> -->
<div class="heading">
<h2> A 24 hour hardware hackathon</h2>
<!-- <h2><a href ="projects">2016 Competitor Projects</a></h2> -->
<h3>March 3rd & 4th, 2018</h3>
<h4><a href="https://www.osu.edu/map/building.php?building=017">Knowlton Hall, The Ohio State University</a></h4>
</div>
<div class="sub-heading">
<p style="max-width: 725px;margin-left: auto;margin-right: auto;">
From the same folks that brought you 2017's HackOHI/O came 2018's biggest and best hardware event at The Ohio State University. A makeathon is a 24-hour hardware-oriented hackathon where students come together to create something amazing!
MakeOHI/O 2018 was held on March 3rd and 4th at Knowlton Hall. Free food was provided and over $1,000 in prizes were awarded!<!-- Don't have any hardware experience? Not a problem! We'll provide components and the expertise to help you learn more about the amazing things you've always wanted to make. -->
</p>
</div>
<a href="https://ece.osu.edu/news/2018/03/creation-story-makeohio-2018-recap" target="_blank">
<button type="button" class="btn btn-lg btn-default" style="margin-bottom:-5px;">Read an article written after the event here!</button>
</a>
</div>
</div>
<div class="sub-heading">
<div class="youtubevideowrap">
<div class="vid">
<iframe width="560" height="315" src="https://www.youtube.com/embed/rsGlO925LPw?ecver=1" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<div id="faqs">
<div class="container centered">
<h1>faq</h1>
</div>
<div class="container">
<div class="col-sm-12 col-md-12 col-lg-12 centered">
<!-- TITLE -->
<span>What is a Makeathon?</span>
<!-- CONTENT -->
<p style=text-align:center;>
A Makeathon is similar to a Hackathon. Both are events where participants build awesome projects from scratch in just a few short hours. Both can be 24 or 36 hour events--we will be holding a 24 hour event. The difference between a MAKEathon and a HACKathon
is that we are encouraging projects to be hardware oriented, and therefore physically <i>making</i> something!
<br>
<br>
</p>
</div>
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="col-sm-6 col-md-6 col-lg-6">
<!-- TITLE -->
<span>Does it have to be hardware?</span>
<!-- CONTENT -->
<p>
All projects must use at least some piece of hardware--whether it is analog, embedded or mechanical is up to you. A smartphone app does not count, but a smartphone app that tells a Raspberry Pi or LaunchPad to actuate a servo is fine. Embedded software
for Arduinos or other microcontrollers are also acceptable.
</p>
</div>
<div class="col-sm-6 col-md-6 col-lg-6">
<!-- TITLE -->
<span>I'm bad/inexperienced at hardware, should I even come?</span>
<!-- CONTENT -->
<p>
Yes! Absolutely still come. We will have mentors and experienced club members helping out so you are welcome to flag us down at any point. If you want to learn a bit more about hardware before the event, come to a club meeting for the
<a href="electronicsosu.com">Electronics Club</a>.
</p>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="col-sm-6 col-md-6 col-lg-6">
<!-- TITLE -->
<span>What should I bring?</span>
<!-- CONTENT -->
<p>
You are encouraged to bring any tools you might need. There will be some tools available, but keep in mind they will be shared with many teams. Our tools include wire strippers, cutters and soldering irons, along with an assortment of test equipment such
as oscilloscopes, signal generators and multimeters. You will not need to bring power strips or extension cords.
</p>
<p>
Bring your laptops, any specific hardware components you were planning on using, as well as a breadboard or two if you have them.
</p>
</div>
<div class="col-sm-6 col-md-6 col-lg-6">
<!-- TITLE -->
<span>How will judging and prizes work?</span>
<!-- CONTENT -->
<p>
Judges from various backgrounds will be evaluating projects based a rubric that includes creativity, technical difficulty, presentation, and more. In addition to overall winners, we will have honorable mentions in categories like "Best Lighting Project"
or "Best Electromotive Project". Even if your project goes up in a puff of magic smoke, you might end up winning the mention for "Best Nosedive".
</p>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="col-sm-6 col-md-6 col-lg-6">
<!-- TITLE -->
<span>Are any projects <i>not</i> allowed?</span>
<!-- CONTENT -->
<p>
For safety reasons, projects that intend to interface with the 120V AC mains in any way other than direct power are discouraged. Even something as small as a relay controlling a lamp being on could be hazardous with exposed wires. For similar reasons,
projects involving high voltage such as Tesla coils, jacob’s ladders, or plasma speakers are discouraged. If you are unsure if your project will be allowed, please ask!
</p>
<p>
We reserve the right to shut down any projects that we deem as unsafe. We want the event to be awesome and electrocution or other physical injury is not so great. Please bring your own fuses if you intend on working with the mains or otherwise high voltage
project. Railgun, coil gun or any other projects with weapons are banned. Projects such as an induction furnace are similarly banned for an obvious fire hazard.
</p>
</div>
<div class="col-sm-6 col-md-6 col-lg-6">
<!-- TITLE -->
<span>How many people can be on a team?</span>
<!-- CONTENT -->
<p>
Teams may consist of 2 to 4 persons. You can come with a team, or join a group at our team formation event right after the makeathon's kickoff. We've also created a <a href="https://www.facebook.com/groups/467865106742436/">team formation group</a> on Facebook for students to meet other hackers ahead of time.
</p>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="col-sm-6 col-md-6 col-lg-6">
<!-- TITLE -->
<span>Can I work on an ongoing project or does it have to be new?</span>
<!-- CONTENT -->
<p>
The nature of events such as Hackathons or Makeathons encourages new ideas that you have only 24 hours to deliver on. For that reason, we encourage you to not work on an existing project and try something new! It’s more fun that way--trust us.
</p>
<p>
You are more than welcome to brainstorm ideas for projects before you come on Saturday. If there are some obvious components that you’ll need, you can order them and bring them to the event. Just be sure the brainstorm stays as a brainstorm until the
event day.
</p>
</div>
<div class="col-sm-6 col-md-6 col-lg-6">
<!-- TITLE -->
<span>What if I don’t have hardware?</span>
<!-- CONTENT -->
<p>
We realize that hardware isn’t necessarily cheap and as easy to work with as a software project. Thanks to the generous folks at Texas Instruments, the Electronics Club has a stock of MSP430 LaunchPads that your team can borrow for the event! If you associate
the MSP430 with unhappy times coding in assembly, don’t worry. Energia is a clone of the Arduino IDE (integrated development environment) and works like a charm by letting you program in C.
</p>
<p>
Thanks to our sponsors, we will have various sensors, displays and gadgets available to borrow. We also have the essential components for any project including: wire, resistors, capacitors, LEDs, shift registers, and transistors. If you need any of those
essentials, you can take them--no returning necessary. <a href="https://docs.google.com/spreadsheets/d/1be8mGe-7cA16eylDQijJI7tm_3s7pUdKZSdfJetOt3Q/edit">A full list of the hardware and tools available can be found here.</a>
</p>
</div>
</div>
<!-- ////////// -->
<section id="agenda">
<div class="container centered">
<h1 style="color:black;">Event Agenda</h1>
<div class="col-sm-12 col-md-12 col-lg-12" style="color:black;">
<table class="table-condensed table-bordered ">
<thead>
<tr>
<th>Start Time</th>
<th class="not_mapped_style" style="text-align:center">Event</th>
</tr>
</thead>
<tbody>
<tr>
<td>9:30 am</td>
<td>Check-In Opens for Accepted Participants</td>
</tr>
<tr>
<td>10:30 am</td>
<td>Waitlist Opens</td>
</tr>
<tr>
<td>11:00 am</td>
<td>Kickoff and Team Formation</td>
</tr>
<tr>
<td>12:00 pm</td>
<td>Making Begins</td>
</tr>
<tr>
<td>2:00 pm</td>
<td>Lunch</td>
</tr>
<tr>
<td>6:00 pm</td>
<td>Dinner</td>
</tr>
<tr>
<td>9:00 pm</td>
<td>Snacks</td>
</tr>
<tr>
<td>2:00 am</td>
<td>Snacks</td>
</tr>
<tr>
<td>7:00 am</td>
<td>Breakfast</td>
</tr>
<tr>
<td>10:00 am</td>
<td>Deadline for Team Registration</td>
</tr>
<tr>
<td>11:30 am</td>
<td>Lunch</td>
</tr>
<tr>
<td>12:00 pm</td>
<td>Making Ends</td>
</tr>
<tr>
<td>12:15 pm</td>
<td>Judging Begins</td>
</tr>
<tr>
<td>2:00 pm</td>
<td>Showcase Begins</td>
</tr>
<tr>
<td>3:00 pm</td>
<td>Sleep</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
</div>
<section id="s">
<hr>
<div class="container centered">
<h1>SPONSORS</h1>
<div class="sub-heading">
<p>
Interested in sponsoring MakeOHI/O or other OHI/O events? <a href="mailto:makeohio@osu.edu">Talk to us! </a>
</p>
<a href="https://drive.google.com/open?id=1tSaLcbwpebpfl-VZ07RUY9zpz7TEDem5" target="_blank">
<button type="button" class="btn btn-lg btn-default" style="margin-bottom:-5px;">Interested Sponsors Click Here for Sponsor Information Sheet</button>
</a>
</div>
</div>
<div class="container">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="primary-sponsors">
<div class="col-sm-12 col-md-12 col-lg-12">
<ul>
<center>
<br>
<h1>Program Sponsors</h1>
</center>
<br>
<li style="padding-top: 5px;">
<a href="https://www.harris.com" target="_blank"><img src="assets/img/s-logos/harris-logo-new.png" alt="Harris" style="min-width:400px;"></a>
</li>
</ul>
</div>
</div>
<div class="platinum-sponsors">
<div class="col-sm-12 col-md-12 col-lg-12 centered">
<center>
<h1 class="mid-hr"><span class="mid-hr-span">Platinum</span></h1>
</center>
<li style="padding-top: 5px;">
<a href="https://www.aep.com/" target="_blank"><img class="scale-img" src="assets/img/s-logos/aep.png" alt="AEP" style=" height:125px; margin-left:15px; margin-right:20px;" ></a>
</li>
<li style="padding-top: 5px;">
<a href="https://www.honda.com/" target="_blank"><img class="scale-img honda-img" src="assets/img/s-logos/honda-new.png" alt="Honda" style=" height:65px; margin-left:20px; margin-right:15px;" ></a>
</li>
</div>
</div>
<div class="gold-sponsors">
<div class="col-sm-12 col-md-12 col-lg-12">
<center>
<h1 style="margin-top:75px;"class="mid-hr"><span class="mid-hr-span">Gold Sponsors</span></h1>
</center>
<br>
<li>
<a href="http://www.battelle.org/" target="_blank"><img class="scale-img" src="assets/img/s-logos/battelle-new.png" alt="Battelle" style="height:50px;" ></a>
</li>
</div>
</div>
<div class="silver-sponsors">
<div class="col-sm-12 col-md-12 col-lg-12">
<br>
<center>
<h1 style="margin-top:60px;" class="mid-hr"><span class="mid-hr-span">Silver Sponsors</span></h1>
</center>
<br>
<li>
<a href="https://www.rev1ventures.com//" target="_blank" ><img src="assets/img/s-logos/rev1.png" alt="rev1" style="height:80px" ></a>
</li>
</div>
</div>
<div class="bronze-sponsors">
<div class="col-sm-12 col-md-12 col-lg-12">
<br>
<center>
<h1 style="margin-top:60px;" class="mid-hr"><span class="mid-hr-span">Bronze</span></h1>
<br>
</center>
<li>
<a href="https://www.accenture.com" target="_blank"><img src="assets/img/s-logos/accenture.png" alt="Accenture" style="height:60px" ></a>
</li>
</div>
</div>
<div class="Supporters">
<div class="col-sm-12 col-md-12 col-lg-12">
<br>
<center>
<h1 style="margin-top:60px;" class="mid-hr"><span class="mid-hr-span">Supporters</span></h1>
</center>
<li>
<a href="http://www.bosch-home.com/us/"><img src="assets/img/s-logos/bosch.png" alt="Bosch" style="height:50px; margin:5px; margin-left:10px"></a>
</li>
<li>
<a href="https://www.stickermule.com/" target="_blank"><img src="assets/img/s-logos/sticker-mule.png" alt="sticker-mule" style="height:60px; margin:5px;"></a>
</li>
<li>
<a href="https://nursing.osu.edu/sections/office-of-innovation-and-strategic-partnerships/innovation-studio/" target="_blank"><img src="assets/img/s-logos/innovation.png" alt="innovation-studio" style="height:50px; margin:5px;"></a>
</li>
<li>
<a href="http://globalwater.osu.edu/" target="_blank"><img src="assets/img/s-logos/water-inst.png" alt="global-water-institute" style="height:50px; margin:5px;"></a>
</li>
<li>
<a href="http://www.edgethingz.com/" target="_blank"><img src="assets/img/s-logos/edgethingz.png" alt="edgethingz" style="height:50px; margin:5px;"></a>
</li>
<li>
<a href="https://ccs.osu.edu/" target="_blank"><img src="assets/img/s-logos/ccs.png" alt="CCS" style="height:50px; margin:5px;"></a>
</li>
<li>
<a href="https://techhub.osu.edu/" target="_blank"><img src="assets/img/s-logos/techhub-logo-h.svg" alt="Tech Hub" style="height:50px; margin:5px; margin-left:10px"></a>
</li>
</div>
</div>
</div>
</div>
</section>
<!-- ================================================== -->
<!--<section id="s">
<hr>
<div class="container centered">
<h1>SUPPORTERS</h1>
<div class="sub-heading">
<p>
</p>
</div>
</div>
<div class="container">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="primary-sponsors">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="col-sm-6 col-md-6 col-lg-6 ">
<ul>
<li>
<a href="http://www.edgethingz.com/"><img src="assets/img/s-logos/edgethingz.png" alt="edgeThingZ" ></a>
</li>
</ul>
</div>
<div class="col-sm-6 col-md-6 col-lg-6 ">
<ul>
<li>
<a href="https://techhub.osu.edu/"><img src="assets/img/s-logos/techhub.png" alt="Tech Hub" ></a>
</li>
</ul>
</div>
</div>
</div>
<div class="primary-sponsors">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="col-sm-6 col-md-6 col-lg-6">
<ul>
<li>
<a href="https://sphs.osu.edu/"><img src="assets/img/s-logos/sphs.png" alt="OSU Department of Speech and Hearing Science" ></a>
</li>
</ul>
</div>
<div class="col-sm-6 col-md-6 col-lg-6 ">
<ul>
<li>
<a href="https://ccs.osu.edu/"><img src="assets/img/s-logos/ccs.png" alt="OSU Counseling and Consultation Service" ></a>
</li>
</ul>
</div>
</div>
</div>
<div class="primary-sponsors">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="col-sm-12 col-md-12 col-lg-12 ">
<ul>
<li>
<a href="http://www.bosch-home.com/us/"><img src="assets/img/s-logos/bosch.png" alt="Bosch" ></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>-->
<!-- ================================================== -->
<!--<section id="organizers">
<hr>
<div class="container">
<h1 style="padding-bottom: 60px;">Organizers</h1>
</div>
<div class="container">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="organizer-images">
<div class="col-sm-6 col-md-6 col-lg-6 ">
<ul>
<li>
<a href="http://electronicsosu.com"><img src="assets/img/organizers/electronics-club-logo-black-navbar.svg" alt="The Electronics Club"></a>
</li>
<li>
<a href="https://u.osu.edu/w8lt/"><img src="assets/img/organizers/arc.png" alt="Amateur Radio Club"></a>
</li>
<li>
<a href="http://acmw.org.ohio-state.edu/"><img src="assets/img/organizers/acm-w.png" alt="ACM's Committee on Women in Computing"></a>
</li>
<li>
<a href="http://opensource.osu.edu/"><img src="assets/img/organizers/open-source-club.svg" alt="Open Source Club"></a>
</li>
</ul>
</div>
<div class="col-sm-6 col-md-6 col-lg-6">
<ul>
<li>
<a href="https://ieee.osu.edu/"><img src="assets/img/organizers/IEEE_logo.svg" width="50%" height="50%" alt="IEEE"></a>
</li>
<li>
<a href="http://makerclub.osu.edu/"><img src="assets/img/organizers/maker-club.png" alt="The Maker Club"></a>
<li>
<a href="http://www.buckhacks.org/"><img src="assets/img/organizers/buckeyehackers.svg" alt="Buckeye Hackers"></a>
</li>
<li>
<a href="https://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Connection"><img src="assets/img/organizers/Wikipedia_Connection_logo_v2_with_text.svg" alt="Wikipedia Connection at Ohio State"></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>-->
<hr>
<section id="judges">
<div class="container centered">
<h1>JUDGES</h1>
<div class="sub-heading">
<p>
Judging will be on Sunday, March 4th, from 12:15 - 1:30PM at Knowlton Hall. Interested in judging at this year's MakeOHI/O?
</p>
<a href="https://goo.gl/forms/4QjhZ3s14et6bKpn2" target="_blank">
<button type="button" class="btn btn-lg btn-default" style="margin-bottom:-5px;">Judges register here!</button>
</a>
</div>
</div>
</section>
<hr>
<div class="container">
<h2 style="padding-bottom: 10px;">Brought to you by</h2>
<a href="http://hack.osu.edu"><img src="assets/img/s-logos/ohio.png" width="35%" height="35%" style="min-width: 400px;" alt="OH/IO, Ohio State's Hackathon Program"></a>
</div>
<!-- ===== FOOTER ===== -->
</div>
<div id="contact">
<div id="footer">
<div class="container centered">
<ul class="icons icon-circle icon-rotate list-unstyled list-inline">
<span class="simptip-position-top simptip-movable simptip-smooth" data-tooltip="  facebook  ">
<li><a href="https://www.facebook.com/electronicsosu/" target="_blank"><i class="fa fa-facebook"></i></a></li>
</span>
<span class="simptip-position-top simptip-movable simptip-smooth" data-tooltip="  twitter  ">
<li><a href="https://twitter.com/electronicsosu" target="_blank"><i class="fa fa-twitter"></i></a></li>
</span>
<span class="simptip-position-top simptip-movable simptip-smooth" data-tooltip="  flickr  ">
<li class="hint hint--top hint--rounded hint--info" data-hint="flickr"> <a href="https://www.flickr.com/photos/132038343@N02/" target="_blank"><i class="fa fa-flickr"></i></a></li>
</span>
<span class="simptip-position-top simptip-movable simptip-smooth" data-tooltip="  email  ">
<li class="hint hint--top hint--rounded hint--info" data-hint="email"> <a href="mailto:makeohio@osu.edu" target="_blank"><i class="fa fa-envelope-square"></i></a></li>
</span>
<span class="simptip-position-top simptip-movable simptip-smooth" data-tooltip="  github  ">
<li class="hint hint--top hint--rounded hint--info" data-hint="github"> <a href="https://github.com/ElectronicsOSU" target="_blank"><i class="fa fa-github"></i></a></li>
</span>
<span class="simptip-position-top simptip-movable simptip-smooth" data-tooltip="  location  ">
<li class="hint hint--top hint--rounded hint--info" data-hint="directions"> <a href="https://www.osu.edu/map/building.php?building=017" target="_blank"><i class="fa fa-building"></i></a></li>
</span>
</ul>
</div>
</div>
</div>
<!-- ===== FOOTER ENDS ===== -->
<!-- ===== BACK TO TOP BUTTON ===== -->
<a href="#" class="go-top">▲</a>
<!-- ===== BACK TO TOP BUTTON ENDS===== -->
</body>
</html>