Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improved Donation Page #30

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions static/donation.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,18 @@

<body>
<header>
<h1>RaspiBlitz - Donations</h1>
<h1 style="margin-bottom: 0px;">RaspiBlitz - Donations</h1>
</header>
<main>
<p style="text-align: center; margin-top: 0px;">Set your Donation Amount:</p>
<div style="display: flex; justify-content: center; align-items: center; margin-top: 20px;">
<p style="text-align: center; margin-top: 0px; margin-bottom: 10px;">Donate to static Lightning Address:</p>
<p style="text-align: center; margin-top: 0px; margin-bottom: 0px;">
<img style="width: 209px;" src="https://docs.raspiblitz.org/img/qr_donate.png" alt="Lightning Address">
</p>
<p style="text-align: center; margin-top: 0px; margin-bottom: 20px; font-size: 0.8em;color: #b0b0b0;">
[email protected]
</p>
<p style="text-align: center; margin-top: 5px; margin-bottom: 13px;">Or generate your BTC/Lightning invoice:</p>
<div style="display: flex; justify-content: center; align-items: center; margin-top: 10px;">
<form method="POST" action="https://btcpay.fulmo.org/api/v1/invoices"
class="btcpay-form btcpay-form--block">
<input type="hidden" name="storeId" value="CzD1ddWDKR7PqNUuw2Sbt41oELNvY59Cg62LCMT8gNnA" />
Expand Down Expand Up @@ -151,7 +158,9 @@ <h1>RaspiBlitz - Donations</h1>
</main>

<footer style="color: #b0b0b0; font-size: 0.8em;">
<p>All donations for the RaspiBlitz project are collected by Fulmo &<br /> managed together with the developer
<p>All donations for the RaspiBlitz project are collected by <a style="color: #b0b0b0;"
href="https://fulmo.org/impressum/">Fulmo GmbH</a>
&<br /> managed together with the developer
team.</p>
</footer>

Expand Down