summaryrefslogtreecommitdiff
path: root/static/contact.html
AgeCommit message (Collapse)Author
2019-08-02add footer link to Reddit communityDaniel Micay
2019-08-02add Updater issue tracker linkDaniel 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-09main IRC channel -> official IRC channelDaniel Micay
2019-07-09overall summary of the issue trackersDaniel 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.
2019-07-02explain the OS issue trackerDaniel Micay
2019-07-02contact: add hardened_malloc issue trackerDaniel Micay
2019-07-02add Auditor and AttestationServer issue trackersDaniel Micay
2019-07-02link to PDF Viewer issue trackerDaniel Micay
2019-07-02update references to VanadiumDaniel Micay
2019-06-28push footer to the bottom of the viewportDaniel Micay
2019-06-18move fonts to dedicated subdirectoryDaniel Micay
2019-06-13releases: add hidden sections for bonito and sargoDaniel Micay
2019-06-12drop unnecessary favicon query string for compatDaniel Micay
Skype appears to be unable to handle this and tries /favicon.ico%3F0 which triggers a 404 errors. The user agent is the following: Mozilla/5.0 (Windows NT 6.1; WOW64) SkypeUriPreview Preview/0.5
2019-06-09seamlessupdate.app -> releases.grapheneos.orgDaniel Micay
2019-06-03adjust approach to header linksDaniel Micay
2019-06-02use founders field for Organization metadataDaniel Micay
2019-06-02add twitter:site and twitter:creator metadataDaniel Micay
This isn't currently displayed in the Twitter cards despite it being in the official documentation for cards, but other crawlers are definitely using this metadata.
2019-05-30use standard mime type for faviconDaniel Micay
2019-05-30work around Microsoft Edge TileColor bugDaniel Micay
2019-05-29add mask icon for SafariDaniel Micay
2019-05-26add explicit rel="icon" link for favicon.icoDaniel Micay
2019-05-21no longer need oftc fallback channelDaniel Micay
2019-05-21list the bridged Matrix channel tooDaniel Micay
2019-05-16add padding between footer linksDaniel Micay
2019-05-16use a list for footer linksDaniel Micay
2019-05-12link to chromium_patches issue trackerDaniel Micay
2019-05-11update Roboto woff2 filesDaniel Micay
2019-05-10increment CSS versionDaniel Micay
2019-05-10add links to remaining non-top-level headersDaniel Micay
2019-05-09add more header ids for usage in linksDaniel Micay
2019-05-08replace logo imageDaniel Micay
2019-05-08replace opengraph imageDaniel Micay
2019-05-08add og:image:width and og:image:heightDaniel Micay
These are considered a best practice by Facebook and result in the image appearing properly when shared for the first time. It will also be quite useful when there are multiple images suited to different sizes.
2019-05-07add GrapheneOS GitHub organization to footerDaniel Micay
2019-05-07add og:description metadataDaniel Micay
Twitter doesn't fall back to using the regular description meta tag, and other sites may be similar.
2019-05-06add alt text for Open Graph imageDaniel Micay
2019-05-06add placeholder usage guideDaniel Micay
2019-05-05add links for reporting issuesDaniel Micay
2019-05-05update text copied from attestation.appDaniel Micay
2019-05-05list IRC channelsDaniel Micay
2019-05-05add community section to contact pageDaniel Micay
2019-05-04disable flexbox footer positioning for nowDaniel Micay
This causes a very annoying issue of the content no longer overflowing properly which proved to be too hard to resolve right now.
2019-05-04add person metadata to the contact pageDaniel Micay
2019-05-04add Twitter accounts to contact pageDaniel Micay
2019-05-03always show footer at the bottom via flexboxDaniel Micay
2019-05-03add alt text to decorative logo in footerDaniel Micay
2019-05-03make the footer links less prominentDaniel Micay