From baef4c9cb71de323453c83204a7d654ff0e11cf0 Mon Sep 17 00:00:00 2001 From: Fynn Godau Date: Tue, 23 Jul 2024 16:32:27 +0200 Subject: [PATCH 1/3] Update donation goal text --- donate.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/donate.html b/donate.html index b733075..77f1a71 100644 --- a/donate.html +++ b/donate.html @@ -53,7 +53,7 @@

Current goal

- We wish to offer to pay for a developer of TeamNewPipe to start rewriting bigger parts of the app. We are currently investigating how much we need to achieve this goal. + For the period of July through September 2024, your donations enabled us to hire a developer to work on NewPipe. Through increased funding, we hope to provide more long-term and even better support for the NewPipe app in the future.

Donate

-- 2.40.1 From d69a7a4eedee5f8804e0ffbcb428e3336c016ff7 Mon Sep 17 00:00:00 2001 From: Fynn Godau Date: Tue, 23 Jul 2024 16:41:15 +0200 Subject: [PATCH 2/3] Brighter & easier to read links --- assets/css/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 98a0661..1b675af 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1663,7 +1663,7 @@ pre { } #content a { - color: #A22F1D; + color: #f9715c; } #content header { @@ -1686,7 +1686,7 @@ pre { #footer { padding: 45px 0 45px 0; - color: #822121; + color: #ad0a0a; text-align: center; background: #929ba1; } @@ -1698,7 +1698,7 @@ pre { } #footer a { - color: #822121; + color: #ad0a0a; } #footer .quote-list li { @@ -1722,13 +1722,13 @@ pre { border-top: solid 1px #616771; text-align: center; padding: 45px 0 80px 0; - color: #822121; + color: #ad0a0a; font-size: smaller; background: #929ba1; } #copyright a { - color: #822121; + color: #ad0a0a; } /* Large */ -- 2.40.1 From 03fae4b9c100795b9d7edafcb05c0f280a98cf00 Mon Sep 17 00:00:00 2001 From: Fynn Godau Date: Tue, 23 Jul 2024 17:06:13 +0200 Subject: [PATCH 3/3] Improve visual appeal of donation page --- assets/css/main.css | 9 ++++++ donate.html | 77 ++++++++++++++++++++++++++------------------- 2 files changed, 53 insertions(+), 33 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 1b675af..15a43a3 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -48,6 +48,11 @@ table { border-spacing: 0; } +table tr td { + padding-left: 0.25cm; + padding-right: 0.25cm; +} + body { -webkit-text-size-adjust: none; } @@ -1666,6 +1671,10 @@ pre { color: #f9715c; } + #content .button-large { + color: #fff; + } + #content header { margin: 0 0 2em 0; } diff --git a/donate.html b/donate.html index 77f1a71..7fd3b88 100644 --- a/donate.html +++ b/donate.html @@ -44,42 +44,53 @@
-
-
-

Donate

-
-

- You want to donate to our association in order to help further its goals? Thank you! -

-

Current goal

-

- For the period of July through September 2024, your donations enabled us to hire a developer to work on NewPipe. Through increased funding, we hope to provide more long-term and even better support for the NewPipe app in the future. -

-

Donate

-
- We use the following means to receive donations: -
    -
  • - Via direct debit towards our bank account. This way has the fewest additional charges, so we get the most from your donation! -
    - Account holder: NewPipe e.V. -
    - IBAN:
    DE94 4306 0967 1308 7563 00
    -
  • -
  • Via Liberapay, https://liberapay.com/NewPipe_e.V./.
  • - -
-
-

- Since you're a non-profit, can I get a donation receipt? -

-

+

+
+

Donate

+
+

+ You want to donate to our association in order to help further its goals? Thank you! +

+

Current goal

+ For the period of July through September 2024, your donations enabled us to hire a developer to work on NewPipe. Through increased funding, we hope to provide more long-term and even better support for the NewPipe app in the future. +

+
+
+ +
+
+

Wire transfer

+

+ Transferring money to our bank account directly has the fewest additional charges, so we get the most from your donation! +

+
+ Account holder: NewPipe e.V. +
+ IBAN:
DE94 4306 0967 1308 7563 00
+
+ BIC:
GENODEM1GLS
+
+
+
+ +
+
+

Liberapay

+

+ We also accept recurring donations through PayPal, credit card and direct debit through Liberapay. +

Liberapay
+
+
+ +
+
+

Since you're a non-profit, can I get a donation receipt?

+

Due to our unique focus, we were not able to register the association as "beneficial to the public", which is a different concept from "non-profit" in Germany. Sadly, we do not get the same tax benefits as an association that "benefits the public" would.
Our legal status still prevents profits from being made through this association, though. We have to spend all the money we get towards its goals (and cannot, for example, pay ourselves a salary, sneakily buy stocks to make more money, or, heaven forbid, invest in cryptocurrencies). -

+

-
- +
-- 2.40.1