diff options
Diffstat (limited to 'about.html')
| -rw-r--r-- | about.html | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/about.html b/about.html new file mode 100644 index 0000000..0efd56f --- /dev/null +++ b/about.html @@ -0,0 +1,69 @@ +<!DOCTYPE html> +<html lang="da"> + <head> + <meta charset="UTF-8"> + <title>SPYOSCAPE</title> + <meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1.0, user-scalable=0"> + <meta name="description" content="Mapping of artwork by artist SPYO"> + <meta name="keywords" content="spyo, spyoscape, copenhagen, grafitti, artwork, urban"> + <meta name="robots" content="index, follow"> + <link rel="icon" type="image/x-icon" href="static/icons/bird.svg"> + <link rel="stylesheet" href="static/style/style.css"> + <link rel="stylesheet" href="static/style/all.css"> + </head> + <body> + <div class="wrapper grid"> + <header> + <a href="/"><img class="banner" src="static/images/SPYOSCAPE.svg" alt="SPYOSCAPE"></a> + <a class="source-code" href="javascript:void(0);" class="icon" onclick="toggleNav()"> + <i class="fa-solid fa-bars"></i> + </a> + <div id="navlinks"> + <a href="/"><i class="fa-solid fa-house"></i> Home</a> + <a href="https://gitlab.com/ztychr/spyoscape"><i class="fa-solid fa-code"></i> Source code</a> + </div> + </header> + <div class="about"> + <h1>What is SPYOSCAPE?</h1> + <p><b>SPYOSCAPE</b> is a hobby project that aims 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.</p> + + <h3>How do you know it actually is SPYO?</h3> + <p>I don't. I make a guess based on context, painting style and letter formatting.</p> + + <h3>Am I missing something?</h3> + <p>You are very welcome to create a pull request with images of artwork I have not yet mapped. To do so, head to the <a href="https://gitlab.com/ztychr/spyoscape">Gitlab page</a> and follow the steps in the contribution section. You are also welcome to tip me by e-mail at <a href="mailto:hello@spyoscape.dk">hello@spyoscape.dk</a></p> + <p>Thank you for stopping by!</p> + </div> + <div class="contributors"> + <h2>Code contributors</h2> + <ul> + <li>chris@node5.net</li> + <li>bofrede</li> + </ul> + <h2>Artwork contributors</h2> + <ul> + <li>chris@node5.net</li> + <li>bofrede</li> + <li>Congo</li> + <li>Amack Daddy</li> + <li>Dzeinuda</li> + <li>fonzy74</li> + <li>wizard</li> + <li>K1NGFIXED</li> + <li>BLAL</li> + <li>Ingahild Grathmer</li> + <li>lillefitimand</li> + <li>Doctore</li> + <li>R. Jarlov</li> + <li>Otto Berner</li> + <li>GarseFather</li> + <li>far</li> + <li>Jappa</li> + <li>Bejsing</li> + <li>Sparehjorten</li> + </ul> + </div> + </div> + <script src="static/js/menu.js"></script> + </body> +</html> |
