-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmentalhealth.html
232 lines (225 loc) · 13.1 KB
/
mentalhealth.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>HealthSpace</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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=Philosopher:wght@700&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
</head>
<body>
<div class="nav-bar">
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<div class="brand-name"> <a class="navbar-brand mb-0 h1" href="index.html"><span
style="color:#ffffff;font-size: 30px">Health<span
style="color:#c43907">Space</span></span></a></div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navitems">
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarScrollingDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Discover
</a>
<ul class="dropdown-menu dropdown-menu-dark" aria-labelledby="navbarScrollingDropdown">
<li><a class="dropdown-item" href="nutrition.html">Nutrition</a></li>
<li><a class="dropdown-item" href="fitness.html">Fitness</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="emergency.html">Emergency</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div class="llanding">
<div class="landingText" data-aos="fade-up" data-aos-duration="1000">
<h2>Mental Health</h2>
<br>
<uo>
<h5>
<li><a href="https://www.healthline.com/health/mental-health/resource-guide-to-mental-health-services"
style="color: inherit;">How to Find Mental Health Services When You Need More Than
Therapy</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/how-to-stop-a-panic-attack"
style="color: inherit;">12 Ways to Stop a Panic Attack</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/depression/symptoms-of-depression-in-men"
style="color: inherit;">What Are the Signs and Symptoms of Depression in Men?</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/mental-health/emotional-blunting"
style="color: inherit;">Recognizing Emotional Blunting and Finding Help</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/what-is-post-traumatic-growth"
style="color: inherit;">Post-Traumatic Growth: What It Takes to Heal from Trauma</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/mental-health/therapy-for-grief"
style="color: inherit;">Understanding Therapy for Grief and How It Can Help</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/mental-health/disenfranchised-grief"
style="color: inherit;">Disenfranchised Grief: When No One Seems to Understand Your Loss</a>
</li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/mental-health/betrayal-trauma"
style="color: inherit;">Why Betrayal Can Cause Trauma and How to Start Healing</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/mental-health/why-your-sensitivity-is-really-a-strength"
style="color: inherit;">Why Your Sensitivity Is Really a Strength</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/mental-health/therapy-for-childhood-trauma"
style="color: inherit;">How Therapy for Childhood Trauma Can Help</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/mental-health/can-shaking-your-body-heal-stress-and-trauma"
style="color: inherit;">Can Shaking Your Body Help Heal Stress and Trauma? Some Experts Say
Yes</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/depression/my-depression-is-getting-worse"
style="color: inherit;">Think Your Depression’s Getting Worse? Here’s How to Tell — and How
to Get Support</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/how-to-help-a-depressed-friend"
style="color: inherit;">How to Help Someone with Depression</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/mental-health/how-to-make-friends-with-anxiety-a-simple-technique-to-gain-perspective"
style="color: inherit;">How to Make ‘Friends’ with Anxiety: A Simple Technique to Gain
Perspective</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/mental-health/anxiety-support-groups"
style="color: inherit;">The 8 Best Anxiety Support Groups of 2021</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/depression/work-depression"
style="color: inherit;">Work Depression: How to Take Care of Your Mental Health on the
Job</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/mental-health/bipolar-support-groups"
style="color: inherit;">The 8 Best Bipolar Support Groups of 2021</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/depression/how-to-help-a-teen-with-depression"
style="color: inherit;">Trying to Help a Depressed Teen? 9 Do’s and Don’ts</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/depression/teenage-quiz" style="color: inherit;">Am I
Depressed? A Quiz for Teens</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/mental-health/mindfulness-for-kid"
style="color: inherit;">5 Ways to Help Kids Practice Mindfulness</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/parenting/best-meditation-apps-for-parents"
style="color: inherit;">7 Meditation Apps for Parents Who Just Need a Minute</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/parenting/ways-parents-can-care-for-their-mental-health"
style="color: inherit;">The Best Strategies for Parents to Boost Their Mental Health</a>
</li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/emotional-needs" style="color: inherit;">10 Emotional
Needs to Consider in Relationships</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/mental-health/therapy-for-couples"
style="color: inherit;">25 Best Couples Therapy Techniques, Exercises, and Activities to Try
in 2021</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/mental-health/suicide-resource-guide"
style="color: inherit;">Suicide Prevention Resource Guide</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/mental-health/supporting-someone-in-a-mental-health-crisis"
style="color: inherit;">The Do’s and Don’ts of Supporting Someone in a Mental Health
Crisis</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/mental-health/how-to-safely-hold-conversations-about-suicide-online"
style="color: inherit;">How to Safely and Constructively Hold Conversations About Suicide
Online</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/depression/suicidal-but-afraid-to-die"
style="color: inherit;">When You Don’t Want to Be Here, but You’re Too Afraid to Die</a>
</li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/protecting-your-energy-while-battling-racism"
style="color: inherit;">Protecting Your Energy While Battling Racism</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/parenting/pandemic-challenges-for-new-moms"
style="color: inherit;">This Is What the Pandemic’s Mental Health Impact Looks Like for New
Moms</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/mental-health/why-you-may-feel-anxious-about-a-post-pandemic-return-to-normal"
style="color: inherit;">Why You May Feel Anxious About a Post-Pandemic Return to
‘Normal’</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/therapists-offering-free-services-during-covid-19#1"
style="color: inherit;">Meet the Therapists Offering Free Mental Health Services During
COVID-19</a></li>
</h5>
<h5>
<li><a href="https://www.healthline.com/health/9-resources-for-coping-with-coronavirus-anxiety"
style="color: inherit;">9 Resources for Coping with Coronavirus Anxiety</a></li>
</h5>
</uo>
</div>
</div>
<!-- BANNER AND FOOTER -->
<nav class="navbar navbar-dark bg-dark">
<div class="container-fluid">
<div class="mx-auto" style="width: 200px;">
<span class="navbar-brand mb-0 h2"><span style="color:#ffffff;font-size: 30px">Health<span
style="color:#c43907">Space</span></span></span>
</div>
</div>
</nav>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>