81 lines
4.0 KiB
HTML
81 lines
4.0 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>
|
|
</head>
|
|
<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">
|
|
<body>
|
|
|
|
<!-- Bitcoin Price Banner -->
|
|
<div id="btc-price-banner">Bitcoin price loading...</div>
|
|
|
|
<div class="container">
|
|
<h1>Welcome to BTCforPlebs</h1>
|
|
<h3>A place to help ordinary people learn about Bitcoin</h3>
|
|
<img src="/images/btcforplebs_logo.gif" alt="Profile Picture" class="profile-picture">
|
|
<p>Watch the video below to learn more about this site</p>
|
|
<div class="video-container">
|
|
<video controls playsinline width="100%" height="auto" poster="/images/thumb.jpeg">
|
|
<source src="https://player.vimeo.com/progressive_redirect/playback/1031252195/rendition/1080p/file.mp4?loc=external&log_user=0&signature=0d1a1f732ea5a5ddbde270b4a0cf44bd73fca3cf420861638bbeb8c14dadad27" type="video/mp4">
|
|
Your browser does not support the video tag.
|
|
</video>
|
|
</div>
|
|
|
|
<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.btcforplebs.com" target="_blank" class="prefetch">Mempool</a>
|
|
<a href="https://price.btcforplebs.com" 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">Nostr Apps</a>
|
|
</div>
|
|
<a href="https://btcforplebs.com/live" class="button" target="_blank" class="prefetch">LIVE</a>
|
|
|
|
<!-- 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>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="footer"></div>
|
|
|
|
</body>
|
|
</html> |