From f5766668bb7464b0426bb4625309d4ad68823c08 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 25 Apr 2019 22:51:39 -0400 Subject: add donation page based on attestation.app --- static/bitcoin_address.png | Bin 0 -> 3301 bytes static/donate.html | 34 ++++++++++++++++++++++++++++++++++ static/grapheneos.css | 43 +++++++++++++++++++++++++++++++++++++++++++ static/index.html | 8 +++++++- 4 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 static/bitcoin_address.png create mode 100644 static/donate.html (limited to 'static') diff --git a/static/bitcoin_address.png b/static/bitcoin_address.png new file mode 100644 index 00000000..d1759a48 Binary files /dev/null and b/static/bitcoin_address.png differ diff --git a/static/donate.html b/static/donate.html new file mode 100644 index 00000000..0503c5ee --- /dev/null +++ b/static/donate.html @@ -0,0 +1,34 @@ + + + + + + + Donate + + + + + + +
+

Donate

+

Bitcoin

+

You can send Bitcoin donations to the following address to support this project:

+
+ Bitcoin address QR code +

3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5

+
+

PayPal

+

PayPal donations can be sent to danielmicay@gmail.com. Please mention GrapheneOS in + the donation description to allow for proper record keeping, since PayPal + + does not allow multiple personal accounts. +

+ + diff --git a/static/grapheneos.css b/static/grapheneos.css index e9f86049..96d2a2cb 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -17,6 +17,38 @@ code, pre { font-family: "Roboto Mono", monospace; } +nav ul { + display: flex; + flex-wrap: nowrap; + overflow-x: auto; + margin: 0; + padding: 0; +} + +nav { + background-color: #212121; /* grey900 */ + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0 ,0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); +} + +nav ul li { + list-style-type: none; +} + +nav ul li:hover { + background-color: #424242; /* grey800 */ +} + +nav ul li a { + color: #fff; /* 100% white */ + display: block; + text-decoration: none; + padding: 1em; +} + +nav ul li.active a { + color: #64B5F6; /* blue300 */ +} + a { text-decoration: none; } @@ -32,6 +64,17 @@ a:hover { overflow-wrap: break-word; } +#bitcoin_address { + display: inline-block; +} + +#bitcoin_address > * { + display: block; + margin-left: auto; + margin-right: auto; + text-align: center; +} + /* latin */ @font-face { font-family: 'Roboto'; diff --git a/static/index.html b/static/index.html index dc3acf1d..d0477ba5 100644 --- a/static/index.html +++ b/static/index.html @@ -6,9 +6,15 @@ GrapheneOS - + +

GrapheneOS releases

These are early sample releases of GrapheneOS, an open source privacy and security -- cgit v1.3.1