Skip to content

Instantly share code, notes, and snippets.

View DevCabin's full-sized avatar

George Featherstone DevCabin

View GitHub Profile
@DevCabin
DevCabin / alexa-cheats.md
Created February 23, 2018 16:15 — forked from R3V1Z3/alexa-cheats.md
The ultimate cheatsheet for Amazon Alexa. See https://ugotsta.github.io/alexa-cheats/

Alexa Cheats

Commands, questions and easter eggs for Amazon Alexa enabled devices: https://ugotsta.github.io/alexa-cheats/

General

  • "Alexa, stop."
  • "Alexa, volume one/six/ten."
  • "Alexa, mute."
  • "Alexa, unmute."
  • "Alexa, repeat."
  • "Alexa, cancel."
@DevCabin
DevCabin / Contract Killer 3.md
Last active August 29, 2015 14:27
The latest version of my ‘killer contract’ for web designers and developers

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

{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#428bca, 6.5%)",
"@brand-success": "#5cb85c",