summaryrefslogtreecommitdiff
path: root/index.html
blob: abc1e3e19afc5ff3aa040b1f54a8f88fb4d0828f (plain)
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
<!DOCTYPE html>
<html lang="da">
  <head>
    <meta charset="UTF-8">
    <title>SPYOSCAPE</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="static/style/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=">
    <link rel="stylesheet" href="static/style/style.css">
    <script src="static/js/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="></script>
    <link rel="icon" type="image/x-icon" href="static/icons/pin.svg">
  </head>
  <body>
    <div class="wrapper grid">
      <header>
        <img src="static/images/spyoscape.svg" alt="SPYOSCAPE">
      </header>
      <div id="map"></div>
      <ul id="links" class="map-link"></ul>
    </div>
    <script src="static/js/drawmap.js"></script>
  </body>
</html>
<!--  <div id="footer">
SPYOSCAPE is a (work in progress) hobby project that aiming to localise and map the artwork of the Danish graffiti artist SPYO. The artwork included on this site contains only political statements, phrases or alike. This means that regular tags and throwups etc. are not mapped.

Am I missing something?
You are very welcome to mail me at spyoscape@nordskov.net with images of artwork I have not yet mapped, preferrably with GPS location included in the EXIF data. Please keep a sane aspect ratio :) If you are familiar with Git, feel free to submit a pull request with your additions. The code is available at https://github.com/ztychr/spyoscape. Thank you for stopping by!
  </div>
-->