footer cleanup

This commit is contained in:
2025-09-25 14:05:16 -04:00
parent 74f4850884
commit 0c85203f28
7 changed files with 47 additions and 38 deletions

View File

@@ -40,6 +40,7 @@
</div> </div>
<button class="button" id="bitcoin-folder-btn" onclick="toggleFolder('folder2', 'bitcoin-folder-btn')">Use Bitcoin <span style="color: #F7931A;"></span></button> <button class="button" id="bitcoin-folder-btn" onclick="toggleFolder('folder2', 'bitcoin-folder-btn')">Use Bitcoin <span style="color: #F7931A;"></span></button>
<div class="links" id="folder2"> <div class="links" id="folder2">
All apps hosted by BTCforPlebs<br></br>
<a href="https://lightning.btcforplebs.com" target="_blank" class="prefetch">Lightning</a> <a href="https://lightning.btcforplebs.com" target="_blank" class="prefetch">Lightning</a>
<a href="https://mempool.btcforplebs.com" target="_blank" class="prefetch">Mempool</a> <a href="https://mempool.btcforplebs.com" target="_blank" class="prefetch">Mempool</a>
<a href="https://bitview.space/" target="_blank" class="prefetch">Bitview.space (external host)</a> <a href="https://bitview.space/" target="_blank" class="prefetch">Bitview.space (external host)</a>
@@ -60,30 +61,9 @@
<a href="https://cashu.me" class="prefetch">Cashu.me</a> <a href="https://cashu.me" class="prefetch">Cashu.me</a>
</div> </div>
<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>
<!-- Social Links Section -->
<div class="social-icons">
<a href="https://nostrudel.ninja/#/u/npub1w4rz7n0vunaau499xh86p84s6v5mmgys48p0nmttt7w36takc9dsf4382j" target="_blank" title="Nostr" class="prefetch">
<i class="fa-solid fa-link"></i>
</a>
<a href="https://youtube.com/@btcforplebs" target="_blank" title="YouTube" class="prefetch">
<i class="fa-brands fa-youtube"></i>
</a>
<a href="https://x.com/btcforplebs" target="_blank" title="X" class="prefetch">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="btcforplebs@gmail.com" target="_blank" title="Email" class="prefetch">
<i class="fa-solid fa-envelope"></i>
<a href="https://github.com/btcforplebs/BTCforPlebs.com" target="_blank" title="GitHub" class="prefetch">
<i class="fa-solid fa-github"></i>
</a>
</div> </div>
<div class="last-update">
<small id="last-updated-text"></small>
</div>
</div>
</div>
<div id="footer"></div> <div id="footer"></div>
</body> </body>

View File

@@ -16,7 +16,7 @@
<div class="container"> <div class="container">
<div class="logo-container"> <div class="logo-container">
<a href="/index.html" class="prefetch"> <a href="/" class="prefetch">
<img src="/images/btcforplebs_logo.gif" alt="Home" class="header-logo"> <img src="/images/btcforplebs_logo.gif" alt="Home" class="header-logo">
</a> </a>
</div> </div>
@@ -90,7 +90,7 @@
<section id="price"> <section id="price">
<h2>Bitcoin's Price</h2> <h2>Bitcoin's Price</h2>
<p>When we talk about the price of bitcoin, we are actually talking about bitcoin's spending power. Just like we can't eat bitocoin, we can't eat dollars. So while comparing bitcoin to dollars to get a proper price point. We should actually be looking forward to valuing the bitcoin against what the bitcoin can purchase you today, and in the future; but most importantly. Why thats the case.</p> <p>When we talk about the price of bitcoin, we are actually talking about bitcoin's spending power. Just like we can't eat bitocoin, we can't eat dollars. So while comparing bitcoin to dollars to get a proper price point. We should actually be looking forward to valuing the bitcoin against what the bitcoin can purchase you today, and in the future; but most importantly. Why thats the case.</p>
<a href="https://kibo.money" class="button" target="_blank" class="prefetch">My Favorite BTC Chart</a> <a href="https://bitview.space/" class="button" target="_blank" class="prefetch">My Favorite BTC Chart</a>
<a href="https://www.pricedinbitcoin21.com/landing" class="button" target="_blank" class="prefetch">PricedInBitcoin21.com</a> <a href="https://www.pricedinbitcoin21.com/landing" class="button" target="_blank" class="prefetch">PricedInBitcoin21.com</a>
<div class="video-container"> <div class="video-container">
<video width="100%" height="100%" controls poster="https://i.nostr.build/iqOk56dK8bqqicPI.png" loading="lazy"> <video width="100%" height="100%" controls poster="https://i.nostr.build/iqOk56dK8bqqicPI.png" loading="lazy">

