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
<?php | |
/** | |
* QR Code + Logo Generator | |
* | |
* http://labs.nticompassinc.com | |
*/ | |
$data = isset($_GET['data']) ? $_GET['data'] : 'http://labs.nticompassinc.com'; | |
$size = isset($_GET['size']) ? $_GET['size'] : '200x200'; | |
$logo = isset($_GET['logo']) ? $_GET['logo'] : FALSE; |
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 id="enquiry" action=""> | |
<textarea maxlength="140" name="message" id="message" placeholder="Add your comment!"></textarea> | |
<input type="submit" value="Add Comment"> | |
</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
%body.bg-grid-line | |
%div.card | |
%header | |
%h1 Skills | |
%article | |
%img#thumb{:src => "http://timpietrusky.com/img/tim_pietrusky_on_rampage.jpg", :alt => "My Pic"} | |
%h2 Tim Pietrusky | |
%div.area |
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="dropdown-menu ddm1"> | |
<input type="checkbox" name="toggle" id="toggle"> | |
<label for="toggle">Menu</label> | |
<ul> | |
<li><a href="#" title="Do something">Do something</a></li> | |
<li><a href="#" title="Do something else">Do something else</a></li> | |
<li><a href="#" title="Options">Options</a></li> | |
</ul> | |
</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="smartphone"></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="main"></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"> | |
<h1> | |
<span class='light'>Hugo</span>Giraudel | |
<span class='role'>Webmaster</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
<button class="metal radial">✈</button> | |
<button class="metal linear">2</button> | |
<button class="metal linear">1</button> | |
<button class="metal linear">0</button> | |
<a class="metal linear oval" href="http://simurai.com/post/9214147117/css3-brushed-metal">i</a> | |
<h1>Brushed Metal by <a href="http://simurai.com/post/9214147117/css3-brushed-metal" title="Brushed Metal by Simurai">Simurai</a></h1> |
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
<button class="metal radial">✈</button> | |
<button class="metal linear">2</button> | |
<button class="metal linear">1</button> | |
<button class="metal linear">0</button> | |
<a class="metal linear oval" href="http://simurai.com/post/9214147117/css3-brushed-metal">i</a> | |
<h1>Brushed Metal by <a href="http://simurai.com/post/9214147117/css3-brushed-metal" title="Brushed Metal by Simurai">Simurai</a></h1> |
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
<figure> | |
<figcaption> | |
<p><span>Gibson</span> Les Paul</p> | |
</figcaption> | |
<img src="http://upload.wikimedia.org/wikipedia/commons/9/97/Gibson_Les_Paul_03.jpg" alt=""> | |
</figure> |
NewerOlder