forked from OSU-AI-Club/OSU-AI-Club.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhackai.html
173 lines (159 loc) · 7.4 KB
/
hackai.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
<html>
<head>
<!-- Page description -->
<title>OSU AI Club</title>
<!-- Styling -->
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<meta name="viewport" content="width=530">
</head>
<body>
<header>
<div class="logo-content-box">
<div class="logo" align="center">
<a href="index.html">
<img src="resources/AI_Logo_Final_Black.png"/>
</a>
<div class="motto">
The latest talks and<br />
events in AI.
</div>
<div class="subscribe-line">
Join the mailing list: <a href="https://Go.osu.edu/aiclub" class="subscribe">
Subscribe
</a>
</div>
</div>
</div>
<div class="nav" align="center">
<div class="nav-button">
<a href="index.html">
About Us
</a>
</div>
<div class="nav-button">
<a href="hackai.html">
Hack AI
</a>
</div>
<div class="nav-button">
<a href="meetings.html">
Meetings
</a>
</div>
<div class="nav-button">
<a href="resources.html">
Resources
</a>
</div>
</div>
</header>
<div class="content">
<div class="content-box description">
<h2>
Hack AI
</h2>
<h3>
The OSU annual AI hackathon.
</h3>
<p>
Join us on March 30th for a day full of hacking, data analysis, and fun. Sharing the event will be a few companies as well as 60+ students all interested in building artificial intelligence. Food, data, and mentors will be provided.
</p>
<p>
Hack AI is sponsored by <a href="http://hack.osu.edu/">OHI/O</a>, a program dedicated to fostering tech culture at the Ohio State University.
</p>
<p class="hackai-info">
<b>Where:</b> Basement of the 18th Avenue Library, OSU<br />
<b>When:</b> March 30th, 9am-9pm<br />
<b>How to join:</b> <a href="http://go.osu.edu/hackai">Signup Form</a>
</p>
</div>
<table class="participation">
<tr>
<td>
<div class="hackai-benefits">
<h2>
<i class="fas fa-users"></i> Want to participate?
</h2>
<p>
University students are welcome to attend. To signup for the hackathon, simply fill out the signup form <a href="http://go.osu.edu/hackai">here</a>.
</p>
<p>
During the hackathon, students will work in small groups to make an AI project. Resources will be provided, with the best projects in several categories winning large prizes.
</p>
</div>
</td>
<td>
<div class="hackai-benefits">
<h2>
<i class="fas fa-chalkboard-teacher"></i> Why sponsor?
</h2>
<p>
Sponsors are what make Hack AI possible. Without them, Hack AI would not exist. The food, friendly environment, and opportunities available are all due to organizations chipping in.
</p>
<p>
To help, sponsors get many unique benefits. For the full sponsorship packet, email the OSU AI Club.
</p>
</div>
</td>
</tr>
<tr>
<td>
<div class="hackai-benefits">
<h2>
Benefits
</h2>
<div class="hackai-benefit-blurb">
<i class="fas fa-trophy"></i> <span>Win prizes and swag</span>
</div>
<div class="hackai-benefit-blurb">
<i class="fas fa-users"></i> <span>Meet new friends</span>
</div>
<div class="hackai-benefit-blurb">
<i class="fas fa-book"></i> <span>Learn more AI</span>
</div>
</div>
</td>
<td>
<div class="hackai-benefits">
<h2>
Benefits
</h2>
<div class="hackai-benefit-blurb">
<i class="fas fa-scroll"></i> <span>Access to club resumes</span>
</div>
<div class="hackai-benefit-blurb">
<i class="fas fa-eye"></i> <span>Marketing</span>
</div>
<div class="hackai-benefit-blurb">
<i class="fas fa-pencil-ruler"></i> <span>Propose challenges</span>
</div>
</div>
</td>
</tr>
</table>
<div class="sponsors content-box">
<h2>
Sponsors
</h2>
<p>
Thank you to all of our kind sponsors for supporting Hack AI.<br />
</p>
<div class="sponsor-logos">
<img src="resources/OHIO_org_logo.png" />
<img src="resources/StickerMule_logo.svg" id="StickerMule" />
<img src="resources/BDAA_logo.png" />
<img src="resources/CAS_logo.jpg" />
<img src="resources/Microsoft_logo.jpg" />
<img src="resources/Global_logo.jpg" />
</div>
</div>
</div>
<footer>
<div align="center">
AI Club is an OSU Student Organization.<br />
See <a href="/index.html">About Us</a> for more information.
</div>
</footer>
</body>
</html>