-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsupportpage.html
More file actions
44 lines (42 loc) · 1.68 KB
/
supportpage.html
File metadata and controls
44 lines (42 loc) · 1.68 KB
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
<!DOCTYPE html>
<html class = "supportpage" lang = "en">
<!-- the support page -->
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="site.css">
<link href="https://fonts.googleapis.com/css?family=Comfortaa%7CHind%7CLobster+Two%7COpen+Sans+Condensed:300" rel="stylesheet">
<link rel="icon" href="Images/compass-37840_1280.png">
<title>Compass Support</title>
</head>
<body>
<!-- the navigation sidebar -->
<div class="sidenav">
<a href="index.html">Home</a>
<a href="Infopage.html">Learn more</a>
<a href="stimpage.html"> Stims</a>
<a href="supportpage.html">Support</a>
<a href="comment_page.html"> Comments</a>
<a href="Aboutpage.html">About</a>
</div>
<!-- the main text on the page -->
<div class = "bodytext">
<h1>Support</h1>
<div class = "homeparagraph">
<div class = "quote">
<img src="Images/quote.jpg" alt="pic" style="width:90%;">
</div>
<p> Down below are links to similar websites. </p>
<ul>
<li> <a href="https://adaa.org/tips">Coping strategies</a></li>
<li> <a href="https://www.anxietycentre.com/anxiety-tips/12-ways-to-reduce-anxiety-and-symptoms-immediately-after-christmas.shtml">12 ways to reduce anxiety</a></li>
<li> <a href="https://psychcentral.com/">Learn more</a></li>
</ul>
<p> Need someone to talk to? Call or text one of the hotline numbers down below.</p>
<ul>
<li>Text HOME to 741741 or visit <a href="https://www.crisistextline.org/">Crisis Text Line</a></li>
<li>Suicide prevention hotline: 1-800-273-8255 </li>
</ul>
</div>
</div>
</body>
</html>