-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
262 lines (253 loc) · 10.2 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
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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="assets/logo-image.png" type="image/png" />
<title>Wellness Junction | Where Community Nurtures Wellness</title>
</head>
<body>
<div class="loader">
<img src="assets/logo-image.png" alt="Logo">
<div class="loader-text">Loading...</div>
</div>
<div id="content" style="display: none;">
<header>
<nav class="section__container nav__container">
<a href="menu-page.html" >
<div class="nav__logo">Wellness<span>Junction</span></div>
</a>
<button class="btn">Contact Us</button>
</nav>
<div class="section__container header__container">
<div class="header__content">
<h1>Providing an Exceptional Wellness Experience</h1>
<p>
Welcome to a place where human connection and mental wellness thrive. We
believe in nurturing your mind and soul with compassion and understanding.
Through supportive communities, expert guidance, and personalized care,
we're committed to enhancing your well-being holistically.
</p>
<button class="btn">Get Started</button>
</div>
<div class="header__img">
<!-- <img src="assets/header-image.png" alt="Header image"> -->
</div>
</div>
</header>
<section class="section__container service__container">
<div class="service__header">
<div class="service__header__content">
<h2 class="section__header">Our Mental Wellness Services</h2>
<p>
Discover our holistic approach to mental well-being, designed to
nurture your mind and promote inner peace.
</p>
</div>
<button class="service__btn">Explore Services</button>
</div>
<div class="service__grid">
<div class="service__card">
<span><i class="ri-speak-line"></i></span>
<h4>Mindfulness Sessions</h4>
<p>
Cultivate awareness and reduce stress with guided mindfulness sessions
led by experienced practitioners.
</p>
<a href="https://www.mindful.org/meditation/mindfulness-getting-started/">Learn More</a>
</div>
<div class="service__card">
<span><i class="ri-heart-pulse-line"></i></span>
<h4>Emotional Wellness Workshops</h4>
<p>
Engage in workshops that empower emotional resilience and foster
healthier coping mechanisms.
</p>
<a href="https://www.nih.gov/health-information/emotional-wellness-toolkit">Learn More</a>
</div>
<div class="service__card">
<span><i class="ri-community-line"></i></span>
<h4>Supportive Community Groups</h4>
<p>
Join supportive community groups where you can connect with others
facing similar challenges and share experiences.
</p>
<a href="https://www.helpguide.org/articles/therapy-medication/support-groups.htm">Learn More</a>
</div>
</div>
</section>
<section class="section__container about__container">
<div class="about__content">
<h2 class="section__header">About Us</h2>
<p>
Welcome to our mental wellness hub, dedicated to supporting your journey
towards holistic well-being. We strive to empower individuals with the
knowledge and tools to achieve mental clarity and emotional balance.
</p>
<p>
Dive into our curated resources that explore various aspects of mental
health and wellness. From understanding mental health conditions to
practical tips for stress management and self-care, our articles aim to
educate and inspire positive changes in your life.
</p>
<p>
Explore actionable strategies and mindfulness techniques to enhance your
mental resilience and cultivate a deeper sense of inner peace. Whether
you're seeking guidance on mindfulness practices or strategies for
improving sleep quality, we're here to support your mental wellness journey
every step of the way.
</p>
</div>
<div class="about__image">
<img src="assets/about.png" alt="about" />
</div>
</section>
<section class="section__container why__container">
<div class="why__image">
<img src="assets/header-image.png" alt="why choose us" />
</div>
<div class="why__content">
<h2 class="section__header">Why Choose Us</h2>
<p>
At Wellness Junction, we offer comprehensive mental health services, expert guidance and support, and prioritize confidentiality and respect for your healing journey.
</p>
<div class="why__grid">
<span><i class="ri-heart-pulse-line"></i></span>
<div>
<h4>Comprehensive Mental Health Services</h4>
<p>
Access a wide range of mental health services tailored to meet your individual needs.
</p>
</div>
<span><i class="ri-team-line"></i></span>
<div>
<h4>Guidance and Support</h4>
<p>
Benefit from expert guidance and compassionate support from our dedicated team.
</p>
</div>
<span><i class="ri-shield-check-line"></i></span>
<div>
<h4>Confidentiality and Respect</h4>
<p>
Rest assured with our strict confidentiality standards and respectful environment.
</p>
</div>
</div>
</div>
</section>
<section class="section__container doctors__container">
<div class="doctors__header">
<div class="doctors__header__content">
<h2 class="section__header">Our Special Doctors</h2>
<p>
We take pride in our exceptional team of doctors, each a specialist
in their respective fields.
</p>
</div>
<!-- <div class="doctors__nav">
<span><i class="ri-arrow-left-line"></i></span>
<span><i class="ri-arrow-right-line"></i></span>
</div> -->
</div>
<div class="doctors__grid">
<div class="doctors__card">
<div class="doctors__card__image">
<img src="assets/doctor-1.png" alt="doctor" />
<div class="doctors__socials">
<span><i class="ri-instagram-line"></i></span>
<span><i class="ri-facebook-fill"></i></span>
<span><i class="ri-heart-fill"></i></span>
<span><i class="ri-twitter-fill"></i></span>
</div>
</div>
<h4>Dr. Sheetal Patel</h4>
<p>Health Counsellor</p>
</div>
<div class="doctors__card">
<div class="doctors__card__image">
<img src="assets/doctor-2.jpg" alt="doctor" />
<div class="doctors__socials">
<span><i class="ri-instagram-line"></i></span>
<span><i class="ri-facebook-fill"></i></span>
<span><i class="ri-heart-fill"></i></span>
<span><i class="ri-twitter-fill"></i></span>
</div>
</div>
<h4>Dr. Jayesh Pandya</h4>
<p>Child Counsellor</p>
</div>
<div class="doctors__card">
<div class="doctors__card__image">
<img src="assets/doctor-3.jpg" alt="doctor" />
<div class="doctors__socials">
<span><i class="ri-instagram-line"></i></span>
<span><i class="ri-facebook-fill"></i></span>
<span><i class="ri-heart-fill"></i></span>
<span><i class="ri-twitter-fill"></i></span>
</div>
</div>
<h4>Dr. Mohan Patil</h4>
<p>Education Councellor</p>
</div>
</div>
</section>
<footer class="footer">
<div class="section__container footer__container">
<div class="footer__col">
<h3>Wellness<span>Junction</span></h3>
<p>
We are honored to be a part of your mental wellness journey, dedicated to
providing compassionate, personalized, and exceptional care at every stage.
</p>
<p>
Trust us to support your mental health, and let's collaborate to achieve
positive outcomes for you and your loved ones.
</p>
</div>
<div class="footer__col">
<h4>About Us</h4>
<p>Home</p>
<p>About Us</p>
<p>Work With Us</p>
<p>Our Blog</p>
<p>Terms & Conditions</p>
</div>
<div class="footer__col">
<h4>Services</h4>
<p>Search Terms</p>
<p>Advance Search</p>
<p>Privacy Policy</p>
<p>Suppliers</p>
<p>Our Stores</p>
</div>
<div class="footer__col">
<h4>Contact Us</h4>
<p>
<i class="ri-map-pin-2-fill"></i> 123, London Bridge Street, London
</p>
<p><i class="ri-mail-fill"></i> [email protected]</p>
<p><i class="ri-phone-fill"></i> (+91) 3456 789</p>
</div>
</div>
<div class="footer__bar">
<div class="footer__bar__content">
<p>Copyright © 2024 Wellness Junction. All rights reserved.</p>
<div class="footer__socials">
<span><i class="ri-instagram-line"></i></span>
<span><i class="ri-facebook-fill"></i></span>
<span><i class="ri-heart-fill"></i></span>
<span><i class="ri-twitter-fill"></i></span>
</div>
</div>
</div>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>