This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
96 lines (86 loc) · 3.08 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
---
title: Homepage
layout: index_layout
---
<style>
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;700&family=Poppins:wght@400;700&display=swap");
.c19org {
color: white;
text-decoration: none;
border-bottom: 1px solid blueviolet;
}
.c19org:hover {
color: #cc99cc;
text-decoration: none;
}
.img {
height: auto;
width: 500px;
z-index: -1;
position: absolute;
top: 80px;
right: 450px;
opacity: 0.7;
}
.ind-container {
padding: 8rem 2rem;
text-align: center;
position: relative;
margin-top: 3rem;
}
@media (max-width: 700px) {
.img {
left: 120px;
top: 80px;
width: 100%;
}
.ind-container {
padding: 6rem 2rem;
margin: 3rem auto;
width: 100%;
}
}
</style>
<div class="ind-container">
<h2
style="
font-family: 'Poppins';
font-size: 3rem;
margin-bottom: 3rem;
z-index: 5;
"
>
We have shut down
</h2>
<p style="font-family: 'Poppins'; font-size: 1.1rem; z-index: 5;">
Please refer to
<a href="https://www.mygov.in/covid-19/" class="c19org"
style="font-family: 'Poppins'; font-weight: 700;">mygov.in</a>,
<a
href="https://www.covid19india.org"
class="c19org"
style="font-family: 'Poppins'; font-weight: 700;">covid19india.org</a>,
<a href="https://www.coronatracker.com/country/india/" class="c19org"
style="font-family: 'Poppins'; font-weight: 700;">coronatracker.com</a>
for real-time updates on the COVID-19 situation in India.
</p>
</div>
<div class="container" style="text-align: justify;">
As the COVID-19 spread is increasing by the day, more than before, it has become exceedingly difficult
for our team of 13 to collect and maintain all the data. We strove to provide the most updated numbers
and this will not be possible anymore in the current scenario. <br><br>In case you want to get in touch with
any of us for future collaboration, please find the contact details in the <a href="about"
class="c19org" style="font-family: 'Poppins'; font-weight: 700;">About</a> page.<br><br>We hope that our
efforts were helpful to keep you informed. As our motto goes - Stay Safe, Stay Calm, Be Informed.
<br><br>
The last snapshot of Covindia as of 2020-May-31 16:00 IST: <a href="the-legacy/"
class="c19org" style="font-family: 'Poppins'; font-weight: 700;">Covindia</a>
</div>
<img src="/assets/img/shutdown.png" class="img" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.3/Chart.min.js"></script>
<script src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/1.10.20/js/dataTables.bootstrap4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.5.10/clipboard.min.js"></script>