This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="left-side" class="side"> | |
<h2 class="title"> | |
Sometimes a simple header is | |
<span class="fancy">better</span> | |
</h2> | |
</div> | |
<div id="right-side" class="side"> | |
<h2 class="title"> | |
Sometimes a simple header is | |
<span class="fancy">better</span> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-var x = 1 | |
-var sqr = 174 | |
mixin option(label) | |
-var x = 1 | |
-var sqr = 174 | |
div(class='option' onclick='getOption(this)') | |
.label= label | |
.sqrs | |
while x <= sqr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-var x = 1 | |
-var sqr = 174 | |
mixin option(label) | |
-var x = 1 | |
-var sqr = 174 | |
div(class='option' onclick='getOption(this)') | |
.label= label | |
.sqrs | |
while x <= sqr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-var x = 1 | |
-var sqr = 174 | |
#shot | |
.card | |
button#component | |
span.label | |
while x <= sqr | |
div(class="sqr sqr-" + x++) | |
.description |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p id="workflow-boot"></p> |
Visual replication of a digital pulse as seen in various Sci-Fi movies and real-world medical equipment. I couldn't find anything on the web to "hack" for my own projects so I've put this one up for everyone to use. Feel free to use this if you're working on an app or dashboard requiring real-time updates. Created this as a Captain Anonymous several days ago.
NewerOlder