24 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
d4rklynk
8d6f9c4fa3 Fix typos 2023-12-13 15:33:14 -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
Andrea Pappacoda
b431177127 Update ads.txt specification link
ads.txt version 1.0.3 is no longer a draft
2022-03-11 18:14: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
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
bf88ac32e6 make a dedicated history page 2021-03-08 18:57:34 -05:00
Daniel Micay
5f44f5a921 use svg logo for footer 2021-02-20 12:15:59 -05:00
Daniel Micay
4ff446e2d4 create an install directory with an index page 2021-01-24 11:27:08 -05:00
Daniel Micay
50ff36ba8d reorganize page metadata 2021-01-07 10:49:37 -05:00
Daniel Micay
40b35c1fd5 add missing word to article title 2020-12-31 22:17:07 -05:00
Daniel Micay
1a801e79de article on ads.txt/app-ads.txt placeholder record 2020-12-30 02:49:06 -05:00