Skip to content

Instantly share code, notes, and snippets.

View shancarter's full-sized avatar

Shan Carter shancarter

View GitHub Profile
@shancarter
shancarter / article.md
Created August 22, 2016 18:55 — forked from doug/article.md
dumb test

Hello

This is not an article.

@shancarter
shancarter / index.html
Last active February 18, 2016 01:55
Testing data join pattern
<!DOCTYPE html>
<script src="//d3js.org/d3.v3.min.js" charset="utf-8"></script>
<style media="screen">
.child {
margin: 10px 0;
color: white;
}
button {
@shancarter
shancarter / index.html
Last active December 12, 2015 08:28
Wavy Map Outlines
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
background: white;
}
.land {
fill: #00ff00;
@shancarter
shancarter / index.html
Last active August 29, 2015 14:08
Pointer Lines
<!DOCTYPE html>
<meta charset="utf-8">
<style type="text/css">
.graphic {
font-family: Helvetica;
padding: 10px 0;
margin: 0 auto;
}