add Monero donation address
This commit is contained in:
parent
dc31ad46fb
commit
a5cc377025
@ -168,12 +168,12 @@ http {
|
||||
|
||||
location = /404 {
|
||||
internal;
|
||||
http2_push /grapheneos.css?24;
|
||||
http2_push /grapheneos.css?25;
|
||||
}
|
||||
|
||||
location = /404.html {
|
||||
internal;
|
||||
http2_push /grapheneos.css?24;
|
||||
http2_push /grapheneos.css?25;
|
||||
}
|
||||
|
||||
location ~ "^(.*)/index$" {
|
||||
@ -214,7 +214,7 @@ http {
|
||||
include /etc/nginx/snippets/security-headers.conf;
|
||||
add_header Cache-Control "public, max-age=1800";
|
||||
try_files $uri $uri.html $uri/ =404;
|
||||
http2_push /grapheneos.css?24;
|
||||
http2_push /grapheneos.css?25;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?24"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?25"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="license" href="/LICENSE.txt"/>
|
||||
</head>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?24"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?25"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/build"/>
|
||||
<link rel="license" href="/LICENSE.txt"/>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?24"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?25"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/contact"/>
|
||||
<link rel="license" href="/LICENSE.txt"/>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?24"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?25"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/donate"/>
|
||||
<link rel="license" href="/LICENSE.txt"/>
|
||||
@ -51,7 +51,7 @@
|
||||
|
||||
<p>You can send Bitcoin donations to the following address to support this project:</p>
|
||||
|
||||
<div id="bitcoin-address">
|
||||
<div class="coin-address">
|
||||
<a href="bitcoin:bc1qy6fhm8p00p3h3w5rrcp2h2wejeeqn7x6y7xs2p?label=GrapheneOS&message=Donation%20to%20GrapheneOS">
|
||||
<img src="/bitcoin-donation.png" alt="Bitcoin donation QR code" width="180" height="180"/>
|
||||
<p>bc1qy6fhm8p00p3h3w5rrcp2h2wejeeqn7x6y7xs2p</p>
|
||||
@ -63,6 +63,23 @@
|
||||
when having it go through within a couple days is perfectly fine.</p>
|
||||
</section>
|
||||
|
||||
<section id="monero">
|
||||
<h2><a href="#monero">Monero</a></h2>
|
||||
|
||||
<p>You can send Monero donations to the following address to support this project:</p>
|
||||
|
||||
<div class="coin-address">
|
||||
<a href="monero:8BHhJ3AnnZUJu4JYHasUus6Tq4HYyhiYRgrJAKNtfPc2hKMrTzbeUuf3B8ojtFMAu5MjNEDhoFQ31QLhs2z46CYDTUnuN63">
|
||||
<img src="/monero-donation.png" alt="Monero donation QR code" width="240" height="240"/>
|
||||
<p>8BHhJ3AnnZUJu4JYHasUus6Tq4HYyhiYRgrJAKNtfPc2hKMrTzbeUuf3B8ojtFMAu5MjNEDhoFQ31QLhs2z46CYDTUnuN63</p>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<p>Using a low fee is recommended, since the payment doesn't need to be quick. There's
|
||||
no need to waste your money choosing a fee based on having it arrive within an hour,
|
||||
when having it go through within a couple days is perfectly fine.</p>
|
||||
</section>
|
||||
|
||||
<section id="paypal">
|
||||
<h2><a href="#paypal">PayPal</a></h2>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?24"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?25"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/faq"/>
|
||||
<link rel="license" href="/LICENSE.txt"/>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?24"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?25"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/features"/>
|
||||
<link rel="license" href="/LICENSE.txt"/>
|
||||
|
@ -90,11 +90,11 @@ main {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
#bitcoin-address {
|
||||
.coin-address {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
#bitcoin-address > * {
|
||||
.coin-address > * {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?24"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?25"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/"/>
|
||||
<link rel="license" href="/LICENSE.txt"/>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?24"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?25"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/install"/>
|
||||
<link rel="license" href="/LICENSE.txt"/>
|
||||
|
BIN
static/monero-donation.png
Normal file
BIN
static/monero-donation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 670 B |
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?24"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?25"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/pdfviewer-privacy-policy"/>
|
||||
<link rel="license" href="/LICENSE.txt"/>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?24"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?25"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/releases"/>
|
||||
<link rel="alternate" type="application/atom+xml" href="/releases.atom"/>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?24"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?25"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/source"/>
|
||||
<link rel="license" href="/LICENSE.txt"/>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<link rel="icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/favicon.ico"/>
|
||||
<link rel="icon" sizes="any" type="image/svg+xml" href="/mask-icon.svg"/>
|
||||
<link rel="mask-icon" href="/mask-icon.svg" color="#1a1a1a"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?24"/>
|
||||
<link rel="stylesheet" href="/grapheneos.css?25"/>
|
||||
<link rel="manifest" href="/manifest.webmanifest"/>
|
||||
<link rel="canonical" href="https://grapheneos.org/usage"/>
|
||||
<link rel="license" href="/LICENSE.txt"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user