Files
BTCforPlebs.com/public/parts/footer.html
2025-11-19 16:20:23 -05:00

64 lines
3.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<link rel="stylesheet" href="/assets/css/main.css">
<footer>
<script src="/assets/js/scripts.js"></script>
<style>
.nostr-icon {
width: 1em;
/* same size as the other icons */
height: 1em;
background-color: currentColor;
/* inherits the surrounding text colour */
/* mask the PNG requires a PNG with a transparent background */
mask: url("https://i.nostr.build/rEzdEtwDi8VDpQiX.png") no-repeat center / contain;
-webkit-mask: url("https://i.nostr.build/rEzdEtwDi8VDpQiX.png") no-repeat center / contain;
}
</style>
<h3>We operate on solely on Bitcoin donations; from a pleb just like you!</h3>
<!-- Button Section -->
<button class="qr-button" id="onChainButton">Donate with On-Chain</button>
<button class="qr-button" id="lightningButton">Donate Via Lightning</button>
<div id="qrCodes" style="display: none;">
<div id="onChainQRCode" style="display: none;">
<img src="/images/on-chain-donate.png" alt="On-Chain QR Code">
<h3>bc1qcx7zwjgjzqm32yd4lhu2upnm06jqutl6w8yruq</h3>
</div>
<div id="lightningQRCode" style="display: none;">
<img src="/images/lightning-donate.png" alt="Lightning QR Code"><br>
<h3>btcforplebs@lightning.btcforplebs.com</h3>
</div>
</div>
<!-- Social Links Section -->
<div class="social-icons">
<a href="https://nostrudel.btcforplebs.com/#/u/npub1w4rz7n0vunaau499xh86p84s6v5mmgys48p0nmttt7w36takc9dsf4382j"
target="_blank" title="Nostr" class="prefetch">
<div class="nostr-icon"></div>
<a href="https://x.com/btcforplebs" target="_blank" title="X" class="prefetch">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="https://youtube.com/@btcforplebs" target="_blank" title="YouTube" class="prefetch">
<i class="fa-brands fa-youtube"></i>
<a href="https://twitch.tv/btcforplebs" target="_blank" title="Twitch" class="prefetch">
<i class="fa-brands fa-twitch"></i>
</a>
<a href="mailto:btcforplebs@gmail.com" target="_blank" title="Email" class="prefetch">
<i class="fa-solid fa-envelope"></i>
<a href="https://gitea.btcforplebs.com/btcforplebs/BTCforPlebs.com" target="_blank" title="GitHub"
class="prefetch">
<i class="fa-brands fa-github"></i>
</a>
</div>
<!-- Last Update Section -->
<div class="last-update">
<small id="last-updated-text"></small>
</div>
<br></br>
<small>This website is a work in progress and always under development. None of the content on this website is
Financial Advice. <br>Do Your Own Research (DYOR) before converting your worthless Fiat Money into the Hardest
Money ever known to mankind.<br> - Stack Sats <br> - HODL your keys<br> - It's not that complicated</small>
</footer>