-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservices.html
204 lines (191 loc) · 8.25 KB
/
services.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
<!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" class="active">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="services">
<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>
</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>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js">
</script>
<script type="text/javascript">
(function () {
emailjs.init("mg50UONVh0u7USsVq");
})();
</script>
</body>
</html>