Skip to content

Instantly share code, notes, and snippets.

View goldsmith's full-sized avatar

Jon Goldsmith goldsmith

View GitHub Profile
@goldsmith
goldsmith / README.md
Last active December 16, 2015 01:59 — forked from mbostock/.block

Simple line chart.

@goldsmith
goldsmith / index.html
Last active December 15, 2015 13:48 — forked from spicavigo/main.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Drive Google's Streetview Car</title>
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
@goldsmith
goldsmith / index.html
Last active December 11, 2015 22:29
CourseGraph "grid"
<html>
<head>
<title>Grid</title>
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Arvo|PT+Sans|Kreon|Crete+Round' rel='stylesheet' type='text/css'>
<style type="text/css">
body {
background-image: url("http://subtlepatterns.com/patterns/project_papper_@2X.png")
}