This file contains hidden or 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
| <canvas id="stripes"> | |
| <!-- | |
| The racing stripes I've used on my new homepage | |
| - http://tholman.com | |
| --> |
This file contains hidden or 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
| %h1 Add .stitch | |
| .box | |
| .circle | |
| .circle.stitch | |
| .box | |
| .square | |
| .square.stitch | |
| .box | |
| .shape | |
| .shape.stitch |
This file contains hidden or 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 class="holder"> | |
| <div></div> | |
| <div></div> | |
| <div></div> | |
| <div></div> | |
| <div></div> | |
| <div></div> | |
| <div></div> | |
| <div></div> | |
| <div></div> |
This file contains hidden or 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
| <canvas id="c"></canvas> |
This file contains hidden or 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
| <canvas id="canvas"></canvas> |
This file contains hidden or 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
| <h1>Fluid Simulation with the Navier Stokes equation</h1> | |
| <div id="wrapper"> | |
| <canvas id="d" width="64" height="64" style="width:100%;height:500px;display:block;position:relative;"></canvas> | |
| <p>Create fluid with left mouse button. Create a force emitter with right mouse button</p> | |
| <div id="fps"></div> | |
| </div> |
This file contains hidden or 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 class="character"></div> |
This file contains hidden or 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 class="russian-river"> | |
| <div class="trigger1"></div> | |
| <div class="trigger2"></div> | |
| <div class="trigger3"></div> | |
| <div class="trigger4"></div> | |
| <div class="trigger5"></div> | |
| <h1><span class="first-letter">R</span>ussian Rive<span class="last-letter">r</span></h1> | |
| </div> |
This file contains hidden or 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="group"> | |
| <fieldset class="switch"> | |
| <legend>Subscribe: </legend> | |
| <input id="yes" name="view" type="radio" checked> | |
| <label for="yes">Yes</label> | |
| <input id="no" name="view" type="radio"> | |
| <label for="no">No</label> | |
This file contains hidden or 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
| @import "compass"; | |
| html, body { | |
| height: 100%; | |
| } | |
| body { | |
| $bgStart: #fc3; | |
| $bgEnd: #ed2b7a; | |
| background-color: $bgEnd; | |
| @include background-image( |