-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
78 lines (75 loc) · 4.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W5VX86P');</script>
<!-- End Google Tag Manager -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176731660-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-176731660-1');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=mobile, initial-scale=1.0">
<title>COVID Daily</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Merienda:wght@700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@600&display=swap" rel="stylesheet">
<link rel="icon" href="icon.jpg" sizes="100x100" type="icon/jpg">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W5VX86P"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<h1>
<img src="Logo.png" id="logo" />
</h1>
<div class="wrap">
<p>
Covid Daily is an app that allows people to track COVID-19 cases in an easy-to-use interface to increase awareness. Unfortunately, Play Store has rejected Covid Daily as the Play Store Review Guidelines require that medical apps are published by medical institutions, so we've open sourced Covid Daily with the intent that people can use it.
</p>
<div class="scroll">
<video controls src="video.mp4" type="video/mp4" autoplay muted loop>Video</video>
<img src="home.jpeg" />
<img src="state.jpeg" />
<img src="district.jpeg" />
<img src="precaution.jpeg" />
<img src="symptom.jpeg" />
</div>
<p>
<h2>Install Instructions:</h2>
<ol>
<li>Click on the DOWNLOAD button to download this app "COVIDDaily.apk".</li>
<li>Open "CovidDaily.apk" file and Install it on your device.</li>
<li>If installation is restricted by your device, go to settings and enable Install Unknown Apps (or Install Other Apps)</li>
<li>This app uses internet to get updates about COVID-19 cases.</li>
<li>Share with others and spread awareness.</li>
</ol>
<a>
App is under Maintenance.
</a>
</p>
<p>
<h2>Features:</h2>
<ul>
<li>Shows data for the nation along with it's states and union territories. Also includes data in district wise manner.</li>
<li>Has a user friendly interface.</li>
<li>Follows symptom and precaution details as prescribed by WHO.</li>
<li>Pictorial representation of symptoms and precautions.</li>
<li>Allows to share data for each state and union territory.</li>
</ul>
</p>
<h3>Made with ❤️ by ©<a href="mailto:dumblabs.co@gmail.com" id="mail">DumbLabsCo.</a></h3>
</div>
</body>
</html>