-
Notifications
You must be signed in to change notification settings - Fork 0
/
map.htm
43 lines (41 loc) · 2.15 KB
/
map.htm
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB">
<head>
<link href='http://fonts.googleapis.com/css?family=Josefin+Slab:600' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Ubuntu:300,300italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style/map_style.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<script charset="UTF-8" type="text/javascript" src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0"></script>
<script type="text/javascript" src="js/data.js"></script>
<script type="text/javascript" src="js/map.js"></script>
<script src="js/simple-smugmug.js"></script>
<script type="text/javascript" src="js/galleryview/js/jquery.timers-1.2.js"></script>
<script type="text/javascript" src="js/galleryview/js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/galleryview/js/jquery.galleryview-3.0-dev.js"></script>
<link type="text/css" rel="stylesheet" href="js/galleryview/css/jquery.galleryview-3.0-dev.css" />
<script src="js/project.js"></script>
</head>
<body>
<div id="mapdiv"></div>
<h1>Nowhere Art Archive</h1>
<h2> Back to
<a href="http://goingnowhere.org/">< Nowhere</a> <a id="back-archive" href="archive.htm">< Art Archive</a>
<div id="latlong"></div>
</h2>
<div id="project">
<div id="project-info">
<div id="closebox"><a href="javascript:void(0)">CLOSE</a></div>
<div id="title"></div>
<div id="artist_info">
by <span id="artist"></span>
from <span id="country"></span>
<img id="flag" height=15 width=30/>
</div>
<div id="description"></div>
</div>
<ul id="gallery"></ul>
<div id="corrections">If you want to send us more pictures of this project, add or change any information please <a href="mailto:[email protected]">email us</a></div>
</div>
</div>
</body>
</html>