-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·36 lines (32 loc) · 1.06 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
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<link rel="stylesheet" href="styles.css">
<title>Toph Tucker</title>
<body>
<div class="underlying"></div>
<div class="overlay"></div>
<svg></svg>
<canvas></canvas>
<template id="home">
<h1>Toph Tucker</h1>
<p>
Working at Observable. Formerly Kensho, Businessweek.
<a href="https://twitter.com/tophtucker/">Twitter</a>,
<a href="https://observablehq.com/@tophtucker">Observable</a>,
<a href="https://medium.com/@tophtucker/">Medium</a>,
<a href="http://bl.ocks.org/tophtucker">bl.ocks</a>,
<a href="https://github.com/tophtucker">GitHub</a>,
tophtucker@gmail.com
</p>
</template>
</body>
<script src="d3.v4.js"></script>
<script src="improvedNoise.js"></script>
<script src="forces.js"></script>
<script src="projects.js"></script>
<script src="script.js"></script>
</html>