-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (53 loc) · 2.68 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
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<head>
<meta charset="UTF-8"/>
<title>Bloodaxe Books Digital Archives</title>
<!-- link to CSS stylesheet, fonts & plugins -->
<link rel="stylesheet" type="text/css" href="style.css"/>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,900' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lora:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="magnific/dist/magnific-popup.css">
<link href="tipsy/tipsy.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="fancyBox/source/jquery.fancyBox.css" type="text/css" media="screen" />
<!--[if lt IE 9] >
<script src="dist/html5shiv.js"></script>
<![endif]-->
<!-- links to various javascript files used -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js"></script>
<script type="text/javascript" src="d3/d3.js"></script>
<script src="script.js"/></script>
<script src="jquery.csv-0.71.js"/></script>
<script src="magnific/dist/jquery.magnific-popup.js"></script>
<script src="elevatezoom/jquery.elevatezoom.js" type="text/javascript"></script>
<script type="text/javascript" src="tipsy/jquery.tipsy.js"></script>
<script type="text/javascript" src="fancyBox/source/jquery.fancybox.pack.js"></script>
<meta name="keywords" content="generous interfaces, data visualisation, digital archive, poetry, d3 bubble chart"/>
<meta name="description" content="A represention of a digital archive based on the theory of Generous Interfaces."/>
<meta name="author" content="John Dawson"/>
</head>
<html lang="en">
<body>
<header>
<div class="wrapper">
<h1 class="logo">Bloodaxe Digital Archive: Bubble Chart</h1>
</div> <!-- wrapper -->
</header>
<article class="about">
<div class="wrapper">
<p>The aim of this site is to provide an alternative means of navigating a digital archive using <a href="http://mtchl.net/tag/generousinterfaces/" id="mail">Generous Interfaces.</a></p>
<p>The 'bubbles' have an author ID associated with them and their size is determined by the nunber of manuscripts available.</p>
<br/>
<p class="instruct">Please click on an author ID to view more detailed information.</p>
</div> <!-- wrapper -->
</article> <!-- about -->
<div id="mainBlock"></div>
<div id="imageContainer"></div>
<footer class="credit">
<div class="wrapper">
<h4 class="instruct">Credit</h4>
<p><a href="mailto:[email protected]" id="mail">John Dawson</a> & Tom Schofield @ <a href="http://www.ncl.ac.uk/culturelab/" id="mail">Culture Lab, Newcastle University</a></p>
</div> <!-- wrapper -->
</footer>
</body>
</html>