-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
384 lines (370 loc) · 17.3 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
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MOTHER TERESA HOME CARE</title>
<!-- Link to the style.css -->
<link rel="stylesheet" type="text/css" href="./styles/style.css">
<!-- Link to the favicon -->
<link rel="icon" href="./assets/favicon.png" type="image/png" sizes="32x32">
<!-- Link to add the Font Awesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<!-- Link to add the boxicons -->
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
</head>
<body>
<header>
<a href="./index.html" class="logo">
<img src="./assets/logo (1).png" alt="">
<div class="text">
MTHC
</div>
</a>
<nav class="navbar">
<ul>
<li class="nav-item"><a href="./about.html">About</a></li>
<li class="nav-item"><a href="./services.html">Services</a></li>
<li class="nav-item"><a href="./volunteer.html">Volunteer</a></li>
<li class="nav-item"><a href="./resources.html">Resources</a></li>
</ul>
</nav>
<div class="contact">
<a href="./contact.html">
<i class="fa-solid fa-envelope"></i>
<div class="text">
Contact
</div>
</a>
</div>
<div class="menu-icon">
<i class="fa-solid fa-bars menu-icon-i"></i>
<!-- <i class="fa-solid fa-x"></i> -->
</div>
</header>
<main class="home">
<div class="image-slider-container">
<div class="slider">
<div class="slide one active">
<div class="texts">
<div class="texts-header">
Welcome to Mother Teresa Home Care
</div>
<div class="texts-description">
Providing compassionate care and support for elderly individuals in Nepal. If you or your
loved ones need assistance with daily tasks or are considering aged care options, we are
here to help.
</div>
<div class="texts-button">
<button>
Learn More
</button>
</div>
</div>
<div class="slide-image">
<img src="./assets/illustrations/1 (1).png" alt="image">
</div>
</div>
<div class="slide two">
<div class="texts">
<div class="texts-header">
Join Our Cause
</div>
<div class="texts-description">
We welcome passionate individuals to become volunteers and make a difference in the lives of
elderly homeless people. Whether it's providing direct care, organizing events, or
fundraising, your contribution is invaluable.
</div>
<div class="texts-button">
<button>
Get Involved
</button>
</div>
</div>
<div class="slide-image">
<img src="./assets/illustrations/1 (2).png" alt="image">
</div>
</div>
<div class="slide three">
<div class="texts">
<div class="texts-header">
Our Services
</div>
<div class="texts-description">
We offer a comprehensive range of services tailored to meet the unique needs of elderly
homeless individuals, including medical care, shelter, meals, hygiene support, and engaging
social activities.
</div>
<div class="texts-button">
<button>
Explore Services
</button>
</div>
</div>
<div class="slide-image">
<img src="./assets/illustrations/1 (3).png" alt="image">
</div>
</div>
<div class="slide four">
<div class="texts">
<div class="texts-header">
Get in Touch
</div>
<div class="texts-description">
Contact us today to learn more about our services, volunteer opportunities, or how you can
support our mission to improve the quality of life for elderly homeless individuals in
Nepal.
</div>
<div class="texts-button">
<button>
Contact Us
</button>
</div>
</div>
<div class="slide-image">
<img src="./assets/illustrations/1 (5).png" alt="image">
</div>
</div>
</div>
<button class="prev" onclick="prevSlide()">❮</button>
<button class="next" onclick="nextSlide()">❯</button>
<div class="dots-container">
<span class="dot active" onclick="currentSlide(0)"></span>
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
</div>
<div class="our-featured-services">
<div class="header">
<div class="header-text">
Our Featured Services
</div>
<div class="header-line"></div>
</div>
<div class="services">
<div class="services-item">
<div class="services-image">
<img src="./assets/illustrations/1 (10).png" alt="image">
</div>
<div class="services-text">
<div class="services-item-header">
Medical Care
</div>
<div class="services-item-description">
Our dedicated healthcare professionals provide comprehensive medical care to elderly
individuals, ensuring they receive the attention and treatment they need to maintain their
health and well-being.
</div>
<div class="services-item-button">
<button>
<div class="text">
Learn More
</div>
<div class="icon">
<i class="fa-solid fa-chevron-right"></i>
</div>
</button>
</div>
</div>
</div>
<div class="services-item image-right">
<div class="services-image">
<img src="./assets/illustrations/1 (6).png" alt="image">
</div>
<div class="services-text">
<div class="services-item-header">
Shelter
</div>
<div class="services-item-description">
We offer safe and comfortable shelter to elderly homeless individuals, providing them with a
secure place to live and access to essential amenities.
</div>
<div class="services-item-button">
<button>
<div class="text">
Learn More
</div>
<div class="icon">
<i class="fa-solid fa-chevron-right"></i>
</div>
</button>
</div>
</div>
</div>
<div class="services-item">
<div class="services-image">
<img src="./assets/illustrations/1 (7).png" alt="image">
</div>
<div class="services-text">
<div class="services-item-header">
Meals
</div>
<div class="services-item-description">
Our nutritious meals are prepared with care and consideration for the dietary needs of
elderly individuals, ensuring they receive proper nutrition to maintain their health and
vitality.
</div>
<div class="services-item-button">
<button>
<div class="text">
Learn More
</div>
<div class="icon">
<i class="fa-solid fa-chevron-right"></i>
</div>
</button>
</div>
</div>
</div>
<div class="services-item image-right">
<div class="services-image">
<img src="./assets/illustrations/1 (8).png" alt="image">
</div>
<div class="services-text">
<div class="services-item-header">
Companionship
</div>
<div class="services-item-description">
We provide companionship and emotional support to elderly individuals, fostering meaningful
connections and reducing feelings of loneliness and isolation.
</div>
<div class="services-item-button">
<button>
<div class="text">
Learn More
</div>
<div class="icon">
<i class="fa-solid fa-chevron-right"></i>
</div>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="testimonial-slider-wrapper">
<div class="testimonial-header">
<div class="header-text">
Our Happy Clients
</div>
<div class="header-line"></div>
</div>
<div class="testimonial-slider">
<div class="testimonial-container">
<div class="testimonial-card-wrapper">
<div class="testimonial-card">
<img src="./assets/testimonials/1 (1).jpg" alt="">
<div class="texts">
<div class="name">John Doe</div>
<div class="description">
Mother Teresa Home Care provided exceptional support and care for my elderly
parents.
Their compassionate team ensured that my parents felt valued and respected at all
times.
</div>
</div>
<div class="date">
2022 May 2
</div>
</div>
</div>
<div class="testimonial-card-wrapper active">
<div class="testimonial-card">
<img src="./assets/testimonials/1 (2).jpg" alt="">
<div class="texts">
<div class="name">Emily Smith</div>
<div class="description">
I am immensely grateful for the dedicated services offered by Mother Teresa Home
Care.
Their commitment to providing quality healthcare and companionship to the elderly is
truly commendable.
</div>
</div>
<div class="date">
2022 May 2
</div>
</div>
</div>
<div class="testimonial-card-wrapper">
<div class="testimonial-card">
<img src="./assets/testimonials/1 (3).jpg" alt="">
<div class="texts">
<div class="name">Sarah Brown</div>
<div class="description">
Choosing Mother Teresa Home Care for my grandparents was the best decision I made.
Their
holistic approach to eldercare ensures that every aspect of my grandparents'
well-being
is taken care of
</div>
</div>
<div class="date">
2022 May 2
</div>
</div>
</div>
<div class="testimonial-card-wrapper">
<div class="testimonial-card">
<img src="./assets/testimonials/1 (4).jpg" alt="">
<div class="texts">
<div class="name">David Johnson</div>
<div class="description">
The team at Mother Teresa Home Care goes above and beyond to meet the needs of
elderly
individuals. Their professionalism and kindness have made a significant difference
in
the lives of many.
</div>
</div>
<div class="date">
2022 May 2
</div>
</div>
</div>
</div>
<button class="prev" onclick="prevTestimonial()">
<i class="fa-solid fa-chevron-left"></i>
</button>
<button class="next" onclick="nextTestimonial()">
<i class="fa-solid fa-chevron-right"></i>
</button>
<div class="testimonial-dots-container">
<span class="testimonial-dot"></span>
<span class="testimonial-dot active"></span>
<span class="testimonial-dot"></span>
<span class="testimonial-dot"></span>
</div>
</div>
</div>
</main>
<footer class="footer">
<div class="left">
© 2024 • MTHC • All Rights Reserved
</div>
<div class="right">
<div class="social">
<a href="https://www.facebook.com/ritoncharlox" target="_blank">
<i class="fa-brands fa-facebook"></i>
</a>
</div>
<div class="social">
<a href="https://www.instagram.com/ritoncharlox" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</div>
<div class="social">
<a href="https://www.linkedin.com/in/ritoncharlox" target="_blank"><i
class="fa-brands fa-linkedin"></i></a>
</div>
<div class="social">
<a href="https://twitter.com/ritoncharlox" target="_blank">
<i class="fa-brands fa-twitter"></i>
</a>
</div>
</div>
</footer>
<div class="nav-touch-close" id="nav-tc-js"></div>
<script src="scripts/script.js"></script>
</body>
</html>