Skip to content

Instantly share code, notes, and snippets.

View sarahghp's full-sized avatar

Sarah Groff Hennigh-Palermo sarahghp

View GitHub Profile
.DS_Store
**/node_modules
**/d3.*
@sarahghp
sarahghp / SassMeister-input-HTML.html
Created August 25, 2015 18:09
Generated by SassMeister.com.
<div class="emoji"></div>
function draw(){
var width = 4800,
axisHeight = 60;
var lineScale = d3.scale.linear()
.range([0, width - 10]),
startScale = d3.time.scale()
.range([0, width - 10]);

More book project noodling.

Circles = books. Radius = pages. Colors = genre. Background = feelings.

More book project noodling.

Circles = books. Radius = pages. Colors = genre. Background = feelings.

[
{
"height": "8.75",
"pages": "64",
"author": "Jay Stephens",
"genre": "grab bag",
"subgenre": "instruction",
"feeling": "a wistful",
"color": "orange2"
},
@sarahghp
sarahghp / README.md
Last active January 4, 2016 21:49 — forked from milroc/README.md

Attempt #2.