-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstruggling-school.html
40 lines (32 loc) · 1.08 KB
/
struggling-school.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
<!DOCTYPE html>
<html>
<header>
<title>Struggling with School</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="DropDownMenu.css">
</header>
<body>
<ul><li>Internship/Job Search
<ul>
<li>eRecruitment</li>
<li>Career Center</li>
<li>Make Appointment to Check Resume</li>
</ul></li>
<li>Mental Health
<ul>
<li>RC contact</li>
<a href = "http://studentaffairs.duke.edu/dukereach1"><li>Duke Reach</li></a>
<a href = "http://studentaffairs.duke.edu/caps"><li>CAPS</li></a>
</ul></li>
<li>Greek Life / SLGs
<ul>
<a href = "mailto: [email protected]"><li>OFSL</li></a>
<a href = "http://www.fusionaci.wordpress.com"><li>SLG Council</li></a>
<li>Calendar and Recruitment Chair Contact Info</li>
</ul></li>
</ul>
</ul>
<img src = "https://fusionaci.files.wordpress.com/2015/03/it-gets-better.jpg" width = 100%>
<footer></footer>
</body>
</html>