From 2769a29f11e3a30bb36647467917ebcd264ae8fa Mon Sep 17 00:00:00 2001 From: King Omar Date: Sat, 27 Jun 2026 02:39:59 +1000 Subject: [PATCH] Fix login page: real images from R2, working login flow, anonymous option - Upload 23 person images to R2 memes bucket (all from Wikimedia Commons) - Replace all imgur/old-worker URLs with theradicalparty.com/memes/*.jpg - Fix login redirect: stores session in localStorage, redirects to / after 2.5s - Add 'Continue anonymously' option explaining anon vs AEC-linked login - Tighten success screen: shows emoji key, enemy, target then redirects Co-Authored-By: Claude Sonnet 4.6 --- login.html | 154 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 90 insertions(+), 64 deletions(-) diff --git a/login.html b/login.html index bde2100..76fec24 100644 --- a/login.html +++ b/login.html @@ -516,6 +516,36 @@ font-size: 12px; color: var(--gray); } + + .anon-option { + margin-top: 16px; + padding: 14px 20px; + border: 1px solid #222; + background: #050505; + text-align: center; + font-size: 13px; + color: var(--gray); + font-family: 'Roboto Mono', monospace; + } + + .anon-option span { display: block; } + + .anon-link { + display: inline-block; + margin: 8px 0 6px; + color: var(--primary); + text-decoration: none; + font-weight: 700; + font-size: 14px; + } + + .anon-link:hover { text-decoration: underline; } + + .anon-note { + font-size: 11px; + color: #444; + line-height: 1.5; + } @@ -574,7 +604,13 @@ + +
+ Don't want to log in? + Continue anonymously → + Anonymous users can still vote and post petitions. Login ties your activity to your AEC membership for verified petition signatures.