-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
179 lines (164 loc) · 7.28 KB
/
about.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
<!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" class="active">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="about">
<!-- First Section: Header with Image and Text -->
<section class="header">
<div class="container">
<img src="./assets/illustrations/1 (4).png" alt="Mother Teresa Home Care" class="header-image">
<div class="header-text">
<h1>Mother Teresa Home Care</h1>
<p>Providing Compassionate Care to Elderly Homeless Individuals</p>
</div>
</div>
</section>
<!-- Second Section: Mission and Vision -->
<section class="mission-vision">
<div class="container">
<div class="mission-vision-header">Our Mission & Vision</div>
<p>At Mother Teresa Home Care, our mission is to provide compassionate and dignified care to elderly homeless individuals in Nepal. We believe that every person, regardless of their age or circumstances, deserves to live with dignity and respect. Our vision is to create a society where no elderly person is left behind, where they have access to the care and support they need to live fulfilling lives.</p>
<p class="ul-header">We strive to achieve our mission and vision by:</p>
<ul>
<li>Providing comprehensive nursing homecare services that address the physical, emotional, and social needs of our residents.</li>
<li>Fostering a supportive and nurturing environment where our residents feel valued, loved, and empowered.</li>
<li>Collaborating with government agencies, NGOs, and community partners to advocate for policies and programs that benefit elderly homeless individuals.</li>
<li>Empowering our volunteers to make a positive impact through their dedication, compassion, and service.</li>
<li>Continuously innovating and improving our services to meet the evolving needs of our residents and community.</li>
</ul>
<p class="p-bottom">Together, we are committed to making a meaningful difference in the lives of elderly homeless individuals, ensuring they receive the care, support, and respect they deserve.</p>
</div>
</section>
<!-- Third Section: Team Members -->
<div class="our-team">
<div class="title">
<div class="title-text">
Our team
</div>
<div class="line"></div>
</div>
<div class="teams">
<div class="team-member">
<img src="./assets/team/Kaushal.jpg" alt="">
<div class="texts">
<div class="name">
Kaushal Kumar
</div>
<div class="position">
Co-Founder and CEO
</div>
</div>
</div>
<div class="team-member">
<img src="./assets/team/1 (1).jpg" alt="">
<div class="texts">
<div class="name">
Arpos Leonard
</div>
<div class="position">
Co-Founder
</div>
</div>
</div>
<div class="team-member">
<img src="./assets/team/1 (4).jpg" alt="">
<div class="texts">
<div class="name">
Andrew Leonard
</div>
<div class="position">
Co-Founder
</div>
</div>
</div>
<div class="team-member">
<img src="./assets/team/pappu.jpg" alt="">
<div class="texts">
<div class="name">
Pappu Chaudhary
</div>
<div class="position">
Co-Founder
</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>