-
Notifications
You must be signed in to change notification settings - Fork 0
/
healthCare.html
420 lines (357 loc) · 17 KB
/
healthCare.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
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ihlo</title>
<!--main Css -->
<link rel="stylesheet" href="css/nav.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/healthbody.css">
<link rel="stylesheet" href="css/healtpart34.css">
<!-- bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- icon and fonts -->
<link rel="stylesheet" href="css/fonts/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<!------------######################### Header ####################------------>
<!------------ 1 st part of header ------------------->
<header class="nav_top">
<a href="#" itemprop="url">
<img loading="false" data-no-lazy="1" class="logo" style="width: auto" src="images/logo-1.jpg" alt="IHLO">
<div class="logo-name" style="display: inline;">
<h2>International Health</h2>
<!-- <h3>and</h3> -->
<h2>Learning organization</h2>
</div>
<meta itemprop="name" content="Global Health Council">
</a>
<div class="head-top">
<div class="contact-info">
<!---- Connect us ---->
<div class="btn-box">
<a href="https://forms.gle/ozFdUmBvXubNeamv7" target="_blank" class="btn2">CONNECT US</a>
</div>
<!-- Donate us -->
<div class="btn-box">
<a href="https://forms.gle/8hpkkkgVKVbsGjgeA" target="_blank" class="btn2">DONATE NOW</a>
</div>
</div>
</div>
</header>
<!------- 2 nd part of header --------->
<nav id="menu" class="menu">
<input type="checkbox" id="tm" class="tm">
<label for="tm" id="toggle-menu">
<div class="menu-toggle"><span>Menu</span></div>
</label>
<ul class="main-menu cf">
<!----- ALL PAGES OF LINK ------>
<li><a href="index.html">Home</a></li>
<li><a href="About_us.html">About us</a></li>
<li><a href="Fight_covid19.html">Fight Covid 19</a></li>
<li><a style="color:black" href="healthCare.html">Health Care</a></li>
<li><a href="Elearning.html">E-learning</a></li>
<li><a href="Resource_Centre.html">Resource Centre</a></li>
<li><a href="OurWork.html">Our Work</a></li>
<li><a href="Centers.html">Where We Work</a></li>
<li><a href="ContactUs.html">Contact us</a></li>
</ul>
</nav>
<!---------- ################ End of Header ###################### ------------>
<!-- 1 st part -->
<div class="row" style="margin:0px ;">
<div class="container" style="margin: 0; max-width:100%; padding:0; position:relative">
<img class="healthimg" src="images/healthcareiamge.jpg" alt="young girl holding teddy bear">
<div class="healthword">
<h1>Health Care a Reality</h1>
<!-- <h2> A life without health is like a river without water.</h2> -->
<h2>Healthcare inspired by you.<br> Because we believe care should be built around just one person: You.</h2>
</div>
</div>
</div>
<!-- 1st part complated -->
<!-- 2nd part complated -->
<section class ="aboutHealth">
<div class="row" style="margin: 0px;">
<div class = "healthGoal">
<!-- <div class="healthTag">
<h5>Where We Focus</h5>
<h1>Health</h1>
</div> -->
<div class="healthgoalTag">
<h1>Improving Health Care </h1>
</div>
<div>
<p style=" text-align: justify;">
International Health And Learning organization (IHLO) works in the field of healthcare,it is one of the largest health systems in the World.
it is dedicated to the integrated delivery of health care, genomic medicine, senior care and services.
We are providing efficient, well-organized and well-supported health care , Which can be lifesaving and life-changing.
<br><br>
IHLO has centers in different countries. Our Centers of Excellence offer compassionate care and free healthcare facilities.
</p>
</div>
</div>
<!-- OUR IMPACT -->
<div class="our_impact" style="width: 100%;">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="single_our_impact">
<span class="counter">7000+</span>
<h4>VOLUNTEERS ENGAGED</h4>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single_our_impact">
<span class="counter">11+</span>
<h4> TOTAL COUNTRIES</h4>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single_our_impact">
<span class="counter">14+</span>
<h4>YEARS OF SERVICE</h4>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single_our_impact">
<span class="counter">500000+</span>
<h4>PEOPLE SERVED</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- 2nd part completed -->
<!-- 3rd part healthpart34.css -->
<!-- Gallery -->
<section class="gallery">
<div class="row galleryimage">
<div class="keyheadline">
<h1 class="keyheadline">Our Work in <span style="color: #3e832b;">Health Care</span> </h1>
</div>
<!-- image from https://www.weforum.org/agenda/2015/01/3-ways-to-improve-healthcare-in-africa/ -->
<!-- 1 st image -->
<div class="col-md-4 flipkey">
<div class="flip_back">
<img src="images/healthcare/AFRICAHEALTHCARE.jpg" class="workimg" alt="Image of checking child at the time of campaigns by IHLO in AFRICA ">
</div>
<div class="flip_front">
<div style="padding-top: 30%;">
<p class="text">
Since 8 years we are conducting Polio vaccine campaign in almost 90+ countries and till date over 7 million children have been vaccinated.
</p>
<h4>Polio Vaccination</h4>
</div>
</div>
</div>
<!-- 2nd image -->
<div class="col-md-4 flipkey dis">
<div class="flip_back">
<img src="images/healthcare/health1.jpg" class="workimg" alt="Image of telling about How IHLO help us">
</div>
<div class="flip_front">
<div style="padding-top: 30%;">
<p class="text">
We have been treating Senior citizens of 'Old Age Home' and raising funds for critical diseases. Till data 1000+ 'Old Age Homes' have been connected with us.
</p>
<h4>A small Petal of flower for 'Old Age Homes'</h4>
</div>
</div>
</div>
<!-- 3rd image -->
<div class="col-md-4 flipkey">
<div class="flip_back">
<img src="images/healthcare/afghanistanhealth.jpg" class="workimg" alt="Image of checking child at the time of campaigns by IHLO in afghanistan ">
</div>
<div class="flip_front">
<div style="padding-top: 30%;">
<p class="text">
Our Organization adopted 50K+ handicapped pedestrians and adopted them them until they become capable themsalves to earn money
</p>
<h4>Adoption of handicapped pedestrians</h4>
</div>
</div>
</div>
<!-- image from https://www.stripes.com/news/middle-east/usaid-funds-given-to-unreliable-afghan-health-care-program-report-says-1.239355 -->
<div class="row galleryimage1 ">
<!-- 4 th image -->
<div class="col-md-4 flipkey">
<div class="flip_back">
<img src="images/healthcare/somaliahealthcare .jpg" class="workimg" alt="Image of giving medicine to women after checkup is complated at the time of campaigns by IHLO in somalia ">
</div>
<div class="flip_front">
<div style="padding-top: 30%;">
<p class="text">
During early stage of Covid19 pandamic many Undeveloped and Developing countries struggling for mass tesing. Our oraganization provided 'Rapid Test Kit' to some of the countries.
</p>
<h4>Covid19 Rapid Test Kit </h4>
</div>
</div>
</div>
<!-- 5 th image -->
<div class="col-md-4 flipkey">
<div class="flip_back">
<img src="images/healthcare/health2.png" class="workimg" alt="Image of checkup patient">
</div>
<div class="flip_front">
<div style="padding-top: 30%;">
<p class="text">
Our Volunteers readched many villages and tribe regions to generated awareness about Gynaecology and it's importance
</p>
<h4>Awareness about Female related Diseases</h4>
</div>
</div>
</div>
<!-- 6th image -->
<div class="col-md-4 flipkey">
<div class="flip_back">
<img src="images/healthcare/health3.png" class="workimg" alt="Giving information about IHLO van has reached and we are giving free treatment and medicine">
</div>
<div class="flip_front">
<div style="padding-top: 30%;">
<p class="text">
Our Docters conducted health camps twice in year in many villages and tribe regions and provided them free medicines.
</p>
<h4>Medicine Distribution in Villages and tribe regions</h4>
</div>
</div>
</div>
</div>
</section>
<!-- 3rd part complated -->
<!-- 4th part -->
<!-- 5 th part -->
<!-- keyproject healthbode.css-->
<section class="DJC-box row" style="margin: auto;">
<!-- 1st -->
<div class="keyheadline">
<h1 class="keyheadline">Key <span style="color: #3e832b;">Projects</span> </h1>
</div>
<div class="services-block-one col-lg-4 col-md-6">
<div class="inner-box hvr-float-shadow flipkey" style="padding: 45px 10px 38px;">
<div class="icon flip_back"><span><img style="width: 110px;padding: 5% 0;" src="images/fightcovid19.jpg" alt=""></span></div>
<h4 class="flip_back"><a href="#">Fight COVID19 </a></h4>
<div class="services-block-one inner-box hvr-float-shadow flip_front">
<div style="padding-top: 30%;">
<p class="text">
Taking care of health in the current pandemic is our responsibility and We are all working to get to the other side of this crisis. We are all proud, determined and ready to provide the highest level of health facilities.
</p>
<h4><a href="Fight_covid19.html">Fight COVID19 </a></h4>
</div>
</div>
</div>
</div>
<!-- 2nd -->
<div class="services-block-one col-lg-4 col-md-6">
<div class="inner-box hvr-float-shadow flipkey" style="padding: 45px 10px 38px;">
<div class="icon flip_back"><span><img style="width: 110px;padding: 5% 0;" src="images/healthCare.png" alt=""></span></div>
<h4 class="flip_back"><a href="#">Medical Facilities </a></h4>
<div class="services-block-one inner-box hvr-float-shadow flip_front">
<div style="padding-top: 30%;">
<p class="text">
Extending the reach of every individual living with the vulnerabilities to the basic health facilities.
</p>
<h4><a href="healthCare.html">Medical Facilities </a></h4></h4>
</div>
</div>
</div>
</div>
<!-- 3rd -->
<div class="services-block-one col-lg-4 col-md-6">
<div class="inner-box hvr-float-shadow flipkey" style="padding: 45px 10px 38px;">
<div class="icon flip_back"><span><img style="width: 110px;padding: 5% 0;" src="images/training.png" alt=""></span></div>
<h4 class="flip_back"><a href="#">Education For All </a></h4>
<div class="services-block-one inner-box hvr-float-shadow flip_front">
<div style="padding-top: 30%;">
<p class="text">
Education is the only means that promotes happiness and bright future. Here, we are providing education to all who are deprived of the education.
</p>
<h4><a href="Elearning.html">Education For All </a></h4>
</div>
</div>
</div>
</div>
</section>
<!--######################### footer part ####################################-->
<footer class="footer-distributed" style="bottom: 0%;">
<div class="row footerpart1" style="margin: auto;">
<div class="col-md-4 col-sm-12 footer-left" >
<div class="footerimg">
<img src="images/logo.png" style="width: 35%;" alt="logo of ihlo">
<h3 style="padding: 2% 0px;"><span>IHLO</span></h3>
<span style="padding: 2% 0px;"><h3>About the Org</h3></span>
<p class="footer-company-about" style="padding: 3% 0px;">
Our existence is for providing basic healthcare facilities and education in different parts
of world for all sections of society. We believe that basic healthcare and education are rights of
every human and everyone should get it. We want to give our contribution in building a better
world.</p>
<a href="About_us.html">More</a>
</div>
</div>
<!-- 2nd part -->
<div class="col-md-3 col-sm-6">
<div class="footer-centre">
<h2>Useful Links</h2>
<ul class="stylelink">
<li><a href="index.html"><span class="fa fa-minus"></span>  Home</a></li>
<li><a href="About_us.html"><span class="fa fa-minus"></span>  About us</a></li>
<li><a href="Fight_covid19.html"><span class="fa fa-minus"></span>  Fight Covid 19</a></li>
<li><a href="healthCare.html"><span class="fa fa-minus"></span>  Health Care</a></li>
<li><a href="Elearning.html"><span class="fa fa-minus"></span>  E-learning</a></li>
<li><a href="Resource_Centre.html"><span class="fa fa-minus"></span>  Resource Centre</a></li>
<li><a href="OurWork.html"><span class="fa fa-minus"></span>  Our Work</a></li>
<li><a href="Centers.html"><span class="fa fa-minus"></span>  Where We Work</a></li>
<li><a href="ContactUs.html"><span class="fa fa-minus"></span>  Contact us</a></li>
</ul>
</div>
</div>
<div class="col-md-5 col-sm-6">
<div class="contactinfo">
<h2>Contact</h2>
<div class="row" style="padding-bottom: 4%;">
<div class="col-md-2 col-sm-2" style=" padding-left: 12%; font-size: 30px; ">
<i class="fa fa-map-marker"></i>
</div>
<div class="col-md-8 col-sm-8">
<p><span>Walchand College of Engineering,</span>
Sangli - Miraj Rd, Vishrambag, Sangli, Maharashtra 416415</p>
</div>
</div>
<div class="row" style="padding-bottom: 4%;">
<div class="col-md-2 col-sm-2" style=" padding-left: 12%; font-size: 20px; ">
<a href="mailto:ihlo@sangli.ac.in" style="text-decoration: none; color:black"><i class="fa fa-envelope"></i></a>
</div>
<div class="col-md-8 col-sm-8">
<a href="mailto:ihlo@sangli.ac.in" style="text-decoration: none; color:black"><p style="padding-top: 3.5px;">ihlo@sangli.ac.in</p></a>
</div>
</div>
<div class="row" style="padding-bottom: 4%;">
<div class="col-md-2 col-sm-2" style=" padding-left: 13%; font-size: 20px; ">
<i class="fa fa-phone"></i>
</div>
<div class="col-md-8 col-sm-8">
<p style="padding-top: 3.5px;"> +91 22-27782183</p>
</div>
</div>
<div class="footer-icons" style="text-align: center;">
<h3 style="font: normal 30px serif; padding-bottom:2%">FOLLOW US</h3>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-youtube"></i></a>
</div>
</div>
</div>
</div>
<p class="footer-company-name" style="padding-top: 2%; color:black ">© 2020 Health International Learning Org.</p>
</footer>
</body>
</html>