-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStaff.html
58 lines (50 loc) · 1.51 KB
/
Staff.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<link href="Style/StyleSheet.css" rel="stylesheet" type="text/css" />
<title>Swosu Health Services</title>
</head>
<body>
<header>
<h1><span id="swosu">
<img src="Images/swosulogo.jpg" /></span>Health Services</h1>
</header>
<nav>
<ul>
<li><a href="index.html">Mission/Services</a></li>
<li><a href="Staff.html">Staff</a></li>
<li><a href="Immunization.html">Immunization</a></li>
<li><a href="PatientRights.html">Patient Rights</a></li>
<li><a href="ResourcesForms.html">Resources Forms</a></li>
<li><a href="ChargesFees.html">Charges Fees</a></li>
<li><a href="AfterHoursCare.html">After Hours Care</a></li>
<li><a href="InfectiousDiseases.html">Infectious Diseases</a></li>
<li><a href="ForParents.html">For Parents</a></li>
</ul>
</nav>
<article>
<h2>Staff</h2>
<img src="Images/smith-2.jpg" />
<h3>Laura Smith, R.N., B.S.N.</h3>
<p>
Director, Student Health Services.
(580) 774-3776
laura.smith@swosu.edu
</p>
<h3>Patti Linstead</h3>
<p>
Administrative Assistant
(580) 774-3776
patti.linstead@swosu.edu
</p>
<h3>Dr. Blake Badgett, MD</h3>
<p>
Athletic Medical Directory
</p>
<h3>Dr. Michael Aaron, MD</h3>
<h3>Dr. Brian Bluth, MD</h3>
</article>
<footer></footer>
</body>
</html>