-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 1.75 KB
/
index.html
File metadata and controls
38 lines (37 loc) · 1.75 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Data-Driven: Home Page</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/styles.css">
<link href='https://fonts.googleapis.com/css?family=Michroma' rel='stylesheet'>
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
</head>
<body>
<ul class="navigationBar">
<li><a class="active">Home</a></li>
<li><a href="/mapping.html">Open Data</a></li>
<li class="right"><a href="/about.html">About</a></li>
</ul>
<div class="textBox">
<h1>An Example Chart Of Data-Driven!</h1>
</div>
<div class="imgBox">
</div>
<div class="textBox">
<h1>Welcome to: Data-Driven</h1>
<p>
Welcome to the Data-Driven website, a project focused on mapping parts of the
open government data provided by the UK government at <a href="https://www.data.gov.uk/">The .gov website</a>
This is a project with a small scope to fit a given time frame.
<br><br>
The top nav-bar will allow you to navigate to the other sections of the website, whether you wish to find out more
about how the website is made and the choices made behind it, or if you want to get straight to viewing the data visualization.
<br><br>
The website is heavily tailored for, and designed to be viewed on a PC or laptop, phones will struggle to make use of the graphs!
</p>
</div>
</body>
</html>