Skip to content

Instantly share code, notes, and snippets.

View samtiffin's full-sized avatar
❤️
It's complicated

Sam Tiffin samtiffin

❤️
It's complicated
View GitHub Profile

Keybase proof

I hereby claim:

  • I am samtiffin on github.
  • I am samtiffin (https://keybase.io/samtiffin) on keybase.
  • I have a public key ASDYIDy96o58Jgem7kyI3QX2mx7o5WdwANYBDI0fH070ggo

To claim this, I am signing this object:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.counter {
font-family: sans-serif;
font-weight: bold;
@samtiffin
samtiffin / make-some-favicons-plz.py
Created June 7, 2016 15:44
Makes some favicons and shit like that
# coding=utf8
from PIL import Image
from os.path import join
icons = (
('android-icon-144x144.png', 144),
('android-icon-192x192.png', 192),
('android-icon-36x36.png', 36),
('android-icon-48x48.png', 48),
@samtiffin
samtiffin / SassMeister-input.scss
Created July 4, 2014 15:41
Generated by SassMeister.com.
// ----
// Sass (v3.3.9)
// Compass (v1.0.0.alpha.20)
// ----
.this {
color: red;
}
.this {
@samtiffin
samtiffin / SassMeister-input.scss
Created April 23, 2014 15:11
Generated by SassMeister.com.
// ----
// Sass (v3.3.5)
// Compass (v1.0.0.alpha.18)
// ----
// SCSS Icons Sprite
//
// $TexturePacker:SmartUpdate:bf8e5b3d0556e9b1568751e42a6cfa89:28f5a93e6f4ce4093a4521faa7194551:3da5f8406025929798c1c9617e767e0b$
$sprite-asset-path: '/img/' !default;
@samtiffin
samtiffin / HTML
Created January 14, 2014 15:53
HTML5 Document Outline Example
<!DOCTYPE html>
<html>
<body>
<header>
<h1>Main Heading</h1>
</header>
<section>
<h2>Section One</h2>