forked from gregtatum/growth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (47 loc) · 2.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<title>Growth | Greg Tatum</title>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100' rel='stylesheet' type='text/css' />
<link href='base.css?v=9' rel='stylesheet' type='text/css' />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta property="og:image" content="assets/screenshots/growth1.jpg" />
<meta name="description" content="An exploration of incremental additions.">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3859613-1']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class='container' id='container'>
<div class='info' style='display:none;' id="info">
<a href='../0/' style='display:none;' title="Prev" class='arrow-prev'>Previous</a>
<h1 id="info-title"></h1>
<p id="info-subtitle"></p>
<a href='http://gregtatum.com/category/interactive/' style='display:none;' title="Next" class='arrow-next'>More</a>
</div>
<footer class='credits'>
By <a href='http://gregtatum.com/'>Greg Tatum</a>.
Why not <a href='https://twitter.com/TatumCreative' target='_new'>tweet @ me</a>?
Fork this on <a href='http://github.com/TatumCreative/growth'>GitHub</a>.
</footer>
<div class='title-webgl-error'>
<p>Sorry, it looks like WebGL is not supported by your browser or graphics card.</p>
<p><a href='http://get.webgl.org/'>Find out more about WebGL support here.</a></p>
</div>
<div class='container-blocker' id='container-blocker'></div>
</div>
<!-- Vendor -->
<script src='assets/vendor/jquery-2.1.1.min.js'></script>
<script src="assets/vendor/three.js"></script>
<script src="assets/vendor/underscore-min.js"></script>
<!-- Poem -->
<script src='assets/build/bundle.js'></script>
</body>
</html>