-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
executable file
·42 lines (33 loc) · 1.27 KB
/
about.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
<p1>About Section</p1>
<html>
<head>
<style>
p1 {
font-size: 80px;
}
</style>
<title>Monroe Veterans</title>
</head>
<body bgcolor="#819FF7" text="gold">
<div style="text-align:center">
</div>
<table class="menu" style="border-style:none">
<tr>
<td class="menuicon"><a href="home.html">Home</a></td>
<td class="menupipe"<|</td>
<td class="menuicon"><a href="registration.html">Registration</a></td>
<td class="menupipe"<|</td>
<td class="menuicon"><a href="about.html">About</a></td>
<td class="menupipe"<|</td>
<td class="menuicon"><a href="admission.html">Admissions</a></td>
</tr>
</table>
<p align="middle" >Monroe College has one of the largest veteran populations of any college in the New York Metropolitan area.With a staff of Military Benefit Specialists, Veterans Admissions Counsellors and a Director of Military Affairs that oversees the school's Office of Veterans Affairs, Monroe is committed to guiding veterans through the application process, helping them take advantage of the benefits and financial aid options available to them to help assist with transitioning from the military life back to the civilian world. </p>
<br>
<br>
<br>
<img src="IMG/vet2.jpg" align="middle" >
<br>
<br>
</body>
</html>