-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (43 loc) · 958 Bytes
/
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>
<meta charset="utf-8">
<title>Index</title>
<style type="text/css">
body{text-align:center;}
.s{
margin:0px auto 20px auto;
margin:20px;
padding:20px;
}
h1{
font-size:1.5em;
}
#date{margin-bottom:0.5em}
</style>
</head>
<body>
<div class="s">
<h1>COMP6214 - Open Data Innovation</h1>
<div id="assignment">Coursework Assignment</div>
<div id="date">February-March 2015</div>
<div id="name">Jonas Oppenlaender</div>
<div id="id2">Student ID: jo2e14 (27462005)</div>
</div>
<div class="s">
<a href="./www/vis1.html">Visualisation 1:<br />
US Government IT Project Treemap</a>
</div>
<div class="s">
<a href="./www/vis2.html">Visualisation 2:<br />
US Government IT Project per President</a>
</div>
<div class="s">
<a href="./www/vis3.html">Explore the Dataset</a><br />
(Visualisation 3)
</div>
<div class="s">
<a href="./README.txt">README file</a><br />
</div>
</body>
</html>