|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Wellness & Mindful Living</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 href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Playfair+Display:wght@700&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="container">
|
|
<div class="image-section">
|
|
<div class="rounded-shape"></div>
|
|
<img src="Minimilist Illustration of Peaceful Girl-Photoroom.png" alt="Mindfulness Illustration">
|
|
</div>
|
|
<div class="content-section">
|
|
<h1 class="main-title">
|
|
Mental <span class="accent-text">Wellbeing</span>
|
|
</h1>
|
|
<p class="subtitle">
|
|
& Living Healthy
|
|
</p>
|
|
<p class="description">
|
|
It's time to prioritize your mental health. Curious about your stress or burnout levels? Our gentle assessment helps you understand your mental health in minutes—so you can take steps toward feeling better.
|
|
<br>
|
|
This quick assessment combines three simple steps to understand your well-being:<br>
|
|
Answer a few short questions about how you're feeling.<br>
|
|
Enable camera access for a quick facial expression analysis.<br>
|
|
Share your voice to help us gauge your emotional tone.<br>
|
|
Your privacy is respected—all data is processed securely and never stored. Ready to begin?
|
|
</p>
|
|
<a href="next.html" class="call-to-action-link">
|
|
<button class="call-to-action">Let's Explore</button>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |