-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
66 lines (66 loc) · 4.81 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-130810940-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-130810940-1');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="style.css"/>
<title>About</title>
<link rel="icon" href="favicon.png">
</head>
<body style="margin: 0; background-color:rgb(32, 32, 32);">
<div style="color: white; text-align: center; padding-left: 10%; padding-right: 10%; padding-top: 5%; margin-bottom: 5%; font-family: 'Tahoma', Geneva, sans-serif; font-size: 20px">
<span style="font-size: 60px">Thanks for viewing my site.<br></span><br>
The motivation for making it was simple... there are lots of good ukiyo-e resources out there, but not of them match prints to their depicted locations, despite a lot of the prints being based in real loactions.
All of the images are sourced from wiki commons, and are in the public domain, while the locations have either come from wikipedia<sup><a href="https://en.wikipedia.org/wiki/One_Hundred_Famous_Views_of_Edo">[1]</a></sup>, various other sites around the internet who claim to have locations of prints<sup><a href="http://www.arcgis.com/apps/MapTour/index.html?appid=5a5492421fde477c8a1db9ae969b545f&webmap=cd64152a7848400e9c70eb0f076c4a70">[1]</a></sup>, or my best guesses based off of general locational information.
There are most likely some inacuracies, however I strive to make all print locations as accurate as I can.<br><br>
<span style="font-size: 60px">Contributing</span><br>
<div>
<div style="width: 90%; float: left; text-align: left">
The entire site is open sourced on <a href="https://github.com/Cascades/Ukiyo-emap">GitHub</a>, and anyone can submit a pull request to it for review. I will require some kind of evidence of correct locations as well as set completeness.
</div>
<div style="width: 10%; float: left">
<a href="https://github.com/Cascades/Ukiyo-emap">
<img src="github.svg" style="width: 100%; height: auto; object-fit: contain">
</a>
</div>
</div><br><br>
<span style="font-size: 60px">Contacting</span><br>
<div style="height: 100%">
<div style="text-align: left; width: 90%; float: left;">
You can contact me in two ways. I will read and reply to all emails sent to <a href="mailto:[email protected]">[email protected]</a> as fast as possible as well as replying to any comments, messages or replies on twitter <a href="https://twitter.com/Cascadesssss">here</a>.<br>
Please contact me about anything at all. I have been and will always be open with this project. It is meant for educational purposes and anything I can do to help in relation to the site, I will try to do.<br>
Lastly I am ALWAYS on the look out and hunt for location information on print sets of ukiyo-e, so please PLEASE let me know if you have anything that might interest me, i'll be happy to thank you on the site!<br>
</div>
<div style="width: 10%; float: left">
<a href="mailto:[email protected]">
<img src="gmail.png" style="width: 100%; height: auto; object-fit: contain">
</a>
<a href="https://twitter.com/Cascadesssss">
<img src="twitter.png" style="width: 100%; height: auto; object-fit: contain">
</a>
</div>
</div>
<br>
<span style="font-size: 60px">Donating</span><br>
<div style="height: 100%">
<div style="text-align: left; width: 90%; float: left;">
As with all websites, there are certain costs required to cover hosting and domain names. I am also a student living off loans, so any donations would be much appreciated to help towards costs.
</div>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="YS8W5M2B2YRXG" />
<input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donate_SM.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1" />
</form>
</div>
<span style="text-align: left;">George</span>
</div>
</body>
</html>