Skip to content

Instantly share code, notes, and snippets.

View catburston's full-sized avatar

Cat Burston catburston

View GitHub Profile

Keybase proof

I hereby claim:

  • I am catburston on github.
  • I am catburston (https://keybase.io/catburston) on keybase.
  • I have a public key whose fingerprint is C07B 7552 466D 8E6E 2FA2 3CF0 AFA6 AC2B 1ECB 8FF3

To claim this, I am signing this object:

@catburston
catburston / SassMeister-input.scss
Created December 1, 2014 16:30
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
$diameter: 1000;
$radius: $diameter / 2;
$circlecount: 5;
$rim: ($radius/$circlecount);
$offset: $rim/$circlecount;
@catburston
catburston / circle-stacks.markdown
Last active August 29, 2015 14:10
circle stacks
@catburston
catburston / PostMessage-Workers.markdown
Created August 4, 2014 11:07
A Pen by Cat Burston.
@catburston
catburston / LocalStorage.markdown
Created August 4, 2014 10:27
A Pen by Cat Burston.
@catburston
catburston / index.html
Created August 4, 2014 10:15
Google Maps static API
<img src="" alt="" id="mapimg" />
<!--http://maps.googleapis.com/maps/api/staticmap?center=Brooklyn+Bridge,New+York,NY&zoom=13&size=600x300&maptype=roadmap
&markers=color:blue%7Clabel:S%7C40.702147,-74.015794&markers=color:green%7Clabel:G%7C40.711614,-74.012318
&markers=color:red%7Clabel:C%7C40.718217,-73.998284-->
@catburston
catburston / index.html
Created August 4, 2014 09:51
Geolocation Exercise
<h2>Latitude</h2>
<div id="lat"></div>
<h2>Longitude</h2>
<div id="long"></div>
@catburston
catburston / index.html
Created August 4, 2014 09:38
Device Orientation Exercise
<img src="http://www.w3.org/html/logo/downloads/HTML5_Logo_512.png" id="logo" />