summaryrefslogtreecommitdiff
path: root/static/source.html
AgeCommit message (Collapse)Author
2020-12-25reorganize lists of repositoriesDaniel Micay
2020-12-25split list of forks from added repositoriesDaniel Micay
2020-12-25list more OS repositoriesDaniel Micay
2020-12-25explain why earlier code is not availableDaniel Micay
2020-12-25restructure source pageDaniel Micay
2020-12-25clarify standalone apps sectionDaniel Micay
2020-12-25use the non-URL organization nameDaniel Micay
2020-12-25document the GrapheneOS-Archive organizationDaniel Micay
2020-12-25explain standalone apps sectionDaniel Micay
2020-12-25replace redundant attestation informationDaniel Micay
2020-12-25remove redundant Vanadium informationDaniel Micay
2020-12-25clean up source code page htmlDaniel Micay
2020-12-25clarify Updater repositoryDaniel Micay
2020-12-25list prebuilt repositoriesDaniel Micay
2020-12-25make grapheneos.org listing consistentDaniel Micay
2020-12-25add section for utility repositoriesDaniel Micay
2020-12-25list out more repositories on source pageDaniel Micay
2020-12-25list services repositories on source pageDaniel Micay
2020-12-23drop block display for coin-address p elementDaniel Micay
2020-12-22Chromium -> Vanadium in older documentationDaniel Micay
2020-12-22center cryptocurrency donation addressesDaniel Micay
2020-12-22add Monero donation addressDaniel Micay
2020-12-21handle changed -webkit-fill-available semanticsDaniel Micay
Chromium changed how this works to better match the evolving specification and our usage effectively became a no-op.
2020-12-08mark up site banner with header elementDaniel Micay
2020-12-07add machine-readable license informationDaniel Micay
2020-12-06use consistent id namingDaniel Micay
2020-12-06move main header id to main elementDaniel Micay
2020-12-05add features page to menu elsewhereDaniel Micay
2020-12-02sync CSS versionDaniel Micay
2020-12-02use id to style site menuDaniel Micay
2020-12-02use aria-current="page" instead of custom classDaniel Micay
2020-11-13update Open Graph prefix URLDaniel Micay
2020-11-07update Roboto Mono fontsDaniel Micay
2020-10-26reuse mask-icon.svg as an svg faviconDaniel Micay
Yandex.Webmaster requested an SVG favicon and there may be other software able to take advantage of it too.
2020-10-26use semantic main element instead of a divDaniel Micay
2020-04-02fix Roboto Mono bold URLDaniel Micay
2020-04-01minify CSSDaniel Micay
2020-04-01remove domain from path to logoDaniel Micay
2020-03-22use upstream font versioningDaniel Micay
2020-03-22use `font-display: swap` featureDaniel Micay
2020-02-26increment css versionDaniel Micay
2020-02-14add initial FAQ with one Q/A as an exampleDaniel Micay
2019-08-07use generic name for mask iconDaniel Micay
2019-08-07regenerate mask iconDaniel Micay
2019-08-02add footer link to Reddit communityDaniel Micay
2019-07-17consistently use dash as word separator in URLsDaniel Micay
2019-07-09prepare for listing FAQ on the other pagesDaniel Micay
2019-07-09link to reporting issues section from source pageDaniel Micay
2019-07-06managing branding -> generating brandingDaniel Micay
2019-07-05use -webkit-fill-available instead of 100vhDaniel Micay
The approach of using 100vh interacts poorly with how Chromium and Safari calculate the viewport height on mobile. They include their navigation bar as part of the viewport height from the start to avoid dynamic changes to the viewport site.