-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_us.html
187 lines (173 loc) · 6.28 KB
/
about_us.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- <meta /> -->
<meta
charset="UTF-8"
name="description"
content=" -A non-profit initiative dedicated towards equalising healthcare services in a city riddled with inequalities"
/>
<title>Mumbai health project</title>
<link rel="stylesheet" href="main.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous"
/>
</head>
<body class="square-grid full-size">
<!-- Header starts -->
<header class="site-header bg-white">
<div class="wrapper site-header__wrapper">
<img
class="brand"
src="images\logo_V1.jpg"
style="width: 60px; margin: auto; margin-bottom: 2px"
/>
<a href="./index.html" style="margin-bottom: 0rem" class="brand"
>MUMBAI HEALTH PROJECT FOUNDATION</a
>
<nav class="nav">
<button class="nav__toggle" aria-expanded="false" type="button">
<i class="fas fa-bars"></i>
</button>
<ul class="nav__wrapper">
<li class="nav__item"><a href="./about_us.html">Soch</a></li>
<!-- <li class="line_ver"></li> -->
<li class="nav__item"><a href="./seekh.html">Seekh</a></li>
<!-- <li class="line_ver"></li> -->
<!-- <li class="nav__item"><a href="./samaaj.html">Samaaj</a></li> -->
<!-- <li class="line_ver"></li> -->
<!-- <li class="nav__item"><a href="./support_us.html">Support</a></li> -->
<!-- <li class="line_ver"></li> -->
<li class="nav__item"><a href="./contact_us.php">Contact Us</a></li>
</ul>
</nav>
</div>
</header>
<!--Header Ends Here -->
<!-- About us starts here -->
<div class="container-main">
<p class="head heading__1">Har Gully Healthy - A Dream. . . .</p>
<div class="sub-container-para">
<p class="para-1">
Mumbai is a hub of dreams and hopes. One of the many industries that
thrive in the Maximum City, healthcare wasn't the most popular one
until the pandemic slowed us down.
</p>
<p class="para-2">
It was looming in our eyes more than ever that a single city regularly
becomes a guiding lamp for neighbouring states and people who travel
from as far as 2000 kms to seek quality healthcare.
</p>
<p class="para-3">
There is a stark disparity in the distribution of healthcare services
and model of delivery.
</p>
<p class="para-4">
Mumbai Health Project aims to create a conduit between the extremes to
arrive at a balance, providing better access to quality healthcare to
the section of the society that struggles the most both financially
and in terms of lack of awareness.
</p>
<p class="para-5">
A step closer to universal healthcare, come join us in this journey of
making
</p>
</div>
<p class="head heading__2">Har Gully, A Healthy Gully!</p>
</div>
<br />
<br />
<br />
<br />
<div class="container-2">
<div class="sub-container mission">
<h3>Mission</h3>
<ul style="list-style-type: disc">
<li>☛ Affordable Healthcare within reach initiate.</li>
<li>
☛ Preventive Healthcare Behavioural Change amongst the Urban
Poor with a Focus on Infectious Diseases.
</li>
<li>
☛ Provide a Platform for Doctors to create a Socially
Motivated Entrepreneurial Community.
</li>
</ul>
</div>
<div class="sub-container vision">
<h3>Vision</h3>
<p>Take Healthcare To Every Gully</p>
</div>
</div>
<div class="container-3">
<p class="head heading__3">Meet The Team</p>
<div class="team_listing"></div>
</div>
<!-- About us ends here -->
<!-- Footer starts here -->
<footer class="footer">
<div class="container-footer">
<div class="row">
<div class="footer-col">
<h2 class="logo-text">Mumbai Health Project</h2>
<p>242 Geeta Nagar Navy Nagar</p>
<p>Colaba Mumbai 400005</p>
</div>
<div class="footer-col" id="logo_foot">
<div class="socials">
<h4>Follow Us</h4>
<a href="https://www.facebook.com/hargullyhealthy"
><i class="fab fa-facebook"></i
></a>
<a
href="https://instagram.com/mumbaihealthproject?utm_medium=copy_link"
><i class="fab fa-instagram"></i
></a>
<a href="https://twitter.com/hargullyhealthy?s=11"
><i class="fab fa-twitter"></i
></a>
<a href="https://www.linkedin.com/company/mumbai-health-project/"
><i class="fab fa-linkedin"></i
></a>
</div>
</div>
<div class="footer-col">
<div class="contact">
<h4>Contact us</h4>
<a href="tel:+91-9769949470"
><i class="ico fa fa-phone"></i> +91-9769949470</a
>
<a href="mailto:support@mumbaihealthproject.com"
><i class="ico fa fa-envelope"></i>
support@mumbaihealthproject.com</a
>
</div>
</div>
</div>
<div class="row author_name">
<div>
<span style="font-size: 10px"
>© Developed by
<a
href="https://www.linkedin.com/in/bhavjot-singh/"
target="_blank"
>
Bhavjot Singh</a
>
&
<a href="https://github.com/rishiarya09"
>Rishi Arya Juturu</a
></span
>
</div>
</div>
</div>
</footer>
<!-- Footer ends here -->
<script src="./main.js"></script>
</body>
</html>