forked from OSU-AI-Club/OSU-AI-Club.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
138 lines (135 loc) · 5.4 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
<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="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>
Who are we?
</h2>
We are a platform for students to learn more about AI.<br />
We regularly host talks with industry, and special events for creativity.<br />
We're proud to count Intel, IBM, and Microsoft as among our guests.
<img src="resources/IMG_2824%20cropped.JPG" class="description-img"/>
</div>
<table class="participation">
<tr>
<td>
<div>
<h2>
Want to join? <i class="fas fa-users"></i>
</h2>
Everyone is free to join! Yes you, bakers and coders. Join the <a href="https://Go.osu.edu/aiclub">mailing list</a> and watch out for announcements.
</div>
</td>
<td>
<div>
<h2>
<i class="fas fa-chalkboard-teacher"></i> Want to present?
</h2>
Wonderful! Email us and we will start discussions. Event setup requires 4-6 business days notice.
</div>
</td>
</tr>
</table>
<div class="about-us content-box">
<div class="officers">
<h2>Officers</h2>
<table>
<tr>
<td>Advisor</td>
<td>Harry Ciao</td>
</tr>
<tr>
<td>President</td>
<td>Bennett Heyn</td>
</tr>
<tr>
<td>Outreach Coordinator</td>
<td>Suraj Suresh</td>
</tr>
<tr>
<td>Event Coordinator</td>
<td>Sarah Katz</td>
</tr>
<tr>
<td>Treasurer</td>
<td>Zachary Taylor</td>
</tr>
</table>
</div>
<div class="contact-methods" align="left">
<h2>Contact Us</h2>
<table>
<tr>
<td>
<i class="fas fa-envelope" aria-hidden="true"></i>
</td>
<td>
</td>
</tr>
<tr>
<td>
<i class="fas fa-home" aria-hidden="true"></i>
</td>
<td>
136 West Woodruff Ave. Columbus, OH 43210
</td>
<td>
<a href="https://osu.zoom.us/j/8813197458?pwd=UURCMGJJMWE0Umw3MXAvTzdHaCtpQT09">Zoom Link</a>
</td>
</tr>
</table>
</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>