From 649087adc931bf214a375194221be42396bc5b59 Mon Sep 17 00:00:00 2001 From: bitcoinafterlife Date: Sat, 19 Sep 2026 14:48:27 +0200 Subject: [PATCH] Surface the blog on the homepage Add a latest-post pointer in the hero and a three-card blog section after the FAQ. Both reuse existing classes; the blog was previously reachable only from the navbar. Co-Authored-By: Claude Opus 5 --- index.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/index.html b/index.html index 8ac85fd..4bda3c2 100644 --- a/index.html +++ b/index.html @@ -133,6 +133,9 @@ header.hero{padding:56px 0 40px;border-bottom:1px solid var(--line);background: .fiat-bar .t{font-size:13.5px;line-height:1.6;color:var(--ink)} .fiat-bar .t strong{font-weight:600} .fiat-bar .t .m{color:var(--muted)} +/* Latest-post pointer: same bar, accent icon instead of the Bitcoin glyph. */ +.fiat-bar.latest-post{margin-top:11px} +.fiat-bar.latest-post .btc{font-size:17px;color:var(--accent)} .hero-card{ background:var(--panel);border:1px solid var(--line);border-radius:14px; @@ -180,6 +183,9 @@ header.hero{padding:56px 0 40px;border-bottom:1px solid var(--line);background: border:1px solid var(--line-strong);border-radius:5px;padding:3px 7px; } .card .more{font-size:13px;font-weight:600;color:var(--accent)} +/* Blog cards: titles read as headings, like on blog.html, not as links. */ +.card h3 a{color:var(--ink)} +.card h3 a:hover{color:var(--accent);text-decoration:none} /* ---------- Steps ---------- */ .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px} @@ -513,6 +519,15 @@ footer .built{font-size:13px;color:var(--muted);margin-top:8px} Open-source project. The BAL Protocol is built and funded exclusively with Bitcoin — no FIAT currencies were used. + +
+ 📄 + New on the blog: + The Quietest Day — what really happens when your Bitcoin inheritance arrives +