Printable 6 Week Emotional Wellness Jump Start Journal
​
​
​
​
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Grace in the Waiting | Support for Caregivers</title>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Open Sans', sans-serif;
background-color: #f6f9f8;
color: #2c3e50;
line-height: 1.6;
}
header {
background-color: #6ab7b5;
padding: 2rem;
text-align: center;
color: white;
}
header h1 {
font-size: 2.5rem;
}
header p {
font-size: 1.2rem;
margin-top: 0.5rem;
}
.container {
max-width: 1100px;
margin: 2rem auto;
padding: 0 1.5rem;
}
.section {
margin-bottom: 3rem;
}
.section h2 {
font-size: 1.8rem;
color: #345;
margin-bottom: 1rem;
}
.section p {
font-size: 1.1rem;
color: #444;
}
.cta {
text-align: center;
margin-top: 2rem;
}
.cta a {
background-color: #6ab7b5;
color: white;
padding: 0.8rem 1.5rem;
text-decoration: none;
border-radius: 5px;
font-weight: 600;
transition: background 0.3s;
}
.cta a:hover {
background-color: #579e9c;
}
footer {
background-color: #e2efee;
padding: 1rem;
text-align: center;
font-size: 0.9rem;
color: #555;
}
</style>
</head>
<body>
<header>
<h1>Grace in the Waiting</h1>
<p>Supporting caregivers through the journey of anticipatory grief</p>
</header>
<div class="container">
<section class="section">
<h2>What is Anticipatory Grief?</h2>
<p>
Anticipatory grief is the complex emotional process that begins before the loss of a loved one. Caregivers often experience sadness, fear, guilt, and exhaustion while preparing for inevitable change. You are not alone—and your feelings are valid.
</p>
</section>
<section class="section">
<h2>About the Program</h2>
<p>
<strong>Grace in the Waiting</strong> is a guided mental health coaching program designed specifically for caregivers facing prolonged illness or end-of-life situations. Through compassionate support, practical tools, and a safe space for processing, we help you navigate the emotional terrain with grace and resilience.
</p>
</section>
<section class="section">
<h2>What You'll Receive</h2>
<ul>
<li>🧠Weekly virtual coaching sessions with trained mental health professionals</li>
<li>📘 Emotional resilience and mindfulness resources</li>
<li>💬 Private support community for caregivers</li>
<li>🎧 Guided meditations and journaling prompts</li>
<li>📅 Flexible scheduling for sessions</li>
</ul>
</section>
<section class="section">
<h2>Who is This For?</h2>
<p>
This program is for caregivers of loved ones facing terminal illness, dementia, chronic conditions, or aging-related decline. Whether you're a spouse, child, friend, or extended family, we are here to support you emotionally and mentally.
</p>
</section>
<div class="cta">
<p>Ready to receive support?</p>
<a href="#contact">Join the Program</a>
</div>
</div>
<footer>
© 2025 Grace in the Waiting. All rights reserved. | <a href="#contact">Contact Us</a>
</footer>
</body>
</html>


