-
Notifications
You must be signed in to change notification settings - Fork 0
/
spreadseemore.html
50 lines (42 loc) · 1.79 KB
/
spreadseemore.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Get Insights from Us About Covid-19">
<meta name="author" content="NIBRAZ KHAN">
<link rel="stylesheet" href="Style.css">
<title>INSIGHT-Resources</title>
</head>
<body>
<header>
<div class="container">
<div id="branding">
<img class="im" src="https://mediad.publicbroadcasting.net/p/shared/npr/201608/488380206.png" alt="">
</div>
<nav>
<ul>
<li ><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li ><a href="resources.html">Resources</a></li>
</ul>
</nav>
</div>
</header>
<section id="main">
<div class="container">
<article id="seemo">
<div >
<img class="graphs" src="https://media.discordapp.net/attachments/715611420196077568/716703599337406554/spread.png?width=1020&height=408">
</div>
<p>
This graph describes the spread of COVID19 in US. The vertical bars represents the numbers and the horizontal lines counts the days from 29.03.2020. The y axis numbers are written in scientific format which means that you will have to multiply is by 1e6 (writtern of the top left) to get the actual number.
This clearly shows how rapidly the virus spread around the country. It also shows that the health care institutions ware strong strong enough to keep the death rate at such low amount. </article>
</div>
</section>
<footer>
<p>Contact us at <a href="#">iinfo@insightcovid19.co</a></p>
</footer>
</body>
</html>