forked from moore3071/ohio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
157 lines (145 loc) · 4.35 KB
/
Copy pathindex.html
File metadata and controls
157 lines (145 loc) · 4.35 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
---
layout: default
---
<!-- Featured banner -->
<div id="featured-banner">
<div class="container">
<div class="bottom-left text-with-back">
<h3>FEATURED EVENT</h3>
<a href="/2019/">
<h1>HackOHI/O</h1>
</a>
<h4>November 2nd-3rd, 2019</h4>
<a href="https://www.eventbrite.com/e/hackohio-2019-showcase-tickets-73115060113">
<h2>Attend the showcase!</h2>
</a>
</div>
</div>
</div>
<br /><br />
<!-- Info container -->
<div class="container">
<div id="info-container">
<!-- About blurb -->
<div id="about">
<br />
<h1>
OHI/O is a program dedicated to fostering tech culture at
The Ohio State University.
</h1>
<br />
<a class="red-box-large" href="/about.html">ABOUT OHI/O</a>
<br />
<h1>Powered by<br/>
<a href="https://www.microsoft.com/" target="_blank">
<img class="center" src="/assets/images/Microsoft-Logo.png" alt="Microsoft" style="width:150px;">
</a>
</h1>
</div>
<!-- Promo video -->
<div id="promotional-video">
<div id="promotional-video-wrapper">
<iframe style="border:none;position:absolute;top:0;bottom:0;height:100%;width:100%;" src="https://www.youtube-nocookie.com/embed/l5_1cgsXzQY?controls=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<!-- Involvement -->
<div id="involvement">
<h1>Get Involved at HackOHI/O</h1>
<h3>
Interested in attending HackOHI/O as a judge or a mentor?
<a href="https://osu.az1.qualtrics.com/jfe/form/SV_3XcKAaHMXrGLVCR?utm_campaign=HackOHI%2FO" style="color: rgb(33, 33, 33); text-decoration: underline;">Sign up here!</a>
</h3>
<h3>
Want to check out all the projects the students have created over the weekend?
<a href="https://www.eventbrite.com/e/hackohio-2019-showcase-tickets-73115060113" style="color: rgb(33, 33, 33); text-decoration: underline;">Get your tickets to the showcase!</a>
</h3>
</div>
</div>
</div>
<br /><br />
<!-- Main events -->
<div class="container">
<div class="main-events">
<a href="/2019">
<div class="event-box">
<img src="/assets/images/HackOHIO_logo.png" />
<span class="event-box-text">HackOHI/O</span>
</div>
</a>
<a href="/make/">
<div class="event-box">
<img src="/assets/images/MakeOHIO_logo.png" />
<span class="event-box-text">MakeOHI/O</span>
</div>
</a>
<a href="/show/">
<div class="event-box">
<img src="/assets/images/ShowOHIO_logo.png" />
<span class="event-box-text">ShowOHI/O</span>
</div>
</a>
<br/>
</div>
</div>
<br/>
<div class="container">
<div class="main-events">
<a href="/hs/">
<div class="event-box">
<img src="/assets/images/highschoolio.png" />
<span class="event-box-text">High School I/O</span>
</div>
</a>
<a href="/robo">
<div class="event-box">
<img src="/assets/images/white_robo.png" />
<span class="event-box-text">Robo I/O</span>
</div>
</a>
<a href="http://ctf.osucyber.club/">
<div class="event-box">
<img src="/assets/images/ctf.png" />
<span class="event-box-text">Capture the Flag</span>
</div>
</a>
<br/>
</div>
</div>
<br/>
<div class="container">
<div class="main-events">
<a href="https://bdaaosu.org/dataio.php">
<div class="event-box">
<img src="/assets/images/White-dataiologo.png" />
<span class="event-box-text">Data I/O</span>
</div>
</a>
<a href="http://www.osuaiclub.com/hackai.html">
<div class="event-box">
<img src="/assets/images/hackAI.png" />
<span class="event-box-text">Hack AI</span>
</div>
</a>
<a href="https://acmwosu.github.io/codeio.html">
<div class="event-box">
<img src="/assets/images/bitheart.svg" />
<span class="event-box-text">Code I/O</span>
</div>
</a>
<br/>
</div>
</div>
<br /><br /><br /><br />
<!-- Upcoming events -->
<div id="community">
<div class="container">
<br /><br />
<div id="community-header">
<h1>Community events</h1>
</div>
<br /><br />
<table id="sheetrock-load" style="display:none;">
</table>
<br />
</div>
</div>