From 60902ba216989cf16cbb24398c60024918820eb3 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 13 Jun 2019 11:17:17 -0400 Subject: [PATCH] releases: add hidden sections for bonito and sargo --- static/build.html | 2 +- static/contact.html | 2 +- static/donate.html | 2 +- static/grapheneos.css | 4 ++++ static/index.html | 2 +- static/install.html | 2 +- static/releases.html | 48 +++++++++++++++++++++++++++++++++++++++++-- static/releases.js | 2 +- static/source.html | 2 +- static/usage.html | 2 +- 10 files changed, 58 insertions(+), 10 deletions(-) diff --git a/static/build.html b/static/build.html index 4a00546c..8a8889ed 100644 --- a/static/build.html +++ b/static/build.html @@ -20,7 +20,7 @@ - + diff --git a/static/contact.html b/static/contact.html index 05a3c6be..89d913c2 100644 --- a/static/contact.html +++ b/static/contact.html @@ -20,7 +20,7 @@ - + diff --git a/static/donate.html b/static/donate.html index 0acc49b4..09bc8df6 100644 --- a/static/donate.html +++ b/static/donate.html @@ -20,7 +20,7 @@ - + diff --git a/static/grapheneos.css b/static/grapheneos.css index 48166f3e..a1b47e4a 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -13,6 +13,10 @@ body { overflow-y: scroll; } +.hidden { + display: none; +} + a { color: #1565c0; /* blue800 */ text-decoration: none; diff --git a/static/index.html b/static/index.html index 883213b9..7fb03edd 100644 --- a/static/index.html +++ b/static/index.html @@ -20,7 +20,7 @@ - + diff --git a/static/install.html b/static/install.html index 3ac04585..c9b3b939 100644 --- a/static/install.html +++ b/static/install.html @@ -20,7 +20,7 @@ - + diff --git a/static/releases.html b/static/releases.html index 85b437ed..1444282e 100644 --- a/static/releases.html +++ b/static/releases.html @@ -20,7 +20,7 @@ - + @@ -75,6 +75,28 @@ Stable channel + +

Pixel 3 XL @@ -148,6 +170,28 @@ Beta channel

+ +

Pixel 3 XL @@ -406,6 +450,6 @@
  • GitHub
  • - + diff --git a/static/releases.js b/static/releases.js index ad24504a..4a621e18 100644 --- a/static/releases.js +++ b/static/releases.js @@ -4,7 +4,7 @@ const baseUrl = "https://releases.grapheneos.org/"; const versionBaseUrl = "https://github.com/GrapheneOS/platform_manifest/releases/tag/"; -const devices = ["crosshatch", "blueline", "taimen", "walleye", "marlin", "sailfish"]; +const devices = ["bonito", "sargo", "crosshatch", "blueline", "taimen", "walleye", "marlin", "sailfish"]; const channels = ["stable", "beta"]; for (const channel of channels) { diff --git a/static/source.html b/static/source.html index 3057c0f7..9d9eedf1 100644 --- a/static/source.html +++ b/static/source.html @@ -20,7 +20,7 @@ - + diff --git a/static/usage.html b/static/usage.html index f1b9b5f8..9ebf8b57 100644 --- a/static/usage.html +++ b/static/usage.html @@ -20,7 +20,7 @@ - +