66 lines
2.1 KiB
HTML
66 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>hacktivism tools — unlocked</title>
|
|
<style>
|
|
:root { color-scheme: light dark; }
|
|
body {
|
|
font-family: system-ui, sans-serif;
|
|
max-width: 42rem;
|
|
margin: 3rem auto;
|
|
padding: 0 1.25rem;
|
|
line-height: 1.55;
|
|
}
|
|
.badge {
|
|
display: inline-block;
|
|
font-size: 0.85rem;
|
|
font-weight: 600;
|
|
padding: 0.2rem 0.55rem;
|
|
border-radius: 999px;
|
|
background: #0a7;
|
|
color: #fff;
|
|
}
|
|
h1 { margin: 0.6rem 0 0.4rem; font-size: 1.75rem; }
|
|
.price { font-variant-numeric: tabular-nums; }
|
|
code { background: color-mix(in srgb, CanvasText 12%, transparent); padding: 0.1em 0.35em; border-radius: 3px; }
|
|
.card {
|
|
margin-top: 1.25rem;
|
|
padding: 1rem 1.1rem;
|
|
border: 1px solid color-mix(in srgb, CanvasText 18%, transparent);
|
|
border-radius: 10px;
|
|
}
|
|
ul { padding-left: 1.2rem; }
|
|
a { color: inherit; }
|
|
.sites a {
|
|
display: block;
|
|
margin: 0.45rem 0;
|
|
font-weight: 600;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span class="badge">unlocked</span>
|
|
<h1>hacktivism tools</h1>
|
|
<p>
|
|
You paid once via GNU Taler / Paivana
|
|
(template <code>paivana</code> on <code>goa-shop</code>: CHF / FLOODS / GOA / TESTPAYSAN choices).
|
|
Site-wide access cookie is set for <code>paivana.hacktivism.ch</code>.
|
|
</p>
|
|
<div class="card sites">
|
|
<p><strong>Sites</strong></p>
|
|
<a href="https://cryptpad.hacktivism.ch/">cryptpad.hacktivism.ch</a>
|
|
<a href="https://galene.hacktivism.ch/">galene.hacktivism.ch</a>
|
|
<a href="https://silverbullet.hacktivism.ch/">silverbullet.hacktivism.ch</a>
|
|
</div>
|
|
<div class="card">
|
|
<p><strong>Notes</strong></p>
|
|
<ul>
|
|
<li>One Paivana process = one <code>DESTINATION_BASE_URL</code> → this portal is the gated upstream.</li>
|
|
<li>Merchant: <code>goa-shop</code> · template <code>paivana</code> (multi-currency choices).</li>
|
|
<li>Host: <code>https://paivana.hacktivism.ch/</code></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|