Skip to content

Instantly share code, notes, and snippets.

View taylorchasewhite's full-sized avatar
😍
Code, code, coding away!

Taylor White taylorchasewhite

😍
Code, code, coding away!
View GitHub Profile
@taylorchasewhite
taylorchasewhite / index.html
Last active August 1, 2017 03:15
Tabular - Data Storage & Display
<html lang="en-US">
<head>
<meta charset="UTF-8">
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://d3js.org/d3.v4.min.js" type="text/javascript"></script>
<script type="text/javascript" src="https://taylorchasewhite.com/d3/nabu/Shared/d3-jetpack.js"></script>
<script src="tabular.js" type="text/javascript"></script>
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link href="tabular.css" rel="stylesheet">
</head>
@taylorchasewhite
taylorchasewhite / index.html
Last active August 20, 2017 12:41
Flocking With Sperm
<!DOCTYPE html>
<html>
<meta charset="utf-8" />
<head>
<style>
body {
background: #000;
}
@taylorchasewhite
taylorchasewhite / index.html
Last active December 1, 2017 05:03
Thanksgiving Day Race
<head>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/billboard.js/1.1.1/billboard.min.js"></script>
<link href="http://taylorchasewhite.com/c3/c3/c3-0.4.14/c3.min.css" rel="stylesheet">
<script src="./thanksgivingChart.js"></script>
<style>
.axis {
fill: gray;
-webkit-user-select: none;
@taylorchasewhite
taylorchasewhite / README.md
Created December 30, 2017 23:35 — forked from jasondavies/README.md
World Countries