Skip to content

Commit

Permalink
Add donation address (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolay authored Jan 11, 2025
1 parent bffb3c2 commit 2ddd5eb
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,17 +434,34 @@ <h3 class="title-huge">WASABI WALLET</h3>
</div>
</div>
</div>
<div class="container mt-5">
<div class="row">
<div class="col-lg-10 offset-lg-1">
<div class="download-box" style="background: rgba(255, 255, 255, 0.1); border-radius: 12px; padding: 24px;">
<div class="system-text mb-3">
<a href="https://docs.wasabiwallet.io/FAQ/FAQ-Contribution.html#why-should-i-donate">DONATE</a> USING <a href="https://docs.wasabiwallet.io/FAQ/FAQ-UseWasabi.html#what-are-silent-payments" class="text-decoration-none">SILENT PAYMENTS</a>
</div>
<div style="position: relative;">
<div style="word-break: break-all; font-family: monospace; background: rgba(0, 0, 0, 0.2); padding: 16px; border-radius: 8px;">
sp1qq2exrz9xjumnvujw7zmav4r3vhfj9rvmd0aytjx0xesvzlmn48ctgqnqdgaan0ahmcfw3cpq5nxvnczzfhhvl3hmsps683cap4y696qecs7wejl3
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-auto py-2">
<span class="white-text">Wasabi Wallet</span>
<span class="white-text">Wasabi Wallet</span>
</div>
<div class="col-lg py-2 text-lg-end">
<a href="contribution.html" class="d-inline-block me-3">Contribution</a>
<a href="https://wasabiwallet.io/swagger/index.html" class="d-inline-block me-3">API</a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 2ddd5eb

Please sign in to comment.