Skip to content

Instantly share code, notes, and snippets.

@notmatt
Created February 17, 2012 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notmatt/1851625 to your computer and use it in GitHub Desktop.
Save notmatt/1851625 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Scratch</title>
<link href="http://notmatt.github.com/scratch/bootstrap/css/bootstrap.css" rel="stylesheet">
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?2.7.0"></script>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.geom.js?2.7.0"></script>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.layout.js?2.7.0"></script>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.chart.js?2.7.0"></script>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.geo.js?2.7.0"></script>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.time.js?2.7.0"></script>
</head>
<body>
<div class="container">
<h1>D3 testing template</h1>
<p>Stick this in a gist, load it up in bl.ocks.org, good to go.</p>
<div class="row">
<div class="span8">
<div id="viz" class="well">
<p>Adipisicing etsy brooklyn godard. Sartorial fap kogi mixtape labore veniam, godard magna gastropub viral whatever proident. American apparel occaecat raw denim you probably haven't heard of them irony, shoreditch keffiyeh esse voluptate exercitation umami iphone gentrify PBR. Occaecat nihil tofu et readymade elit, american apparel brunch commodo leggings pork belly. Photo booth terry richardson four loko salvia, +1 dolor bespoke marfa. Do twee ethical, beard et single-origin coffee PBR marfa thundercats tofu. Cred laboris street art photo booth, cliche wes anderson pitchfork id ethnic polaroid accusamus.</p><p>Ea single-origin coffee odio cray kale chips, exercitation selvage brooklyn helvetica vegan sed bespoke butcher deserunt. Keytar laborum aute iphone, cosby sweater Austin PBR chillwave cupidatat small batch fixie. Cliche aliqua four loko biodiesel. Squid aute skateboard umami, sustainable velit ennui cred locavore sunt food truck vinyl deserunt blog. Fingerstache sartorial bushwick aesthetic nesciunt sint. Sunt pinterest raw denim, enim incididunt lomo keffiyeh. Whatever nostrud trust fund, et twee banh mi voluptate thundercats brunch pork belly magna.</p><p>Thundercats brunch officia scenester occaecat, wolf cliche retro craft beer. Occaecat street art gastropub tumblr. Ex wayfarers marfa gastropub hoodie cosby sweater aute fanny pack qui dreamcatcher. Elit carles cray sint, pinterest aliquip ad vegan. Letterpress pickled tempor proident marfa. Food truck gluten-free biodiesel Austin, adipisicing ex vegan cupidatat ad. Small batch irony cray, mustache non quinoa ut esse.</p><p>Leggings chambray pork belly pitchfork mumblecore brunch irony, commodo blog labore occupy. Cupidatat gentrify dolore mumblecore proident. Seitan duis tattooed accusamus cardigan. Commodo four loko gastropub godard fanny pack readymade. Id aesthetic accusamus aliqua gastropub food truck. Lo-fi put a bird on it laborum culpa quinoa, labore mustache delectus kale chips wes anderson thundercats. Eiusmod portland chambray, butcher delectus you probably haven't heard of them scenester accusamus.</p>
</div>
</div>
<div class="span3">Annotation, controls, <i>etc.</i></div>
</div>
<div class="span12">
<blockquote class="pull-right"><p><i>Tantum series juncturaque pollet,<br/>
Tantum de medio sumptis accedit honoris!</i></p><small>Horat.</small></blockquote>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment