summaryrefslogtreecommitdiff
path: root/static/history/index.html
AgeCommit message (Collapse)Author
2025-06-28static: remove unused pagesOphestra
There are more potentially unused pages, but these are unlikely to become relevant or reusable in the near future, so remove them.
2025-06-08Opt-into edge-to-edge by defaultcookiell546
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 ```
2024-01-04add specific date for non-profit incorporationDaniel Micay
2023-07-13Use simple templating for static processingsmdyv
2023-07-13Change string markings for replacementssmdyv
2023-06-16Add Mastodon link to footertedgravlin
2023-05-05document GrapheneOS Foundation in historyDaniel Micay
2022-11-27move GrapheneOS account to grapheneos.socialDaniel Micay
2022-11-07add metadata for temporary Mastodon accountDaniel Micay
2022-10-10add forum link to footerDaniel Micay
2022-10-05improve wordingDaniel Micay
2021-11-18set up SRI for future use by CSP v3Daniel Micay
2021-06-23Add color-scheme meta tagMarco Janotta
2021-05-17use SVG for /favicon.ico if browser asks for itDaniel Micay
This makes Chromium use the SVG favicon universally including as the favicon for non-HTML files.
2021-05-16use dedicated favicon.svg with dark mode supportDaniel Micay
2021-05-14rename grapheneos.css to main.cssDaniel Micay
2021-05-03use empty alt text for decorative header logoDaniel Micay
2021-05-03Add logo to site menuMarco Janotta
2021-04-18add page on legacy CopperheadOS brandingDaniel Micay
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-03-27migrate history page into an index pageDaniel Micay