-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
699 lines (574 loc) · 51.9 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
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
<!DOCTYPE html>
<html lang="en">
<head>
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx"
crossorigin="anonymous"
></script>
<script src="js/main.min.js"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-YELJLD2176"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-YELJLD2176");
</script>
<meta
property="og:description"
name="description"
content="Get real-time information about available covid-19 vaccination slots in your area.Without having to register or wait for OTP.But actual slot booking can only be carried out through CO-Win "
/>
<meta
property="og:image"
content="https://apurvk4.github.io/covid19india/TbarIcon.png"
/>
<title>Available covid-19 vaccine slots- India</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="img/corona.svg" type="image/svg" />
</head>
<body>
<div id="root">
<nav
class="navbar navbar-expand-sm navbar-dark sticky-top"
id="mynavbartop"
>
<a
class="navbar-brand"
id="Reload"
href="javascript:rel()"
title="Home"
>
<img
src="img/corona.svg"
height="64px"
width="64px"
class="logo rounded"
alt="home"
/>
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Search By Pincode
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<form
class="form-inline my-2 my-lg-0 keep-open"
id="StateToPin0"
>
<label class="text-white">Pincode</label>
<input
class="form-control mr-sm-2 text-white"
type="pincode"
id="pininput0"
placeholder="Pincode"
aria-label="pincode"
oninput="PinValid(0)"
/>
<button
class="btn btn-outline-success my-2 my-sm-0"
type="submit"
id="PinButton0"
>
Search
</button>
</form>
</div>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle text-white"
href="#"
id="navbarDropdown"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Search By District
</a>
<div
class="dropdown-menu"
id="navbarform0"
aria-labelledby="navbarDropdown"
>
<label for="state" class="text-white">State</label>
<select
class="form-control text-white dropdown-toggle"
data-toggle="dropdown"
id="state0"
onchange="stateSelected(this.value,0)"
></select>
<label for="district" class="text-white">District</label>
<select
class="form-control text-white dropdown-toggle"
data-toggle="dropdown"
id="district0"
></select>
<button
class="btn btn-outline-success my-2 my-sm-0"
type="submit"
id="DistrictSubmit0"
>
Search
</button>
</div>
</li>
</ul>
<ul class="navbar-nav">
<li class="nav-item my-2 my-lg-0">
<a
class="btn nav-link text-left"
href="https://gitreports.com/issue/apurvk4/covid19india"
title="Send Feedback"
target="_blank"
>Send Feedback</a
>
</li>
</ul>
</div>
</nav>
<div class="fixed-bottom" id="scroll">
<a href="javascript:scroll()" title="scroll to top">
<img
src="img/up.svg"
alt="scroll to top"
style="
position: absolute;
bottom: 10px;
right: 5px;
margin: 0;
padding: 5px 3px;
"
class="rounded"
/>
</a>
</div>
<div class="row">
<div
class="col-12 d-flex flex-column justify-content-center align-items-center"
>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="width: 300px;height:300px" id="covid-19" version="1.1" x="0px" y="0px" viewBox="0 0 200 200" enable-background="new 0 0 200 200" xml:space="preserve">
<g id="body1">
<g class="evelope">
<g>
<rect x="103.956" y="57.628" transform="matrix(-0.2015 0.9795 -0.9795 -0.2015 186.9409 -34.9744)" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" width="7.543" height="2.175"/>
<ellipse transform="matrix(0.9784 0.2068 -0.2068 0.9784 13.3685 -21.4106)" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" cx="109.074" cy="53.226" rx="3.557" ry="1.779"/>
</g>
<g>
<rect x="120.357" y="64.516" transform="matrix(-0.6423 0.7665 -0.7665 -0.6423 254.1387 12.601)" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" width="7.543" height="2.175"/>
<ellipse transform="matrix(0.7629 0.6465 -0.6465 0.7629 70.0389 -68.1447)" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" cx="127.921" cy="61.411" rx="3.557" ry="1.778"/>
</g>
<g>
<rect x="134.108" y="77.591" transform="matrix(-0.8209 0.5711 -0.5711 -0.8209 295.9926 64.5149)" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" width="7.541" height="2.175"/>
<ellipse transform="matrix(0.5666 0.824 -0.824 0.5666 124.1331 -84.7547)" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" cx="142.637" cy="75.628" rx="3.558" ry="1.779"/>
</g>
<g>
<rect x="140.875" y="97.239" transform="matrix(-0.9835 0.1808 -0.1808 -0.9835 304.683 168.8848)" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" width="7.541" height="2.175"/>
<path fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" d="M150.863,101.02c-0.967,0.17-2.029-1.256-2.374-3.192 c-0.346-1.935,0.16-3.643,1.125-3.814c0.97-0.174,2.032,1.256,2.377,3.191C152.335,99.138,151.829,100.848,150.863,101.02z"/>
</g>
<g>
<rect x="139.409" y="117.607" transform="matrix(-0.958 -0.2867 0.2867 -0.958 246.3248 273.4525)" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" width="7.542" height="2.175"/>
<path fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" d="M147.492,123.921c-0.938-0.287-1.235-2.041-0.662-3.922 s1.8-3.172,2.737-2.885c0.942,0.285,1.239,2.043,0.665,3.924C149.659,122.917,148.431,124.208,147.492,123.921z"/>
</g>
<g>
<rect x="129.26" y="135.677" transform="matrix(-0.8199 -0.5726 0.5726 -0.8199 163.7922 325.0609)" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" width="7.542" height="2.175"/>
<path fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" d="M135.486,143.081c-0.8-0.568-0.533-2.326,0.602-3.932 c1.134-1.605,2.703-2.447,3.504-1.881c0.805,0.566,0.536,2.328-0.6,3.934C137.859,142.806,136.288,143.646,135.486,143.081z"/>
</g>
<g>
<rect x="109.059" y="148.468" transform="matrix(-0.4482 -0.8939 0.8939 -0.4482 29.7178 317.4522)" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" width="7.542" height="2.174"/>
<path fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" d="M111.98,156.278c-0.432-0.881,0.64-2.299,2.402-3.17 c1.761-0.873,3.542-0.865,3.977,0.014c0.438,0.883-0.638,2.303-2.401,3.174C114.198,157.167,112.417,157.157,111.98,156.278z"/>
</g>
<g>
<rect x="87.73" y="149.962" transform="matrix(0.062 -0.9981 0.9981 0.062 -64.927 233.0152)" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" width="7.542" height="2.174"/>
<path fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" d="M87.387,156.435c0.07-0.98,1.708-1.666,3.67-1.533 c1.96,0.131,3.496,1.033,3.431,2.012c-0.066,0.982-1.71,1.67-3.672,1.535C88.856,158.317,87.322,157.413,87.387,156.435z"/>
</g>
<g>
<rect x="69.332" y="143.727" transform="matrix(0.6362 -0.7716 0.7716 0.6362 -85.1344 109.094)" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" width="7.544" height="2.173"/>
<path fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" d="M66.61,146.757c0.631-0.75,2.361-0.346,3.871,0.914 c1.509,1.258,2.223,2.891,1.596,3.645c-0.63,0.756-2.365,0.348-3.875-0.914C66.694,149.146,65.983,147.513,66.61,146.757z"/>
</g>
<g>
<rect x="55.152" y="129.772" transform="matrix(0.8659 -0.5001 0.5001 0.8659 -57.5493 47.0135)" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" width="7.545" height="2.173"/>
<path fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" d="M52.162,130.407c0.854-0.482,2.333,0.502,3.306,2.211 c0.973,1.705,1.071,3.484,0.219,3.971c-0.854,0.486-2.337-0.502-3.31-2.211C51.404,132.671,51.31,130.896,52.162,130.407z"/>
</g>
<g>
<rect x="48.102" y="110.994" transform="matrix(0.9957 -0.0924 0.0924 0.9957 -10.1365 5.2739)" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" width="7.544" height="2.173"/>
<path fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" d="M45.919,108.843c0.978-0.082,1.91,1.432,2.079,3.391 c0.171,1.957-0.484,3.613-1.461,3.699c-0.979,0.086-1.913-1.434-2.082-3.393C44.285,110.583,44.941,108.931,45.919,108.843z"/>
</g>
<g>
<rect x="49.077" y="89.789" transform="matrix(0.9512 0.3087 -0.3087 0.9512 30.6372 -11.8766)" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" width="7.544" height="2.174"/>
<path fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" d="M48.66,85.549c0.93,0.312,1.188,2.07,0.568,3.936 c-0.617,1.865-1.873,3.129-2.804,2.82c-0.934-0.309-1.191-2.072-0.571-3.938C46.47,86.501,47.727,85.244,48.66,85.549z"/>
</g>
<g>
<rect x="61.05" y="70.169" transform="matrix(0.7939 0.608 -0.608 0.7939 56.6806 -24.7286)" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" width="7.544" height="2.175"/>
<path fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" d="M62.648,64.837c0.772,0.604,0.429,2.348-0.776,3.9 c-1.203,1.553-2.809,2.325-3.583,1.725c-0.777-0.603-0.432-2.351,0.774-3.904C60.266,65.006,61.87,64.238,62.648,64.837z"/>
</g>
<g>
<rect x="78.954" y="59.388" transform="matrix(0.3117 0.9502 -0.9502 0.3117 114.4062 -36.9789)" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" width="7.545" height="2.176"/>
<path fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" d="M84.56,53.952c0.296,0.936-0.973,2.18-2.844,2.78 c-1.87,0.602-3.631,0.331-3.932-0.602c-0.301-0.937,0.973-2.184,2.845-2.783C82.5,52.746,84.257,53.017,84.56,53.952z"/>
</g>
</g>
<g class="head">
<ellipse class="circle" fill="#FF5555" stroke="#1E1E1E" stroke-miterlimit="10" cx="98.358" cy="104.591" rx="43.131" ry="42.906"/>
<g class="face">
<ellipse class="left-eye" fill="#FFFFFF" cx="87.792" cy="109.901" rx="7.745" ry="6.936"/>
<ellipse class="left-eyeball" fill="#1E1E1E" cx="87.759" cy="108.753" rx="3.092" ry="2.938"/>
<path class="left-eyebrows" fill="#1E1E1E" d="M68.29,101.559c0,0,0.179-0.059,0.516-0.17c0.321-0.084,0.815-0.262,1.388-0.393 c0.582-0.15,1.263-0.295,2.018-0.434c0.754-0.139,1.574-0.25,2.439-0.35c0.86-0.086,1.762-0.145,2.679-0.176 c0.913-0.016,1.846-0.021,2.764,0.033c0.468,0.004,0.914,0.051,1.371,0.094c0.455,0.021,0.905,0.063,1.345,0.121 c0.874,0.094,1.732,0.24,2.516,0.357c0.805,0.152,1.502,0.273,2.156,0.449c0.151,0.031,0.292,0.045,0.441,0.088 c0.151,0.051,0.299,0.102,0.411,0.127l0.375,0.115c0.104,0.025,0.195,0.08,0.301,0.125c0.25,0.123,0.303,0.141,0.515,0.298 c0.091,0.1,0.279,0.223,0.378,0.342c0.293,0.277,0.605,0.457,1.13,0.49c0.249-0.012,0.479-0.086,0.781-0.148 c0.27-0.111,0.504-0.264,0.793-0.406c0.526-0.324,0.986-0.747,1.425-1.106c0.371-0.387,0.757-0.725,0.98-0.965 c0.257-0.248,0.394-0.378,0.394-0.378l0.799-0.031c0,0,0.018,0.552,0.047,1.517c-0.036,0.482-0.055,1.081-0.178,1.759 c-0.08,0.338-0.156,0.701-0.257,1.082c-0.15,0.367-0.308,0.756-0.5,1.15c-0.458,0.748-1.039,1.564-1.9,2.133 c-0.397,0.338-0.883,0.529-1.353,0.785c-0.493,0.172-1,0.391-1.53,0.475c-1.055,0.266-2.151,0.293-3.252,0.307 c-1.095-0.043-2.204-0.127-3.285-0.318c-2.167-0.383-4.262-0.99-6.182-1.654c-1.923-0.66-3.653-1.432-5.126-2.1 c-1.473-0.672-2.651-1.33-3.481-1.777c-0.822-0.467-1.292-0.734-1.292-0.734L68.29,101.559z"/>
<ellipse class="right-eye" transform="matrix(0.991 -0.1339 0.1339 0.991 -13.3992 15.699)" fill="#FFFFFF" cx="109.983" cy="107.439" rx="9.661" ry="8.517"/>
<ellipse class="right-eyeball" transform="matrix(0.991 -0.1339 0.1339 0.991 -13.0728 15.5171)" fill="#1E1E1E" cx="108.849" cy="104.968" rx="4.333" ry="4.238"/>
<path class="right-eyebrows" fill="#1E1E1E" d="M97.595,97.325c0,0,0.046,0.017,0.131,0.034c0.082,0.019,0.219,0.037,0.369,0.081 c0.298,0.085,0.786,0.168,1.308,0.285c0.534,0.109,1.15,0.228,1.797,0.321c0.643,0.099,1.324,0.162,1.975,0.177 c0.643,0.029,1.271-0.035,1.798-0.139c0.525-0.086,0.962-0.274,1.308-0.442c0.175-0.09,0.335-0.18,0.481-0.242 c0.162-0.117,0.297-0.166,0.464-0.255c0.308-0.123,0.687-0.276,1.143-0.411c0.465-0.161,1.013-0.287,1.641-0.482 c0.302-0.115,0.63-0.168,0.979-0.285c0.341-0.12,0.683-0.188,1.06-0.303c0.372-0.103,0.723-0.235,1.122-0.303 c0.392-0.101,0.754-0.24,1.16-0.317c0.406-0.073,0.781-0.193,1.182-0.286c0.405-0.083,0.783-0.188,1.184-0.255 c0.787-0.154,1.538-0.316,2.261-0.414c0.728-0.093,1.369-0.203,1.946-0.252c0.559-0.067,1.07-0.065,1.391-0.093 c0.333-0.016,0.531-0.009,0.531-0.009l0.605,0.523c0,0-0.32,0.391-0.88,1.075c-0.285,0.338-0.609,0.769-1.029,1.221 c-0.415,0.457-0.865,0.992-1.409,1.526c-0.558,0.521-1.116,1.132-1.792,1.695c-0.332,0.289-0.672,0.585-1.021,0.888 c-0.37,0.279-0.748,0.566-1.133,0.855c-0.789,0.556-1.622,1.114-2.53,1.591c-0.894,0.5-1.864,0.914-2.866,1.254 c-1.015,0.301-2.067,0.523-3.129,0.555c-1.056,0.063-2.113-0.053-3.092-0.311c-0.985-0.242-1.889-0.648-2.666-1.135 c-0.78-0.482-1.467-1.01-2.031-1.561c-1.148-1.087-1.854-2.196-2.318-2.969c-0.457-0.774-0.658-1.273-0.658-1.273 L97.595,97.325z"/>
<path class="mouth" fill="#1E1E1E" d="M78.64,122.741c0,0,0.521-0.338,1.492-0.803c0.97-0.469,2.397-1.064,4.192-1.561 c1.792-0.48,3.963-0.875,6.32-0.809c1.177,0.008,2.394,0.145,3.617,0.371c1.223,0.23,2.442,0.588,3.629,1.041 c0.597,0.215,1.167,0.496,1.75,0.746c0.554,0.305,1.129,0.572,1.666,0.895c1.085,0.629,2.084,1.357,3,2.117 c0.904,0.777,1.692,1.613,2.399,2.438c0.668,0.852,1.316,1.643,1.803,2.449c0.527,0.777,0.952,1.523,1.296,2.201 c0.359,0.668,0.648,1.26,0.842,1.771c0.428,1,0.636,1.582,0.636,1.582l-0.176,0.096c0,0-0.41-0.471-1.063-1.316 c-0.325-0.422-0.738-0.922-1.213-1.486c-0.231-0.287-0.478-0.59-0.736-0.91c-0.272-0.309-0.56-0.631-0.858-0.969 c-0.572-0.691-1.271-1.365-1.958-2.115c-0.375-0.344-0.749-0.707-1.127-1.08c-0.386-0.365-0.799-0.713-1.207-1.084 c-0.813-0.74-1.71-1.436-2.644-2.113c-0.468-0.34-0.973-0.627-1.466-0.943c-0.519-0.266-1.027-0.564-1.563-0.803 c-1.069-0.486-2.181-0.887-3.307-1.172c-1.127-0.281-2.262-0.482-3.374-0.557c-1.111-0.102-2.194-0.078-3.221-0.021 c-1.029,0.049-1.996,0.201-2.886,0.355c-1.778,0.336-3.226,0.805-4.215,1.188c-0.994,0.379-1.527,0.666-1.527,0.666 L78.64,122.741z"/>
</g>
<g class="spots">
<g class="top-spots" opacity="0.9">
<path fill="#1E1E1E" d="M89.372,78.952c2.58,0,2.58-4,0-4S86.792,78.952,89.372,78.952L89.372,78.952z"/>
<path fill="#1E1E1E" d="M96.038,72.619c2.579,0,2.579-4,0-4C93.458,68.619,93.458,72.619,96.038,72.619L96.038,72.619z"/>
<path fill="#1E1E1E" d="M107.371,79.952c2.579,0,2.579-4,0-4S104.792,79.952,107.371,79.952L107.371,79.952z"/>
<path fill="#1E1E1E" d="M102.871,71.286c1.29,0,1.29-2,0-2S101.581,71.286,102.871,71.286L102.871,71.286z"/>
<path fill="#1E1E1E" d="M119.038,76.452c0.645,0,0.645-1,0-1S118.394,76.452,119.038,76.452L119.038,76.452z"/>
<path fill="#1E1E1E" d="M116.205,81.286c0.645,0,0.645-1,0-1S115.561,81.286,116.205,81.286L116.205,81.286z"/>
<path fill="#1E1E1E" d="M82.038,83.286c0.645,0,0.645-1,0-1S81.393,83.286,82.038,83.286L82.038,83.286z"/>
<path fill="#1E1E1E" d="M70.205,83.619c0.645,0,0.645-1,0-1S69.56,83.619,70.205,83.619L70.205,83.619z"/>
<path fill="#1E1E1E" d="M82.205,73.619c0.645,0,0.645-1,0-1S81.56,73.619,82.205,73.619L82.205,73.619z"/>
<path fill="#1E1E1E" d="M75.372,76.286c0.645,0,0.645-1,0-1S74.727,76.286,75.372,76.286L75.372,76.286z"/>
<path fill="#1E1E1E" d="M89.372,67.286c0.645,0,0.645-1,0-1S88.727,67.286,89.372,67.286L89.372,67.286z"/>
<path fill="#1E1E1E" d="M87.705,71.619c0.645,0,0.645-1,0-1S87.06,71.619,87.705,71.619L87.705,71.619z"/>
<path fill="#1E1E1E" d="M73.705,87.619c1.935,0,1.935-3,0-3S71.77,87.619,73.705,87.619L73.705,87.619z"/>
<path fill="#1E1E1E" d="M74.872,92.952c0.645,0,0.645-1,0-1S74.227,92.952,74.872,92.952L74.872,92.952z"/>
<path fill="#1E1E1E" d="M92.038,90.452c0.645,0,0.645-1,0-1S91.393,90.452,92.038,90.452L92.038,90.452z"/>
<path fill="#1E1E1E" d="M85.705,88.119c0.645,0,0.645-1,0-1S85.06,88.119,85.705,88.119L85.705,88.119z"/>
<path fill="#1E1E1E" d="M85.705,89.786c2.58,0,2.58-4,0-4S83.125,89.786,85.705,89.786L85.705,89.786z"/>
<path fill="#1E1E1E" d="M97.704,82.786c3.225,0,3.225-5,0-5C94.48,77.786,94.48,82.786,97.704,82.786L97.704,82.786z"/>
<path fill="#1E1E1E" d="M97.704,82.786c3.225,0,3.225-5,0-5C94.48,77.786,94.48,82.786,97.704,82.786L97.704,82.786z"/>
<path fill="#1E1E1E" d="M97.704,83.119c3.225,0,3.225-5,0-5C94.48,78.119,94.48,83.119,97.704,83.119L97.704,83.119z"/>
<path fill="#1E1E1E" d="M97.704,83.119c3.225,0,3.225-5,0-5C94.48,78.119,94.48,83.119,97.704,83.119L97.704,83.119z"/>
<path fill="#1E1E1E" d="M101.205,88.119c1.29,0,1.29-2,0-2S99.915,88.119,101.205,88.119L101.205,88.119z"/>
<path fill="#1E1E1E" d="M108.705,86.619c1.29,0,1.29-2,0-2S107.415,86.619,108.705,86.619L108.705,86.619z"/>
<path fill="#1E1E1E" d="M103.371,94.286c0.645,0,0.645-1,0-1S102.727,94.286,103.371,94.286L103.371,94.286z"/>
<path fill="#1E1E1E" d="M113.371,90.119c0.645,0,0.645-1,0-1S112.727,90.119,113.371,90.119L113.371,90.119z"/>
<path fill="#1E1E1E" d="M114.371,68.286c0.645,0,0.645-1,0-1S113.727,68.286,114.371,68.286L114.371,68.286z"/>
<path fill="#1E1E1E" d="M104.038,66.119c0.645,0,0.645-1,0-1S103.394,66.119,104.038,66.119L104.038,66.119z"/>
<path fill="#1E1E1E" d="M124.371,76.286c2.579,0,2.579-4,0-4S121.792,76.286,124.371,76.286L124.371,76.286z"/>
<path fill="#1E1E1E" d="M124.371,76.286c2.579,0,2.579-4,0-4S121.792,76.286,124.371,76.286L124.371,76.286z"/>
<path fill="#1E1E1E" d="M113.038,74.952c0.645,0,0.645-1,0-1S112.394,74.952,113.038,74.952L113.038,74.952z"/>
<path fill="#1E1E1E" d="M110.205,70.452c0.645,0,0.645-1,0-1S109.561,70.452,110.205,70.452L110.205,70.452z"/>
<path fill="#1E1E1E" d="M100.705,76.452c0.645,0,0.645-1,0-1S100.061,76.452,100.705,76.452L100.705,76.452z"/>
<path fill="#1E1E1E" d="M96.038,63.619c0.646,0,0.646-1,0-1C95.393,62.619,95.393,63.619,96.038,63.619L96.038,63.619z"/>
<path fill="#1E1E1E" d="M92.038,73.619c0.645,0,0.645-1,0-1S91.393,73.619,92.038,73.619L92.038,73.619z"/>
<path fill="#1E1E1E" d="M89.872,84.452c0.645,0,0.645-1,0-1S89.227,84.452,89.872,84.452L89.872,84.452z"/>
<path fill="#1E1E1E" d="M82.372,78.286c0.645,0,0.645-1,0-1S81.727,78.286,82.372,78.286L82.372,78.286z"/>
<path fill="#1E1E1E" d="M75.372,80.619c0.645,0,0.645-1,0-1S74.727,80.619,75.372,80.619L75.372,80.619z"/>
<path fill="#1E1E1E" d="M78.538,83.952c0.645,0,0.645-1,0-1S77.893,83.952,78.538,83.952L78.538,83.952z"/>
<path fill="#1E1E1E" d="M83.038,92.452c0.645,0,0.645-1,0-1S82.393,92.452,83.038,92.452L83.038,92.452z"/>
<path fill="#1E1E1E" d="M88.372,95.286c0.645,0,0.645-1,0-1S87.727,95.286,88.372,95.286L88.372,95.286z"/>
<path fill="#1E1E1E" d="M96.538,94.453c0.646,0,0.646-1,0-1S95.893,94.453,96.538,94.453L96.538,94.453z"/>
<path fill="#1E1E1E" d="M95.038,86.786c0.646,0,0.646-1,0-1C94.393,85.786,94.393,86.786,95.038,86.786L95.038,86.786z"/>
<path fill="#1E1E1E" d="M120.205,88.452c1.935,0,1.935-3,0-3S118.271,88.452,120.205,88.452L120.205,88.452z"/>
<path fill="#1E1E1E" d="M126.872,84.452c1.935,0,1.935-3,0-3S124.938,84.452,126.872,84.452L126.872,84.452z"/>
<path fill="#1E1E1E" d="M129.205,87.786c0.645,0,0.645-1,0-1S128.561,87.786,129.205,87.786L129.205,87.786z"/>
<path fill="#1E1E1E" d="M129.872,93.12c0.645,0,0.645-1,0-1S129.228,93.12,129.872,93.12L129.872,93.12z"/>
<path fill="#1E1E1E" d="M133.538,91.786c0.645,0,0.645-1,0-1S132.894,91.786,133.538,91.786L133.538,91.786z"/>
<path fill="#1E1E1E" d="M69.538,96.786c0.645,0,0.645-1,0-1S68.893,96.786,69.538,96.786L69.538,96.786z"/>
<path fill="#1E1E1E" d="M57.872,103.118c0.645,0,0.645-1,0-1S57.227,103.118,57.872,103.118L57.872,103.118z"/>
<path fill="#1E1E1E" d="M61.205,98.119c1.935,0,1.935-3,0-3S59.271,98.119,61.205,98.119L61.205,98.119z"/>
<path fill="#1E1E1E" d="M61.538,87.952c2.58,0,2.58-4,0-4S58.958,87.952,61.538,87.952L61.538,87.952z"/>
<path fill="#1E1E1E" d="M65.872,92.452c0.645,0,0.645-1,0-1S65.227,92.452,65.872,92.452L65.872,92.452z"/>
<path fill="#1E1E1E" d="M66.538,84.452c0.645,0,0.645-1,0-1S65.893,84.452,66.538,84.452L66.538,84.452z"/>
<path fill="#1E1E1E" d="M67.872,77.119c0.645,0,0.645-1,0-1S67.227,77.119,67.872,77.119L67.872,77.119z"/>
<path fill="#1E1E1E" d="M76.538,71.786c0.645,0,0.645-1,0-1S75.893,71.786,76.538,71.786L76.538,71.786z"/>
<path fill="#1E1E1E" d="M82.205,66.786c0.645,0,0.645-1,0-1S81.56,66.786,82.205,66.786L82.205,66.786z"/>
<path fill="#1E1E1E" d="M82.205,66.786c0.645,0,0.645-1,0-1S81.56,66.786,82.205,66.786L82.205,66.786z"/>
<path fill="#1E1E1E" d="M138.205,94.453c0.645,0,0.645-1,0-1S137.561,94.453,138.205,94.453L138.205,94.453z"/>
</g>
<g class="down-spots" opacity="0.3">
<path fill="#1E1E1E" d="M64.788,121.952c2.58,0,2.58-4,0-4S62.208,121.952,64.788,121.952L64.788,121.952z"/>
<path fill="#1E1E1E" d="M67.288,132.702c2.58,0,2.58-4,0-4S64.708,132.702,67.288,132.702L67.288,132.702z"/>
<path fill="#1E1E1E" d="M83.288,140.452c2.58,0,2.58-4,0-4S80.708,140.452,83.288,140.452L83.288,140.452z"/>
<path fill="#1E1E1E" d="M92.038,138.452c2.58,0,2.58-4,0-4S89.458,138.452,92.038,138.452L92.038,138.452z"/>
<path fill="#1E1E1E" d="M95.538,144.702c2.58,0,2.58-4,0-4C92.958,140.702,92.958,144.702,95.538,144.702L95.538,144.702z"/>
<path fill="#1E1E1E" d="M113.788,142.702c2.579,0,2.579-4,0-4S111.209,142.702,113.788,142.702L113.788,142.702z"/>
<path fill="#1E1E1E" d="M117.038,134.452c2.579,0,2.579-4,0-4S114.459,134.452,117.038,134.452L117.038,134.452z"/>
<path fill="#1E1E1E" d="M127.788,125.202c2.579,0,2.579-4,0-4S125.209,125.202,127.788,125.202L127.788,125.202z"/>
<path fill="#1E1E1E" d="M127.288,134.952c2.579,0,2.579-4,0-4S124.709,134.952,127.288,134.952L127.288,134.952z"/>
<path fill="#1E1E1E" d="M136.538,112.952c2.579,0,2.579-4,0-4S133.959,112.952,136.538,112.952L136.538,112.952z"/>
<path fill="#1E1E1E" d="M125.538,113.952c2.579,0,2.579-4,0-4S122.959,113.952,125.538,113.952L125.538,113.952z"/>
<path fill="#1E1E1E" d="M102.288,134.452c1.29,0,1.29-2,0-2S100.998,134.452,102.288,134.452L102.288,134.452z"/>
<path fill="#1E1E1E" d="M102.288,139.452c0.645,0,0.645-1,0-1S101.644,139.452,102.288,139.452L102.288,139.452z"/>
<path fill="#1E1E1E" d="M88.788,143.202c0.645,0,0.645-1,0-1S88.143,143.202,88.788,143.202L88.788,143.202z"/>
<path fill="#1E1E1E" d="M107.038,145.202c0.645,0,0.645-1,0-1S106.394,145.202,107.038,145.202L107.038,145.202z"/>
<path fill="#1E1E1E" d="M105.288,135.452c0.645,0,0.645-1,0-1S104.644,135.452,105.288,135.452L105.288,135.452z"/>
<path fill="#1E1E1E" d="M119.288,138.952c0.645,0,0.645-1,0-1S118.644,138.952,119.288,138.952L119.288,138.952z"/>
<path fill="#1E1E1E" d="M122.788,128.702c0.645,0,0.645-1,0-1S122.144,128.702,122.788,128.702L122.788,128.702z"/>
<path fill="#1E1E1E" d="M118.288,122.952c0.645,0,0.645-1,0-1S117.644,122.952,118.288,122.952L118.288,122.952z"/>
<path fill="#1E1E1E" d="M130.288,117.702c0.645,0,0.645-1,0-1S129.644,117.702,130.288,117.702L130.288,117.702z"/>
<path fill="#1E1E1E" d="M134.038,122.702c0.645,0,0.645-1,0-1S133.394,122.702,134.038,122.702L134.038,122.702z"/>
<path fill="#1E1E1E" d="M136.288,117.952c0.645,0,0.645-1,0-1S135.644,117.952,136.288,117.952L136.288,117.952z"/>
<path fill="#1E1E1E" d="M77.788,133.952c0.645,0,0.645-1,0-1S77.143,133.952,77.788,133.952L77.788,133.952z"/>
<path fill="#1E1E1E" d="M71.788,136.202c0.645,0,0.645-1,0-1S71.143,136.202,71.788,136.202L71.788,136.202z"/>
<path fill="#1E1E1E" d="M74.538,129.952c1.29,0,1.29-2,0-2S73.249,129.952,74.538,129.952L74.538,129.952z"/>
<path fill="#1E1E1E" d="M70.788,125.202c1.29,0,1.29-2,0-2S69.499,125.202,70.788,125.202L70.788,125.202z"/>
<path fill="#1E1E1E" d="M88.288,131.702c1.29,0,1.29-2,0-2S86.999,131.702,88.288,131.702L88.288,131.702z"/>
<path fill="#1E1E1E" d="M95.038,132.452c1.935,0,1.935-3,0-3S93.104,132.452,95.038,132.452L95.038,132.452z"/>
<path fill="#1E1E1E" d="M59.538,114.952c1.29,0,1.29-2,0-2S58.249,114.952,59.538,114.952L59.538,114.952z"/>
<path fill="#1E1E1E" d="M60.538,122.202c0.645,0,0.645-1,0-1S59.893,122.202,60.538,122.202L60.538,122.202z"/>
<path fill="#1E1E1E" d="M64.288,125.952c0.645,0,0.645-1,0-1S63.643,125.952,64.288,125.952L64.288,125.952z"/>
</g>
</g>
</g>
</g>
<div class="shadow"></div>
</div>
<div
class="col-12 d-flex flex-column justify-content-center align-items-center"
>
<h1>
<strong>Covid-19 Vaccine Tracker</strong>
</h1>
</div>
<div class="col-12 d-flex justify-content-center align-items-center">
<a href="javascript:" >
<button class="btn Button-clicked" id="flexDistrict" onclick="SwithToDistrict()">District</button>
</a>
<a href="javascript:" >
<button class="btn btn-secondary" id="flexPincode" onclick="SwithToPin()">Pincode</button>
</a>
</div>
<div class="col-12 d-flex justify-content-center align-items-center" id="BeforeStateToPin">
<form class="form-group " id="StateToPin1">
<div class="form-group " id="0statechange">
<label for="state">State</label>
<select class="form-control" id="state1" onchange="stateSelected(this.value,1)">
</select>
</div>
<div class="form-group" id="mydiv1">
<label for="District">District</label>
<select class="form-control" id="district1">
</select>
</div>
<div class="form-group col-sm-4">
<button class="btn btn-success my-2 my-sm-0" type="submit" id="DistrictSubmit1" >Search</button>
</div>
</form>
</div>
<div class="row col-12 px-0" id="MainContent">
<div class="col-12 order-1 d-flex align-items-center justify-content-center">
<div class="font-weight-bold">Filters</div>
</div>
<div class="col-12 d-flex order-2 align-items-center justify-content-center" id="filters">
<div class="btn-group">
<button type="button" id="agefilter" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
18+
</button>
<div class="dropdown-menu">
<a class="dropdown-item" id="agefilter1" href="javascript:Button.click('18+')">18+</a>
<a class="dropdown-item" id="agefilter2" href="javascript:Button.click('45+')">45+</a>
</div>
</div>
<div class="btn-group">
<button type="button" id="vaccinefilter" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
COVISHIELD
</button>
<div class="dropdown-menu">
<a class="dropdown-item" id="vaccinefilter1" href="javascript:Button.click('covishield')">COVISHIELD</a>
<a class="dropdown-item" id="vaccinefilter2" href="javascript:Button.click('covaxin')">COVAXIN</a>
<a class="dropdown-item" id="vaccinefilter3" href="javascript:Button.click('sputnik v')">SPUTNIK V</a>
</div>
</div>
<div class="btn-group">
<button type="button" id="feefilter" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
free
</button>
<div class="dropdown-menu">
<a class="dropdown-item" id="feefilter1" href="javascript:Button.click('free')" >free</a>
<a class="dropdown-item" id="feefilter2" href="javascript:Button.click('paid')" >paid</a>
</div>
</div>
<div class="btn-group">
<button type="button" id="dosefilter" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
1stDose
</button>
<div class="dropdown-menu">
<a class="dropdown-item" id="dosefilter1" href="javascript:Button.click('1stDose')">1stDose</a>
<a class="dropdown-item" id="dosefilter2" href="javascript:Button.click('2ndDose')">2ndDose</a>
</div>
</div>
</div>
<div class="col-12 order-3 d-flex justify-content-center align-items-center my-3" id="res">
<div id="dateResults" class="d-flex flex-column justify-content-center align-items-center">
</div>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="row">
<div
class="col-12 d-flex justify-content-center align-items-center my-3"
>
<strong>Created by Apurv Kumar</strong>
</div>
<div
class="col-12 d-flex justify-content-center align-items-center my-3"
>
<strong>Contact Me</strong>
</div>
<div
class="col-12 d-flex justify-content-center align-items-center my-3"
>
<span class="mx-2"
><a id="linkedin-in" class="show" href="https://www.linkedin.com/in/apurv-kumar444/"
><svg
class="filter"
role="img"
viewBox="0 0 448 512"
xmlns="http://www.w3.org/2000/svg"
data-prefix="fab"
data-icon="linkedin-in"
height="32px"
width="32px"
>
<path
d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"
fill="currentColor"
></path></svg></a>
<a id="linkedin-in1" class="hide" href="https://www.linkedin.com/in/apurv-kumar444/">
<svg height="32px" width="32px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M29.63.001H2.362C1.06.001 0 1.034 0 2.306V29.69C0 30.965 1.06 32 2.362 32h27.27C30.937 32 32 30.965 32 29.69V2.306C32 1.034 30.937.001 29.63.001z" fill="#0177b5" data-darkreader-inline-fill="" style="--darkreader-inline-fill:#015f91;"></path><path d="M4.745 11.997H9.5v15.27H4.745zm2.374-7.6c1.517 0 2.75 1.233 2.75 2.75S8.636 9.9 7.12 9.9a2.76 2.76 0 0 1-2.754-2.753 2.75 2.75 0 0 1 2.753-2.75m5.35 7.6h4.552v2.087h.063c.634-1.2 2.182-2.466 4.5-2.466 4.806 0 5.693 3.163 5.693 7.274v8.376h-4.743V19.84c0-1.77-.032-4.05-2.466-4.05-2.47 0-2.85 1.93-2.85 3.92v7.554h-4.742v-15.27z" fill="#fff" data-darkreader-inline-fill="" style="--darkreader-inline-fill:#e8e6e3;"></path></svg>
</a>
</span
><span class="mx-2"
><a id="github" class="show" href="https://www.github.com/apurvk4"
><svg
class="filter"
role="img"
viewBox="0 0 496 512"
xmlns="http://www.w3.org/2000/svg"
data-prefix="fab"
data-icon="github"
height="32px"
width="32px"
>
<path
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"
fill="currentColor"
></path></svg></a>
<a id="github1" class="hide" href="https://www.github.com/apurvk4"
><svg xmlns="http://www.w3.org/2000/svg" width="32px" height="32px" viewBox="0 0 24 24"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg></a>
</span
><span class="mx-2"
><a
id="instagram"
href="https://www.instagram.com/imapurv_k"
class="show"
><svg
class="filter"
role="img"
viewBox="0 0 448 512"
xmlns="http://www.w3.org/2000/svg"
data-prefix="fab"
data-icon="instagram"
height="32px"
width="32px"
>
<path
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"
fill="currentColor"
></path></svg></a
>
<a
id="instagram1"
class="hide"
href="https://www.instagram.com/imapurv_k"
style="text-decoration: none"
><svg version="1.1" height="32px" width="32px" id="icon-social-instagram" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 551.034 551.034" style="enable-background:new 0 0 551.034 551.034;" xml:space="preserve">
<g>
<linearGradient id="INSTASVG_1_" gradientUnits="userSpaceOnUse" x1="275.517" y1="4.57" x2="275.517" y2="549.72" gradientTransform="matrix(1 0 0 -1 0 554)">
<stop offset="0" style="stop-color: rgb(224, 155, 61); --darkreader-inline-stopcolor:#e2a24b;" data-darkreader-inline-stopcolor=""></stop>
<stop offset="0.3" style="stop-color: rgb(199, 76, 77); --darkreader-inline-stopcolor:#cc5b5c;" data-darkreader-inline-stopcolor=""></stop>
<stop offset="0.6" style="stop-color: rgb(194, 25, 117); --darkreader-inline-stopcolor:#e84aa0;" data-darkreader-inline-stopcolor=""></stop>
<stop offset="1" style="stop-color: rgb(112, 36, 196); --darkreader-inline-stopcolor:#914bde;" data-darkreader-inline-stopcolor=""></stop>
</linearGradient>
<path style="fill:url(#INSTASVG_1_);" d="M386.878,0H164.156C73.64,0,0,73.64,0,164.156v222.722
c0,90.516,73.64,164.156,164.156,164.156h222.722c90.516,0,164.156-73.64,164.156-164.156V164.156
C551.033,73.64,477.393,0,386.878,0z M495.6,386.878c0,60.045-48.677,108.722-108.722,108.722H164.156
c-60.045,0-108.722-48.677-108.722-108.722V164.156c0-60.046,48.677-108.722,108.722-108.722h222.722
c60.045,0,108.722,48.676,108.722,108.722L495.6,386.878L495.6,386.878z"></path>
<linearGradient id="INSTASVG_2_" gradientUnits="userSpaceOnUse" x1="275.517" y1="4.57" x2="275.517" y2="549.72" gradientTransform="matrix(1 0 0 -1 0 554)">
<stop offset="0" style="stop-color: rgb(224, 155, 61); --darkreader-inline-stopcolor:#e2a24b;" data-darkreader-inline-stopcolor=""></stop>
<stop offset="0.3" style="stop-color: rgb(199, 76, 77); --darkreader-inline-stopcolor:#cc5b5c;" data-darkreader-inline-stopcolor=""></stop>
<stop offset="0.6" style="stop-color: rgb(194, 25, 117); --darkreader-inline-stopcolor:#e84aa0;" data-darkreader-inline-stopcolor=""></stop>
<stop offset="1" style="stop-color: rgb(112, 36, 196); --darkreader-inline-stopcolor:#914bde;" data-darkreader-inline-stopcolor=""></stop>
</linearGradient>
<path style="fill:url(#INSTASVG_2_);" d="M275.517,133C196.933,133,133,196.933,133,275.516s63.933,142.517,142.517,142.517
S418.034,354.1,418.034,275.516S354.101,133,275.517,133z M275.517,362.6c-48.095,0-87.083-38.988-87.083-87.083
s38.989-87.083,87.083-87.083c48.095,0,87.083,38.988,87.083,87.083C362.6,323.611,323.611,362.6,275.517,362.6z"></path>
<linearGradient id="INSTASVG_3_" gradientUnits="userSpaceOnUse" x1="418.31" y1="4.57" x2="418.31" y2="549.72" gradientTransform="matrix(1 0 0 -1 0 554)">
<stop offset="0" style="stop-color: rgb(224, 155, 61); --darkreader-inline-stopcolor:#e2a24b;" data-darkreader-inline-stopcolor=""></stop>
<stop offset="0.3" style="stop-color: rgb(199, 76, 77); --darkreader-inline-stopcolor:#cc5b5c;" data-darkreader-inline-stopcolor=""></stop>
<stop offset="0.6" style="stop-color: rgb(194, 25, 117); --darkreader-inline-stopcolor:#e84aa0;" data-darkreader-inline-stopcolor=""></stop>
<stop offset="1" style="stop-color: rgb(112, 36, 196); --darkreader-inline-stopcolor:#914bde;" data-darkreader-inline-stopcolor=""></stop>
</linearGradient>
<circle style="fill:url(#INSTASVG_3_);" cx="418.31" cy="134.07" r="34.15"></circle>
</g>
</svg></a
>
</span>
</div>
</div>
</div>
</footer>
<div id="PreLoad" style="display:none">
<svg class="pl" width="128px" height="128px" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
<circle class="pl__ring1" cx="64" cy="64" r="60" fill="none" stroke="hsl(3,90%,55%)" stroke-width="8" transform="rotate(-90,64,64)" stroke-linecap="round" stroke-dasharray="377 377" stroke-dashoffset="-376.4"/>
<circle class="pl__ring2" cx="64" cy="64" r="52.5" fill="none" stroke="hsl(13,90%,55%)" stroke-width="7" transform="rotate(-90,64,64)" stroke-linecap="round" stroke-dasharray="329.9 329.9" stroke-dashoffset="-329.3"/>
<circle class="pl__ring3" cx="64" cy="64" r="46" fill="none" stroke="hsl(23,90%,55%)" stroke-width="6" transform="rotate(-90,64,64)" stroke-linecap="round" stroke-dasharray="289 289" stroke-dashoffset="-288.6"/>
<circle class="pl__ring4" cx="64" cy="64" r="40.5" fill="none" stroke="hsl(33,90%,55%)" stroke-width="5" transform="rotate(-90,64,64)" stroke-linecap="round" stroke-dasharray="254.5 254.5" stroke-dashoffset="-254"/>
<circle class="pl__ring5" cx="64" cy="64" r="36" fill="none" stroke="hsl(43,90%,55%)" stroke-width="4" transform="rotate(-90,64,64)" stroke-linecap="round" stroke-dasharray="226.2 226.2" stroke-dashoffset="-225.8"/>
<circle class="pl__ring6" cx="64" cy="64" r="32.5" fill="none" stroke="hsl(53,90%,55%)" stroke-width="3" transform="rotate(-90,64,64)" stroke-linecap="round" stroke-dasharray="204.2 204.2" stroke-dashoffset="-203.9"/>
</svg>
</div>
</body>
</html>