Skip to content

Instantly share code, notes, and snippets.

@dhcodes
dhcodes / index.html
Created December 12, 2016 16:07
rWZOrz
<title>JS Drumset</title>
<body>
<h1>JS Drumset</h1>
<div id="keys">
</div>
</body>
@dhcodes
dhcodes / show.jade
Created July 22, 2016 21:08
Fix Star Disappearing on Completion
span.challengeBlockTime (#{challengeBlock.time})
div.margin-left-10(id = "nested-collapse"+challengeBlock.name.replace(/\W/gi, '').split(' ').join('-') class = "collapse in map-collapse no-transition chapterBlock")
for challenge in challengeBlock.challenges
if challenge.completed
p.challenge-title.faded.text-primary.ion-checkmark-circled.padded-ionic-icon.negative-15(name="#{challenge.dashedName}")
a(href="#{challenge.url}" target='_parent')
= challenge.title
span.sr-only= " Complete"
span.text-primary &thinsp; &thinsp;
strong *