-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (49 loc) · 2.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Latest update on COVID-19. Mady by Khanh Luu">
<meta name="author" content="Khanh Luu">
<meta property="og:url" content="https://kkhanhluu.github.io/covid19">
<meta property="og:title" content="COVID19 - Data Visualization">
<meta property="og:description" content="Latest update on COVID-19. Mady by Khanh Luu">
<meta property="og:type" content="website">
<meta property="og:image" content="https://kkhanhluu.github.io/assets/icons/android-chrome-192x192.png">
<meta property="og:image:secure_url"
content="https://kkhanhluu.github.io/assets/icons/android-chrome-192x192.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<title>Covid19 - Data Visualization</title>
<link rel="stylesheet" href="./dist/main.d2070829.css">
<script src="./dist/main.d2070829.js"></script>
</head>
<body>
<div class="title-container">
<h1 class="title">COVID19 - Data Visualization</h1>
<div class="title-desc"></div>
</div>
<div id="covid19-data-visualization"></div>
<div class="bottom-info-container">
<div style="font-size: 14px; color: #ccd6f6;">Total Counts</div>
<div style="color: #e6f1ff; padding: 0 5px;">
INFECTED: <span id="infected">0</span> • DEATHS:
<span id="deaths">0</span> • RECOVERED: <span id="recovered">0</span>
</div>
<div style="margin-top: 5px;">
<a href="https://github.com/kkhanhluu/covid19" rel="noopener noreferrer" target="_BLANK"
style="color: #ffffff; text-decoration: none;">More Information</a>
</div>
</div>
<div class="right-container">
<form id="country-form">
<input type="text" autocomplete="off" name="country" placeholder="Type a country" id="country">
</form>
</div>
<div class="left-container">
<a href="./data.html">Show Table</a>
</div>
</body>
<script src="./dist/script.7c337ef3.js"></script>
</html>