- Ebay category listing http://www.ebay.com/sch/Cell-Phones-Smartphones-/9355/i.html
- Netflix Dashboard http://www.netflix.com/WiHome
- Apple iMac product page http://store.apple.com/us/buy-mac/imac
- Sky TV Guide http://tv.sky.com/tv-guide
- Comcast Offers https://www.comcastoffers.com/
- Amazon Book Product Detail Pagehttp://www.amazon.com/Element-Finding-Passion-Changes-Everything-ebook/dp/B001MSMUH0/
- Groupon Deal detail page http://www.groupon.com/deals/detroit-seafood-market-5
- Wikipedia Edit Page https://en.wikipedia.org/w/index.php?title=Thaddeus_Stevens&action=edit
- Facebook http://facebook.com
- DirectTV Packages http://www.directv.com/DTVAPP/new_customer/base_packages.jsp?ACM=false&lpos=Header:3
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
"person" : { | |
"img": { | |
"square": { | |
"src": "../../images/sample/avatar.jpg", | |
"alt": "Thisisauser Withaverylonglastname" | |
}, | |
}, | |
"title" : "Thisisauser Withaverylonglastname", | |
"subtitle" : "Chief Executive Officer" | |
} |
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
{ | |
"img": { | |
"square": { | |
"src": "../../images/fpo_square.png", | |
"alt": "Square Thumbnail" | |
}, | |
}, | |
"title" : "Lorem Ipsumdmada (32 characters)", | |
"subtitle" : "Dolar sit amee consectetur" | |
} |
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="block"> | |
<img src="{{ img.square.src }}" alt="{{ img.square.alt }}" class="block__thumb" /> | |
<div class="block__body"> | |
<h2 class="block__title">{{ title }}</h2> | |
<p class="block__subtitle">{{ subtitle }}</p> | |
</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
module.exports = function(grunt) { | |
// Configuration | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('package.json'), | |
concat: { | |
dist: { | |
src: [ | |
'source/js/libs/*.js', // All JS in the libs folder |
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
module.exports = function(grunt) { | |
// Configuration | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('package.json'), | |
shell: { | |
patternlab: { | |
command: "php core/builder.php -gp" | |
} | |
}, |
- Ziggy
- Zigs
- The Zigster
- It's That Zigs
- Ziggy Piggy
- Piggy Ziggy
- Mr Snorts
- Mr Grunts
- Mr Babies
- Mr Jowlies
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
// ---- | |
// Sass (v3.3.0.rc.1) | |
// Compass (v0.13.alpha.10) | |
// ---- | |
@function randomColor($format:NULL) { | |
$red: random(256); | |
$green: random(256); | |
$blue: random(256); | |
@return rgb($red, $green, $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
<select name="ctl00$cphMain$ddlPrimaryOccupation$ddlPrimaryOccupationddlMainInput" onchange="javascript:setTimeout('__doPostBack(\'ctl00$cphMain$ddlPrimaryOccupation$ddlPrimaryOccupationddlMainInput\',\'\')', 0)" id="ctl00_cphMain_ddlPrimaryOccupation_ddlPrimaryOccupationddlMainInput"> | |
<option selected="selected" value=""></option> | |
<option value="13">Accountant</option> | |
<option value="14">Administrative Assistant</option> | |
<option value="15">Advertising</option> | |
<option value="16">Appraiser</option> | |
<option value="17">Architect</option> | |
<option value="18">Athletic Coach</option> | |
<option value="19">Barbers/Beauticians</option> | |
<option value="20">Bookkeeper</option> |