-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
109 lines (90 loc) · 4.78 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mapping Greek Lyric: Places, Travel, Geographical Imaginary</title>
<link rel="stylesheet" href="css/attribution.css">
<link rel="stylesheet" href="css/controlbar/controlbar.css">
<link rel="stylesheet" href="css/controlbar/poetselectors.css">
<link rel="stylesheet" href="css/controlbar/mainlinks.css">
<link rel="stylesheet" href="css/homebutton.css">
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/mapstyling.css">
<link rel="stylesheet" href="css/essay.css">
<!-- note dependency on Google's Gentium Basic font (deprecated?) -->
<!-- <link href='https://fonts.googleapis.com/css?family=Gentium+Basic:400,700' rel='stylesheet'> -->
<link href="./3rdparty/google/gentiumbasic/gentiumbasic.css" rel="stylesheet">
<!-- <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet'> -->
<link href='./3rdparty/google/opensans/opensans.css' rel='stylesheet'>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
</head>
<body>
<main id="map"></main>
<nav id="controlbar">
<h1 id="title">Mapping Greek Lyric</h1>
<fieldset id="mapModeSelector" class="controlForm">
<input type="radio" name="map" id="placesMode" class="hiddenRadio" checked>
<label for="placesMode" class="mainlinks-label">
PLACES
</label>
<input type="radio" name="map" id="travelMode" class="hiddenRadio">
<label for="travelMode" class="mainlinks-label">
TRAVEL
</label>
<input type="radio" name="map" id="geoimaginaryMode" class="hiddenRadio">
<label for="geoimaginaryMode" class="mainlinks-label">
GEOGRAPHICAL IMAGINARY
</label>
</fieldset>
<div id="poetsSelector"></div>
<div id="slider"></div>
</nav>
<header>
<div id="essayBox">
<div id="essayTitle">HELP BOX</div>
<div id="essayContent"></div>
<div id="essayCloseButton">X</div>
<div id="wholeScreen" style="width:100%;height:100%;">
</div>
</div>
<a href="index.html" aria-label="Link reloading the page">
<div id="homeButton"></div>
</a>
<div id="attribution">
<i>Mapping Greek Lyric: Places, Travel, Geographical Imaginary.</i>
D. Driscoll, I. McMullin, S. Sansom, S. Brennan-McMahon, A. Waller, A.-E. Peponi.
</div>
</header>
<!-- leaflet https://leafletjs.com/ v. 1.9.4, released 2023/05/18 -->
<!-- <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="">
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script> -->
<link rel="stylesheet" href="./3rdparty/leaflet/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="">
<script src="./3rdparty/leaflet/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
crossorigin=""></script>
<!-- papaparse https://www.papaparse.com/ v. 5.4.1, released 2023/03/23 -->
<!-- <script src="https://unpkg.com/papaparse@5.4.1/papaparse.min.js"></script> -->
<script src="./3rdparty/papaparse.min.js"></script>
<!-- https://github.com/henrythasler/Leaflet.Geodesic, v. 2.7.1, released 2023/10/02 -->
<!-- <script src="https://cdn.jsdelivr.net/npm/leaflet.geodesic@2.7.1/dist/leaflet.geodesic.umd.min.js"
integrity="sha512-iaFsrOsrVQKaxgOutC3x1hPWfg3K6DjcKZrxchqbO8amLrjJyYw7/ukh3ar4kly4kK2m5z5qiB3+Dt5RI5Pq4g=="
crossorigin=""></script> -->
<script src="./3rdparty/leaflet.geodesic.umd.min.js"
integrity="sha512-iaFsrOsrVQKaxgOutC3x1hPWfg3K6DjcKZrxchqbO8amLrjJyYw7/ukh3ar4kly4kK2m5z5qiB3+Dt5RI5Pq4g=="
crossorigin=""></script>
<!-- https://github.com/elfalem/Leaflet.curve/releases/tag/v0.9.2, v 0.9.2, released 2023/03/07 -->
<script src="./3rdparty/leaflet.curve.js"></script>
<!-- https://github.com/bbecquet/Leaflet.PolylineDecorator, v. 1.6.0, released 2018/01/28 -->
<!-- <script src="https://cdn.jsdelivr.net/npm/leaflet-polylinedecorator@1.6.0"></script> -->
<script src="./3rdparty/leaflet-polylinedecorator.js"></script>
<!-- https://github.com/leongersen/noUiSlider/releases, v. 15.7.1, released 2023/06/14 -->
<link href="./3rdparty/nouislider.css" rel="stylesheet">
<script src="./3rdparty/nouislider.js"></script>
<link href="css/controlbar/slider.css" rel="stylesheet">
<!-- https://github.com/dequelabs/axe-core, v. 4.8.2, released 2023/09/21 -->
<!-- <script src="https://unpkg.com/axe-core@4.8.2/axe.min.js"></script> -->
<script src="./3rdparty/axe.min.js"></script>
<script type="module" src="index.js"></script>
</body>
</html>