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
| <!--Inspired by | |
| http://codepen.io/wmora/pen/fEzux --> | |
| <html> | |
| <body> | |
| <div id="tweet"><a href="https:www.twitter.com/sauravtom">@SauravTom</a></div><br><br><br> | |
| <div id="scaler"> </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='wrapper'> | |
| <div class='cool_btn1 green'> | |
| <h1 class='top'>126 <i>Plays</i></h1> | |
| <h2>H</h2> | |
| </div> | |
| <div class='cool_btn1 teal'> | |
| <h1 class='top'>10k <i>Likes</i></h1> | |
| <h2>U</h2> | |
| </div> | |
| <div class='cool_btn1 blue'> |
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
| <!-- | |
| "Typographic" Scriptogr.am theme by http://sicanstudios.com | |
| Change the links of menu and header to match your website. | |
| Also the description tag and Twitter username (in footer). | |
| --><head>{{head}}</head> | |
| <body> | |
| <div class="wrapper"> | |
| <div id="sidebar"> | |
| <div id="menu"> | |
| <strong>♣ <a href="" title="skopp">skopp</a></strong> on tech & life |
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='wrapper'> | |
| <div class='cool_btn1 green'> | |
| <h1 class='top'>126 <i>Plays</i></h1> | |
| <h2>H</h2> | |
| </div> | |
| <div class='cool_btn1 teal'> | |
| <h1 class='top'>10k <i>Likes</i></h1> | |
| <h2>U</h2> | |
| </div> | |
| <div class='cool_btn1 blue'> |
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
| "A CodePen by Bennett Feely. Valid CSS color names - I for one was not aware I could've been using 'color:papayawhip' on my projects. Until now..." - source http://codepen.io/bfeelyweb/pen/ozfvm |
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>404</h1> | |
| <div class="frame"> | |
| <div></div> | |
| <div></div> | |
| <div></div> | |
| </div> | |
| <div class="caps"><img src="http://ademilter.com/caps.png" alt=""></div> | |
| <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
| FIRST |
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
| // brython.js www.brython.info | |
| // version 1.0.20121216-222009 | |
| // version compiled from commented, indented source files at http://code.google.com/p/brython/ | |
| function abs(obj){ | |
| if(isinstance(obj,int)){return int(Math.abs(obj))} | |
| else if(isinstance(obj,float)){return int(Math.abs(obj.value))} | |
| else{$raise('TypeError',"Bad operand type for abs(): '"+str(obj.__class__)+"'")} | |
| } | |
| function $alert(src){alert(str(src))} | |
| function all(iterable){ |
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
| <nav> | |
| <ul> | |
| <li><a href="#home">Home</a></li> | |
| <li class="active"><a href="#like">Like</a></li> | |
| <li><a href="#chat">Chat</a></li> | |
| <li><a href="#help">Help</a></li> | |
| </ul> | |
| </nav> |
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
| <ul class="aside"> | |
| <li> | |
| <span>flags:</span> | |
| <div> | |
| g<input type="checkbox" name="flags" value="g" /> | |
| i<input type="checkbox" name="flags" value="i" /> | |
| m<input type="checkbox" name="flags" value="m" /> | |
| y<input type="checkbox" name="flags" value="y" id="y" /> | |
| </div> | |
| </li> |