-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
50 lines (44 loc) · 2.2 KB
/
index.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
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<title>Palestine in 3D</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="Palestine in 3D" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bothness.github.io/palestine-3d/" />
<meta property="og:image" content="https://bothness.github.io/palestine-3d/img/og.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:description" content="Explore historic and present day maps of Palestine in 3-dimensions" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="description" content="Explore historic and present day maps of Palestine in 3-dimensions" />
<link href="https://api.mapbox.com/mapbox-gl-js/v1.13.2/mapbox-gl.css" rel="stylesheet" />
<link href="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-compare/v0.4.0/mapbox-gl-compare.css" rel="stylesheet" />
<link href="./css/app.css" rel="stylesheet" />
</head>
<body>
<div id="map">
<div id="left" class="map"></div>
<div id="right" class="map"></div>
</div>
<div id="control-panel">
<div class="block">
<span class="title">Palestine in 3D</span>
</div>
<div>
<nobr><input list="story-list" id="story-select" type="text" placeholder="Find a place..." /><datalist
id="story-list"></datalist><button title="Go!" class="btn-submit"
onclick="document.getElementById('story-select').blur()">Go!</button></nobr>
</div>
<div class="slidecontainer">
<p>Height multiplier <strong>x <span id="height-value"></span></strong></p>
<input type="range" value="1.5" min="0.0" max="3.0" step="0.1" class="slider" id="height-select">
</div>
</div>
</body>
<script src="https://unpkg.com/[email protected]/dist.min.js"></script>
<script src="https://d3js.org/d3-dsv.v1.min.js"></script>
<script src='https://api.mapbox.com/mapbox-gl-js/v1.13.2/mapbox-gl.js'></script>
<script src="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-compare/v0.4.0/mapbox-gl-compare.js"></script>
<script src="./js/app.js"></script>
</html>