-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcovid-relief.html
474 lines (450 loc) · 28.4 KB
/
covid-relief.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
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Swasth → Covid Relief</title>
<link rel="stylesheet" href="css/covid-relief.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0JP87V33R5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0JP87V33R5');
</script>
</head>
<body>
<!--
Header
-->
<header>
<div class="row row-a">
<div class="col col-a">
<figure class="logo">
<a href="home.html"><img src="images/logo.png" alt="Logo"></a>
</figure>
</div>
<div class="col col-b">
<nav class="menu">
<ul>
<li><a href="home.html">HOME</a></li>
<li>
<a href="javascript:void(0)">ABOUT <i class="bx bx-chevron-down"></i></a>
<ul>
<li><a href="vision-and-mission.html">VISION & MISSION</a></li>
<li><a href="history.html">HISTORY</a></li>
<li><a href="team.html">TEAM</a></li>
<li><a href="partners.html">PARTNERS</a></li>
<li><a href="volunteers.html">VOLUNTEERS</a></li>
</ul>
</li>
<li><a href="health-claims-exchange.html">HCX</a></li>
<li><a href="covid-relief.html" class="active">COVID RELIEF</a></li>
<li><a href="initiatives.html">OTHER INITIATIVES</i></a></li>
<li><a href="how-we-work.html">HOW WE WORK</a></li>
<li>
<a href="javascript:void(0)">GET INVOLVED <i class="bx bx-chevron-down"></i></a>
<ul>
<li><a href="support-our-work.html">SUPPORT OUR WORK</a></li>
<li><a href="partner-with-us.html">PARTNER WITH US</a></li>
<li><a href="volunteer-with-us.html">VOLUNTEER WITH US</a></li>
<li><a href="career.html">CAREERS</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<div class="col col-c">
<form class="search-form">
<input type="search" placeholder="Search..." id="search">
<button type="submit"><i class='bx bx-search'></i></button>
</form>
</div>
<div class="col col-d">
<div class="hamburger" onclick="openOffCanvasMenu()">
<span></span>
<span></span>
<span></span>
</div>
<div class="overlay" id="off-canvas-menu">
<a href="javascript:void(0)" class="close" onclick="closeOffCanvasMenu()">×</a>
<nav>
<ul>
<li><a href="home.html">HOME</a></li>
<li>
<a href="javascript:void(0)">ABOUT <i class="bx bx-chevron-down"></i></a>
<ul>
<li><a href="vision-and-mission.html">VISION & MISSION</a></li>
<li><a href="history.html">HISTORY</a></li>
<li><a href="team.html">TEAM</a></li>
<li><a href="partners.html">PARTNERS</a></li>
<li><a href="volunteers.html">VOLUNTEERS</a></li>
</ul>
</li>
<li><a href="health-claims-exchange.html">HCX</a></li>
<li><a href="covid-relief.html" class="active">COVID RELIEF</a></li>
<li><a href="initiatives.html">OTHER INITIATIVES</i></a></li>
<li><a href="how-we-work.html">HOW WE WORK</a></li>
<li>
<a href="javascript:void(0)">GET INVOLVED <i class="bx bx-chevron-down"></i></a>
<ul>
<li><a href="support-our-work.html">SUPPORT OUR WORK</a></li>
<li><a href="partner-with-us.html">PARTNER WITH US</a></li>
<li><a href="volunteer-with-us.html">VOLUNTEER WITH US</a></li>
<li><a href="career.html">CAREERS</a></li>
</ul>
<li><a href="newsroom.html">NEWSROOM</a></li>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!--
Main
-->
<main>
<section id="a">
<div class="row row-a">
<div class="col col-a">
<h1><span>COVID</span> <span>Relief</span></h1>
<p class="covid"> <span> Efforts</span> <span> in</span> <span>our</span> <span>first</span> <span>1.5</span> <span>years</span> <span>were</span> <span>geared</span> <span>towards</span> <span>fighting</span> <span>the</span> <span>pandemic.</span>
</p>
</div>
</div>
<div class="row row-b">
<div class="col col-a">
<p class="covid"> <span>During</span> <span>the</span> <span>first</span> <span>two</span> <span>waves</span> <span>of</span> <span>the</span> <span>pandemic,</span> <span>we</span> <span>were</span> <span>able</span> <span>to</span> <span>deliver</span> <span>deep</span> <span>impact</span> <span>across</span> <span>the</span> <span>country</span> <span>by</span> <span>working</span> <span>collaboratively</span> <span>with</span> <span>the</span> <span>public,</span> <span>private,</span> <span>and </span> <span>non-profit</span> <span>sectors.</span> <span>Having</span> <span>realised</span> <span>the</span> <span>urgency</span> <span>of</span> <span>going</span> <span>beyond</span> <span>COVID</span> <span>relief,</span> <span>Swasth</span> <span>is</span> <span>now</span> <span>focussed</span> <span>on</span> <span>building</span> <span>public</span> <span>digital</span> <span>infrastructure</span> <span>and</span> <span>driving</span> <span>collaborative</span> <span>research</span> <span>that</span> <span>will</span> <span>enable</span> <span>India</span> <span>to</span> <span>deliver</span> <span>Universal</span> <span>Health</span> <span>Coverage</span> <span>to</span> <span>her</span> <span>citizens.</span>
</p>
</div></div>
</section>
<section id="b">
<div class="row row-b">
<div class="col col-a wave-1" onmouseover="enlargeWave1(this)">
<figure>
<a href="#wave-1" title="Wave 1"><img src="images/wave-1.jpg" alt="Wave 1"></a>
</figure>
</div>
<div class="col col-b wave-2" onmouseover="enlargeWave2(this)">
<figure>
<a href="#wave-2" title="Wave 2"><img src="images/wave-2.jpg" alt="Wave 2"></a>
</figure>
</div>
</div>
</section>
<section id="c">
<div class="row row-a" id="wave-1">
<div class="col col-a">
<div class="sticky">
<h2>WAVE 1</h2>
<p>The pandemic's first wave prompted the formation of Swasth, out of the efforts of a group of volunteer leaders from across the health and technology ecosystem. From April to December 2020, Swasth was able to help state and local health systems scale rapidly by allowing them to plug into existing private telemedicine capacity for providing home monitoring and management for covid patients.</p>
</div>
</div>
<div class="col col-b">
<h3>TELECONSULTATION PLATFORM</h3>
<p>Swasth began by tackling the issue of access to quality care by setting up a teleconsultation gateway, coupled with the providers and with end-user apps</p>
<div class="slider" id="slider-a">
<nav><i class="bx bx-chevron-right"></i></nav>
<div class="swiper" id="swiper-a">
<div class="swiper-wrapper">
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<h4>260,000+</h4>
<p>Patients from over 500+ cities & towns served directly</p>
</div>
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<p>Supported</p>
<h4>14</h4>
<p>Languages</p>
</div>
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<h4>3.6/4</h4>
<p>Average Doctor Rating</p>
</div>
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<h4>260,000+</h4>
<p>Patients from over 500+ cities & towns served directly</p>
</div>
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<p>Supported</p>
<h4>14</h4>
<p>Languages</p>
</div>
</div>
</div>
</div>
<h3>REMOTE MONITORING</h3>
<p>Swasth developed and operated a pro-bono remote monitoring digital platform for Home Isolation, which was powered by established homecare providers like Portea, Healthcare at Home, and Apollo among others.</p>
<div class="slider" id="slider-b">
<nav><i class="bx bx-chevron-right active"></i></nav>
<div class="swiper" id="swiper-b">
<div class="swiper-wrapper">
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<h4>100,000+</h4>
<p>Patients serviced pan-India</p>
</div>
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<p>Clinical Decision Support Protocols designed by top doctors</p>
<h4>top doctors</h4>
</div>
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<p>Daily virtual check-ins by</p>
<h4>medical professionals</h4>
</div>
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<p>Chosen by the Government of Karnataka to deploy state-wide</p>
<h4>home isolation services</h4>
</div>
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<h4>100,000+</h4>
<p>Patients serviced pan-India</p>
</div>
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<p>Clinical Decision Support Protocols designed by top doctors</p>
<h4>top doctors</h4>
</div>
</div>
</div>
</div>
<div ><a href="#"></a></div>
<div class="partners">
<h3>POWERED BY</h3>
<h4 style="font-size: 2rem;margin-bottom: 20px;">Medical Product Council</h4>
<p style="margin-bottom:60px" >
<span style="color: #1448e0; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Dr. N Jairam . </span>
<span style="color: #000000; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Pankaj Sahni . </span>
<span style="color: #eb6f2d; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Dr. Deepika Saraf . </span>
<span style="color: #54b836; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Dilip Jose . </span>
<span style="color: #1448e0; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Dr. Ashish Atreja . </span>
<span style="color:#eb6f2d; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Dr. Ayesha Nazneen . </span>
<span style="color: #000000; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Dr. Sudarshan . </span>
<span style="color: #54b836; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Dr. S Murali . </span>
<span style="color: #eb6f2d; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Vikram Thaploo . </span>
</p>
<h4 style="font-size: 2rem;margin-bottom: 20px;">Tech Product Council</h4>
<p style="margin-bottom:60px" >
<span style="color: #1448e0; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Abhinav Lal . </span>
<span style="color: #54b836; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Ajit Narayanan . </span>
<span style="color: #eb6f2d; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Gaurav Agarwal . </span>
<span style="color: #1448e0; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Shamik Sharma . </span>
</p>
<h3 class="h3-partners">PARTNERS <i class="bx bx-plus" onclick="toggleLogos(this)"></i></h3>
<img src="images/logos/logos.png" alt="" style="width:100%;">
</div>
</div>
</div>
</section>
<!-- <section id="partners">
<div class="row row-a">
<div class="col col-a"></div>
<div class="col col-b">
<h3>POWERED BY</h3>
<h4 style="font-size: 2rem;margin-bottom: 20px;">Medical Product Council</h4>
<p style="margin-bottom:60px" >
<span style="color: #1448e0; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Dr. N Jairam . </span>
<span style="color: #000000; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Pankaj Sahni . </span>
<span style="color: #eb6f2d; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Dr. Deepika Saraf . </span>
<span style="color: #54b836; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Dilip Jose . </span>
<span style="color: #1448e0; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Dr. Ashish Atreja . </span>
<span style="color:#eb6f2d; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Dr. Ayesha Nazneen . </span>
<span style="color: #000000; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Dr. Sudarshan . </span>
<span style="color: #54b836; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Dr. S Murali . </span>
<span style="color: #eb6f2d; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Vikram Thaploo . </span>
</p>
</div>
</div>
</section>
<section id="partners">
<div class="row row-a">
<div class="col col-a"></div>
<div class="col col-b">
<h4 style="font-size: 2rem;margin-bottom: 20px;">Tech Product Council</h4>
<p style="margin-bottom:60px" >
<span style="color: #1448e0; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Abhinav Lal . </span>
<span style="color: #54b836; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Ajit Narayanan . </span>
<span style="color: #eb6f2d; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Gaurav Agarwal . </span>
<span style="color: #1448e0; font-size: 1.5rem ; font-weight: 700; line-height: 2.5rem;">Shamik Sharma . </span>
</p>
</div>
</div>
</section>
<section id="partners">
<div class="row row-a">
<div class="col col-a"></div>
<div class="col col-b">
<h3>PARTNERS</h3>
<img src="images/logos/logos.png" alt="">
</div>
</div>
</section> -->
<section id="d">
<div class="row row-a" id="wave-2">
<div class="col col-a">
<div class="sticky">
<h2>WAVE 2</h2>
<p>The second wave of the COVID-19 crisis put extreme strain on India’s medical infrastructure. At Swasth, we worked with our Alliance members and our team of volunteers to bring people the resources they needed to battle the pandemic. We aimed to create systems where patients can care for themselves with ease at home, and thereby reduce the patient-care load on hospitals and clinics. We also worked diligently to provide oxygen concentrators to patients - be it in major cities, or in remote parts of the country.
</p>
</div>
</div>
<div class="col col-b">
<h3>OXYGEN FOR EVERYONE</h3>
<p>Swasth was able to significantly scale the effort to co-lead India’s largest private oxygenation effort, providing critical relief to health facilities in over 500 districts pan-India. We procured and deployed</p>
<div class="slider" id="slider-c">
<nav><i class="bx bx-chevron-right"></i></nav>
<div class="swiper" id="swiper-c">
<div class="swiper-wrapper">
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<h4>42,790</h4>
<p>Oxygen Concentrators</p>
</div>
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<h4>9,634</h4>
<p>Oxygen Cylinders</p>
</div>
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<h4>2,318</h4>
<p>Bipap devices</p>
</div>
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<h4>50,000</h4>
<p>Pulse Oximeters</p>
</div>
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<h4>42,790</h4>
<p>Oxygen Concentrators</p>
</div>
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<h4>9,634</h4>
<p>Oxygen Cylinders</p>
</div>
</div>
</div>
</div>
<div class="explore-button"><a href="oc-deployment.html">View Deployment Dashboard</a></div>
<h3>COMMUNITY SCIENCE ALLIANCE</h3>
<p>Swasth Community Science Alliance(CSA) was set up as a partnership of community-based organisations, frontline clinicians, and scientists from India and the Indian diaspora to develop a community of practice committed to advancing evidence-based COVID-19 care, contextualised to rural India. We partnered with the Lakshmi Mittal & Family South Asia Institute at Harvard University to convene clinical updates for doctors. CSA-created content is being used by Piramal, Labournet and Mahan Trust to train 30,000+ last-mile responders.</p>
<div class="explore-button"><a href="swasth-community-science-alliance.html">CSA PARTNERS</a></div>
<h3>COVID-19 CARE ASSIST BOT</h3>
<p>In collaboration with the eGov Foundation, Swasth created a triage bot called Sakhi for tracking, monitoring and management of mild COVID-19 cases and a service bot to connect customers and suppliers of medical devices. The base infrastructure of the triage bot was adopted and customised by the state of Punjab and Nagaland's Mon district as the standard protocol for home isolation.</p>
<picture style="margin-top:24px;">
<source media="(min-width: 650px)" srcset="images/Swasth.png" alt="">
<img src="images/sahi-09.png" alt="">
</picture>
<h3>LIFE RESOURCES</h3>
<p>With the Coronasafe Network and 130+ volunteers, we created <a href="https://life.coronasafe.network/" style="text-decoration:underline;color: black;"><b style="font-size:2rem; color: #000;">liferesources.in</b></a>: a pan-India open source repository of oxygen, hospital, ambulance, helplines and medicines, available in 11 languages.</p>
<div class="slider" id="slider-d">
<nav><i class="bx bx-chevron-right active"></i></nav>
<div class="swiper" id="swiper-d">
<div class="swiper-wrapper">
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<h4>165,000</h4>
<p>website visitors</p>
</div>
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<h4>100 million+</h4>
<p>API calls</p>
</div>
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<h4>165,000</h4>
<p>website visitors</p>
</div>
<div class="swiper-slide">
<i class='bx bxs-circle'></i>
<h4>100 million+</h4>
<p>API calls</p>
</div>
</div>
</div>
</div>
<p>LIFE remains a public resource with a list of verified healthcare service providers. In case of another severe wave, it will be refreshed.</p>
<div class="partners">
<h3 class="h3-partners">PARTNERS <i class="bx bx-plus" onclick="toggleLogos(this)"></i></h3>
<img src="images/logos/WAVE2-PARTNERS.png" alt="" style="width:100%;">
<hr>
<h3 class="h3-partners">DONORS <i class="bx bx-plus" onclick="toggleLogos(this)"></i></h3>
<img src="images/logos/WAVE2-DONORS.png" alt="" style="width: 100%;">
</div>
</div>
</div>
</section>
<!-- <section id="partners">
<div class="row row-a">
<div class="col col-a"></div>
<div class="col col-b">
<h3>PARTNERS</h3>
<img src="images/logos/WAVE2-PARTNERS.png" alt=""width="100%">
</div>
</div>
</section>
<section id="partners">
<div class="row row-a">
<div class="col col-a"></div>
<div class="col col-b">
<h3>DONORS</h3>
<img src="images/logos/WAVE2-DONORS.png" alt="">
</div>
</div>
</section> -->
</main>
<!--
Footer
-->
<footer>
<div class="row row-a">
<div class="col col-a">
<figure class="logo">
<a href="#"><img src="images/Swasth-inverted-logo.png" alt="Logo"></a>
</figure>
<p class="copyright-desktop">Copyright@2023</p>
</div>
<div class="col col-b">
<h2>Quick Links</h2>
<ul>
<li><a href="home.html">HOME</a></li>
<li><a href="health-claims-exchange.html">HCX</a></li>
<li><a href="newsroom.html">NEWSROOM</a></li>
</ul>
</div>
<div class="col col-c">
<h2>Social Links</h2>
<ul>
<li><a href="https://www.facebook.com/swasthorg/" target="_blank"><i class="bx bxl-facebook"></i> FACEBOOK</a></li>
<li><a href="https://twitter.com/swasthorg/" target="_blank"><i class="bx bxl-twitter"></i> TWITTER</a></li>
<li><a href="https://www.linkedin.com/company/swasthorg/" target="_blank"><i class="bx bxl-linkedin"></i> LINKEDIN</a></li>
</ul>
</div>
<div class="col col-d">
<h2>Contact Information</h2>
<p>No. 881, 6th Cross, Koramangala Club Road, 6th Block, Koramangala, Bangalore, Karnataka-560095</p>
<p class="copyright-mobile">Copyright@2023</p>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<script src="js/header.js"></script>
<script src="js/covid-relief.js"></script>
</body>
</html>