This repository has been archived by the owner on Oct 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (51 loc) · 3.4 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
<!DOCTYPE html>
<html>
<head>
<title>Oldham COVID</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3pro.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta property="og:title" content="Oldham COVID"/>
<meta property="og:url" content="https://oldhamcovid.tk/" />
<meta property="og:description" content="Hello! This website is about COVID-19 in Oldham including the total cases all Oldham!"/>
</head>
<body>
<div class="w3-top">
<div class="w3-bar w3-black w3-card">
<a class="w3-bar-item w3-button w3-padding-large w3-hide-medium w3-hide-large w3-right" href="javascript:void(0)" onclick="myFunction()" title="Toggle Navigation Menu"><i class="fa fa-bars"></i></a>
<a href="https://oldhamcovid.tk" class="w3-bar-item w3-button w3-padding-large">Overview</a>
<a href="https://oldhamcovid.tk/MSOA/" class="w3-bar-item w3-button w3-padding-large w3-hide-small">Areas</a>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="More">More<i class="fa fa-caret-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="https://oldhamcovid.tk/about/" class="w3-bar-item w3-button">About</a>
<a href="https://oldhamcovid.tk/copyright/" class="w3-bar-item w3-button">Copyright</a>
<a href="https://oldhamcovid.tk/contact/" class="w3-bar-item w3-button">Contact</a>
</div>
</div>
<!--<a href="javascript:void(0)" class="w3-padding-large w3-hover-red w3-hide-small w3-right"><i class="fa fa-search"></i></a>-->
</div>
</div>
<div id="navDemo" class="w3-bar-block w3-black w3-hide w3-hide-large w3-hide-medium w3-top" style="margin-top:46px">
<a href="https://oldhamcovid.tk" class="w3-bar-item w3-button w3-padding-large" onclick="myFunction()">Overview</a>
<a href="https://oldhamcovid.tk/MSOA/" class="w3-bar-item w3-button w3-padding-large" onclick="myFunction()">Areas</a>
<a href="https://oldhamcovid.tk/about/" class="w3-bar-item w3-button w3-padding-large" onclick="myFunction()">About</a>
<a href="https://oldhamcovid.tk/copyright/" class="w3-bar-item w3-button w3-padding-large" onclick="myFunction()">Copyright</a>
<a href="https://oldhamcovid.tk/contact/" class="w3-bar-item w3-button w3-padding-large" onclick="myFunction()">Contact</a>
</div>
<h4>⠀</h4>
<h3>Here is the main data</h3>
<p>This is taken directly from the API provided and is updated every day. Some figures may be wrong in comparison to the government website</p>
<p>There are currently <a id="UKCT"></a> cases in the UK (recent increase of <a id="UKC"></a>)</p>
<p>There are currently <a id="UKDT"></a> deaths in the UK (recent increase of <a id="UKD"></a>)</p>
<p>There are currently <a id="OLCT"></a> cases in Oldham (recent increase of <a id="OLC"></a>)</p>
<p>There are currently <a id="OLDT"></a> deaths in the Oldham (recent increase of <a id="OLD"></a>)</p>
</body>
</html>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js">
</script>
<script src="script.js"></script>