clean1
This commit is contained in:
@@ -64,6 +64,7 @@
|
||||
<a href="https://live.btcforplebs.com" class="button" class="prefetch">BTCforPlebs Live</a>
|
||||
<br></br>
|
||||
</div>
|
||||
|
||||
<div id="footer"></div>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -189,10 +189,12 @@
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div id="footer"></div>
|
||||
|
||||
<div id="back-to-top">
|
||||
<a href="#top" title="Back to Top">🔝</a>
|
||||
</div>
|
||||
<a href="#top" title="Back to Top">🔝</a>
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
@@ -106,15 +106,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer"></div>
|
||||
<script>
|
||||
// Function to scroll to section based on dropdown selection
|
||||
function navigateToSection(select){
|
||||
const id = select.value;
|
||||
if(id){
|
||||
const el = document.getElementById(id);
|
||||
el.scrollIntoView({behavior:'smooth'});
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<a href="#top" title="Back to Top">🔝</a>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -43,13 +43,11 @@
|
||||
|
||||
<a href="/index.html" class="button">Home</a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div id="footer"></div>
|
||||
|
||||
<!-- 2️⃣ Nostr Tools library -->
|
||||
<script type="module" src="/assets/js/nostr-tools.js"></script>
|
||||
<a href="#top" title="Back to Top">🔝</a>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
<footer>
|
||||
<script src="/assets/js/scripts.js" defer></script>
|
||||
<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;">
|
||||
@@ -31,9 +33,11 @@
|
||||
<i class="fa-solid 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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user