Skip to content

Instantly share code, notes, and snippets.

@is64377
is64377 / .block
Created March 16, 2017 18:34
Star Chart
license: mit
@is64377
is64377 / .block
Last active March 16, 2017 13:11
Class6
license: mit
@is64377
is64377 / .block
Created March 13, 2017 14:19
Class6
license: mit
@is64377
is64377 / .block
Created March 10, 2017 02:08
Class6
license: mit
@is64377
is64377 / .block
Created March 10, 2017 00:57
Class 3
license: mit
@is64377
is64377 / Class5 Assignment
Created March 10, 2017 00:12
Class5 Assignment
<!DOCTYPE html>
<meta charset="utf6">
<title>class 4 - states</title>
<style>
body {
position: absolute;
margin: 0px;
}
//This assignment was based heavily on Taylor's template. I changed as many of the variables and properties as I could.
<!DOCTYPE html>
<meta charset="utf6">
<title>class 4 - states</title>
<style>
body {
position: absolute;
margin: 0px;
}
@is64377
is64377 / .block
Last active March 30, 2017 22:40
Class7
license: mit
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.subunit.SCT { fill: #ddc; }
.subunit.WLS { fill: #cdd; }
.subunit.NIR { fill: #cdc; }
.subunit.ENG { fill: #dcd; }
.subunit.IRL { display: none;
@is64377
is64377 / index.html
Created February 19, 2017 18:39 — forked from anonymous/index.html
class-02 demo // source https://jsbin.com/pakogiwude
<!DOCTYPE html>
<meta charset="utf-8">
<title>class-02 demo</title>
<style>
.line {
fill: none;
stroke: black;
stroke-width: 1px;
}