From 31c8dcdb9c3844e0af54ca52947762517c518c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A2ni=20Marques?= Date: Fri, 10 Jul 2026 20:12:00 +0200 Subject: [PATCH] bank landing: community-shared explorer withdraw UI and how-it-works --- configs/bank-landing/index.html | 177 +++++++++++++++++++++++++++++--- 1 file changed, 161 insertions(+), 16 deletions(-) diff --git a/configs/bank-landing/index.html b/configs/bank-landing/index.html index 237b423..2a20f02 100644 --- a/configs/bank-landing/index.html +++ b/configs/bank-landing/index.html @@ -82,6 +82,32 @@ border: 1px solid rgba(232, 168, 56, 0.4); letter-spacing: 0.04em; } + .community-note, + .how-note { + margin: 0 0 1.15rem; + padding: 0.8rem 0.95rem; + border-radius: 12px; + font-size: 0.88rem; + line-height: 1.45; + text-align: left; + } + .community-note { + background: rgba(94, 234, 212, 0.1); + border: 1px solid rgba(94, 234, 212, 0.4); + color: #ccfbf1; + } + .community-note strong { color: #5eead4; font-weight: 750; } + .how-note { + background: rgba(232, 168, 56, 0.08); + border: 1px solid rgba(232, 168, 56, 0.35); + color: #f5e6c8; + } + .how-note strong { color: #f0c86a; font-weight: 750; } + .how-note ol { + margin: 0.4rem 0 0; + padding-left: 1.2rem; + } + .how-note li { margin: 0.25rem 0; } .step-card { background: var(--card); @@ -535,10 +561,17 @@ Exploration · GOA

GOA Exploration Bank

- Install the wallet, then one QR adds the exchange and starts a withdraw. + Install the wallet, then one QR withdraws GOA from a + community-shared bank account — no personal bank registration.

+

+ Community pool. + Demo GOA comes from one shared exploration account used by everyone on this site + (not your private bank login). Balance is shared; amounts are small; for play only. +

+ - -
+ +

2 Withdraw GOA

-

One-step: add exchange + withdraw

+

One QR · community-shared account · no registration

-
+
Scan or open in wallet
- + Open in wallet → -

taler://withdraw-exchange/exchange.hacktivism.ch/

+

Preparing community withdraw…

+ +
+ +
Optional · bank UI & GOA shop @@ -757,25 +803,124 @@