Skip to content

Instantly share code, notes, and snippets.

View shenst1's full-sized avatar

Andrew Shenstone shenst1

  • Plantfolio
  • Seattle, WA
View GitHub Profile

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.

@shenst1
shenst1 / gist:6787639
Created October 2, 2013 01:05
Question about how to align an element in responsive grid system.
<div class="row">
<div class="col span_5_of_10">
</div>
<div class="col span_2_of_10">
The only content I really want.
</div>
<div class="col span_3_of_10">
</div>
</div>