clean1
This commit is contained in:
@@ -64,6 +64,7 @@
|
|||||||
<a href="https://live.btcforplebs.com" class="button" class="prefetch">BTCforPlebs Live</a>
|
<a href="https://live.btcforplebs.com" class="button" class="prefetch">BTCforPlebs Live</a>
|
||||||
<br></br>
|
<br></br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer"></div>
|
<div id="footer"></div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -189,10 +189,12 @@
|
|||||||
|
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer"></div>
|
<div id="footer"></div>
|
||||||
|
|
||||||
<div id="back-to-top">
|
<div id="back-to-top">
|
||||||
<a href="#top" title="Back to Top">🔝</a>
|
<a href="#top" title="Back to Top">🔝</a>
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -106,15 +106,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer"></div>
|
<div id="footer"></div>
|
||||||
<script>
|
<a href="#top" title="Back to Top">🔝</a>
|
||||||
// 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>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -43,13 +43,11 @@
|
|||||||
|
|
||||||
<a href="/index.html" class="button">Home</a>
|
<a href="/index.html" class="button">Home</a>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer"></div>
|
<div id="footer"></div>
|
||||||
|
|
||||||
<!-- 2️⃣ Nostr Tools library -->
|
<a href="#top" title="Back to Top">🔝</a>
|
||||||
<script type="module" src="/assets/js/nostr-tools.js"></script>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<script src="/assets/js/scripts.js" defer></script>
|
<script src="/assets/js/scripts.js" defer></script>
|
||||||
<h3>We operate on solely on Bitcoin donations; from a pleb just like you!</h3>
|
<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="onChainButton">Donate with On-Chain</button>
|
||||||
<button class="qr-button" id="lightningButton">Donate Via Lightning</button>
|
<button class="qr-button" id="lightningButton">Donate Via Lightning</button>
|
||||||
<div id="qrCodes" style="display: none;">
|
<div id="qrCodes" style="display: none;">
|
||||||
@@ -31,9 +33,11 @@
|
|||||||
<i class="fa-solid fa-github"></i>
|
<i class="fa-solid fa-github"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Last Update Section -->
|
||||||
<div class="last-update">
|
<div class="last-update">
|
||||||
<small id="last-updated-text"></small>
|
<small id="last-updated-text"></small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br></br>
|
<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>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user