Skip to content

Instantly share code, notes, and snippets.

// 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/',
@web-zen
web-zen / SassMeister-input-HTML.html
Created January 14, 2014 01:06
Generated by SassMeister.com.
<!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>
@web-zen
web-zen / SassMeister-input-HTML.html
Created January 14, 2014 00:56
Generated by SassMeister.com.
<!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>
@web-zen
web-zen / SassMeister-input-HTML.html
Created January 13, 2014 20:54
Generated by SassMeister.com.
<!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>
@web-zen
web-zen / SassMeister-input-HTML.html
Created January 13, 2014 18:11
Generated by SassMeister.com.
<!DOCTYPE html>
<html>
<header id="header">
<meta charset="utf-8" />
<title>My Compass Page</title>
</header>
<body class="wrapper">
<p>page</p>
@web-zen
web-zen / SassMeister-input-HTML.html
Created January 11, 2014 22:39
Generated by SassMeister.com.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>My Compass Page</title>
</head>
<body class="wrapper">
<section >
<aside></aside>
@web-zen
web-zen / SassMeister-input.scss
Created January 10, 2014 18:51
Generated by SassMeister.com.
// ----
// 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
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; }
yui (17 KB)
get
intl-base
yui-base
yui-later
yui-log
yui-throttle
align-plugin (1 KB)
<!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">