mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-12-28 07:54:32 +01:00
Merge pull request #948 from placeAtlas/feature/donations
Donation lins
This commit is contained in:
commit
98f3ca9c7a
2 changed files with 8 additions and 13 deletions
|
@ -47,7 +47,7 @@ var lastPosition = [0, 0];
|
|||
var viewportSize = [0, 0];
|
||||
|
||||
document.getElementById("donateButton").addEventListener("click", function(e){
|
||||
document.getElementById("bitcoinQR").src = "./_img/bitcoinQR.png?from=index";
|
||||
// document.getElementById("bitcoinQR").src = "./_img/bitcoinQR.png?from=index";
|
||||
document.getElementById("donateOverlay").style.display = "flex";
|
||||
});
|
||||
|
||||
|
|
|
@ -212,19 +212,14 @@ <h1 id="title">The 2022 /r/place Atlas</h1>
|
|||
|
||||
<div id="donateOverlay" class="overlay">
|
||||
<div id="donateWindow">
|
||||
<h2>Donations - Original Source Code Creator</h2>
|
||||
<p>Roland Rytz jas worked on the Atlas full-time (and more!) for over two weeks.</p>
|
||||
<p>If you'd like to support him, you can do so by <a target="_blank" href="https://paypal.me/draemmli">PayPal</a> or Bitcoin.</p>
|
||||
<p>If you donate more than 10(€/$/CHF/mBTC), He'll send you a nice sticker of the Place canvas (2017)!</p>
|
||||
<p id="bitcoinNotice">If you donate by Bitcoin and want a sticker, please send him a<br>message with your Bitcoin address <i>before</i> you make the transaction!</a>
|
||||
<h2>Donation Links</h2>
|
||||
<p>Current 2022 Atlas Maintainers:</p>
|
||||
<p> - <a target="_blank" href="https://paypal.me/Codixer">PayPal</a></p>
|
||||
<p> - <a target="_blank" href="https://www.patreon.com/placeAtlas">Patreon</a></p>
|
||||
<p> - <a target="_blank" href="https://ko-fi.com/placeatlas">Ko-Fi</a></p>
|
||||
<p>Original 2017 Atlas Developer (draemmli aka Roland Rytz): </p>
|
||||
<p> - <a target="_blank" href="https://paypal.me/draemmli">PayPal</a></p>
|
||||
|
||||
<h2>His Bitcoin Address</h2>
|
||||
<img id="bitcoinQR" alt="QR Code of Bitcoin Address" height="300" width="300">
|
||||
<br>
|
||||
<input type="text" onclick="this.select();" readonly value="1DnBGYpH6HZYHvpCq3QqqtH1HxwwVe2QxN">
|
||||
<br>
|
||||
<p>Hi there! The current maintainer of the 2022 version of this website, should I accept donations and make stickers of the 2022 version? Please tell me on our <a href="https://discord.gg/pJkm23b2nA" target="_noblank">Discord Server</a> or on my Reddit (<a href="https://reddit.com/user/TCOOfficiall" target="_noblank">u/TCOOfficiall</a>)</p>
|
||||
<br>
|
||||
<button id="closeBitcoinButton">Close</button>
|
||||
<br>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue