-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsick.html
34 lines (33 loc) · 1.1 KB
/
sick.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
<!DOCTYPE html>
<html>
<head>
<title>Sick</title>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.2/normalize.css">
<link rel="stylesheet" type="text/css" href="MainPage.css">
</head>
<body>
<div class="tnd-block" id="short" onclick="short(this)">
Short-Term
</div>
<div class="tnd-block" id="long" onclick="long(this)">
Long-Term
</div>
<a href="http://trinity.duke.edu/undergraduate/academic-policies/illness"><div class="thrd-block tbshort" id = "STINF">
STINF
</div> </a>
<div class="thrd-block tbshort" id = "pharm">
Pharmacies
</div>
<div class="thrd-block tbshort tblong">
Urgent Care/ER
</div>
<a href="https://www.dukemychart.org/home/"><div class="thrd-block tbshort tblong" >
Student Health
</div> </a>
<div class="thrd-block tblong" id = "CM"> Case Management </div>
<div class="thrd-block tblong" id = "CAPS"> CAPS </div>
<div class="thrd-block tblong" id = "DO"> Dean's Office </div>
<div class="thrd-block tblong" id = "SDAO"> SDAO </div>
<script src="sick.js"></script>
</body>
</html>