I hereby claim:
- I am danfascia on github.
- I am danfascia (https://keybase.io/danfascia) on keybase.
- I have a public key whose fingerprint is 8844 9EF7 15C0 8CBD A050 6DE1 7E9F 7EF1 95C5 BCA1
To claim this, I am signing this object:
| a { | |
| color: #C0281C; | |
| text-decoration: none; | |
| background-image: linear-gradient(currentColor, currentColor); | |
| background-position: 0% 100%; | |
| background-repeat: no-repeat; | |
| background-size: 0% 2px; | |
| transition: background-size .3s; | |
| } |
| .red-50-cl { | |
| color: #FFEBEE; | |
| } | |
| .red-50-bg { | |
| background-color: #FFEBEE; | |
| } | |
| .red-100-cl { |
| function toggleFullScreen() { | |
| if ((document.fullScreenElement && document.fullScreenElement !== null) || | |
| (!document.mozFullScreen && !document.webkitIsFullScreen)) { | |
| if (document.documentElement.requestFullScreen) { | |
| document.documentElement.requestFullScreen(); | |
| } else if (document.documentElement.mozRequestFullScreen) { | |
| document.documentElement.mozRequestFullScreen(); | |
| } else if (document.documentElement.webkitRequestFullScreen) { | |
| document.documentElement.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT); | |
| } |
| /* | |
| Usage: | |
| eleventyConfig.addCollection("tagList", require("11ty_getTagList.js") ); | |
| This collection then produces a useful list... | |
| for tag in collections.tagList... | |
| which then gives access to |
| // Stolen from https://stackoverflow.com/a/31615643 | |
| const appendSuffix = n => { | |
| var s = ['th', 'st', 'nd', 'rd'], | |
| v = n % 100; | |
| return n + (s[(v - 20) % 10] || s[v] || s[0]); | |
| }; | |
| module.exports = function dateFilter(value) { | |
| const dateObject = new Date(value); |
I hereby claim:
To claim this, I am signing this object: