-
Notifications
You must be signed in to change notification settings - Fork 1
/
selfcare.html
226 lines (211 loc) · 13.8 KB
/
selfcare.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="project.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.rtl.min.css" integrity="sha384-dpuaG1suU0eT09tx5plTaGMLBsfDLzUCCUXOY2j/LSvXYuG6Bqs43ALlhIqAJVRb" crossorigin="anonymous">
<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=Elsie:wght@400;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Elsie:wght@400;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Elsie:wght@400;900&family=Lexend:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rowdies:wght@300;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Elsie:wght@400;900&family=Lexend:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rowdies:wght@300;400;700&display=swap" rel="stylesheet">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<title>Whispering Willow</title>
</head>
<style>
.nav-item a:hover{
color: white;
}
.nav-item a:active{
color: white;
}
.mainB{
font-family: "Rowdies", sans-serif;
font-weight: 200;
font-style: normal;
}
.card{
margin-top: 40px;
box-shadow: 12px 12px 12px rgba(0, 0, 0,0.5);
}
body{
background-image: url("IMAGES/bgstars.jpg");
background-size: cover ;
background-attachment: fixed;
background-repeat: no-repeat;
}
</style>
<body class="mainB">
<nav class="navbar navbar-expand-lg navi " style="color: #000000;box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);position: fixed;top:0;" >
<a class="navbar-brand" href="#" style="font-size: 18px;"><img src="IMAGES/logoC.jpg" style="width: 10%;height: 100%;position: absolute;top: 0;"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation" style="color: #fffdfd;" >
<i class='bx bx-menu' style="color: black;"></i>
</button>
<div class="collapse navbar-collapse" id="navbarNav" style="color: #000000;" >
<ul class="navbar-nav" style="position: absolute;right: 0;margin-right: 8px;">
<li class="nav-item active">
<a class="nav-link" href="./project.html" >Dashboard<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./selfcare.html" style="text-decoration: underline;text-decoration-color: rgb(208, 116, 116);color: white;">Self Care</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./mood.html" >Mood Tracker</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./progress.html">Progress Tracker</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./helpline.html" >Helpline</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./profile.html" ><i class='bx bx-user-circle' style="font-size: 20px;"></i></a>
</li>
</ul>
</div>
</nav>
<div style="text-align: center;margin-top: 80px;">
<h1 style="color: darkpink;">
<h2>“Your mental health is just as important as your physical health.”</h2>
</h1>
</div>
<div style="padding: 25px;color: #000000;">
<p style="color: black;">Prioritizing mental health is essential for several reasons. It influences our daily functioning, relationships, work performance, and overall life satisfaction. By maintaining good mental health, individuals can better cope with challenges, build resilience, and lead fulfilling lives. Furthermore, addressing mental health concerns promptly can prevent more serious issues from arising and improve overall health outcomes.Here are some tips to help maintain good health and prevent mental health issues:</p>
</div>
<!--first card-->
<div class="card mb-3" style="max-width: 1200px;border-top-right-radius: 100px;max-height: 150px;background-color: #CB8597;border-bottom-right-radius: 100px; margin-right: 300px;margin-top: 0;">
<div class="row g-0">
<div class="col-md-8">
<div class="card-body" >
<h5 class="card-title">Regular Exercise</h5>
<p class="card-text">Aim for at least 30 minutes of moderate-intensity exercise most days of the week.Choose activities you enjoy, such as walking, dancing, or cycling, to make it sustainable.Exercise releases endorphins, boosting mood and reducing symptoms of anxiety and depression.</p>
<p class="card-text"><small class="text-body-secondary"></small></p>
</div>
</div>
<div class="col-md-4">
<img src="IMAGES/exercise.jpg" class="img-fluid" alt="..." height="100px" width="148px" style="border-top-right-radius: 100px;border-bottom-right-radius: 100px;position: absolute;right: 0%;">
</div>
</div>
<br/>
<br/>
</div>
<!--2nd card-->
<div class="card mb-3" style="max-width: 1200px;border-top-left-radius: 100px;max-height: 150px;background-color: #f1bebe;border-bottom-left-radius: 100px; margin-left: 300px;">
<div class="row g-0">
<div class="col-md-4">
<img src="IMAGES/sleep.png" class="img-fluid" alt="..."height="100px" width="170px" style="border-top-left-radius: 100px;border-bottom-left-radius: 100px;">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Sufficient Sleep</h5>
<p class="card-text">Aim for 7-9 hours of quality sleep each night to support overall well-being. Create a calming bedtime routine and maintain a consistent sleep schedule. Limit exposure to screens and caffeine before bedtime to improve sleep quality.</p>
<p class="card-text"><small class="text-body-secondary"></small></p>
</div>
</div>
</div>
</div>
<!--3rd card-->
<div class="card mb-3" style="max-width: 1200px;border-top-right-radius: 100px;max-height: 150px;background-color: #76839c;border-bottom-right-radius: 100px; margin-right: 300px;">
<div class="row g-0">
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Healthy Eating Habits</h5>
<p class="card-text">Focus on a balanced diet rich in fruits, vegetables, whole grains, and lean proteins.Stay hydrated by drinking plenty of water throughout the day.Limit processed foods, sugary snacks, and excessive caffeine intake to support mental clarity and stability.</p>
<p class="card-text"><small class="text-body-secondary"></small></p>
</div>
</div>
<div class="col-md-4">
<img src="IMAGES/eat.jpg" class="img-fluid " alt="..."height="100px" width="148px" style="border-top-right-radius: 100px;border-bottom-right-radius: 100px;position: absolute;right: 0%;">
</div>
</div>
</div>
<!--4th card-->
<div class="card mb-3" style="max-width: 1200px;border-top-left-radius: 100px;max-height: 150px;background-color: #5c7890;border-bottom-left-radius: 100px; margin-left: 300px;">
<div class="row g-0">
<div class="col-md-4">
<img src="IMAGES/mindful.jpg" class="img-fluid" alt="..."height="100px" width="148px" style="border-top-left-radius: 100px;border-bottom-left-radius: 100px;">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Practice Mindfulness</h5>
<p class="card-text">Start with short mindfulness exercises, gradually increasing duration and complexity.Incorporate mindfulness into daily activities, such as mindful eating or walking.Use guided meditation apps or attend mindfulness classes for support and guidance.</p>
<p class="card-text"><small class="text-body-secondary"></small></p>
</div>
</div>
</div>
</div>
<!--5th card-->
<div class="card mb-3" style="max-width: 1200px;border-top-right-radius: 100px;max-height: 150px;background-color: #CB8597;border-bottom-right-radius: 100px; margin-right: 300px">
<div class="row g-0">
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Set Boundaries</h5>
<p class="card-text">Identify your personal and professional priorities, then establish boundaries accordingly. Learn to say no when necessary, respecting your own limits and needs.Regularly reassess boundaries to ensure they align with your current circumstances and well-being.</p>
<p class="card-text"><small class="text-body-secondary"></small></p>
</div>
</div>
<div class="col-md-4">
<img src="IMAGES/bound.jpg" class="img-fluid " alt="..."height="100px" width="148px" style="border-top-right-radius: 100px;border-bottom-right-radius: 100px;position: absolute;right: 0%;">
</div>
</div>
</div>
<!--6th card-->
<div class="card mb-3" style="max-width: 1200px;border-top-left-radius: 100px;max-height: 150px;background-color: #f1bebe;border-bottom-left-radius: 100px; margin-left: 300px;">
<div class="row g-0">
<div class="col-md-4">
<img src="IMAGES/hobby.jpg" class="img-fluid " height="100px" width="148px" style="border-bottom-left-radius: 100px;border-top-left-radius: 100px;">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Engage in Hobbies</h5>
<p class="card-text">Explore various hobbies to find activities that genuinely interest and energize you. Dedicate regular time to pursue hobbies, scheduling them into your routine. Connect with like-minded individuals through hobby-related groups or classes for social support and motivation.</p>
<p class="card-text"><small class="text-body-secondary"></small></p>
</div>
</div>
</div>
</div>
<!--7 th card-->
<div class="card mb-3" style="max-width: 1200px;border-top-right-radius: 100px;max-height: 150px;background-color: #76839c;border-bottom-right-radius: 100px; margin-right: 300px;">
<div class="row g-0">
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Meditation</h5>
<p class="card-text">Meditation aids mental health by reducing stress, anxiety, and depression, improving focus, sleep quality, emotional regulation, and self-awareness. It fosters resilience and overall well-being by promoting relaxation and a positive outlook on life's challenges.</p>
<p class="card-text"><small class="text-body-secondary"></small></p>
</div>
</div>
<div class="col-md-4">
<img src="IMAGES/meditate.jpg" class="img-fluid" alt="..."height="100px" width="148px" style="border-top-right-radius: 100px;border-bottom-right-radius: 100px;position: absolute;right: 0%;">
</div>
</div>
</div>
<!--8 th card-->
<div class="card mb-3" style="max-width: 1200px;border-top-left-radius: 100px;max-height: 150px;background-color: #5c7890;border-bottom-left-radius: 100px; margin-left: 300px;">
<div class="row g-0">
<div class="col-md-4">
<img src="IMAGES/social.jpg" class="img-fluid" alt="..."height="100px" width="148px" style="border-top-left-radius: 100px;border-bottom-left-radius: 100px;">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Socialize</h5>
<p class="card-text">Engaging in conversations with friends can serve as a valuable form of social support, fostering empathy and a sense of connection. This interaction can mitigate symptoms of stress, anxiety, and depression, ultimately promoting improved mental well-being.</p>
<p class="card-text"><small class="text-body-secondary"></small></p>
</div>
</div>
</div>
</div>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>
-->
</body>
</html>