- 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
/** | |
* Center aligned placeholder text | |
*/ | |
input { | |
box-sizing: border-box; | |
width: 100%; | |
padding: 1em; | |
border: 0.15em solid #808080; | |
border-radius: 0.5em; |
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
/** | |
* text-rendering: optimizeLegibility example | |
*/ | |
body { | |
background: #BE6700; | |
} | |
h1 { | |
color: #DEDCB9; | |
font: italic normal 5em/1 Georgia, "Times New Roman", Times, serif; |
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
.list { | |
overflow: hidden; | |
border-top: 1px solid #808080; | |
list-style: none; | |
} | |
.list li { | |
border-bottom: 1px solid #808080; | |
} | |
.list li a { |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<!-- IF PEN IS PRIVATE --> | |
<!-- <meta name="robots" content="noindex"> --> | |
<!-- END --> |
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> |
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
module.exports = function(grunt) { | |
// Configuration | |
grunt.initConfig({ | |
pkg: grunt.file.readJSON('package.json'), | |
shell: { | |
patternlab: { | |
command: "php core/builder.php -gp" | |
} | |
}, |
- 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
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 |
OlderNewer