-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcat-ment-emo.html
65 lines (58 loc) · 3.35 KB
/
cat-ment-emo.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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>D15WGR - Emotional</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css" integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I" crossorigin="anonymous" />
<link rel="stylesheet" href="custom.css">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/declarativeToggle.js"></script>
</head>
<body>
<div class="my-bg-photo bg-secondary text-white py-5 text-center shadow">
<h1 class="display-4">D15W Get Ready!</h1>
<p class="lead mb-0">Helping to prepare individuals and families for an emergency</p><br>
<div class="banner-logo">
<img src="images/D15WGR-logo.png">
</div>
</div>
<span data-toggle-target=".mb-3" data-toggle-text="HIDE MENU" class="toggle-btn menu-btn text-center">MENU</span>
<div class="container my-custom-container pt-3">
<nav class="mb-3">
<ul class="nav nav-tabs justify-content-center">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pastnewsletters.html">Newsletters</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="categories.html">Preparedness Categories</a>
</li>
<li class="nav-item">
<a class="nav-link" href="checklists.html">Checklists</a>
</li>
<li class="nav-item">
<a class="nav-link" href="whatsnew.html">What's New</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
</ul>
</nav>
<h1>Mental and Emotional Preparedness</h1><br>
<h2>Preparation is Key:</h2>
<p>Being mentally and emotionally resilient is the ability to adapt to challenges with courage and faith. We can learn skills to become more resilient and can help us prepare for the challenges of life. Some of these practices include building and strengthening our emotions, relationships with others, thoughts, and healthy coping skills. To stay mentally and emotionally resilient, we must learn to recognize and manage our own emotions and help others do the same. We can reach out for more help from friends, family, and qualified professionals when needed.</p>
<h3>Develop Healthy Coping Skills:</h3>
<p>1. Think of a time when you were in a dificult situation.</p>
<p>2. How did you react?</p>
<p>3. Review potential alternative reactions and responses.</p>
</div>
<footer class="border-top mt-5 py-4 text-center text-muted small">
<p>© 2021 D15WGetReady</p>
</footer>
<!-- JavaScript and dependencies -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js" integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" crossorigin="anonymous"></script>
</body>
</html>