Skip to content

Commit

Permalink
Update: Add donation page and link in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed Sep 2, 2024
1 parent ce06280 commit 1ebd7c3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
31 changes: 31 additions & 0 deletions donate.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>

<head>
<title>Bitcoin Donation</title>
</head>

<body>
<h1>Bitcoin Donation</h1>

<p>Thank you for considering a donation in Bitcoin!</p>

<h2>Bitcoin Address:</h2>
<p>bc1quj9g2yd3rcwfld5fyy8vm8yyuzasqf0ggsnf9n</p>

<h2>Scan QR Code:</h2>
<img src="images/bitcoin-qr.png" alt="Bitcoin QR Code">

<h2>Instructions:</h2>
<ol>
<li>Open your Bitcoin wallet.</li>
<li>Select the "Send" option.</li>
<li>Enter the Bitcoin address provided above.</li>
<li>Specify the amount you wish to donate.</li>
<li>Click "Send" to complete the transaction.</li>
</ol>

<p>Thank you for your support!</p>
</body>

</html>
Binary file added images/bitcoin-qr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ <h1 class="welcome-title">Plus d'info</h1>
<br>
<a href="mailto:julien@rmbi.ch, asteroidus@protonmail.com?subject=Saluuuut">Nous contacter</a>
<br>
<a href="donate.html">SOUTENIR NOTRE TRAVAILLE</a>
<br>
</div>
<button class="standard-button welcome-button" onclick="closeWelcomePopup('aboutPopup')">Schtroumpfer</button>
</div>
Expand Down

0 comments on commit 1ebd7c3

Please # to comment.