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>Tags</h1> | |
| <h2>Example 1</h2> | |
| <a href="#" class="tag">Front-end development</a> | |
| <h2>Example 2</h2> | |
| <ul class="tags"> | |
| <li><a href="#" class="tag">HTML</a></li> | |
| <li><a href="#" class="tag">CSS</a></li> | |
| <li><a href="#" class="tag">JavaScript</a></li> |
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
| <!-- data-count is where the count will be stored from server --> | |
| <div id="stickySocial"> | |
| <div class="stickySocialSocial"> | |
| <a data-count="11" id="stickyBtn" class="fbShare ssPopup" target="_blank" href="http://www.facebook.com/sharer/sharer.php?s=100&p[title]=&p[url]=&p[images][0]="> | |
| <span class="button">SHARE</span> | |
| <span class="count">0</span> | |
| </a> | |
| <a data-count="22" id="stickyBtn" class="tweet" target="_blank" href="https://twitter.com/intent/tweet?text=+via+@unveiledwife&related=photografied&counturl="> | |
| <span class="button">TWEET</span> |
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
| <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap-combined.min.css" rel="stylesheet"> | |
| <div style="border: 1px solid #cacaca; padding: 20px; margin: 0 20px 0 20px;"> | |
| <a href="#" id="repo" class="btn">Repos Info</a> | |
| <a href="#" id="watched" class="btn">Repos I'm watching</a> | |
| <button id="reset" class="btn">Reset</button> |
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="bg"> | |
| <img src="http://img.skitch.com/20120905-fccfjyqxpxbkrhs6wct3xuyrjf.png" alt=""> | |
| </div> | |
| <form> | |
| <div class="title">Login</div> | |
| <input type="text" placeholder="Username"> | |
| <input type="password" placeholder="Password"> | |
| <input type="submit" value="Get in there"> | |
| </form> |
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>Color Picker</h1> | |
| <ul> | |
| <li>+ 50</li> | |
| <li>+ 45</li> | |
| <li>+ 40</li> | |
| <li>+ 35</li> | |
| <li>+ 30</li> | |
| <li>+ 25</li> | |
| <li>+ 20</li> |
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
| .form-wrapper | |
| %form | |
| %input{:type => 'email', :placeholder => 'darkwardk@me.com'} | |
| %input{:id => 'submit', :type => 'submit', :value => 'Subscribe'} |
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
| <table> | |
| <thead> | |
| <tr> | |
| <th>Name</th> | |
| <th>Age</th> | |
| <th>Weight (kg)</th> | |
| <th>Profession</th> | |
| </tr> | |
| </thead> | |
| <tbody> |
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
| <section class="webdesigntuts-workshop"> | |
| <table> | |
| <thead> | |
| <tr> | |
| <th>Name</th> | |
| <th>Age</th> | |
| <th>Weight (kg)</th> | |
| <th>Profession</th> | |
| </tr> |
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="navbar"> | |
| <div class="navbar-inner"> | |
| <div class="container" style="width: auto;"> | |
| <a class="brand" href="#">Project Name</a> | |
| <ul class="nav" role="navigation"> | |
| <li class="dropdown"> | |
| <a id="drop1" href="#" role="button" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> | |
| <ul class="dropdown-menu" role="menu" aria-labelledby="drop1"> | |
| <li><a tabindex="-1" href="http://google.com">Action</a></li> | |
| <li><a tabindex="-1" href="#anotherAction">Another action</a></li> |
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
| <body> | |
| <div class='window'> | |
| <div class='header'> | |
| <a href="#" class='prp close'></a> | |
| <a href="#" class='prp min'></a> | |
| <a href="#" class='prp max'></a> | |
| <a href="#" class='maxer'>⇔</a> | |
| <span>Terminal - Bash - 50x30</span> | |
| </div> | |
| <pre> |