Add Resources link to header and homepage

This commit is contained in:
Chad 2026-02-22 16:11:48 -06:00
parent bb5f901767
commit 4fc98cbc5c
4 changed files with 25 additions and 26 deletions

View file

@ -3,8 +3,6 @@ title: "About Don't Be Chad"
description: "The story behind Don't Be Chad and why I'm sharing my Bitcoin mistakes." description: "The story behind Don't Be Chad and why I'm sharing my Bitcoin mistakes."
--- ---
# About Don't Be Chad
## Who is Chad? ## Who is Chad?
I'm a long-time computer geek that first dabbled with Bitcoin in 2011(!), believe it or not. Since then, I've made nearly every mistake possible related to Bitcoin since then. I'm a long-time computer geek that first dabbled with Bitcoin in 2011(!), believe it or not. Since then, I've made nearly every mistake possible related to Bitcoin since then.

View file

@ -6,40 +6,40 @@ description: "Useful resources for learning more about Bitcoin."
# Resources # Resources
## Books ## Books
The Bullish Case for Bitcoin - The Bullish Case for Bitcoin
The Bitcoin Standard - The Bitcoin Standard
Inventing Bitcoin - Inventing Bitcoin
The Sovereign Individual - The Sovereign Individual
Bitcoin is for Everyone - Bitcoin is for Everyone
## Podcasts ## Podcasts
Simply Bitcoin - Simply Bitcoin
Jack Mallers Show - Jack Mallers Show
Raj - Raj
Natalie Brunell - Natalie Brunell
# Product & Service Recommendations # Product & Service Recommendations
## Onboarding Services (Exchanges) ## Onboarding Services (Exchanges)
River - River
Strike - Strike
Swan - Swan
## Bitcoin-Backed Loans ## Bitcoin-Backed Loans
Ledn - Ledn
Strike - Strike
Firefish - Firefish
## Software Wallets ## Software Wallets
Manna - Manna
Aqua - Aqua
Zeus - Zeus
## Hardware Wallets ## Hardware Wallets
Coldcard - Coldcard
Foundation Passport - Foundation Passport
BitBox - BitBox
SeedSigner - SeedSigner
--- ---

View file

@ -38,6 +38,7 @@
<ul class="nav-menu"> <ul class="nav-menu">
<li><a href="{{ "/" | relURL }}" class="nav-link">Home</a></li> <li><a href="{{ "/" | relURL }}" class="nav-link">Home</a></li>
<li><a href="{{ "/story/" | relURL }}" class="nav-link">Story</a></li> <li><a href="{{ "/story/" | relURL }}" class="nav-link">Story</a></li>
<li><a href="{{ "/resources/" | relURL }}" class="nav-link">Resources</a></li>
<li><a href="{{ "/about/" | relURL }}" class="nav-link">About</a></li> <li><a href="{{ "/about/" | relURL }}" class="nav-link">About</a></li>
</ul> </ul>
</div> </div>

View file

@ -6,7 +6,7 @@
<p class="hero-description">{{ .Site.Params.description }}</p> <p class="hero-description">{{ .Site.Params.description }}</p>
<div class="hero-buttons"> <div class="hero-buttons">
<a href="{{ "/story/" | relURL }}" class="btn btn-primary">My Story</a> <a href="{{ "/story/" | relURL }}" class="btn btn-primary">My Story</a>
<a href="{{ "/about/" | relURL }}" class="btn btn-secondary">About</a> <a href="{{ "/resources/" | relURL }}" class="btn btn-secondary">Resources</a>
</div> </div>
</div> </div>
</section> </section>
@ -15,7 +15,7 @@
<div class="container"> <div class="container">
<h2 class="section-title">Ready to Learn?</h2> <h2 class="section-title">Ready to Learn?</h2>
<p>Start your Bitcoin journey with real-world lessons from someone who's been there.</p> <p>Start your Bitcoin journey with real-world lessons from someone who's been there.</p>
<a href="{{ "/about/" | relURL }}" class="btn btn-primary btn-large">Get Started</a> <a href="{{ "/resources/" | relURL }}" class="btn btn-primary btn-large">Get Started</a>
</div> </div>
</section> </section>
{{ end }} {{ end }}