generated from Code-Institute-Org/ci-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
147 lines (137 loc) · 7.03 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Meta tags for search engines -->
<meta name="keywords"
content="wellness, health, balanced lifestyle, wellness tips, healthy living, mind body spirit, wellness resources,
holistic health, wellness journey, mental health, physical health, nutrition, fitness, relaxation, stress management, path to wellness">
<meta name="description" content="Your Path to Wellness: Embrace a healthier lifestyle with our comprehensive guides, tips, and resources.
Achieve balance and wellness in mind, body, and spirit.">
<!-- Favicon -->
<link rel=" apple-touch-icon" sizes="180x180" href="assets/favicon/favicon.mind/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon.mind/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon.mind/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Title -->
<title>Your Path to Wellness</title>
<!-- Stylesheet -->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- Header -->
<header>
<div class="hero-image">
<div class="hero-text">
<h1>Your Path to Wellness</h1>
</div>
</div>
</header>
<!-- Main content -->
<main>
<div class="navbar">
<a href="index.html"><i class="fa-solid fa-house-chimney"></i>Home</a>
<a href="meditation.html"><i class="fa-solid fa-spa"></i>Meditation</a>
<a href="activity.html"><i class="fa-solid fa-person-running"></i>Activity</a>
<a href="diet.html"><i class="fa-solid fa-utensils"></i>Diet</a>
<a href="cold.html"><i class="fa-solid fa-snowflake"></i>Cold</a>
<a href="breathing.html"><i class="fa-solid fa-wind"></i>Breathing</a>
<a href="subscribe.html"><i class="fa-solid fa-envelope"></i>Subscribe</a>
</div>
<div class="main">
<div>
<h2>Welcome to Your Path to Wellness</h2>
<hr>
<br>
<p>Welcome to our comprehensive guide to a healthier, more vibrant life. Our webpage is dedicated to
providing you with the tools and knowledge you need to enhance your well-being through various holistic
practices. We believe that true health is achieved by nurturing both the body and mind, and we are here
to guide you on this journey.</p>
</div>
<br>
<div>
<h3 class="h3-text">The Power of Meditation</h3>
<hr>
<br>
<p>Meditation is a cornerstone of mental and emotional health. By incorporating regular meditation into your
daily routine, you can reduce stress, improve concentration, and cultivate a sense of inner peace. This
practice not only enhances your mental clarity but also strengthens your immune system and reduces the
risk of many chronic illnesses, including cancer.</p>
</div>
<br>
<div>
<h3 class="h3-text">The Importance of Physical Activity</h3>
<hr>
<br>
<p>Engaging in regular physical activity is crucial for maintaining a healthy body and mind. Exercise
strengthens the cardiovascular system, improves muscle tone, and boosts overall energy levels. More
importantly, it plays a significant role in preventing diseases and improving longevity. We offer
insights into various forms of physical activity, including Pilates, to help you find the perfect
routine for your lifestyle.</p>
</div>
<br>
<div>
<h3 class="h3-text">Nutrition and Diet</h3>
<hr>
<br>
<p>A balanced diet is the foundation of good health. The food you consume has a direct impact on your energy
levels, mood, and overall well-being. We provide detailed information on nutritious diets that promote
optimal health and help fight off illnesses, including cancer. Our goal is to help you make informed
choices that will nourish your body and support your health goals.</p>
</div>
<br>
<div>
<h3 class="h3-text">The Benefits of Cold Swimming</h3>
<hr>
<br>
<p>Cold swimming, or cold water immersion, is an invigorating practice that has numerous health benefits. It
can boost your immune system, improve circulation, and enhance your overall mood. Regular cold swimming
has also been shown to reduce inflammation and improve recovery times from physical exertion, making it
a powerful addition to your wellness routine.</p>
</div>
<br>
<div>
<h3 class="h3-text">The Art of Breathing Techniques</h3>
<hr>
<br>
<p>Proper breathing techniques are essential for maintaining a calm and focused mind. Techniques such as
deep breathing and controlled breathwork can reduce stress, lower blood pressure, and improve
respiratory function. By mastering these techniques, you can enhance your physical performance, boost
mental clarity, and support your overall health.</p>
</div>
<br>
<div>
<h3 class="h3-text">Embrace a Healthier You</h3>
<hr>
<br>
<p>Our mission is to empower you with the knowledge and practices needed to achieve a balanced and healthy
life. By integrating meditation, physical activity, a nutritious diet, cold swimming, and effective
breathing techniques into your routine, you can fight off illnesses, including cancer, and enjoy a more
vibrant, fulfilling life. Explore our resources and start your journey to wellness today.</p>
</div>
</div>
</main>
<!-- Footer -->
<footer>
<ul id="social-networks">
<li>
<a href="https://www.facebook.com/" target="_blank" rel="noopener"
aria-label="Visit our Facebook page. Opens in a new tab."><i
class="fa-brands fa-square-facebook"></i></a>
</li>
<li>
<a href="https://x.com/?lang=en" target="_blank" rel="noopener"
aria-label="Visit our X page. Opens in a new tab."><i class="fa-brands fa-x-twitter"></i></a>
</li>
<li>
<a href="https://www.instagram.com/" target="_blank" rel="noopener"
aria-label="Visit our Instagram page. Opens in a new tab."><i
class="fa-brands fa-square-instagram"></i></a>
</li>
</ul>
</footer>
<!-- Font awesome -->
<script src="https://kit.fontawesome.com/a8bfa31f46.js" crossorigin="anonymous"></script>
</body>
</html>