-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
66 lines (61 loc) · 3.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
<html>
<head>
<title>COVID-19 Resources</title>
<link rel="stylesheet" href="/style.css">
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<script src="https://kit.fontawesome.com/1d39151f79.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" integrity="sha384-wESLQ85D6gbsF459vf1CiZ2+rr+CsxRY0RpiF1tLlQpDnAgg6rwdsUF1+Ics2bni" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Staatliches&display=swap" rel="stylesheet">
</head>
<body class='min-vh-100 d-flex flex-column h-100'>
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content" id='modal-content-wrapper'>
<div class="modal-body">
<div>Welcome to covid.resources.india's official website.</div>
<div>
The CRI Resource Finder was active from April 2021 to June 2021. During this time, we had ~2500 visitors and helped a large percentage of these find the resources they were looking for.
</div>
<div>
We are grateful to have been a small part of the COVID resistance effort and for the chance we had to help our fellow humans in a time of need.
</div>
<div>Our social media:
<ul>
<li><a href='https://instagram.com/covid.resources.india'>Instagram page</a></li>
<li><a href='https://linktr.ee/Eccentric.Blue'>Linktree</a></li>
<li><a href='#'>Twitter page</a></li>
</li>
</ul>
</div>
<div>
This site and the data it displayed were maintained by volunteers. We are grateful to all of them, because this would have been impossible without the collaboration of everyone involved.
</div>
<div>
The source code is available on <a href='https://github.com/shantaram3013/covid19-resource-site'>GitHub.</a>
</div>
<div>
To view an archived version of the resource finder, click <a href='/archived/'>here</a>.
</div>
<div>
Thank you.
</div>
</div>
<div class='modal-footer'>
<div>
Made with <i class="fas fa-heart"></i> by <a href='https://github.com/dakshsethi'>Daksh
Sethi</a>,
<a href='https://github.com/kinshukdua'>Kinshuk Dua</a>,
<a href='https://github.com/Krishna-Sivakumar'>Krishna Sivakumar</a>,
and <a href='https://github.com/shantaram3013'>Siddharth Singh</a>.
</div>
</div>
</div>
</div>
</body>