From 6b7e55a50a245b981914ab86389f57f517752837 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 3 May 2019 10:13:38 -0400 Subject: [PATCH] add initial footer to all pages --- static/build.html | 9 +++++++-- static/contact.html | 8 +++++++- static/donate.html | 8 +++++++- static/grapheneos.css | 19 +++++++++++++++++++ static/index.html | 8 +++++++- static/install.html | 8 +++++++- static/releases.html | 8 +++++++- static/source.html | 8 +++++++- 8 files changed, 68 insertions(+), 8 deletions(-) diff --git a/static/build.html b/static/build.html index a9afe0ce..ec4c777e 100644 --- a/static/build.html +++ b/static/build.html @@ -11,7 +11,7 @@ - + @@ -357,7 +357,12 @@ cd ../..

The Auditor app is simply built from the latest upstream tag and bundled as an apk into external/ repositories. There are no modifications to it for GrapheneOS.

- + diff --git a/static/contact.html b/static/contact.html index 8e31eb5b..d7520beb 100644 --- a/static/contact.html +++ b/static/contact.html @@ -11,7 +11,7 @@ - + @@ -34,5 +34,11 @@ address can be used for high priority security issues. My personal email address danielmicay@gmail.com can be used for anything else.

+ diff --git a/static/donate.html b/static/donate.html index cde92b7e..076444d4 100644 --- a/static/donate.html +++ b/static/donate.html @@ -11,7 +11,7 @@ - + @@ -41,5 +41,11 @@ does not allow multiple personal accounts. + diff --git a/static/grapheneos.css b/static/grapheneos.css index b3ad4f5e..3dee9eea 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -76,6 +76,25 @@ a:hover { text-align: center; } +footer img { + width: 60px; + height: auto; + display: block; + margin: auto; +} + +footer { + margin: auto; + padding: 1em; + max-width: 800px; + overflow-wrap: break-word; + text-align: center; +} + +#social { + margin-top: 2em; +} + /* latin */ @font-face { font-family: 'Roboto'; diff --git a/static/index.html b/static/index.html index 2fcb48dc..e025405a 100644 --- a/static/index.html +++ b/static/index.html @@ -11,7 +11,7 @@ - + @@ -103,5 +103,11 @@ be directly counter to the values of the project. A lot of the low-level work also ends up being fairly tied to the hardware.

+ diff --git a/static/install.html b/static/install.html index e7deac25..621c4edc 100644 --- a/static/install.html +++ b/static/install.html @@ -11,7 +11,7 @@ - + @@ -109,5 +109,11 @@ TMPDIR="$PWD/tmp" ./flash-all.sh Android Verified Boot key to untrust it:

fastboot erase avb_custom_key
+ diff --git a/static/releases.html b/static/releases.html index 464df7ab..2afdf434 100644 --- a/static/releases.html +++ b/static/releases.html @@ -11,7 +11,7 @@ - + @@ -53,5 +53,11 @@
+ diff --git a/static/source.html b/static/source.html index c98e4c78..9fbdaebf 100644 --- a/static/source.html +++ b/static/source.html @@ -11,7 +11,7 @@ - + @@ -59,5 +59,11 @@ is included in the GrapheneOS source tree as a prebuilt since it uses a different build system, similar to other prebuilts like Chromium.

+