90 lines
3.9 KiB
HTML
90 lines
3.9 KiB
HTML
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>BTCforPlebs</title>
|
|
|
|
<!-- Meta Description -->
|
|
<meta name="description" content="BTCforPlebs is a resource to help ordinary people learn about Bitcoin. Explore guides, tools, and resources to start your Bitcoin journey.">
|
|
|
|
<!-- Open Graph Meta Tags -->
|
|
<meta property="og:title" content="BTCforPlebs">
|
|
<meta property="og:description" content="A place to help ordinary people learn about Bitcoin">
|
|
<meta property="og:image" content="/images/thumb.jpeg">
|
|
<meta property="og:url" content="https://btcforplebs.com">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
|
|
<!-- favicon -->
|
|
<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 rel="apple-touch-icon" href="/images/apple-touch-icon.png">
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Bitcoin Price Banner -->
|
|
|
|
<div class="container">
|
|
<h1>Welcome to BTCforPlebs</h1>
|
|
<h3>A place to help ordinary people learn about Bitcoin</h3>
|
|
<img src="/images/btcforplebs_profile.gif" alt="Profile Picture" class="profile-picture">
|
|
|
|
<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>
|
|
|
|
<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>
|
|
<a href="https://mempool.space" target="_blank" class="prefetch">Mempool</a>
|
|
<a href="https://kibo.money" target="_blank" class="prefetch">Charts</a>
|
|
</div>
|
|
|
|
<button class="button" id="nostr-folder-btn" onclick="toggleFolder('folder1', 'nostr-folder-btn')">Use Nostr <span style="color: #F7931A;">↓</span></button>
|
|
<div class="links" id="folder1">
|
|
<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>
|
|
|
|
<div class="container">
|
|
<h2>Watch BTCforPlebs Live</h2>
|
|
<iframe
|
|
src="https://live.btcforplebs.com/embed/video"
|
|
title="BTCforPlebs Live"
|
|
height="350px" width="100%"
|
|
referrerpolicy="origin"
|
|
frameborder="0" allowfullscreen autoplay>
|
|
</iframe>
|
|
</div>
|
|
|
|
<!-- 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 class="last-update">
|
|
<small id="last-updated-text"></small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="footer"></div>
|
|
|
|
</body>
|
|
</html>
|