-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (31 loc) · 1.48 KB
/
index.html
File metadata and controls
42 lines (31 loc) · 1.48 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
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<title>A Walk in Vienna</title>
<script src="externals/d3.v3/d3.v3.min.js" type="text/javascript" charset="utf-8"></script>
<!-- <script src="http://d3js.org/d3.v3.min.js" type="text/javascript" charset="utf-8"></script> -->
<script src="http://d3js.org/topojson.v0.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<h1>Too much history walk in Vienna</h1>
</header>
<div class="container">
<script src="script.js" type="text/javascript"></script>
<div class="text_container">
<div class="text">
<p>Information used in this map was taken from <a href="http://www.jugendinfowien.at/useit/">USE-IT Vienna</a>.</p>
<p>USE-IT is tourist information for young people: no-nonsense, not commercial, made by locals and up-to-date. It is part of the European organization <a href="http://www.use-it.travel/home">USE-IT Europe</a>.</p>
</div>
<div class="cover">
<a href="http://www.jugendinfowien.at/useit/"><img src="http://www.jugendinfowien.at/typo3temp/pics/useit_cover_klein2_359a2c385e.jpg"></a>
</div>
<br class="clear" />
<div class="description"><p></p></div>
</div>
<br class="clear" />
</div>
<footer>© Alice Rühl and Mariana Danielová, August 2013</footer>
</body>
</html>