56 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
99bb024f3d update PDF viewer privacy policy OpenGraph URL 2021-04-17 06:21:11 -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
f9390cb9ce declare and use a single Apple touch icon 2020-12-29 22:48:07 -05:00
Daniel Micay
b91d384ad3 add LinkedIn to social site list 2020-12-29 19:38:34 -05:00
Daniel Micay
c950578c7b add styling for inline code blocks too 2020-12-28 05:45:05 -05:00
Daniel Micay
72ca88ec19 add code block styling 2020-12-28 05:31:37 -05:00
Daniel Micay
eb122c42b3 add articles page 2020-12-27 04:56:48 -05:00
Daniel Micay
8bfe1c4023 drop block display for coin-address p element 2020-12-23 15:40:54 -05:00
Daniel Micay
af487c602b center cryptocurrency donation addresses 2020-12-22 17:34:20 -05:00
Daniel Micay
a5cc377025 add Monero donation address 2020-12-22 17:15:08 -05:00
Daniel Micay
71db53f1e5 handle changed -webkit-fill-available semantics
Chromium changed how this works to better match the evolving
specification and our usage effectively became a no-op.
2020-12-21 01:52:09 -05:00
Daniel Micay
5ef55300bd mark up site banner with header element 2020-12-08 00:40:39 -05:00
Daniel Micay
0555b67578 add machine-readable license information 2020-12-07 02:09:22 -05:00
Daniel Micay
d9f57a84b0 use consistent id naming 2020-12-06 12:39:34 -05:00
Daniel Micay
a8cdcca429 move main header id to main element 2020-12-06 10:56:00 -05:00
Daniel Micay
753552e2ac add features page to menu elsewhere 2020-12-05 11:53:03 -05:00
Daniel Micay
dd97f682ff sync CSS version 2020-12-02 19:39:31 -05:00
Daniel Micay
52dcbd7595 use id to style site menu 2020-12-02 18:02:03 -05:00
Daniel Micay
ea1f59da7d use aria-current="page" instead of custom class 2020-12-02 17:54:07 -05:00
Daniel Micay
ff57f2a9b4 update Open Graph prefix URL 2020-11-13 23:03:31 -05:00
Daniel Micay
e07539f627 update Roboto Mono fonts 2020-11-07 13:10:32 -05:00
Daniel Micay
b5f9f7eeab reuse mask-icon.svg as an svg favicon
Yandex.Webmaster requested an SVG favicon and there may be other
software able to take advantage of it too.
2020-10-26 12:48:01 -04:00
Daniel Micay
b5f19b7a53 use semantic main element instead of a div 2020-10-26 10:37:02 -04:00
Daniel Micay
5b22b75d4f link to GitHub page for PDF Viewer in privacy policy 2020-05-27 19:10:33 -04:00
Daniel Micay
4d0e5d8db6 fix Roboto Mono bold URL 2020-04-02 14:11:40 -04:00
Daniel Micay
c86d36bea1 minify CSS 2020-04-01 06:28:50 -04:00
Daniel Micay
88a5bfa97f remove domain from path to logo 2020-04-01 01:31:05 -04:00
Daniel Micay
05658f768c use upstream font versioning 2020-03-22 05:58:32 -04:00
Daniel Micay
ae8c17cb5d use font-display: swap feature 2020-03-22 05:33:06 -04:00
Daniel Micay
0375a27401 increment css version 2020-02-26 09:15:36 -05:00
Daniel Micay
311bcef197 add initial FAQ with one Q/A as an example 2020-02-14 14:02:20 -05:00