summaryrefslogtreecommitdiff
path: root/static/donate.html
AgeCommit message (Collapse)Author
2020-12-06code style changesDaniel 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 explicit sections on the donate pageDaniel 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-11-02reword PayPal instructionsDaniel Micay
2020-11-01update donation alt textDaniel Micay
2020-11-01use bitcoin: URI in QR codeDaniel Micay
2020-10-31switch to Bech32 Bitcoin donation addressDaniel 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-26add label and message to bitcoin URIDaniel Micay
2020-10-26use semantic main element instead of a divDaniel Micay
2020-06-21GitHub Sponsors updateDaniel Micay
2020-04-02fix Roboto Mono bold URLDaniel Micay
2020-04-02minor rewording in GitHub Sponsors sectionDaniel Micay
2020-04-02add some newlines to donate.htmlDaniel 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-28rewrap linesDaniel Micay
2020-02-28Update donate page with new Github sponsorship information.Peter Easton
2020-02-26increment css versionDaniel Micay
2020-02-21request sending USD as USD instead of convertingDaniel Micay
2020-02-14add initial FAQ with one Q/A as an exampleDaniel Micay
2020-02-08use GitHub Sponsors brandingDaniel Micay
2020-02-08clarificationDaniel Micay
2020-02-08Add GitHub sponsorship link.Peter Easton
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-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-06-28push footer to the bottom of the viewportDaniel Micay
2019-06-19recommend using low fee for BitcoinDaniel 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-03adjust approach to header linksDaniel 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-30use bitcoin URI schemeDaniel 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