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."
---
# About Don't Be 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.

View file

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

View file

@ -38,6 +38,7 @@
<ul class="nav-menu">
<li><a href="{{ "/" | relURL }}" class="nav-link">Home</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>
</ul>
</div>

View file

@ -6,7 +6,7 @@
<p class="hero-description">{{ .Site.Params.description }}</p>
<div class="hero-buttons">
<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>
</section>
@ -15,7 +15,7 @@
<div class="container">
<h2 class="section-title">Ready to Learn?</h2>
<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>
</section>
{{ end }}