-
Notifications
You must be signed in to change notification settings - Fork 0
/
studentsafairs.html
316 lines (316 loc) · 15.7 KB
/
studentsafairs.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
<!doctype html>
<html>
<head>
<meta lang="en">
<link rel="stylesheet" href="css/studentsafairs.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Students Affairs | OHIO State University</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="icofont/icofont.min.css" rel="stylesheet">
</head>
<body>
<!-- header -->
<div class="container-fluid" id="header">
<div class="row">
<div class="col-md-6 text-center">
<a href="admissions.html">Future Students</a>
<a href="studentsafairs.html">Parents/Families</a>
<a href="alumini.html">Alumni/Friends</a>
<a href="students.html">Current Students</a>
<a href="faculty.html">Faculty/Staff</a>
</div>
<div class="col-md-3 text-center">
<a href="">Login</a>
<a href="regional.html">Regional Campuses</a>
<a href="ohio_online.html">OHIO Online</a>
</div>
<div class="col-md-3 text-center">
<a href="visit.html">Visit</a>
<a href="apply.html">Apply</a>
<a href="give.html">Give</a>
</div>
</div>
</div>
<!-- header end -->
<!-- logo area -->
<div class="container">
<div class="row">
<div class="col-md-12">
<a href="index.html"><img src="https://www.ohio.edu/themes/custom/OHIOsubTheme/logo.svg" alt="" id="logo_image"></a><span id="undergrad">Students Affairs</span>
</div>
</div>
</div>
<!-- logo area ends -->
<!-- navigation -->
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark">
<ul class="navbar-nav" id="navigation-links">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About OHIO
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Academics
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Admission
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Life At OHIO
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Athletics
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Research
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
</ul>
<ul class="navbar-nav ml-auto" id="searchMenu">
<li class="nav-item">
<a href="" class="nav-link"><i class="icofont-search icofont-2x"></i> Search</a>
</li>
</ul>
</nav>
</div>
<!-- navigation ends -->
<!-- main -->
<div class="container-fluid" id="studentsafairsbg">
<div class="row">
<div class="col-md-12 p-5">
<div class="row text-center">
<div class="col-md-6 p-5">
<div id="stbtn" class="p-3">
<h5><a href="">FALL 2020 PLANNING ></a></h5>
</div>
</div>
<div class="col-md-6 p-5">
<div id="stbtn" class="p-3">
<h5><a href="">READ THE ANNUAL REPORT ></a></h5>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 p-3">
<p><span style="color:seagreen;text-decoration:underline;">OHIO </span><i class="icofont-arrow-right"></i> Students Affairs</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1 style="color:seagreen;">Welcome to Student Affairs</h1>
<p style="font-weight:bold;">Ohio University's Division of Student Affairs comes down to two words — we care. We exist to educate and empower students, to foster inclusive communities and make OHIO strong. With 12 departments, more than 300 professional and graduate-level staff and 3,000+ undergraduate student employees, our team aims to support and challenge you to discover your potential and make a meaningful impact in the world. We offer a wide array of activities, services and opportunities designed to help you get involved and grow as student leaders, both on campus and off.</p>
</div>
</div>
<div class="row">
<div class="col-md-12 p-3">
<h2 style="color:seagreen;">Featured News</h2>
<h5><a href="" style="color:seagreen;font-weight:bold;text-decoration:underline;">View All Student Affairs News ></a></a></h5>
<h4>Additional mental health resources available to students</h4>
<p style="color:dimgray;"><i>November 6, 2020</i></p>
<p style="font-weight:bold;">Under the student health insurance plan, OHIO students, including international students and students outside the state of Ohio, now have access to additional mental health resources.</p>
<a href="" style="color:seagreen;font-weight:bold;"><u>Read more ></u></a>
</div>
</div>
<div class="row">
<div class="col-md-4 p-3">
<h3>Keeping Bobcats Informed Parents & Families, Nov. 4, 2020</h3>
<p style="color:dimgray;"><i>November 4, 2020</i></p>
<p style="font-weight:bold;">Self-care for student activists, flu shots on campus, updates for spring semester and more!</p>
<a href="" style="color:seagreen;font-weight:bold;"><u>Read more ></u></a>
</div>
<div class="col-md-4 p-3">
<h3>Keeping Bobcats Informed Parents & Families, Oct. 21, 2020</h3>
<p style="color:dimgray;"><i>November 4, 2020</i></p>
<p style="font-weight:bold;">Self-care for student activists, flu shots on campus, updates for spring semester and more!</p>
<a href="" style="color:seagreen;font-weight:bold;"><u>Read more ></u></a>
</div>
<div class="col-md-4 p-3">
<h3>Keeping Bobcats Informed Parents & Families, Oct. 21, 2020</h3>
<p style="color:dimgray;"><i>November 4, 2020</i></p>
<p style="font-weight:bold;">Self-care for student activists, flu shots on campus, updates for spring semester and more!</p>
<a href="" style="color:seagreen;font-weight:bold;"><u>Read more ></u></a>
</div>
</div>
</div>
<div class="container-fluid" style="background-color:seagreen;">
<div class="row p-5">
<div class="col-md-4 p-3 border-right border-light">
<p class="text-white mt-2" style="font-weight:bold;font-size:20px;">DEPARTMENTS AND OFFICES</p>
<p><a href="" style="font-weight:bold;color:white;font-size:15px;">Bobcat Depot</a></p>
<p><a href="" style="font-weight:bold;color:white;font-size:15px;">Campus Involvement Center</a></p>
<p><a href="" style="font-weight:bold;color:white;font-size:15px;">Campus Recreation</a></p>
<p><a href="" style="font-weight:bold;color:white;font-size:15px;">Career and Leadership Development Center</a></p>
<p><a href="" style="font-weight:bold;color:white;font-size:15px;">Communication and Marketing</a></p>
<p><a href="" style="font-weight:bold;color:white;font-size:15px;">Community Standards and Student Responsibility</a></p>
</div>
<div class="col-md-4 p-3 border-right border-light">
<p class="mt-5"><a href="" style="font-weight:bold;color:white;font-size:15px;">Bobcat Depot</a></p>
<p><a href="" style="font-weight:bold;color:white;font-size:15px;">Campus Involvement Center</a></p>
<p><a href="" style="font-weight:bold;color:white;font-size:15px;">Campus Recreation</a></p>
<p><a href="" style="font-weight:bold;color:white;font-size:15px;">Career and Leadership Development Center</a></p>
<p><a href="" style="font-weight:bold;color:white;font-size:15px;">Communication and Marketing</a></p>
<p><a href="" style="font-weight:bold;color:white;font-size:15px;">Community Standards and Student Responsibility</a></p>
</div>
<div class="col-md-4 p-3">
<p class="mt-5"><a href="" style="font-weight:bold;color:white;font-size:15px;">Bobcat Depot</a></p>
<p><a href="" style="font-weight:bold;color:white;font-size:15px;">Campus Involvement Center</a></p>
<p><a href="" style="font-weight:bold;color:white;font-size:15px;">Campus Recreation</a></p>
<p><a href="" style="font-weight:bold;color:white;font-size:15px;">Career and Leadership Development Center</a></p>
<p><a href="" style="font-weight:bold;color:white;font-size:15px;">Communication and Marketing</a></p>
<p><a href="" style="font-weight:bold;color:white;font-size:15px;">Community Standards and Student Responsibility</a></p>
</div>
</div>
</div>
<div class="container-fluid mt-5 py-5" style="background-color:whitesmoke;">
<div class="row">
<div class="col-md-12 text-center">
<h1 style="color:seagreen;font-weight:bold;">Check Us Out On Social Media</h1>
<div id="socialmedia"><i class="icofont-facebook icofont-3x"></i></div>
<div id="socialmedia"><i class="icofont-twitter icofont-3x"></i></div>
<div id="socialmedia"><i class="icofont-instagram icofont-3x"></i></div>
<div id="socialmedia"><i class="icofont-youtube icofont-3x"></i></div>
</div>
</div>
</div>
<!-- main endds -->
<!-- footer begins-->
<div class="container-fluid p-5" id="footercontainer">
<div class="row px-5">
<div class="col-md-4 border-top p-3 border-right border-bottom">
<h5 class="text-center" style="color:ghostwhite;font-weight:bold;">OHIO NEWS</h5>
<h5 style="color:white;">October 29, 2020</h5>
<p style="text-decoration:underline;cursor:pointer;color:white;">Authors@Alden series to spotlight new book on Artist Amina Robinson</p>
<h5 style="color:white;">October 29, 2020</h5>
<p style="text-decoration:underline;cursor:pointer;color:white;">Authors@Alden series to spotlight new book on Artist Amina Robinson</p>
<h5 style="color:white;">October 29, 2020</h5>
<p style="text-decoration:underline;cursor:pointer;color:white;">Authors@Alden series to spotlight new book on Artist Amina Robinson</p>
<h5 style="color:white;">October 29, 2020</h5>
<p style="text-decoration:underline;cursor:pointer;color:white;">Authors@Alden series to spotlight new book on Artist Amina Robinson</p>
</div>
<div class="col-md-4 text-center border-top border-bottom p-3 border-right">
<h5 style="color:ghostwhite;font-weight:bold;" class="mb-5">QUICK LINKS</h5>
<h6><a href="" class="text-white mb-5">VISIT</a></h6>
<hr class="bg-light mb-5">
<h6><a href="" class="text-white my-5">APPLY</a></h6>
<hr class="bg-light mb-5">
<h6><a href="" class="text-white my-5">GIVE</a></h6>
</div>
<div class="col-md-4 border-top p-3 border-bottom">
<h5 class="text-center" style="color:ghostwhite;font-weight:bold;">CONTACT</h5>
<h5 style="font-weight:bold;color:white;">OHIO UNIVERSITY</h5>
<p style="color:white;font-size:20px;font-weight:bold;">
1 Ohio University <br>
Athens OH 45701<br>
<i class="icofont-location-pin"></i>Directions<br>
<i class="icofont-arrow-right"></i>740.593.1000
<hr class="bg-light my-3">
<h5 style="color:white;font-weight:bold;">OHIO ONLINE ></h5>
<hr class="bg-light mb-3">
<h6 style="color:white;font-weight:bold;text-decoration:underline;cursor:pointer;">REGIONAL CAMPUSES AND CENTERS ></h5></h6>
<p style="color:white; text-decoration:underline;font-weight:bold;cursor:pointer;">
Chillicothe<br>
Eastern<br>
Lancaster | Pickerington<br>
Southern | Proctorville<br>
Zanesville
</p>
</p>
</div>
</div>
<div class="row px-5 py-3">
<div class="col-md-2">
<a href="index.html"><img src="https://www.ohio.edu/themes/custom/OHIOsubTheme/templates/includes/images/OHIO-footer-logo.png" alt="" id="logo_image"></a>
</div>
<div class="col-md-8">
<p class="text-center" style="font-size:10px;">
<a href="" style="text-decoration:underline;"class="text-light">ADA Compliance</a> |
<a href="" style="text-decoration:underline;"class="text-light">Title IX Coordinator </a> |
<a href="" style="text-decoration:underline;"class="text-light">State Authorization</a> |
<a href="" style="text-decoration:underline;"class="text-light">Notice of Non-Discrimination </a> |
<a href="" style="text-decoration:underline;"class="text-light">Employment Law Notices</a> |
<a href="" style="text-decoration:underline;"class="text-light">Privacy Statement</a>
</p>
</div>
<div class="col-md-2">
<p style="color:white;">
<a href="" class="text-white"><i class="icofont-facebook"></i></a>
<a href="" class="text-white"><i class="icofont-twitter"></i></a>
<a href="" class="text-white"><i class="icofont-instagram"></i></a>
<a href="" class="text-white"><i class="icofont-youtube"></i></a>
<a href="" class="text-white"><i class="icofont-rss-feed"></i></a>
</p>
</div>
</div>
<div class="row text-center mt-3">
<div class="col-md-12">
<p class="text-white" style="cursor:pointer;font-size:12px;">© 2020 <u>OHIO UNIVERSITY</u>. All Rights Reserved</p>
</div>
</div>
</div>
<!-- footer ends -->
<script src="js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
</body>
</html>