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 October 13, 2022 13:13
face-up card game
main
.cards
.card-container
.card.front
.card.back
.card-container
.card.front
.card.back
.card-container
.card.front
@zeddash
zeddash / index.pug
Last active April 15, 2020 14:03
staircase generator
‎‎​
@zeddash
zeddash / index.pug
Last active March 27, 2020 18:38
Hello World!
canvas#canvas
#board
@zeddash
zeddash / index.pug
Last active March 19, 2020 23:30
Match setting generator #TWA
div#matchinput(contenteditable="true")
span.symbol \
span.static example
span.symbol \
span.part example-1
span.symbol \
span.part.group crate
span.symbol \
span.part.group book
span.symbol \
@zeddash
zeddash / index.pug
Last active March 10, 2020 11:07
Cellular Automata
div.cells
div.cell
div.cell
div.cell
div.cell
div.cell
div.cell
div.cell
div.cell
div.cell
@zeddash
zeddash / index.pug
Last active March 4, 2020 17:02
Testing animation
div.outer(style="height:160px")
div.container
div.cards
div.cardcontainer
div.card
button.close ×
button.controls +
div.outer
div.container
div.cards
@zeddash
zeddash / index.pug
Last active March 4, 2020 11:08
Hold to confirm
div#app
button.holdtoconfirm(disabledd)
div.container
div.disabled Save
div.enabled Save
div.complete Saved
@zeddash
zeddash / index.pug
Last active September 8, 2020 01:09
perlin paint #codepen
div#box
.container
@zeddash
zeddash / index.pug
Last active March 2, 2020 17:47
User Login Button #TWA
div#app
button.userlogin(style="--accent:#EC87C0")
div.photo ZS
div.name Zoë Shackleton
div.pin
div.dot
div.dot
div.dot
div.dot
@zeddash
zeddash / index.pug
Last active March 2, 2020 11:53
Close/Cancel button #TWA
div#app
div.popupcontainer.open
div.popup
form
div.row
button.closecancel
div.text
div Close
div Cancel
button.submit(type="submit", disabled) Submit