Skip to content

Instantly share code, notes, and snippets.

View zeddash's full-sized avatar
😸
I may be slow to respond.

z- zeddash

😸
I may be slow to respond.
View GitHub Profile
@zeddash
zeddash / index.pug
Last active January 25, 2020 04:14
Pug + Less + JS
‎‎​
@zeddash
zeddash / index.pug
Last active January 25, 2020 04:14
Pug + Less + TS
‎‎​
@zeddash
zeddash / index.html
Last active January 25, 2020 04:14
HTML + SCSS + JS
‎‎​
@zeddash
zeddash / index.html
Last active January 25, 2020 04:14
HTML + SCSS + TS
‎‎​
@zeddash
zeddash / codeswing.json
Last active July 2, 2021 17:54
Pug + SCSS + JS
{
"scripts": [],
"styles": [
"https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
]
}
@zeddash
zeddash / index.pug
Last active January 25, 2020 04:13
Pug + SCSS + TS
‎‎​
@zeddash
zeddash / index.pug
Last active March 1, 2020 19:32
Moon Phase
div#moon
svg(style="position:fixed; top:100vh")
defs
filter#blob
feGaussianBlur(in="SourceGraphic" stdDeviation="10" result="blur")
feColorMatrix(in="blur" mode="matrix" values="1 0 0 0 0 0 2 0 0 0 0 0 1 0 0 0 0 0 10 -5" result="blob")
feComposite(in="SourceGraphic" in2="blob" operator="atop")
@zeddash
zeddash / index.pug
Last active January 17, 2020 16:26
Dots
div#app
@zeddash
zeddash / index.pug
Last active February 29, 2020 21:51
Nav hand #codepen
‎‎​
@zeddash
zeddash / index.pug
Last active January 7, 2020 21:44
Tile hover multi-button
.card(style="--background:#3C3B3D; --text:white;")
div.multi-button
button.fas.fa-heart
div.container
.card
div.multi-button
button.fas.fa-heart
button.fas.fa-clipboard
div.container
.card(style="--background:#EC87C0; --text:white;")