landing(exchange): link one-step withdraw to bank #withdraw

Hero, CTA, and footer point at bank.hacktivism.ch/intro/#withdraw.
This commit is contained in:
Hernâni Marques 2026-07-17 18:33:13 +02:00
parent 106e376ee2
commit c4e8fe0422
No known key found for this signature in database
2 changed files with 25 additions and 15 deletions

View file

@ -64,6 +64,8 @@
-webkit-background-clip: text; background-clip: text; color: transparent;
}
.sub { color: var(--muted); max-width: 32rem; margin: 0 auto; }
.sub a { color: #5eead4; font-weight: 650; text-decoration: underline; text-underline-offset: 2px; }
.sub a:hover { color: #99f6e4; }
.badge {
display: inline-block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.04em;
padding: 0.2rem 0.7rem; border-radius: 999px; margin-bottom: 0.75rem;
@ -303,7 +305,10 @@
<header class="hero">
<span class="badge">GOA · Exchange</span>
<h1>GOA Exchange</h1>
<p class="sub">Explorational exchange — coins, denoms, one-step withdraw.</p>
<p class="sub">
Explorational exchange — coins, denoms,
<a href="https://bank.hacktivism.ch/intro/#withdraw">one-step withdraw</a>.
</p>
</header>
<section class="stats" id="stats-coins" aria-labelledby="coins-title">
@ -464,12 +469,16 @@ sudo apt-get install -y taler-wallet-cli</pre>
</div>
</div>
<section class="step-card">
<h2>Withdraw GOA</h2>
<p class="step-tagline">Use the bank landing or wallet to add the exchange and withdraw.</p>
<section class="step-card" id="withdraw" aria-labelledby="withdraw-title">
<h2 id="withdraw-title">Withdraw GOA</h2>
<p class="step-tagline">
<strong>One-step withdraw</strong> from the shared bank account (no registration) —
live QR + link on the bank landing.
</p>
<div class="step-body">
<a class="cta teal" href="https://bank.hacktivism.ch/intro/">Bank landing →</a>
<a class="cta teal" href="https://bank.hacktivism.ch/intro/#withdraw">One-step withdraw</a>
<div class="links">
<a class="cta-sec" href="https://bank.hacktivism.ch/intro/">Bank landing</a>
<a class="cta-sec" href="https://exchange.hacktivism.ch/keys">/keys</a>
<a class="cta-sec" href="https://exchange.hacktivism.ch/terms">/terms</a>
<a class="cta-sec" href="https://exchange.hacktivism.ch/privacy">/privacy</a>
@ -479,6 +488,7 @@ sudo apt-get install -y taler-wallet-cli</pre>
</section>
<footer>
<a href="https://bank.hacktivism.ch/intro/#withdraw">One-step withdraw</a> ·
<a href="https://bank.hacktivism.ch/intro/">Bank</a> ·
<a href="https://exchange.hacktivism.ch/intro/">Exchange</a> ·
<a href="https://taler.hacktivism.ch/intro/">Merchant</a> ·
@ -490,10 +500,10 @@ sudo apt-get install -y taler-wallet-cli</pre>
<a href="https://exchange.hacktivism.ch/privacy" style="color:#5eead4">/privacy</a>.
</p>
<!-- landing-rev -->
<p class="landing-rev" data-landing-site="exchange" data-landing-version="42" data-landing-commit="37ea4bb">
Exchange landing <strong>v42</strong>
· content <time datetime="2026-07-17T18:27:48+02:00">2026-07-17 18:27 CEST</time>
· <a href="https://git.hacktivism.ch/hernani/koopa-admin-log/commit/37ea4bb8396691e3ea69ae61374e6623bf6c5ea7" title="koopa-admin-log 37ea4bb8396691e3ea69ae61374e6623bf6c5ea7">37ea4bb</a>
<p class="landing-rev" data-landing-site="exchange" data-landing-version="43" data-landing-commit="5d80bfb">
Exchange landing <strong>v43</strong>
· content <time datetime="2026-07-17T18:33:13+02:00">2026-07-17 18:33 CEST</time>
· <a href="https://git.hacktivism.ch/hernani/koopa-admin-log/commit/5d80bfb905a045bbf2c064234bacfb4433f02b8e" title="koopa-admin-log 5d80bfb905a045bbf2c064234bacfb4433f02b8e">5d80bfb</a>
</p>
<!-- /landing-rev -->
</footer>