Skip to content

Instantly share code, notes, and snippets.

View kyrasteen's full-sized avatar

Kyra Steenbock kyrasteen

  • Arcata, California
View GitHub Profile
@kyrasteen
kyrasteen / Flatirons at night.markdown
Created September 27, 2015 23:59
Flatirons at night
@kyrasteen
kyrasteen / hat.html
Created April 3, 2015 21:19
d3 hat. -As the one element of the data increases (total # of knitted rows of a hat) the hat svg should fill in with color, until completely filled(knitted hat finished).
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<link type="text/css" href="hat.css" rel="stylesheet"/>
<script src="http://d3js.org/d3.v3.min.js"></script>
</head>
<body>
<div id="hat"></div>