Dev Commit

This commit is contained in:
Logan Detty
2025-09-24 15:26:46 -04:00
parent 3c934a8df9
commit 7860487a5d
7 changed files with 168 additions and 12 deletions

View File

@@ -34,9 +34,11 @@
<div class="button-div">
<!-- Buttons -->
<a href="/learn-bitcoin" class="button" class="prefetch">Learn About Bitcoin</a>
<a href="/learn-nostr" class="button" class="prefetch">Learn About Nostr</a>
<a href="/learn-bitcoin" class="button" class="prefetch">Learn About Bitcoin</a>
<a href="/learn-nostr" class="button" class="prefetch">Learn About Nostr</a>
<a href="/learn-cashu" class="button" class="prefetch">Learn About Cashu</a>
<a href="/bitcoin-and-the-bible" class="button" class="prefetch">Bitcoin & The Bible</a>
</div>
<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">
<a href="https://lightning.btcforplebs.com" target="_blank" class="prefetch">Lightning</a>
@@ -49,16 +51,24 @@
<a href="https://nostr.btcforplebs.com" target="_blank" class="prefetch">Nostr Client</a>
<a href="https://nostrapps.com" target="_blank">More Nostr Apps</a>
</div>
<button class="button" id="cashu-folder-btn" onclick="toggleFolder('folder3', 'cashu-folder-btn')">Use Cashu <span style="color: #F7931A;"></span></button>
<div class="links" id="folder3">
<a href="/https://cashu.me" class="prefetch">Cashu Web App</a>
</div>
<div class="container">
<h2>Watch BTCforPlebs Live</h2>
<iframe
src="https://live.btcforplebs.com/embed/video"
src="https://live.btcforplebs.com/live/output.m3u8"
title="BTCforPlebs Live"
height="350px" width="100%"
referrerpolicy="origin"
frameborder="0" allowfullscreen autoplay>
</iframe>
height="350px"
width="100%"
frameborder="0"
allowfullscreen
autoplay
playsinline
></iframe>
</div>
<!-- Social Links Section -->