-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (30 loc) · 1.54 KB
/
Copy pathindex.html
File metadata and controls
30 lines (30 loc) · 1.54 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>DHd2016: Workshop Visualisierung</title>
<meta charset="UTF-8"/>
<!-- skeleton css -->
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="css/normalize.css"/>
<link rel="stylesheet" href="css/skeleton.css"/>
</head>
<body class="code-snippets-visible">
<div class="container" style="width: auto; margin: 1em auto;">
<div style="text-align: center">
<h4>DHd2016 Leipzig / Pre-Conference Workshop</h4>
<h1>Methods and Tools for visualising Digital Humanities data sets</h1>
<p>Andreas Kuczera, Thomas Kollatz and Torsten Schrade</p>
<p class="nav" style="position: relative; z-index: 10;">
<a class="button" href="index.html">Home</a>
<a class="button" href="data">Data</a>
<a class="button" href="tools">Tools</a>
</p>
<a href="tools">
<img src="intro.svg" class="intro" title="Visualisation tools used" />
</a>
<p>All the stuff: <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY</a> | Get it on <a href="https://github.com/digicademy/dhd2016-workshop">GitHub</a> | Website brought to you by <a href="https://twitter.com/digicademy">@digicademy</a> | <a href="imprint.html">Imprint</a></a></p>
</div>
</div>
</body>
</html>