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:
I hereby claim:
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; |
| # 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), |
| // ---- | |
| // Sass (v3.3.9) | |
| // Compass (v1.0.0.alpha.20) | |
| // ---- | |
| .this { | |
| color: red; | |
| } | |
| .this { |
| // ---- | |
| // Sass (v3.3.5) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| // SCSS Icons Sprite | |
| // | |
| // $TexturePacker:SmartUpdate:bf8e5b3d0556e9b1568751e42a6cfa89:28f5a93e6f4ce4093a4521faa7194551:3da5f8406025929798c1c9617e767e0b$ | |
| $sprite-asset-path: '/img/' !default; |
| <!DOCTYPE html> | |
| <html> | |
| <body> | |
| <header> | |
| <h1>Main Heading</h1> | |
| </header> | |
| <section> | |
| <h2>Section One</h2> |