diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-06-03 12:26:29 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-06-03 12:27:06 -0400 |
| commit | a7848665f1ca6df2a2d3e1073cf7a925a47b588b (patch) | |
| tree | 7b8512cfe328964438ce8e3716a25abfac2a15da /static/donate.html | |
| parent | 3c65a4589bf15eb1ab47319215909f32b75d43c7 (diff) | |
adjust approach to header links
Diffstat (limited to 'static/donate.html')
| -rw-r--r-- | static/donate.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/static/donate.html b/static/donate.html index 33ad7e5c..bdd0c9bc 100644 --- a/static/donate.html +++ b/static/donate.html @@ -20,7 +20,7 @@ <meta property="og:site_name" content="GrapheneOS"/> <link rel="icon" type="image/vnd.microsoft.icon" href="/favicon.ico?0"/> <link rel="mask-icon" href="/safari_pinned_tab_icon.svg" color="#000000"/> - <link rel="stylesheet" href="/grapheneos.css?8"/> + <link rel="stylesheet" href="/grapheneos.css?9"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/donate"/> </head> @@ -38,10 +38,11 @@ </ul> </nav> <div id="content"> - <h1 id="donate">Donate</h1> + <h1 id="donate"> + <a href="#donate">Donate</a> + </h1> <h2 id="bitcoin"> - Bitcoin - <a href="#bitcoin">¶</a> + <a href="#bitcoin">Bitcoin</a> </h2> <p>You can send Bitcoin donations to the following address to support this project:</p> <div id="bitcoin_address"> @@ -51,8 +52,7 @@ </a> </div> <h2 id="paypal"> - PayPal - <a href="#paypal">¶</a> + <a href="#paypal">PayPal</a> </h2> <p>PayPal donations can be sent to danielmicay@gmail.com. Please mention GrapheneOS in the donation description to allow for proper record keeping, since PayPal |
