Skip to content

Instantly share code, notes, and snippets.

View talktalkmake's full-sized avatar

Tom Hart talktalkmake

View GitHub Profile
@talktalkmake
talktalkmake / sass-each-h3adings.scss
Created October 24, 2019 22:21
SASS @each for <h3>aders
// Playing around with SASS @each
// To define a related rule set
// For HTML headings using destructuring
$aitches: 1, 2, 3, 4, 5, 6;
@each $h in $aitches {
h#{$h} {
font-size: 3em - ($h / 3);
}
}
@talktalkmake
talktalkmake / Contract Killer 3.md
Created November 7, 2012 12:33 — forked from malarkey/Contract Killer 3.md
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer 3

Revised date: 07/11/2012

Between us [company name] and you [customer name]

Summary:

We’ll always do our best to fulfil your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve 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.