-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
67 lines (62 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link
href="https://www.icgc.cat/bundles/microblauicgc/img/favicon.ico"
rel="shortcut icon"
type="image/x-icon"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ICGC Keplergl Template</title>
<link
href="https://d1a3f4spazzrp4.cloudfront.net/kepler.gl/uber-fonts/4.0.0/superfine.css"
rel="stylesheet"
/>
<link
href="https://api.tiles.mapbox.com/mapbox-gl-js/v1.12.0/mapbox-gl.css"
rel="stylesheet"
/>
<style type="text/css">
body {
margin: 0;
padding: 0;
overflow: hidden;
}
.attrition-logo {
display: none !important;
}
#headerLogoICGC {
position: absolute;
bottom: 30px;
right: 10px;
z-index: 1000;
}
.add-data-button {
width: auto !important;
}
.add-layer-button {
width: auto !important;
}
.add-filter-button {
width: auto !important;
}
</style>
</head>
<body>
<div id="headerLogoICGC">
<a
title="Institut Catogràfic i Geològic de Catalunya"
href="https://www.icgc.cat"
target="_blank"
>
<img
width="130px"
src="https://betaserver.icgc.cat/icgc.png"
class="logo"
/>
</a>
</div>
<script src="bundle.js"></script>
</body>
</html>