-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
391 lines (375 loc) · 24.6 KB
/
index.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
<!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 → Home</title>
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.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" class="active">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">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">
<span></span>
<span></span>
<span></span>
</div>
<div class="overlay" id="off-canvas-menu">
<a href="javascript:void(0)" class="close">×</a>
<nav>
<ul>
<li><a href="home.html" class="active">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">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>Creating</span> <span>a</span> <span>digital</span> <span>backbone</span> <span>for</span> <span>integrated</span> <span>healthcare</span> <span>delivery</span> <span>in</span> <span>India</span></h1>
<p> <span>Swasth</span> <span>Alliance</span> <span>is</span> <span>a</span> <span>collaborative</span> <span>that</span> <span>leverages</span> <span>digital</span> <span>technologies</span> <span>to</span> <span>drive</span> <span>healthcare</span> <span>inclusion</span> <span>and</span> <span>improve</span> <span>health</span> <span>outcomes</span></p>
</div>
</div>
</section>
<section id="b">
<div class="row row-a">
<div class="col col-a">
<h2><small>WE ARE HERE FOR A</small></h2>
<h2>REASON</h2>
<hr>
</div>
</div>
<div class="row row-b">
<div class="col col-a">
<h3><small>OUR</small></h3>
<h3>VISION</h3>
<h3 class="content">Technology-enabled,
<a href="https://catalyst.nejm.org/doi/full/10.1056/CAT.17.0558" style="font-size: 2.8rem;color: white; text-decoration: underline;"><b>Value-based</b></a>,
<a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5354214/" style="font-size: 2.8rem;color: white; text-decoration: underline;"><b>Integrated Care</b></a>
leading towards
<a href="https://www.who.int/news-room/fact-sheets/detail/universal-health-coverage-(uhc)" style="font-size: 2.8rem;color: white; text-decoration: underline;"><b>Universal Health Coverage</b> </a>
and Health for All in India.</h3>
</div>
<div class="col col-b">
<h3><small>OUR</small></h3>
<h3>MISSION</h3>
<h3 class="content-m">Leverage digital technologies to drive healthcare inclusion & improve health outcomes, with a particular focus on enabling comprehensive, integrated care models.</h3>
</div>
</div>
<div class="row row-c">
<div class="col col-a">
<h4>OUR VISION</h4>
<p>Technology-enabled,
<a href="https://catalyst.nejm.org/doi/full/10.1056/CAT.17.0558">Value-based</a>,
<a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5354214/">Integrated Care</a>
leading towards
<a href="https://www.who.int/news-room/fact-sheets/detail/universal-health-coverage-(uhc)">Universal Health Coverage</a>
and Health for All in India.</p>
<img src="images/vision.jpg" alt="">
</div>
<div class="col col-b">
<h4>OUR MISSION</h4>
<p>Leverage digital technologies to drive healthcare inclusion & improve health outcomes, with a particular focus on enabling comprehensive, integrated care models.</p>
<img src="images/mission.jpg" alt="">
</div>
</div>
</section>
<section id="c">
<div class="row row-a">
<div class="col col-a">
<h2><small>HCX INTEGRATORS</small></h2>
<h2>WORKSHOP</h2>
<hr>
</div>
</div>
<div class="row row-b">
<div class="col col-a">
<h3>HCX INTEGRATORS' WORKSHOP: Inaugural Address</h3>
<p><b>by Dr Pramod Varma</b></p>
<p> Ex-Chief Architect Aadhaar & India Stack; CTO, EkStep Foundation; Architect, sunbird.org and becknprotocol.io; building population-scale Digital Public Infrastructure</p>
</div>
<div class="col col-b">
<embed src="https://www.youtube.com/embed/2XA0QF_inkY" class="video1">
</div>
</div>
<div class="row row-c">
<div class="col col-a">
<div class="slider" id="slider-b">
<div class="swiper" id="swiper-b">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<figure><img src="images/donate-to-us-illustration.png" alt=""></figure>
<h4>Support Our Work</h4>
<a href="support-our-work.html"><figure><img src="images/arrow.png" alt=""></figure></a>
</div>
<div class="flip-card-back">
<a href="support-our-work.html" style="color:white;"> <h4>Support Our Work</h4>
<p>Learn about ways to donate to us</p>
<a href="support-our-work.html"><figure><img src="images/arrow.png" alt=""></figure></a>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<figure><img src="images/Asset.png" alt=""></figure>
<h4>Partner With Us</h4>
<figure><img src="images/arrow.png" alt=""></figure></a>
</div>
<div class="flip-card-back">
<a href="partner-with-us.html" style="color:white;"> <h4>Partner With Us</h4>
<p>Learn about how to become a Swasth shareholder/member partner</p>
<a href="partner-with-us.html"> <figure><img src="images/arrow.png" alt=""></figure></a>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<figure><img src="images/volunteer-with-us-illustration.png" alt=""></figure>
<h4>Volunteer With Us</h4>
<figure><img src="images/arrow.png" alt=""></figure></a>
</div></a>
<div class="flip-card-back">
<a href="volunteer-with-us.html" style="color:white;"> <h4>Volunteer With Us</h4>
<p>Explore ways to contribute to Swasth’s workstreams</p>
<a href="volunteer-with-us.html"><figure><img src="images/arrow.png" alt=""></figure></a>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<figure><img src="images/join.png" alt=""></figure>
<h4>Join HCX <span style="margin-left: -10px;">Community</span></h4>
<a href="volunteer-with-us.html"><figure><img src="images/arrow.png" alt=""></figure></a>
</div>
<div class="flip-card-back">
<a href="volunteer-with-us.html" style="color:white;"> <h4>Join HCX <span style="margin-left: -10px;">Community</span></h4>
<p>Contribute to the historic journey towards Digitised Health Benefits</p>
<a href="volunteer-with-us.html"><figure><img src="images/arrow.png" alt=""></figure></a>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
</div>
</section>
<section id="d">
<div class="row row-a">
<div class="col col-a">
<h2><small>TESTIMONIALS</small></h2>
<h2>WHAT THEY SAY</h2>
<hr>
</div>
</div>
<div class="row row-b">
<div class="col col-a">
<div class="slider" id="slider-c">
<nav><i class="bx bx-chevron-left"></i></nav>
<div class="swiper" id="swiper-c">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-card">
<div class="testimonial-card-inner">
<div class="testimonial-card-left">
<!-- <i class='bx bxs-quote-alt-left'></i>-->
</div>
<div class="testimonial-card-right">
<p>Swasth emerged as an important pillar in the country’s fight against COVID-19 and helped last-mile healthcare delivery at a time of great need. Currently, it is steadily expanding to be a key initiative that our healthcare system needs - a standard-based protocol for digital health claims exchange. It has been a pleasure guiding the team’s tireless work towards democratising and digitising access to healthcare, and I’m excited for Swasth’s journey of impactful growth.</p>
<h3>Kris Gopalakrishnan <small>Board Chair</small></h3>
<a href="https://www.linkedin.com/in/kris-gopalakrishnan-10b49950/?originalSubdomain=in"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-card">
<div class="testimonial-card-inner">
<div class="testimonial-card-left1">
<!--<i class='bx bxs-quote-alt-left'></i>-->
</div>
<div class="testimonial-card-right">
<p>It has been a pleasure to work with the talented and deeply passionate team at Swasth Alliance. Each wave of COVID-19 threw up entirely new challenges, with wave 2 testing the entire nation’s resilience . The team and volunteers at Swasth worked on a 24-hour cycle during that critical period to mount a nationwide response, well beyond the point when the rest of us were entirely depleted. One of their core strengths is the spirit of collaboration, volunteering, and openness which they have in their DNA - this is the “superpower” that allows them to do what they do so well. I am proud to be associated with them.</p>
<h3>Nachiket Mor <small>Board Member</small></h3>
<a href="https://www.linkedin.com/in/nachiketmor/?originalSubdomain=in"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-card">
<div class="testimonial-card-inner">
<div class="testimonial-card-left2">
<!--<i class='bx bxs-quote-alt-left'></i>-->
</div>
<div class="testimonial-card-right">
<p>In April 2020, a group of people got together with a commitment to look at how technology, innovation and commitment could help humanity. Thus Swasth was born! Through the pandemic, much help was provided to India’s people, the government, and remote areas which were supported in innumerable ways. As the waves ebbed, this group remained buoyant and looked at what else could be done to help health in general. Streamlining and creating efficiency in health insurance was one such example. The conglomerate consists of committed people, who devote time, energy and intellect voluntarily and at no cost. I have been involved from day one in Swasth,it has been a wonderful experience. Kudos to the team. This journey has no stops!</p>
<h3>Dr Nandakumar Jairam <small>Board Observer</small></h3>
<a href="https://www.linkedin.com/in/nandakumar-jairam-74804b1a/"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="testimonial-card">
<div class="testimonial-card-inner">
<div class="testimonial-card-left3">
<!--<i class='bx bxs-quote-alt-left'></i>-->
</div>
<div class="testimonial-card-right">
<p>We are delighted with the role that Swasth Alliance is playing in convening and aligning healthcare organisations towards India's most urgent challenges. This is absolutely critical for us to collectively meet India's healthcare needs. We have come to greatly admire their ability to get the right partners for the right task, their commitment to evidence-based treatment/clinical protocols and their ability to follow the journey of healthcare delivery to the last mile. We wish the Swasth team much success and look forward to continued collaboration with them.</p>
<h3>Aditi Hazra Ganju <small>Co-founder, Saathealth</small></h3>
<a href="https://www.linkedin.com/in/aditi-hazra-ganju-158732a/?originalSubdomain=in"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
<nav><i class="bx bx-chevron-right"></i></nav>
</div>
</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="js/header.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<script src="js/home.js"></script>
</body>
</html>