-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·33 lines (29 loc) · 1.45 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
<!DOCTYPE html>
<link rel="stylesheet" href="styles.css">
<html lang="en">
<head>
<title> index </title>
</head>
<body bgcolor="#FAFFF0">
<div class="center">
<center>
<p style="font-size:50px;font-family:Tahoma;color:#082E54;font-weight: bold">
COVID-19 <span style="color: #FF9912;">MORTALITY</span> ANALYSIS
</p>
<p style="font-size:20px;font-family:Trebuchet MS;color:#082E54">
Jay Wen
</p>
<p style="font-size:20px;font-family:Trebuchet MS;color:#082E54">
CS498 Data Visualization Summer 2020
</p>
<br>
<button class="button" style="vertical-align:middle" onclick="location.href='mobility.html'"><span>Start </span></button>
<br><br>
<p style="font-size:15px;font-family:Trebuchet MS;color:#082E54">
Note: This is a continuation of my midterm project which studies the mobility and mortality rate during COVID-19. You can find it <a href="https://public.tableau.com/profile/jay5521#!/vizhome/proj_15923743266770/Dashboard1">here</a>. Here, we'll analyze relationships between mortality rate and more indexes.
Data Source: <a href="https://https://www.google.com/covid19/mobility">Google Mobility Report</a> & <a href="https://https://ourworldindata.org/coronavirus">COVID-19 Data</a>
</p>
</center>
</div>
</body>
</html>