18 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
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
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
7240756fe2 fix typo 2021-04-18 06:47:07 -04:00
Daniel Micay
be9cb6386b improve wording 2021-04-18 06:04:34 -04:00
Daniel Micay
fe558c4082 counter false claims made comparing the OSes 2021-04-18 06:01:53 -04:00
Daniel Micay
b8c951b4ef add page on legacy CopperheadOS branding
We'll want to fill in more details about the history of the project and
historical archives of the code, documentation, tweets, community, etc.

This will help us with trimming down the information on CopperheadOS in
the history page. We want to reduce emphasis on the ongoing conflict and
focus on informing people about what happened in the past.

Immense damage has been done to GrapheneOS by Copperhead's organized
misinformation campaign and we need to do our best to repair it.
2021-04-18 05:45:54 -04:00