Skip to content

Instantly share code, notes, and snippets.

@geoatlantic
geoatlantic / index.html
Last active September 2, 2015 22:17
Class Demo
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: auto;
position: relative;
width: 960px;
}
@geoatlantic
geoatlantic / index.html
Last active September 10, 2015 14:06
homework2
<!doctype HTML>
<meta charset="utf-8">
<title>Homework #2</title>
<style>
.chart div {
font: 10px sans-serif;
background-color: orange;
text-align: right;
padding: 3px;
@geoatlantic
geoatlantic / index.html
Last active September 15, 2015 18:41
Plot Earthquake
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>Plot the earthquakes</title>
<style>
svg {
background-color: #b0c4de;
}
@geoatlantic
geoatlantic / index.html
Last active September 23, 2015 22:47
Homework #4
<!DOCTYPE html>
<meta charset="utf-8">
<title>Homework #4</title>
<style>
svg {
background-color: #b0c4de;
}
@geoatlantic
geoatlantic / index.html
Last active September 30, 2015 20:38
Homework #5
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.chart rect {
fill: seagreen;
}
.axis path,
.axis line {
fill: none;
@geoatlantic
geoatlantic / index.html
Last active October 7, 2015 22:53
Homework #6
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.chart rect {
fill: seagreen;
}
.legend {
@geoatlantic
geoatlantic / index.html
Last active October 14, 2015 22:27
Homework # 7
<!DOCTYPE html>
<meta charset="utf-8">
<style>
svg {
background-color: #b0c4de;
}
path {
fill: none;
@geoatlantic
geoatlantic / index.html
Last active October 21, 2015 14:15
Homework #8 - Bubble Map
<!DOCTYPE html>
<meta charset="utf-8">
<title>HW8</title>
<style>
svg {
background-color: #b0c4de;
}
body {
@geoatlantic
geoatlantic / index.html
Created October 28, 2015 19:23
Homework #9
<!DOCTYPE html>
<meta charset="utf-8">
<title>Homework #9</title>
<style>
svg {
background-color: #003366;
}
@geoatlantic
geoatlantic / index.html
Created October 29, 2015 12:05
Class #10 Exercise (Todd's Code)
<!DOCTYPE html>
<meta charset="utf-8">
<title>Change in Mortgage Volume</title>
<style>
.border {
fill: none;
stroke: #fff;
stroke-linejoin: round;
stroke-linecap: round;