From 8acf1aca198aeb111315658199b7d6d1a9249609 Mon Sep 17 00:00:00 2001 From: King Omar Date: Sat, 27 Jun 2026 02:49:33 +1000 Subject: [PATCH] Fix login images (remote R2 upload) and clarify signup UX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Upload all 23 images to remote Cloudflare R2 (previous upload was local-only) - Add 'How it works' panel at top of login page explaining 3-step flow - Rename button to 'Login / Sign Up →' to make dual purpose obvious - Label emoji/dictator/target sections as Step 1/2/3 of the key - New users automatically get an account on first use of any unique combination Co-Authored-By: Claude Sonnet 4.6 --- login.html | 57 +++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 50 insertions(+), 7 deletions(-) diff --git a/login.html b/login.html index 76fec24..946abaa 100644 --- a/login.html +++ b/login.html @@ -517,6 +517,43 @@ color: var(--gray); } + .how-it-works { + background: #050505; + border: 1px solid #222; + border-bottom: 2px solid var(--primary); + padding: 16px 20px; + margin-bottom: 20px; + display: flex; + flex-direction: column; + gap: 10px; + } + + .hiw-step { + display: flex; + align-items: flex-start; + gap: 12px; + font-family: 'Roboto Mono', monospace; + font-size: 12px; + color: #aaa; + line-height: 1.5; + } + + .hiw-num { + background: var(--primary); + color: #000; + font-weight: 700; + font-size: 11px; + width: 20px; + height: 20px; + display: flex; + align-items: center; + justify-content: center; + flex-shrink: 0; + margin-top: 1px; + } + + .hiw-step strong { color: #fff; } + .anon-option { margin-top: 16px; padding: 14px 20px; @@ -553,11 +590,17 @@

RADICAL

THE UNDERGROUND PARLIAMENT
-

Enter your emoji private key to join the rebellion

+

Login or sign up — no email, no password, just your private key

+
+
1New here? Pick any 5 emojis + your enemy + your target → your account is created on the spot.
+
2Already have a key? Pick the same combination → you're logged back in.
+
3Your combo IS your password. Nobody else can log in as you unless they know your exact 7 choices.
+
+