-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
55 lines (49 loc) · 2.79 KB
/
resources.html
File metadata and controls
55 lines (49 loc) · 2.79 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
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="resources.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300&display=swap" rel="stylesheet">
<title>HackHolyoke</title>
<meta charset="utf-8">
</head>
<body>
<header>
<h2>Resources</h2>
</header>
<section>
<p><b>I need help now.</b></p>
<li>For the Suicide and Crisis Hotline, call 988 or chat with someone at 988lifeline.org. They are available 24/7.</li>
<li>LGBTQ+ individuals can contact the Trevor Project 24/7 at 1-866-488-7386 or through call or 678-678 through text. </li>
<li>Teenage individuals can contact the JED Foundation by texting HOME to 741-741.</li>
<li>If someone is in immediate danger of harm to themselves or others, call 911 and explain that you need support for a mental health crisis.</li>
</section>
<fieldset></fieldset>
<section>
<p><b>I want to find treatment.</b></p>
<li><b><a href="findtreatment.gov" class="resource">Find a provider</a></b> for substance use disorders, addiction, and mental illness.
<li><b><a href="http://finder.psychiatry.org/?_ga=1.178573348.1294726899.1456165962" class="resource">Find a psychiatrist</a></b> (a medical doctor).</li>
<li><b><a href="https://www.aacap.org//AACAP/Families_and_Youth/Resources/CAP_Finder.aspx" class="resource">Find a psychiatrist for children</a></b> and teens.</li>
<li><b><a href="https://locator.apa.org/?_ga=1.122738379.1939913089.1455299072" class="resource">Find a psychologist</a></b>(can provide therapy).</li>
</section>
<fieldset></fieldset>
<section>
<p><b>I want to learn more about mental health and illness.</b></p>
<li><a href="https://www.nami.org/About-Mental-Illness" class="resource">National Alliance on Mental Illness</a></li>
<li><a href="https://www.cdc.gov/mentalhealth/learn/index.htm" class="resource">Centers for Disease Control and Prevention</a></li>
<li><a href="https://www.mentalhealth.gov/" class="resource">US Government website on mental health</a></li>
<li><a href="https://www.nimh.nih.gov/health/find-help" class="resource">National Institute of Mental Health</a></li>
</section>
<section>
<nav>
<ul>
<li id="home"><a href="index.html" >Home </a></li>
</ul>
</nav>
</section>
<footer>
<p><a href="http://hackholyoke.org/home" class="footer">HackHolyoke 2022</a> | <a href="https://www.linkedin.com/in/haneulcho" class="footer">Sky Cho</a> | <a href="https://www.linkedin.com/in/ywlee71632" class="footer">Yewon Lee</a> | <a href="https://www.linkedin.com/in/yerim-oh-32780324b/" class="footer">Yerim Oh</a> | <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" class="footer"></a>Grace Lee</a></p>
</footer>
</body>
</html>