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
// Load Gulp and Plugins | |
var gulp = require('gulp'), | |
browserSync = require('browser-sync').create(), | |
$ = require('gulp-load-plugins')({ lazy: true }); | |
// Paths | |
var path = { | |
lessWatch: 'assets/less/**/*.less', | |
lessSrc: 'assets/less/sites/*.less', | |
cssDest: 'assets/css/sites/', |
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 id="head"> | |
<meta charset="utf-8" /> | |
<title>My Compass Page</title> | |
<div class="hdr-container cf"> | |
<section class="hdr-1"><img src="http://www.eb-5center.com/files/icon_check.png" width="30px"></section> | |
<section class="hdr-2"><img src="http://www.eb-5center.com/files/icon_check.png" width="30px"></section> |
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 id="head"> | |
<meta charset="utf-8" /> | |
<title>My Compass Page</title> | |
<div class="hdr-container cf"> | |
<section class="hdr-1"><img src="http://www.eb-5center.com/files/icon_check.png" width="30px"></section> | |
<section class="hdr-2"><img src="http://www.eb-5center.com/files/icon_check.png" width="30px"></section> |
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> | |
<header id="header"> | |
<meta charset="utf-8" /> | |
<title>My Compass Page</title> | |
<div class="container"> | |
<section class="hdr-left">Left Header</section> | |
<section class="hdr-middle">Middle Header</section> | |
<section class="hdr-right">Right Header</section> |
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> | |
<header id="header"> | |
<meta charset="utf-8" /> | |
<title>My Compass Page</title> | |
</header> | |
<body class="wrapper"> | |
<p>page</p> |
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" /> | |
<title>My Compass Page</title> | |
</head> | |
<body class="wrapper"> | |
<section > | |
<aside></aside> |
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.2) | |
// Compass (v1.0.0.alpha.17) | |
// Singularity.gs (v1.1.2) | |
// ---- | |
@import "singularitygs"; | |
$grids: 4 | |
// $grids: 1 2 3 4 |
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 { text-align:left !important; } | |
a { color: #600 !important; text-decoration: none !important; } | |
a:after { content: " [" attr(href) "] " !important; font-size: .9em !important; } | |
#promo { border: 0 !important; padding: 1em 0 !important; } | |
#promo #jumps, #promo #quicklinks { display:none !important; } | |
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
yui (17 KB) | |
get | |
intl-base | |
yui-base | |
yui-later | |
yui-log | |
yui-throttle | |
align-plugin (1 KB) |
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 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html> | |
<head> | |
<title>Simple Form Validation</title> | |
<script type="text/javascript" src="jquery-1.3.2.min.js"></script> | |
<script type="text/javascript" src="jquery-validate/jquery.validate.min.js"></script> | |
<!-- http://ajax.microsoft.com/ajax/jquery.validate/1.5.5/jquery.validate.js--> | |
<script type="text/javascript"> |
NewerOlder