-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadmissions.html
454 lines (453 loc) · 20 KB
/
admissions.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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
<!doctype html>
<html>
<head>
<meta lang="en">
<link rel="stylesheet" href="css/admissions.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>Undergraduate Admissions | 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">Undergraduate Admissions</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 text-center" id="background">
<div class="row">
<div class="col-md-4 p-5">
<div id="studentadmission">
<h5><a href="">REQUEST INFO ></a></a></h5>
</div>
</div>
<div class="col-md-4 p-5">
<div id="studentadmission">
<h5><a href="">VIRTUAL VISIT ></a></a></h5>
</div>
</div>
<div class="col-md-4 p-5">
<div id="studentadmission">
<h5><a href="">APPLY ></a></a></h5>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="response">
<div class="row">
<div class="col-md-12 p-3">
<p><span id="responsedata">COVID-19 response: </span>A special message for prospective Ohio University students.<span id="responsedata"><a href=""> Please read important note ></a></a></span></p>
</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> Admissions</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1 style="color:seagreen;">Make change for a better future.</h1>
<h1 style="color:seagreen;">Let's get started.</h1>
<p class="mt-3" style="font-weight:bold;">
At Ohio University, our faculty never settle, and neither should you. OHIO strives to be the best student-centered, transformative learning community in America, where students move their ideas into action in more than 250 different academic programs. Here, you can create the change you seek and experience undeniable outcomes
<a href="" style="color:seagreen;text-decoration:underline;">Apply to Ohio University today</a>!
</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h1 style="color:seagreen;">Get Your Application Started</h1>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div id="applications">
<img class="img-fluid" src="images/st1.jpg">
<h4>FRESHMAN</h4>
<p>You are a freshman if you are in high school OR you have graduated but haven’t been enrolled at a college or university since completing high school. </p>
</div>
</div>
<div class="col-md-3">
<div id="applications">
<img class="img-fluid" src="images/st2.jpg">
<h4>TRANSFER</h4>
<p>You are a transfer student if you have completed more than 9 semester hours (12 quarter hours) at another institution after you graduated from high school.</p>
</div>
</div>
<div class="col-md-3">
<div id="applications">
<img class="img-fluid" src="images/st3.jpg">
<h4>INTERNATIONAL</h4>
<p>You are an international student if you have or will have a temporary visa and do not have U.S. citizenship or legal permanent resident status (a "green card").</p>
</div>
</div>
<div class="col-md-3">
<div id="applications">
<img class="img-fluid" src="images/st4.jpg">
<h4>ONLINE</h4>
<p>You are an international student if you have or will have a temporary visa and do not have U.S. citizenship or legal permanent resident status (a "green card").</p>
</div>
</div>
</div>
</div>
<div class="container-fluid mt-2" id="studentwalking">
<div class="row">
<div class="col-md-6"></div>
<div class="col-md-6" id="readysetapply">
<h1>READY? SET? APPLY!</h1>
<p>You've been waiting for this. The Common App is open. Our faculty, staff, and alumni are ready to help you succeed—now and forever. It's time!</p>
<div id="registernow">
<a href="">APPLY NOW ></a>
</div>
</div>
</div>
</div>
<div class="container-fluid" id="discovery">
<div class="row">
<div class="col-md-6 text-center" id="discoverydata">
<h1 style="color:seagreen;">OHIO DISCOVERY DAY</h1>
<p style="font-weight:bold;" class="mt-2">It all started in 1804, and Ohio University is still inventing new ways to give you the experience you need today—to start a business, to conduct research, to create a masterpiece, to change the world. Join us for this online event to find out how.</p>
<div id="registernow">
<a href="">REGISRER NOW ></a>
</div>
</div>
<div class="col-md-6"></div>
</div>
</div>
<div class="container-fluid mt-5">
<div class="row text-center">
<div class="col-md-12">
<h1 style="color:seagreen;">Important Dates</h1>
</div>
</div>
<div class="row px-5">
<div class="col-md-4">
<h4><a href="" id="transfersd">Transfer Day at OHIO Discovery Day</a></h4>
<p><i>November 14, 2020</i></p>
<hr class="bg-light">
<p style="font-weight:bold;">Thinking about transferring to OHIO? Find out how your credits will transfer and hear from current Bobcats during special sessions for transfer students during OHIO Discovery Day.</p>
</div>
<div class="col-md-4">
<h4><a id="transfersd" href="">Freshman Early Action Deadline</a></h4>
<p><i>November 14, 2020</i></p>
<hr class="bg-light">
<p style="font-weight:bold;">Early action gives fall 2021 applicants priority consideration for direct entry to academic programs, merit scholarship programs, and honors experiences.</p>
</div>
<div class="col-md-4">
<h4><a id="transfersd" href="">For the Culture</a></h4>
<p><i>November 14, 2020</i></p>
<hr class="bg-light">
<p style="font-weight:bold;"> This virtual event series highlights resources for students in our diverse OHIO community.</p>
</div>
</div>
</div>
<div class="container-fluid" style="background-color:seagreen;">
<div class="row">
<div class="col-md-12 py-5 px-5 text-white">
<h2>The OHIO Guarantee+ </h2>
<p style="font-weight:bold;">At Ohio University, we have long been committed to affordability, predictability, and cost transparency through our OHIO Guarantee, providing level-rate tuition, housing, dining, and fees locked in for 12 consecutive semesters. Now, we’re taking that commitment to a whole new level by delivering an individualized graduation plan that ensures you’ll graduate on time and on plan, or we’ll make it right, including covering the cost of additional courses if necessary. That way, you know the total cost of college from the start. Plus, we’re expanding access to alumni-only scholarships for continuing education as well as career counseling for life. It goes beyond a guaranteed price to deliver real return on your investment. It's the OHIO Guarantee+.</p>
</div>
</div>
<div class="row text-center">
<div class="col-md-12 p-3">
<a class="btn btn-outline-light btn-lg h2">THE OHIO GUARANTEE+</a>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-md-6 p-5">
<h2 style="color:seagreen;">Request Info</h2>
<p style="font-weight:bold;">Please request application information regarding admission as a student using the form below.</p>
<form class="border form p-5 border-dark" method="post" action="">
<p class="h5 mb-3">*denotes required field</p>
<p class="h5" style="color:seagreen;font-weight:bold;">My Information</p>
<div class="form-group">
<div class="form-row">
<div class="col-md-6">
<label for="fname">First Name:</label>
<div class="input-group">
<div class="input-group-prepend">
<div class="input-group-text">
<i class="icofont-user-suited"></i>
</div>
</div>
<input type="text" name="firstname" class="form-control" id="inputarea">
</div>
</div>
<div class="col-md-6">
<label for="fname">Preferred Name (Nickname):</label>
<div class="input-group">
<div class="input-group-prepend">
<div class="input-group-text">
<i class="icofont-user-suited"></i>
</div>
</div>
<input type="text" name="firstname" class="form-control" id="inputarea">
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="form-row">
<div class="col-md-6">
<label for="fname">Last Name:</label>
<div class="input-group">
<div class="input-group-prepend">
<div class="input-group-text">
<i class="icofont-user-suited"></i>
</div>
</div>
<input type="text" name="firstname" class="form-control" id="inputarea">
</div>
</div>
<div class="col-md-6">
<label for="fname">Email Address:</label>
<div class="input-group">
<div class="input-group-prepend">
<div class="input-group-text">
<i class="icofont-envelope"></i>
</div>
</div>
<input type="text" name="email" class="form-control" id="inputarea">
</div>
</div>
</div>
</div>
<div class="form-group">
<p class="h5">I plan to enroll*</p>
<input type="radio"> Athens<br>
<input type="radio"> eCampus(OHIO Online)<br>
<input type="radio"> Regional Campus<br>
</div>
<div class="form-group">
<button type="submit" name="submit" class="btn btn-lg btn-success bg-success w-50">Submit</button>
</div>
</form>
</div>
<div class="col-md-6 mt-5">
<h2 style="color:seagreen;">Frequently Asked Questions</h2>
<h4><a href="" style="color:seagreen;text-decoration:underline;">View all FAQs</a></h4>
<h5>Top Questions</h5><br>
<p><a href="" style="color:seagreen;text-decoration:underline;font-weight:bold;">Should I submit an application essay?</a></p>
<p><a href="" style="color:seagreen;text-decoration:underline;font-weight:bold;">What is my OHIO ID or PID?</a></p>
<p><a href="" style="color:seagreen;text-decoration:underline;font-weight:bold;">What are your admission requirements?</a></p>
<p><a href="" style="color:seagreen;text-decoration:underline;font-weight:bold;">What kind of supplemental materials do you accept?</a></p>
<p><a href="" style="color:seagreen;text-decoration:underline;font-weight:bold;">How do I contact Undergraduate Admissions?</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>