View File

@@ -19,7 +19,7 @@
<div class="container"> <div class="container">
<div class="logo-container"> <div class="logo-container">
<a href="/index.html" class="prefetch"> <a href="/" class="prefetch">
<img src="/images/btcforplebs_logo.gif" alt="Home" class="header-logo"> <img src="/images/btcforplebs_logo.gif" alt="Home" class="header-logo">
</a> </a>
</div> </div>

View File

@@ -6,7 +6,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wallest</title> <title>Wallets</title>
<!-- scripts --> <!-- scripts -->
<script src="/scripts.js" defer></script> <script src="/scripts.js" defer></script>
@@ -19,7 +19,7 @@
<div class="container"> <div class="container">
<div class="logo-container"> <div class="logo-container">
<a href="/index.html" class="prefetch"> <a href="/" class="prefetch">
<img src="/images/btcforplebs_logo.gif" alt="Home" class="header-logo"> <img src="/images/btcforplebs_logo.gif" alt="Home" class="header-logo">
</a> </a>
</div> </div>

View File

@@ -16,7 +16,7 @@
<div id="btc-price-banner">This page is under construction</div> <div id="btc-price-banner">This page is under construction</div>
<div class="logo-container"> <div class="logo-container">
<a href="/index.html" class="prefetch"> <a href="/" class="prefetch">
<img src="/images/btcforplebs_logo.gif" alt="Home" class="header-logo"> <img src="/images/btcforplebs_logo.gif" alt="Home" class="header-logo">
</a> </a>
</div> </div>

View File

@@ -1,15 +1,22 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>Learn Nostr</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Learn Nostr</title> <meta property="og:image" content="/images/thumb.jpeg">
<meta property="og:url" content="https://btcforplebs.com">
<meta name="twitter:card" content="summary_large_image">
<!-- 1⃣ NostrLogin library --> <!-- favicon -->
<script src="https://www.unpkg.com/nostr-login@latest/dist/unpkg.js"></script> <link rel="icon" href="/images/favicon.png" type="image/png">
<!-- scripts -->
<script src="/assets/js/scripts.js" defer></script>
<link rel="stylesheet" href="/assets/css/main.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/main.css">
</head> </head>
<body> <body>
@@ -18,7 +25,7 @@
<div class="container"> <div class="container">
<div class="logo-container"> <div class="logo-container">
<a href="https://btcforplebs.com"> <a href="/">
<img src="/images/btcforplebs_logo.gif" alt="Home" class="header-logo"> <img src="/images/btcforplebs_logo.gif" alt="Home" class="header-logo">
</a> </a>
</div> </div>
@@ -36,6 +43,7 @@
<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>

View File

@@ -1,5 +1,6 @@
<link rel="stylesheet" href="/assets/css/main.css"> <link rel="stylesheet" href="/assets/css/main.css">
<footer> <footer>
<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 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>
@@ -13,6 +14,26 @@
<h3>btcforplebs@ln.pl3bs.co</h3> <h3>btcforplebs@ln.pl3bs.co</h3>
</div> </div>
</div> </div>
<br> <!-- Social Links Section -->
<small>This website is a work in progress and always under development. None of the content on this website is Financial Advice. 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> <div class="social-icons">
<a href="https://nostrudel.ninja/#/u/npub1w4rz7n0vunaau499xh86p84s6v5mmgys48p0nmttt7w36takc9dsf4382j" target="_blank" title="Nostr" class="prefetch">
<i class="fa-solid fa-link"></i>
</a>
<a href="https://youtube.com/@btcforplebs" target="_blank" title="YouTube" class="prefetch">
<i class="fa-brands fa-youtube"></i>
</a>
<a href="https://x.com/btcforplebs" target="_blank" title="X" class="prefetch">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="btcforplebs@gmail.com" target="_blank" title="Email" class="prefetch">
<i class="fa-solid fa-envelope"></i>
<a href="https://github.com/btcforplebs/BTCforPlebs.com" target="_blank" title="GitHub" class="prefetch">
<i class="fa-solid fa-github"></i>
</a>
</div>
<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> </footer>