38 Commits

Author SHA1 Message Date
cookiell546
6865c87b74 Opt-into edge-to-edge by default
Chromium already supports dynamic edge-to-edge viewports. This change
opts-in by default, making the gesture navigation bar (chin) invisible
without needing scroll interaction.

No other changes were necessary, as no content relied on specific
viewport insets.

Command used:

```
sed -i 's/<meta name="viewport" content="width=device-width, initial-scale=1"\/>/<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"\/>/g' **/*.html
```
2025-06-08 09:18:32 -04:00
b068931cc450442b63f5b3d276ea4297
65117f9794 fingerprint to hash
CLI install guide and Web installer each use the designation hash and never fingerprint.
2024-09-23 13:01:36 -04:00
Daniel Micay
839213fdbe improve wording for install choices 2024-06-27 09:01:49 -04:00
Tigerr918
75dc333072 Update the install page
Using the web-installer also avoids trusting the server infrastructure. CLI seems to be only good for installing custom builds.
2024-06-27 08:58:28 -04:00
Daniel Micay
4f3bee20cd move to OpenSSH signing for factory images 2024-02-14 09:34:07 -05:00
smdyv
150608e016 Use simple templating for static processing 2023-07-13 16:08:16 -04:00
smdyv
4430036ea2 Change string markings for replacements 2023-07-13 16:08:16 -04:00
tedgravlin
48acf5cd5f Add Mastodon link to footer 2023-06-16 16:14:06 -04:00
Daniel Micay
caa7ae7177 move GrapheneOS account to grapheneos.social 2022-11-27 06:05:55 -05:00
Daniel Micay
f74884f6f5 add metadata for temporary Mastodon account 2022-11-07 12:45:17 -05:00
Daniel Micay
951e6c5b3c add forum link to footer 2022-10-10 12:24:52 -04:00
Daniel Micay
e023c074b8 fix uses of redirect.js not using the new syntax 2021-11-23 23:33:40 -05:00
Daniel Micay
75f4b33323 set up SRI for future use by CSP v3 2021-11-18 19:08:54 -05:00
Marco Janotta
4ba5b61035 Add color-scheme meta tag 2021-06-23 16:31:27 -04:00
Daniel Micay
cf9bc8d45f use SVG for /favicon.ico if browser asks for it
This makes Chromium use the SVG favicon universally including as the
favicon for non-HTML files.
2021-05-17 10:58:14 -04:00
Daniel Micay
7e145495c4 use dedicated favicon.svg with dark mode support 2021-05-16 12:19:37 -04:00
Daniel Micay
fb1be51f68 rename grapheneos.css to main.css 2021-05-14 22:28:12 -04:00
Daniel Micay
683b0ae201 use empty alt text for decorative header logo 2021-05-03 18:07:47 -04:00
Marco Janotta
c479130069 Add logo to site menu 2021-05-03 17:18:51 -04:00
Daniel Micay
f765274392 consistent wording for installation help info 2021-04-12 00:03:00 -04:00
Daniel Micay
b3e07c840e migrate history page into an index page 2021-03-27 15:53:54 -04:00
Daniel Micay
342a31c06c automate CSS/JS cache busting 2021-03-26 21:03:34 -04:00
Daniel Micay
782c69e5f2 fix install index page OpenGraph title 2021-03-21 08:39:43 -04:00
Daniel Micay
7ad315c383 remove redundant sentence 2021-03-10 19:35:45 -05:00
Daniel Micay
e7772bf035 make install guide overview consistent 2021-03-09 02:27:46 -05:00
Daniel Micay
bf88ac32e6 make a dedicated history page 2021-03-08 18:57:34 -05:00
Daniel Micay
170b272b2a simplify wording 2021-03-06 22:57:22 -05:00
Daniel Micay
aae0ac8edf replace legacy /install redirect 2021-03-06 22:38:39 -05:00
Daniel Micay
5f44f5a921 use svg logo for footer 2021-02-20 12:15:59 -05:00
Daniel Micay
9b64c97e3c add recommendation to use official install methods 2021-02-17 03:19:25 -05:00
Daniel Micay
ada0c4c5a6 recommend WebUSB installer for most users 2021-02-11 02:23:28 -05:00
Daniel Micay
0314820a6f list WebUSB-based installer before CLI guide 2021-02-11 02:19:57 -05:00
Daniel Micay
e9d409f992 stop calling WebUSB installer experimental 2021-01-30 20:45:50 -05:00
Daniel Micay
8f0e9736ed emphasize that web install is experimental 2021-01-29 17:45:50 -05:00
Daniel Micay
a456980c3d update notes for progress on WebUSB installer 2021-01-27 20:45:36 -05:00
Daniel Micay
9f6d2fe9cf discourage using WebUSB-based installer for now 2021-01-25 17:38:02 -05:00
Daniel Micay
ef3c2f712e update OpenGraph titles for install pages 2021-01-25 03:41:53 -05:00
Daniel Micay
4ff446e2d4 create an install directory with an index page 2021-01-24 11:27:08 -05:00