-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (30 loc) · 1.17 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
<!DOCTYPE html>
<div>
<head>
<title>Open Historical Map Slippy Maps</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous">
</head>
<style>
.btn {
margin: 0.5%;
}
</style>
<body>
<div style="height:100vh; display: flex; flex-flow: column; align-items: center; justify-content: center;">
<div style="display:flex;">
<img src="docs/openyesterday_crest.svg" style="height:20vh"></img>
<img src="docs/osoc_logo.svg" style="height:20vh;"></img>
</div>
<div style="text-align: center">
<h1>Slippy Maps for Open Historical Map</h1>
<p>
This is a lightweight library to embed slippy maps that displays data (features) from Open Historical Map. <br>
Made by the Open Yesterday team during #oSoc19
</p>
<a href="https://github.com/oSoc19/Open-Yesterday-SlippyMap" class="btn btn-dark">See on GitHub</a>
<a href="https://osoc19.github.io/Open-Yesterday-SlippyMap/docs/web" class="btn btn-dark">Go to the documentation</a>
</div>
</div>
</body>
</div>