-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.html
58 lines (53 loc) · 2.8 KB
/
resources.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">
<meta name="viewport" content="width=device-width">
<title>MindHabit | Resources</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body id="resources-page" class="page">
<script src="script.js"></script>
<div class = navbar>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="workspace.html">Workspace</a></li>
<li><a href="music.html">Music</a></li>
<li class="resources"><a class="active" href="resources.html">Resources</a></li>
</ul>
</div>
<h1 class="text-title">Global</h1>
<div class="section">
<div class="resource">
<h2 class="name"><a href="https://www.mhanational.org/" target="_blank">Mental Health America (MHA)</a></h2>
<p class="about">The organization is committed to promote mental health. They provide prevention services, early identifications, support for those who needs it, and revovery.</p>
</div>
<div class="resource">
<h2 class="name"><a href="https://adaa.org//" target="_blank">Anxiety & Depression Association of America (ADAA)</a></h2>
<p class="about">ADDA is a non-profit organization dedicated to prevent, treat, and cure anxiety, depressoin, OCD, PTSD, and co-occuring disorders.</p>
</div>
<div class="resource">
<h2 class="name"><a href="https://www.thementalhealthcoalition.org/" target="_blank">The Mental Health Coalition</a></h2>
<p class="about">The organization aims to destigmatize mental health and empower access to resources and support for all.</p>
</div>
</div>
<h1 class="text-title">Local</h1>
<div class="section">
<div class="resource">
<h2 class="name"><a href="https://www.circleformentalhealth.org/" target="_blank">Circle of Friends for Mental Health</a></h2>
<p class="about">Through the expression art, Circle of Friends empower physical, cognitive, and emotional challenges.</p>
</div>
<div class="resource">
<h2 class="name"><a href="https://www.dshs.wa.gov/" target="_blank">Washington State Department of Social and Health Services (DSHS)</a></h2>
<p class="about">As an department, they aim to transform lives. They focus on several administrations including Aging and Long-term Support,Behavioral Health, Developmental Disabilities, Economic Services, Financial Services, Office of the Secretary.</p>
</div>
<div class="resource">
<h2 class="name"><a href="https://www.sound.health/" target="_blank">Sound</a></h2>
<p class="about">In King County, they aim to to strengthen the community and improve lives of clients through health and human services.</p>
</div>
</div>
</body>
<footer>
<p>© 2021 MindHabit</p>
</footer>
</html>