From 7ae31f4b18b779514f992d98647bbaca21b7fa96 Mon Sep 17 00:00:00 2001 From: martbost Date: Thu, 10 Sep 2026 08:23:59 -0500 Subject: [PATCH] Join page: compact hero with InstantAdPay brand headline; opt-in and ledger example above the fold; chips and POL note below Co-Authored-By: Claude Fable 5.1 --- public/assets/join.js | 2 +- public/join.html | 33 ++++++++++++++++++++------------- 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/public/assets/join.js b/public/assets/join.js index 86c3abc..662658f 100644 --- a/public/assets/join.js +++ b/public/assets/join.js @@ -13,7 +13,7 @@ }; const v = new URLSearchParams(location.search).get('v'); const a = v && ANGLES[v]; - if (a) { $('jnEyebrow').textContent = a.eyebrow; $('jnHead').innerHTML = a.h; $('jnLead').textContent = a.lead; } + if (a) { $('jnEyebrow').textContent = '· ' + a.eyebrow; $('jnHead').innerHTML = a.h; $('jnLead').textContent = a.lead; } async function api(path, body) { const r = await (await fetch(path, { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(body || {}) })).json(); diff --git a/public/join.html b/public/join.html index 867b34a..64b1f9f 100644 --- a/public/join.html +++ b/public/join.html @@ -9,11 +9,16 @@