forked from ohcnetwork/network
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
519 lines (501 loc) · 28.3 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
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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
<html lang="en">
<head>
<title>Corona Safe Network </title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Corona Safe Network " />
<meta property="og:description" content="Corona Safe Network " />
<link rel="apple-touch-icon" sizes="180x180" href="dist/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="dist/favicon_io//favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="dist/favicon_io//favicon-16x16.png">
<link rel="manifest" href="dist/favicon_io/site.webmanifest">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet" />
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-160173841-18"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-160173841-18');
</script>
</head>
<body>
<div class="bg-gray-200 border-b border-gray-300">
<div class="max-w-screen-sm md:max-w-6xl mx-auto p-3 md:p-4">
<div class="flex flex-col md:flex-row justify-between items-center md:items-end">
<a class="w-1/2 md:w-1/6 justify-start" href="./">
<img class="object-contain" src="coronaSafeLogo.svg" title="CoronaSafe: Corona Literacy Mission"
alt="CoronaSafe Logo: Corona Literacy Mission" />
</a>
<p class="font-semibold text-sm text-center md:text-base mt-2 md:mt-0 text-gray-700">
Corona Literacy Mission
</p>
</div>
</div>
</div>
<div class="max-w-screen-sm md:max-w-6xl mx-auto p-3 md:p-4 md:pb-16">
<div class="flex flex-col lg:flex-row justify-between content-center">
<div class="w-full lg:w-1/2">
<h1
class="text-4xl md:text-5xl lg:text-6xl font-black leading-none lg:leading-tight mt-6 md:mt-10 text-center sm:text-center md:text-left lg:text-left xl:text-left">
Welcome to <br> Corona Safe Network
</h1>
<p class="text-base md:text-2xl lg:text-xl pt-6 max-w-xl">
CoronaSafe Network is an open-source public utility designed by a multi-disciplinary team of innovators and
volunteers who are working on a model to support Government efforts with full understanding and support of
Government of Kerala.
</p>
<p class="font-semibold pt-6 text-lg text-center md:text-left">Available in 6 Languages</p>
<div class="grid gap-2 grid-cols-3 lg:grid-cols-6 lg:text-base pt-2 text-center">
<a href="https://coronasafe.in/"
class="col-auto text-indigo-700 rounded hover:text-indigo-700 hover:underline hover:bg-indigo-100 text-lg">English</a>
<a href="https://malayalam.coronasafe.network/"
class="col-auto text-indigo-700 rounded hover:text-indigo-700 hover:underline hover:bg-indigo-100 text-lg">മലയാളം</a>
<a href="https://hindi.coronasafe.in/"
class="col-auto text-indigo-700 rounded hover:text-indigo-700 hover:underline hover:bg-indigo-100 text-lg">हिन्दी</a>
<a href="https://kannada.coronasafe.in/"
class="col-auto text-indigo-700 rounded hover:text-indigo-700 hover:underline hover:bg-indigo-100 text-lg">ಕನ್ನಡ</a>
<a href="https://telugu.coronasafe.network/"
class="col-auto text-indigo-700 rounded hover:text-indigo-700 hover:underline hover:bg-indigo-100 text-lg">తెలుగు</a>
<a href="https://tamil.coronasafe.network/"
class="col-auto text-indigo-700 rounded hover:text-indigo-700 hover:underline hover:bg-indigo-100 text-lg">தமிழ்</a>
<!-- <a href="" class="col-auto ">Français</a> -->
</div>
<a class="block bg-gray-900 hover:bg-gray-800 text-white py-3 px-4 rounded max-w-xs mx-auto mt-8 md:mx-0 text-center"
href="https://github.com/coronasafe/" target="_blank">
<span class="inline-block align-middle"><svg class="w-6 h-6 fill-current text-white" viewBox="0 0 17 17"
xmlns="http://www.w3.org/2000/svg" alt="github.icon">
<g fill-rule="evenodd">
<path
d="M8.200032 0C3.671862 0 0 3.67233 0 8.202514c0 3.624146 2.349555 6.698778 5.607702 7.783397.409792.07591.560281-.177939.560281-.394605 0-.195566-.007653-.84177-.011126-1.527152-2.28132.496184-2.762691-.967794-2.762691-.967794-.373007-.94811-.910458-1.200158-.910458-1.200158-.743955-.509115.05608-.498693.05608-.498693.823444.057898 1.257032.845308 1.257032.845308.73135 1.254003 1.918282.891433 2.386212.681908.073572-.530216.286122-.892013.520601-1.096842-1.8213-.207468-3.73598-.910798-3.73598-4.053749 0-.895486.320334-1.62725.844923-2.201661-.085148-.206631-.365804-1.040874.079425-2.170718 0 0 .688582-.220462 2.255595.840805.654048-.1818 1.355557-.272892 2.052436-.27598.69688.003088 1.398903.09418 2.054237.27598 1.565148-1.061267 2.252766-.840805 2.252766-.840805.446321 1.129844.165537 1.964087.080389 2.170718.525746.57441.843895 1.30611.843895 2.201661 0 3.150414-1.918282 3.844159-3.744213 4.047187.294096.254557.556165.753765.556165 1.518982 0 1.097485-.009518 1.980813-.009518 2.251003 0 .218274.147595.474054.563304.393512C14.053404 14.898976 16.4 11.825438 16.4 8.202514 16.4 3.67233 12.728652 0 8.200032 0" />
<path
d="M3.07519 11.682403c-.017878.040854-.0816.053117-.13951.025106-.05906-.026849-.092261-.082612-.073107-.12366.017559-.04208.08128-.053826.140212-.025557.059188.026784.0929.083063.072404.12411m.400459.36117c-.03882.0364-.114736.01949-.166262-.038015-.05325-.057376-.06321-.13405-.023815-.171032.040033-.036336.11365-.019362.167028.038079.05325.058022.063593.134244.022985.171032m.274805.462045c-.04993.035046-.131529.002195-.181905-.070994-.049866-.073125-.049866-.1609.001085-.196074.050568-.035175.13089-.00355.181969.069058.049802.074415.049802.16219-.001213.198075m.464626.53517c-.04463.049695-.139637.0364-.209232-.031496-.071127-.066348-.090984-.160513-.046226-.210273.045141-.049826.140722-.03582.210828.031495.07068.066219.092261.161093.044694.210273m.600369.180714c-.019602.06441-.11116.093712-.203358.066347-.09207-.028204-.152343-.103716-.133763-.168838.019155-.064863.111097-.09539.203997-.06609.091942.028076.152342.103007.133188.16858m.683372.07661c.002298.067897-.075916.124176-.17271.125402-.09737.00213-.176095-.052794-.177117-.119529 0-.068542.076427-.124305.173732-.125918.096795-.001936.176095.0526.176095.120045m.671305-.02601c.01162.066219-.055677.134244-.151769.152316-.094496.017426-.181968-.023428-.194036-.089066-.011748-.067897.056826-.135858.15113-.153477.096284-.01691.182416.022912.194675.090227"
fill-rule="nonzero" />
</g>
</svg>
</span>
<span class="pl-1">https://github.com/coronasafe/</span>
</a>
</div>
<div class="hidden lg:block w-full lg:w-1/2">
<img src="break-chain.png" class=" md:pl-10" alt="Flowers in Chania">
</div>
</div>
</div>
<div class="bg-gray-100 border-t mt-6 md:pt-0 md:mt-8 lg:mt-8">
<div class="max-w-screen-sm md:max-w-6xl mx-auto px-3 px-4">
<div
class="bg-orange-100 border border-orange-400 text-orange-700 rounded py-3 px-2 lg:px-16 rounded text-lg md:-mt-12"
role="alert">
<span><strong>Tip:</strong> If you are here for the first time, please take time read the Corona Wars -
Beginners Guide before accessing the features of the main network.
This enables you to understand the purpose of the network, use the features wisely and also contribute to
the growth of the network.
</span>
</div>
</div>
<div class="max-w-screen-sm md:max-w-6xl mx-auto p-3 md:p-4">
<h2 class="text-3xl md:text-4xl xl:text-5xl tracking-tight font-bold mt-8 lg:mt-16 leading-tight">
Corona Literacy Mission
</h2>
<div class="flex flex-wrap md:-mx-3 pt-2">
<a href="https://coronasafe.in/" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="flex border-2 border-red-500 rounded-lg bg-red-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48">
<div class="w-1/4 md:w-1.8/6 flex">
<img src="icons/english-icon.png" class="lg:w-full mt-auto mb-auto pt-auto pb-auto" title="English"
alt="English">
</div>
<div class="w-3/4 md:w-4/6 pl-2 flex">
<div class="mb-auto mt-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
English
</h3>
<p class="text-base md:text-lg">
A verified crowd-sourced guide to staying safe in Coronavirus
disease (COVID-19) outbreak.
</p>
</div>
</div>
</div>
</a>
<a href="https://ml.coronasafe.in/" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="flex border-2 border-green-500 rounded-lg bg-green-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48">
<div class="w-1/4 md:w-1.8/6 flex">
<img src="icons/malayalam-icon.png" class="lg:w-full mt-auto mb-auto pt-auto pb-auto" title="മലയാളം"
alt="മലയാളം">
</div>
<div class="w-3/4 md:w-4/6 pl-2 flex">
<div class="mb-auto mt-auto">
<h3 class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl pb-1 md:pb-2 leading-tight">
മലയാളം
</h3>
<p class="text-base md:text-lg">
കൊറോണ വൈറസ് രോഗം Covid 19 പടരുന്നതിനാൽ സുരക്ഷിതമായി തുടരാനുള്ള
വഴികാട്ടി
</p>
</div>
</div>
</div>
</a>
<a href="https://quiz.coronasafe.in/" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="flex border-2 border-blue-500 rounded-lg bg-blue-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48">
<div class="w-1/4 md:w-1.8/6 flex">
<img src="icons/quiz-icon.png" class="lg:w-full mt-auto mb-auto pt-auto pb-auto" title="Quiz" alt="Quiz">
</div>
<div class="w-3/4 md:w-4/6 pl-2 flex">
<div class="mb-auto mt-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
Take Quiz
</h3>
<p class="text-base md:text-lg">
WHO Quiz on COVID-19. Currently the questions are available in
english, malayalam and french.
</p>
</div>
</div>
</div>
</a>
<a href="https://hindi.coronasafe.in/" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="flex border-2 border-yellow-500 rounded-lg bg-yellow-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48">
<div class="w-1/4 md:w-1.8/6 flex">
<img src="icons/hindi-icon.png" class="lg:w-full mt-auto mb-auto pt-auto pb-auto" title="हिन्दी"
alt="हिन्दी">
</div>
<div class="w-3/4 md:w-4/6 pl-2 flex">
<div class="mb-auto mt-auto">
<h3 class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl pb-1 md:pb-2 leading-tight">
हिन्दी
</h3>
<p class="text-base md:text-lg">
कोरोनोवायरस बीमारी में सुरक्षित रहने के लिए एक सत्यापित
भीड़-खट्टा गाइड
</p>
</div>
</div>
</div>
</a>
<a href="https://kannada.coronasafe.in/" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="flex border-2 border-indigo-500 rounded-lg bg-indigo-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48">
<div class="w-1/4 md:w-1.8/6 flex">
<img src="icons/kannada-icon.png" class="lg:w-full mt-auto mb-auto pt-auto pb-auto" title="ಕನ್ನಡ"
alt="ಕನ್ನಡ">
</div>
<div class="w-3/4 md:w-4/6 pl-2 flex">
<div class="mb-auto mt-auto">
<h3 class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl pb-1 md:pb-2 leading-tight">
ಕನ್ನಡ
</h3>
<p class="text-base md:text-lg">
ಕರೋನಾ ವೈರಸ್ನಿಂದ(COVID-19) ಸುರಕ್ಷಿತವಾಗಿರಲು ಪರಿಶೀಲಿಸಲ್ಪಟ್ಟ
ಕ್ರೌಡ್-ಸೋರ್ಸ್ಡ್ ಗೈಡ್.
</p>
</div>
</div>
</div>
</a>
<a href="https://telugu.coronasafe.network/" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="flex border-2 border-blue-500 rounded-lg bg-blue-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48">
<div class="w-1/4 md:w-1.8/6 flex h-full">
<img src="icons/telugu-icon.png" class="lg:w-full mt-auto mb-auto pt-auto pb-auto" title="తెలుగు"
alt="తెలుగు">
</div>
<div class="w-3/4 md:w-4/6 pl-2 flex">
<div class="mb-auto mt-auto">
<h3 class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl pb-1 md:pb-2 leading-tight">
తెలుగు
</h3>
<p class="text-base md:text-lg">
కరోనావైరస్ (COVID-19) నుంచి సురక్షితంగా ఉండటానికి సలహాలు,
సూచనలు.
</p>
</div>
</div>
</div>
</a>
<a href="https://tamil.coronasafe.network/" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="flex border-2 border-yellow-500 rounded-lg bg-yellow-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48">
<div class="w-1/4 md:w-1.8/6 flex">
<img src="icons/tamil-icon.png" class="lg:w-full mt-auto mb-auto pt-auto pb-auto" title=" தமிழ்"
alt="தமிழ்">
</div>
<div class="w-3/4 md:w-4/6 pl-2 flex">
<div class="mt-auto mb-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
தமிழ்
</h3>
<p class="text-base md:text-lg">
கொரோனா வைரஸ் நோய் (COVID-19) சமூக கூட்டத்தின் வாயிலாக பரவுவதில் இருந்து பாதுகாத்து கொள்ள
உருவாக்கப்பட்ட வழிகாட்டி. </p>
</div>
</div>
</div>
</a>
</div>
<h2 class="text-3xl md:text-4xl xl:text-5xl tracking-tight font-bold mt-8 lg:mt-16 leading-tight">
Corona Care Center
</h2>
<div class="flex flex-wrap md:-mx-3 pt-2">
<a href="https://model.coronasafe.in/" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="p-4 border-2 border-teal-500 rounded-lg bg-teal-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48 flex">
<div class="mt-auto mb-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
Kerala Model
</h3>
<p class="text-base md:text-lg">
Template for Converting an Educational Institution into a Corona
Care Center (CCC)
</p>
</div>
</div>
</a>
</div>
<h2 class="text-3xl md:text-4xl xl:text-5xl tracking-tight font-bold mt-8 lg:mt-16 leading-tight">
CoronaSafe Tools
</h2>
<div class="flex flex-wrap md:-mx-3 pt-2">
<a href="https://map.coronasafe.in/" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="p-4 border-2 border-indigo-500 rounded-lg bg-indigo-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48 flex">
<div class="mt-auto mb-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
India Map
</h3>
<p class="text-base md:text-lg">
Realtime map-based updates on COVID-19 cases in India along with
directions to test centers
</p>
</div>
</div>
</a>
<a href="https://defenceprotocols.coronasafe.network/" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="p-4 border-2 border-orange-500 rounded-lg bg-orange-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48 flex">
<div class="mt-auto mb-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
Defence Protocols
</h3>
<p class="text-base md:text-lg">
The defence protocols and home quarantine guidelines are listed
here.
</p>
</div>
</div>
</a>
<a href="https://care.coronasafe.network/" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="p-4 border-2 border-blue-500 rounded-lg bg-blue-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48 flex">
<div class="mt-auto mb-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
Care
</h3>
<p class="text-base md:text-lg">
Care is a single point to link Hospitals,Corona Care Centers and
Volunteers to the unified Corona Safe Network.
</p>
</div>
</div>
</a>
<a href="https://github.com/coronasafe/CoronaRM" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="p-4 border-2 border-gray-800 rounded-lg bg-gray-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48 flex">
<div class="mt-auto mb-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
Corona RM
</h3>
<p class="text-base md:text-lg">
Corona Relation Manager is a Call Center inspired system to keep track of Contacts currently under
observation.
</p>
</div>
</div>
</a>
<a href="http://analytics.coronasafe.network/" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="p-4 border-2 border-green-500 rounded-lg bg-green-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48 flex">
<div class="mt-auto mb-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
Corona Analytics
</h3>
<p class="text-base md:text-lg">
Corona Analytics shows real time anlytics of coronasafe.
</p>
</div>
</div>
</a>
<a href="https://volunteer.coronasafe.network/" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="p-4 border-2 border-pink-500 rounded-lg bg-pink-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48 flex">
<div class="mt-auto mb-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
Call For Volunteers
</h3>
<p class="text-base md:text-lg">
coronasafe.network is an opensource community managed project
with more 20 application running live. We are looking for
developers to help us ship out faster.
</p>
</div>
</div>
</a>
<a href="https://warstrategy.coronasafe.network/" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="p-4 border-2 border-red-500 rounded-lg bg-red-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48 flex">
<div class="mt-auto mb-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
Introduction to War Strategy
</h3>
<p class="text-base md:text-lg">
We are at war with an enemy named corona virus who crosses our
national and state borders like the fast wind that cannot be
stopped.
</p>
</div>
</div>
</a>
<a href="https://slack.coronasafe.in/" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="p-4 border-2 border-purple-500 rounded-lg bg-purple-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48 flex">
<div class="mt-auto mb-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
Join us at Slack
</h3>
<p class="text-base md:text-lg">
Click here to join to the offical channel of Coronasafe.in
</p>
</div>
</div>
</a>
</div>
<h2 class="text-3xl md:text-4xl xl:text-5xl tracking-tight font-bold mt-8 lg:mt-16 leading-tight">
Other Resources
</h2>
<div class="flex flex-wrap md:-mx-3 pt-2">
<a href="http://dhs.kerala.gov.in/%e0%b4%9c%e0%b4%be%e0%b4%97%e0%b5%8d%e0%b4%b0%e0%b4%a4-%e0%b4%a8%e0%b4%bf%e0%b4%b0%e0%b5%8d%e2%80%8d%e0%b4%a6%e0%b5%87%e0%b4%b6%e0%b4%99%e0%b5%8d%e0%b4%99%e0%b4%b3%e0%b5%8d%e2%80%8d/"
target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="p-4 border-2 border-teal-500 rounded-lg bg-teal-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48 flex">
<div class="mt-auto mb-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
Directorate of Health Services
</h3>
<p class="text-base md:text-lg">
Health advisories and guidelines given by the Kerala Government
for handling COVID-19 outbreak.
</p>
</div>
</div>
</a>
<a href="https://play.google.com/store/apps/details?id=com.qkopy.prdkerala" target="_blank"
class="w-full md:w-1/2 py-4 md:p-4">
<div
class="p-4 border-2 border-green-500 rounded-lg bg-green-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48 flex">
<div class="mt-auto mb-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
GoK - Direct Kerala
</h3>
<p class="text-base md:text-lg">
Android App released by Govt. Of Kerala to provide updates
related to the outbreak in real time and fight misinformation.
</p>
</div>
</div>
</a>
<a href="https://covid19.locale.ai/" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="p-4 border-2 border-red-500 rounded-lg bg-red-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48 flex">
<div class="mt-auto mb-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
Covid-19 Live Impact Tracker
</h3>
<p class="text-base md:text-lg">
Live visualization of novel corona virus (COVID19) outbreak
created by Locale.ai
</p>
</div>
</div>
</a>
<a href="https://coronavirustechhandbook.com/" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="p-4 border-2 border-blue-500 rounded-lg bg-blue-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48 flex">
<div class="mt-auto mb-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
Coronavirus Tech Handbook
</h3>
<p class="text-base md:text-lg">
A crowdsourced resource for technologists building things
related to the coronavirus outbreak.
</p>
</div>
</div>
</a>
<a href="https://keralafights.com" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="p-4 border-2 border-gray-800 rounded-lg bg-gray-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48 flex">
<div class="mt-auto mb-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
COVID - Tracker
</h3>
<p class="text-base md:text-lg">
Presenting a map show the timeline of infection propagation
based on the updated data.
</p>
</div>
</div>
</a>
<a href="https://wa.me/41798931892" target="_blank" class="w-full md:w-1/2 py-4 md:p-4">
<div
class="p-4 border-2 border-yellow-500 rounded-lg bg-yellow-100 px-4 py-6 md:p-4 rounded shadow-md hover:shadow-xl hover:bg-white h-64 md:h-64 lg:h-48 flex">
<div class="mt-auto mb-auto">
<h3
class="font-semibold text-2xl md:text-2xl lg:text-2xl xl:text-3xl tracking-tight pb-1 md:pb-2 leading-tight">
WHO Chatbot
</h3>
<p class="text-base md:text-lg">
This service will provide you with the latest information and
guidance from WHO on the current outbreak of coronavirus disease
(COVID-19)
</p>
</div>
</div>
</a>
</div>
<div class="flex items-center justify-center m-4">
<a href="https://github.com/coronasafe" target="_blank" class="text-md font-semibold mr-2">
Github
</a>
<a href="https://www.netlify.com/" target="_blank" class="text-md font-semibold ml-2">
Netlify
</a>
<a href="https://manager.raksha.life/dashboard" target="_blank" class="text-md font-semibold ml-2">
Data Manager Login
</a>
</div>
</div>
</div>
</body>
</html>