Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions hugo-site/content/donate/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,20 @@ If you are interested in supporting Freenet at a significant level, we would be

<div class="funding-section funding-donate-section">

## Donate
## Donate via PayPal

<a href="https://www.paypal.com/donate?hosted_button_id=EQ9E7DPHB6ETY" class="funding-donate-button">Donate via PayPal</a>

<p class="gk-cta-note">One-time or recurring, no account required.</p>

</div>

<div class="funding-section funding-ghost-keys">
<div class="funding-section funding-donate-section funding-ghost-keys">

## Donate via card

## Donating by card
<a href="/ghostkey/create/" class="funding-donate-button">Donate via card</a>

If you would rather give by card, you can donate through [Ghost Keys](/ghostkey/). A Ghost Key is an
anonymous cryptographic identity, issued with your donation, that works across Freenet apps and
cannot be linked back to your payment. The minimum is $1.
<p class="gk-cta-note">Issues a <a href="/ghostkey/">Ghost Key</a>, an anonymous cryptographic identity that works across Freenet apps and can't be linked back to your payment. $1 minimum.</p>

</div>
22 changes: 3 additions & 19 deletions hugo-site/themes/freenet/assets/css/freenet.css
Original file line number Diff line number Diff line change
Expand Up @@ -1311,22 +1311,14 @@ picture.app-screenshot img {
}
}

/* Ghost keys — understated */
/* Ghost Keys donate option — same visual weight as PayPal (funding-donate-button
+ gk-cta-note), just separated from it with a divider so the two read as
distinct, equally-weighted choices rather than one continuous block. */
.funding-ghost-keys {
padding-top: 1.5rem;
border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.funding-ghost-keys h2 {
font-size: 1.15rem;
color: #64748b;
}

.funding-ghost-keys p {
color: #64748b;
font-size: 0.95rem;
}

/* Dark mode — funding page */
@media (prefers-color-scheme: dark) {
.funding-title {
Expand Down Expand Up @@ -1376,14 +1368,6 @@ picture.app-screenshot img {
.funding-ghost-keys {
border-top-color: rgba(255, 255, 255, 0.08);
}

.funding-ghost-keys h2 {
color: #8896a8;
}

.funding-ghost-keys p {
color: #8896a8;
}
}

/* Responsive — funding page */
Expand Down
Loading