Skip to content

Instantly share code, notes, and snippets.

View davidhund's full-sized avatar

David Hund davidhund

View GitHub Profile
@davidhund
davidhund / dabblet.css
Created September 20, 2012 15:26 — forked from anonymous/dabblet.css
Untitled
body { background:#EEE; min-height: 60em; }
#logo {
XXXborder: 0 solid #FFF;
XXXborder-width: 0 .25em .25em 0;
XXXborder-radius: .125em;
width: 5em;
height: 5em;
background: #000;
@davidhund
davidhund / dabblet.css
Created September 20, 2012 18:04 — forked from anonymous/dabblet.css
Some fancy experimenting with an animated, transformed, multiple-box-shadowed logo :/
/* Some fancy experimenting with an animated, transformed, multiple-box-shadowed logo :/ */
body { background:#EEE; min-height: 60em; }
#logo {
XXXborder: 0 solid #FFF;
XXXborder-width: 0 .25em .25em 0;
XXXborder-radius: .125em;
width: 5em;
height: 5em;

Contract Killer

The popular open-source contract for web designers and developers by Stuff & Nonsense

  • Originally published: 23/12/2008
  • Revised date: 15/12/2013
  • Original post

module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
// Watch
watch: {
options: {
cwd: 'httpdocs/'