Skip to content

Instantly share code, notes, and snippets.

View shancarter's full-sized avatar

Shan Carter shancarter

View GitHub Profile
@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;
}
@shancarter
shancarter / README.md
Last active November 28, 2016 00:37
A Simple HTML Slider With D3

DESCRIPTION

A simple d3.js slider

@shancarter
shancarter / .block
Last active November 28, 2019 02:01
Mister Nester
license: mit
height: 700
@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;