Skip to content

Instantly share code, notes, and snippets.

@CoachBirgit
CoachBirgit / style.css
Created January 13, 2016 16:04
Sample CSS using Neuton from Google Fonts.
body {
background-color: #fff;
color: #333;
font-family: Neuton, serif;
font-size: 22px;
font-weight: 300;
line-height: 1.5;
margin: 0;
}
@CoachBirgit
CoachBirgit / Contract Killer 3.md
Created March 14, 2018 09:16
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post

echo "Welcome to Create WordPress Site Wizard!"
echo -n "Enter Folder Name:"
read foldername
echo -n "Enter Site Name:"
read sitename
echo "Creating Site Folder"
mkdir ${foldername}
cd ${foldername}
@CoachBirgit
CoachBirgit / Contract Killer 3.md
Created February 28, 2024 02:17 — forked from tony-caffe/Contract Killer 3.md
The latest version of Bytes Unlimited ‘Contract Killer’ for web professionals

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Revised by Bytes Unlimited : Feb 3rd 2020