-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
423 lines (370 loc) · 16.9 KB
/
team.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
<!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 → Team</title>
<link rel="stylesheet" href="css/team.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" 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">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>
<li><a href="newsroom.html">NEWSROOM</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!--
Main
-->
<main>
<section id="a">
<div class="row row-a">
<div class="col col-a">
<h1>TEAM</h1>
<hr>
</div>
</div>
<div class="row row-b scrollspy">
<div class="col col-a">
<nav>
<ol>
<li>
<li class="active">
<a href="#board" class="active">Board</a>
</li>
<li>
<a href="#core-team" >Core Team</a>
</li>
</li>
</ol>
</nav>
</div>
<div class="col col-b">
<article id="board">
<ol>
<li>
<h2>Board</h2>
<!-- <p>Swasth began by tackling the issue of access to quality care by setting up a teleconsultation gateway,</p> -->
</li>
</ol>
<div class="profile-card">
<figure>
<img src="images/team/CS-Pramesh.png" alt="" width="180" height="180">
<figcaption>Dr. CS Pramesh <small>TATA Memorial Hospital</small></figcaption>
<a href="https://www.linkedin.com/in/cs-pramesh-0758b813/?originalSubdomain=in"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Ranjan.png" alt="" width="180" height="180">
<figcaption>Dr. Ranjan Pai <small>Manipal Hospitals</small></figcaption>
<a href="https://www.linkedin.com/"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Dr-Indu-Bhushan.png" alt="" width="180" height="180">
<figcaption>Dr Indu Bhushan <small>ex-National Health Authority; ex- Ayushman Bharat – Pradhan Mantri Jan Arogya Yojana
</small></figcaption>
<a href="https://www.linkedin.com/in/indu-bhushan-79418a137/?originalSubdomain=in"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Kris-gopalakrishnan.png" alt="" width="180" height="180">
<figcaption>Kris Gopalakrishnan <small>Axilor Ventures</small></figcaption>
<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>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Nachiket-Mor.png" alt="" width="180" height="180">
<figcaption>Nachiket Mor <small>BALM; CITAPP, IIIT Bangalore</small></figcaption>
<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>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Shashank-ND.png" alt="" width="180" height="180">
<figcaption>Shashank ND <small>Practo</small></figcaption>
<a href="https://www.linkedin.com/in/shashanknd/"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Shobhana-Kamineni.png" alt="" width="180" height="180">
<figcaption>Shobana Kamineni <small>Apollo Hospitals</small></figcaption>
<a href="https://www.linkedin.com/in/ms-shobana-kamineni-b95756a7/"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Ajay-Nair.png" alt="" width="180" height="180">
<figcaption>Ajay Nair <small>Swasth Alliance</small></figcaption>
<a href="https://www.linkedin.com/in/ajayrn/"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
</article>
<hr>
<!-- End Borad Section -->
<article id="core-team">
<ol start="3">
<li>
<h2>Core Team</h2>
</li>
</ol>
<div class="profile-card">
<figure>
<img src="images/team/Ajay-Nair.png" alt="" width="180" height="180">
<figcaption>Ajay Nair <small>CEO</small></figcaption>
<a href="https://www.linkedin.com/in/ajayrn/"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Abhishek-jain.png" alt="" width="180" height="180">
<figcaption>Abhishek Jain <small>Chief Product and Technical Officer</small></figcaption>
<a href="https://www.linkedin.com/in/abhi01/"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Ajit.jpg" alt="" width="180" height="180">
<figcaption>Ajit Kumar <small>Product Manager </small></figcaption>
<a href="https://www.linkedin.com/in/ajitkumar2603/"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/anmol.jpg" alt="" width="180" height="180">
<figcaption>Anmol Misra <small>Program Coordinator</small></figcaption>
<a href="https://www.linkedin.com/in/anmol-misra-86765a14b/"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Anand-Varada.jpeg" alt="" width="180" height="180">
<figcaption>Anand Varda<small>IT Manager </small></figcaption>
<a href="https://www.linkedin.com/in/anandvarada/"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Bhargava.jpg" alt="" width="180" height="180">
<figcaption>Bhargava E.M <small>Chief Operating Officer</small></figcaption>
<a href="https://www.linkedin.com/in/bhargavaem/"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Dr-Urvi.png" alt="" width="180" height="180">
<figcaption>Dr. Urvi Pai <small>Chief of Staff</small></figcaption>
<a href="https://www.linkedin.com/in/dr-urvi-pai/?originalSubdomain=in"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Dr-RK-Prasad.jpeg" alt="" width="180" height="180">
<figcaption>Dr RK Prasad<small>Primary Care Expert Advisor</small></figcaption>
<a href="https://www.linkedin.com/in/dr-ramakrishna-prasad-3a028417/?originalSubdomain=in"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Deborah.jpg" alt="" width="180" height="180">
<figcaption>Deborah Prabhakar<small>Administrative and Communications Associate</small></figcaption>
<a href="http://www.linkedin.com/in/debbie-amy-5b627457"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Suresh-Chitta.png" alt="" width="180" height="180">
<figcaption>ENV Suresh Kumar Chitta <small>Finance and Accounts Manager</small></figcaption>
<a href="https://www.linkedin.com/"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/NK.jpeg" alt="" width="180" height="180">
<figcaption>Nanda Kishore <small>PMO Lead </small></figcaption>
<a href="https://www.linkedin.com/in/annandakishore/"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Pragya-Pasricha.JPG" alt="" width="180" height="180">
<figcaption>Pragya Pasricha<small>Associate Fellow</small></figcaption>
<a href="https://www.linkedin.com/in/pragya-pasricha/"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Raghuram.jpg" alt="" width="180" height="180">
<figcaption>Raghuram Lanka <small>Product Expert Advisor </small></figcaption>
<a href="https://www.linkedin.com/in/raghuramlanka/?originalSubdomain=in"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Rajat.jpg" alt="" width="180" height="180">
<figcaption>Rajat Mehta <small>Associate Fellow</small></figcaption>
<a href="https://www.linkedin.com/in/rt7mehta/"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/Saurabh-Singh.png" alt="" width="180" height="180">
<figcaption>Saurabh Singh <small>Technology Lead</small></figcaption>
<a href="https://www.linkedin.com/in/saurabh-singh-42665463/"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div><div class="profile-card">
<figure>
<img src="images/team/Snigdha-Arora.jpg" alt="" width="180" height="180">
<figcaption>Snigdha Arora<small>Associate Fellow</small></figcaption>
<a href="http://www.linkedin.com/in/snigdha-arora-188825221"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
<div class="profile-card">
<figure>
<img src="images/team/img.jpeg" alt="" width="180" height="180">
<figcaption>Shalmalee Aidoor <small>Consultant </small></figcaption>
<a href="https://www.linkedin.com/in/shalmaleeaidoor"><i class="fa-brands fa-linkedin-in fa-sm" style="color: #003366; margin-top:15px;"></i></a>
</figure>
</div>
</article>
<hr>
</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="js/team.js"></script>
</body>
</html>