Skip to content

Instantly share code, notes, and snippets.

@mrtriangle
mrtriangle / index.html
Created April 5, 2016 19:36
Mike Peltzer Resume
<!DOCTYPE html>
<html>
<head>
<title>Michael Peltzer's Resume</title>
<meta charset="utf-8">
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="https://d3js.org/d3.v3.min.js"></script>
<style>
body {
@mrtriangle
mrtriangle / .DS_Store
Last active August 29, 2015 14:00
Choropleth Shmoropleth
@mrtriangle
mrtriangle / index.html
Last active August 29, 2015 14:00
Chart with Tension
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tension</title>
<style>
body {
font-family: "helvetica";
}
@mrtriangle
mrtriangle / index.html
Last active June 7, 2016 18:05
Ripples
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Clicks</title>
<style>
body {
font-family: "helvetica";
height: 100%;
}
@mrtriangle
mrtriangle / index.html
Last active August 29, 2015 14:00
Bar Chart with Transition
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Transition</title>
<style>
body {
font-family: "helvetica";
}
@mrtriangle
mrtriangle / flare.json
Last active August 29, 2015 14:00
Bubbles!
{
"name": "Music",
"children": [
{
"name": "Punk",
"children": [
{
"name": "Hardcore",
"children": [
{"name": "Black Flag", "size": 3938},
@mrtriangle
mrtriangle / index.html
Last active August 29, 2015 14:00
Layered Chart
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Layers!</title>
<style>
body {
font-family: "helvetica";
}
@mrtriangle
mrtriangle / index.html
Last active August 29, 2015 14:00
Hello World
<p>hello world</p>