Merge branch 'master' into valid_temp_json

This commit is contained in:
ash 2022-04-06 22:01:33 +01:00 committed by GitHub
commit 1b6eb315d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 356 additions and 503 deletions

View file

@ -78,6 +78,7 @@ a:hover {
} }
button, button,
#exportDirectPost,
#aboutBackButton, #aboutBackButton,
#drawBackButton { #drawBackButton {
background-image: linear-gradient(to bottom, #888, #666); background-image: linear-gradient(to bottom, #888, #666);
@ -103,6 +104,7 @@ button:disabled:hover {
} }
button:hover, button:hover,
#exportDirectPost:hover,
#aboutBackButton:hover, #aboutBackButton:hover,
#drawBackButton:hover { #drawBackButton:hover {
background-image: linear-gradient(to bottom, #999, #777); background-image: linear-gradient(to bottom, #999, #777);

File diff suppressed because one or more lines are too long

View file

@ -189,16 +189,22 @@ <h1 id="title">The 2022 /r/place Atlas</h1>
<div id="exportOverlay" class="overlay"> <div id="exportOverlay" class="overlay">
<div id="exportWindow"> <div id="exportWindow">
<p>Please copy the text below and submit it as a<br>
new text post to <a target="_blank" href="https://www.reddit.com/r/placeAtlas2/">/r/placeAtlas2</a> on Reddit.</p>
<p>I will then check it and add it to the atlas.</p>
<div style="background-color:#666; padding:5px"> <div style="background-color:#666; padding:5px">
<p><b>Warning</b></p> <p><b>Warning</b></p>
<p><b>DO NOT</b> include the character <b>"</b> (quotation marks) in your submission. It will not be approved.</p> <p><b>DO NOT</b> include the character <b>"</b> (quotation marks) in your submission. It will not be approved.</p>
</div> </div>
<textarea cols="50" rows="5" id="exportString"></textarea> <p><b>Recommended:</b> Post directly after clicking this button. Don't forget to flair it with the "New Entry" tag. </p>
<div style="display:flex; flex-direction:column;align-items:center"> <div style="display:flex; flex-direction:column;align-items:center">
<a href="_blank" id="exportDirectPost">Post Direct to Reddit</a> <a href="_blank" id="exportDirectPost">Post Direct to Reddit</a>
</div>
<hr style="border-bottom: solid black 1px"/>
<i>or...</i>
<p>Please copy the text below and submit it as a
new text post to <a target="_blank" href="https://www.reddit.com/r/placeAtlas2/">/r/placeAtlas2</a> on Reddit.</p>
<p>Don't forget to flair it with the "New Entry" tag.</p>
<p>We will then check it and add it to the atlas.</p>
<textarea cols="20" rows="5" id="exportString"></textarea>
<div style="display:flex; flex-direction:column;align-items:center">
<button id="exportCloseButton">Done</button> <button id="exportCloseButton">Done</button>
</div> </div>
</div> </div>
@ -224,7 +230,7 @@ <h2>His Bitcoin Address</h2>
</div> </div>
</div> </div>
<div id="author"> <div id="author">
Code by <a href="https://draemm.li/various/place-atlas/" target="_blank" rel="author">Roland Rytz</a>. Source on <a target="_blank" href="https://github.com/placeAtlas/atlas">GitHub</a>, Images provided by <a target="_blank" href="https://place.thatguyalex.com/">Alex Tsernoh</a>. Code by <a href="https://draemm.li/various/place-atlas/" target="_blank" rel="author">Roland Rytz</a>. Source on <a target="_blank" href="https://github.com/placeAtlas/atlas">GitHub</a>, Images provided by <a target="_blank" href="https://place.thatguyalex.com/">Alex Tsernoh</a>. This site is powered by <a href="https://www.netlify.com">Netlify</a>.
</div> </div>
</div> </div>
<script type="text/javascript" src="./_js/infoblock.js?version=1.0"></script> <script type="text/javascript" src="./_js/infoblock.js?version=1.0"></script>