Skip to content

Instantly share code, notes, and snippets.

Web Design & Development Contract

Between us COMPANY_NAME and you CUSTOMER_NAME on DATE_DATE.

Summary:

We'll always do our best to fulfill your needs and meet your expectations, but it's important to have things written down so that we both know who should do what, when, and what we'll do if something goes wrong. In this contract you won't find any complicated legal terms or long passages of unreadable text. We have no desire to trick you into signing something that you might later regret. What we do want is what's best for both parties, now and in the future.

@chasereeves
chasereeves / gist-shortcode.php
Created October 1, 2012 15:45 — forked from norcross/gist-shortcode-css.css
embed gist shortcode
function gist_shortcode($atts, $content = NULL) {
extract( shortcode_atts( array(
'id' => '',
'title' => ''
), $atts ) );
if (empty ($id) )
return;