-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (26 loc) · 1.13 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Duke Concierge</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 = "header">
<p>Are you...</p>
</div>
<a href="/sick"><div class="plain-block"> Sick </div></a>
<a href="/lonely"><div class="plain-block"> Lonely </div></a>
<a href="/stressed"><div class="plain-block"> Stressed </div></a>
<a href="/struggling-sexuality"><div class="plain-block"> Struggling with your Sexuality </div></a>
<a href="/struggling-school"><div class="plain-block"> Struggling with School </div></a>
<a href="/homesick"><div class="plain-block"> Homesick </div></a>
<a href="/eating"><div class="plain-block"> Not Eating Well </div></a>
<a href="/drinking"><div class="plain-block"> Drinking too Much </div></a>
<a href="/vent"><div class="plain-block"> Anonymous Venting </div></a>
<div class="emergency"> EMERGENCY </div>
<div class="help"> I want to help! </div>
<div class="sun"></div>
<footer></footer>
</body>
</html>