From dff85fd68027fb9cb295074a671ffd9b56e1c0bd Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 6 Mar 2022 18:54:35 -0500 Subject: add transparent Zcash donation address --- nginx/nginx.conf | 10 +++++++++- static/bitcoin-donation.png | Bin 343 -> 0 bytes static/donate-bitcoin.png | Bin 0 -> 343 bytes static/donate-monero.png | Bin 0 -> 512 bytes static/donate-zcash-transparent.png | Bin 0 -> 344 bytes static/donate.html | 26 ++++++++++++++++++++++++-- static/monero-donation.png | Bin 512 -> 0 bytes 7 files changed, 33 insertions(+), 3 deletions(-) delete mode 100644 static/bitcoin-donation.png create mode 100644 static/donate-bitcoin.png create mode 100644 static/donate-monero.png create mode 100644 static/donate-zcash-transparent.png delete mode 100644 static/monero-donation.png diff --git a/nginx/nginx.conf b/nginx/nginx.conf index ad0ecaee..d52113f4 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -215,7 +215,15 @@ http { } location = /bitcoin-address.png { - return 301 /bitcoin-donation.png; + return 301 /donate-bitcoin.png; + } + + location = /bitcoin-donation.png { + return 301 /donate-bitcoin.png; + } + + location = /monero-donation.png { + return 301 /donate-monero.png; } location = /pdfviewer_privacy_policy { diff --git a/static/bitcoin-donation.png b/static/bitcoin-donation.png deleted file mode 100644 index 61dcf849..00000000 Binary files a/static/bitcoin-donation.png and /dev/null differ diff --git a/static/donate-bitcoin.png b/static/donate-bitcoin.png new file mode 100644 index 00000000..61dcf849 Binary files /dev/null and b/static/donate-bitcoin.png differ diff --git a/static/donate-monero.png b/static/donate-monero.png new file mode 100644 index 00000000..2bbf0761 Binary files /dev/null and b/static/donate-monero.png differ diff --git a/static/donate-zcash-transparent.png b/static/donate-zcash-transparent.png new file mode 100644 index 00000000..ca594432 Binary files /dev/null and b/static/donate-zcash-transparent.png differ diff --git a/static/donate.html b/static/donate.html index 69616e7d..15a50f18 100644 --- a/static/donate.html +++ b/static/donate.html @@ -64,6 +64,7 @@