-
Notifications
You must be signed in to change notification settings - Fork 0
/
alumini.html
377 lines (377 loc) · 17.4 KB
/
alumini.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
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
<!doctype html>
<html>
<head>
<meta lang="en">
<link rel="stylesheet" href="css/alumini.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>Alumini & Friends | 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">Alumini & Friends</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">
<div class="col-md-12 text-center">
<p id="aluminitext">Welcome to the Ohio University Alumni Association! We’re your source for lifelong learning, volunteerism, career connections, travel opportunities, and more!</p>
</div>
</div>
<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> Alumini</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 style="color:seagreen;">Our statement of solidarity</h1>
<p style="font-weight:bold;">The Ohio University Alumni Association acknowledges the anger and hurt being experienced by members of our Bobcat family right now. You are not alone.<br><br>
We stand in solidarity with the Black community against racism, oppression, and injustice. We stand for human rights and equality. We will not stand silent as hate and inequality continue to plague our alumni, colleagues, friends, and neighbors.<br><br><a href="" style="color:seagreen;"><u>Click to read</u></a> the full statement by Erin Essak Kopp, Executive Director, Ohio University Alumni Association, and Assistant VP, Alumni Relations.</p>
<hr class="bg-dark">
<h1 style="color:seagreen;">Coronavirus Update</h1>
<p style="font-weight:bold;">Ohio University has announced it is taking important steps in response to the coronavirus threat (COVID-19), including some that affect upcoming events and activities hosted and/or sponsored by The Ohio University Foundation and the Ohio University Alumni Association.</p>
<p style="font-weight:bold;">All alumni and donor events are being postponed, canceled or converted to virtual meetings until further notice. This includes activities to be held on any of OHIO’s campuses as well as regional alumni network events scheduled in cities across the U.S.</p>
<p style="font-weight:bold;">On behalf of The Ohio University Foundation and the OHIO Alumni Association, thank you for your understanding and partnering with us as we work to maintain the health and well-being of the entire OHIO family.</p>
<p style="font-weight:bold;">For more information on OHIO’s COVID-19 action plan and response, see <a href="" style="color:seagreen;"><u>ohio.edu/coronavirus</u></a>.</p>
</div>
</div>
</div>
<div class="container-fluid" style="background-color:seagreen;">
<div class="row p-3 text-center">
<div class="col-md-12">
<h1 style="color:white;font-weight:bold;">Homecoming 2020—October 5–10</h1>
</div>
</div>
<div class="row">
<div class="col-md-12 px-5">
<p style="font-weight:bold;color:white;">This year, Homecoming looked different. We brought your alma mater to you with a week of engaging virtual events and activities (and even a few surprises)!</p>
</div>
</div>
<div class="row">
<div class="col-md-12 py-5">
<div id="homecoming">
<a href="">HOMECOMING 2020 ></a>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="bobcatnetwork">
<div class="row">
<div class="col-md-6 text-center" id="bobcatnetwork-text">
<h1 style="color:seagreen;font-weight:bold;">Bobcat Network</h1>
<p class="mb-5 mt-3" style="font-weight:bold;">The Bobcat Network is a new and easy-to-use platform where alumni, students, faculty, and staff can engage in mentorship, networking, and professional development opportunities.</p>
<div id="learnmore">
<a href="">LEARN MORE</a>
</div>
</div>
<div class="col-md-6"></div>
</div>
</div>
<div class="container-fluid mt-3">
<div class="row">
<div class="col-md-4 p-3">
<div>
<img class="img-fluid" src="images/st1.jpg">
<h2 style="color:seagreen;font-weight:bold;">Bobcat Store</h2>
<hr class="bg-dark">
<p style="font-weight:bold;font-size:18px;">The Bobcat Store offers a fresh and distinct selection of OHIO products for all Bobcats – students, alumni, faculty, staff, friends, and families. Our goal is to foster unique, authentic, and spirited connections between and amongst the diverse Ohio University community.</p>
<div id="bbstore">
<a href="">BOBCAT STORE ></a></a>
</div>
</div>
</div>
<div class="col-md-4 p-3">
<div>
<img class="img-fluid" src="images/st2.jpg">
<h2 style="color:seagreen;font-weight:bold;">Alumini Benefits</h2>
<hr class="bg-dark">
<p style="font-weight:bold;font-size:18px;">The Bobcat Store offers a fresh and distinct selection of OHIO products for all Bobcats – students, alumni, faculty, staff, friends, and families. Our goal is to foster unique, authentic, and spirited connections between and amongst the diverse Ohio University community.</p>
<div id="bbstore">
<a href="">LEARN MORE ></a></a>
</div>
</div>
</div>
<div class="col-md-4 p-3">
<div>
<img class="img-fluid" src="images/st3.jpg">
<h2 style="color:seagreen;font-weight:bold;">College Class Rings</h2>
<hr class="bg-dark">
<p style="font-weight:bold;font-size:18px;">The Bobcat Store offers a fresh and distinct selection of OHIO products for all Bobcats – students, alumni, faculty, staff, friends, and families. Our goal is to foster unique, authentic, and spirited connections between and amongst the diverse Ohio University community.</p>
<div id="bbstore">
<a href="">GO TO WEBSITE ></a></a>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid mt-3" id="readohiotoday">
<div class="row">
<div class="col-md-6"></div>
<div class="col-md-6 text-center" id="ohiotodaybox">
<h1 style="color:seagreen;font-weight:bold;">READ OHIO TODAY</h1>
<p style="font-weight:bold;">Ohio Today and Ohio Women, the award-winning alumni magazines of Ohio University, and the companion website, ohiotoday.org, keep Bobcats up-to-date about their alma mater and each other.</p>
<div id="ohiotodaylink">
<a href="">READ OHIO TODAY ></a>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-md-3 p-5">
<div id="eventsbox" class="text-center">
<i class="icofont-calendar icofont-3x"></i>
<p><a href="">Events</a></p>
</div>
</div>
<div class="col-md-3 p-5">
<div id="eventsbox" class="text-center">
<i class="icofont-graduate-alt icofont-3x"></i>
<p><a href="">Scholarships</a></p>
</div>
</div>
<div class="col-md-3 p-5">
<div id="eventsbox" class="text-center">
<i class="icofont-papers icofont-3x"></i>
<p><a href="">Transcripts</a></p>
</div>
</div>
<div class="col-md-3 p-5">
<div id="eventsbox" class="text-center">
<i class="icofont-globe-alt icofont-3x"></i>
<p><a href="">Travel</a></p>
</div>
</div>
</div>
</div>
<div class="container-fluid mt-2 py-3" 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>