-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
62 lines (56 loc) · 2.52 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
61
62
<head>
<title>creative coding</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> -->
<link rel="stylesheet" href="site/custom.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
<script src="//d3js.org/d3.v4.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto|Space+Mono&display=swap" rel="stylesheet">
<h1>Creative Coding Gallery</h1><br />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-99126974-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-99126974-2');
</script>
</head>
<body>
<div><a href="p5/curves/verbiage/index.html">Verbiage</a></div>
<div><a href="p5/curves/feather/index.html">Feathers</a></div>
<div><a href="p5/rotate/index.html">Rotating fans</a></div>
<div><a href="p5/particles/lantern/index.html">Lantern</a></div>
<div><a href="p5/perlin/cross_section/index.html">Cross sections</a></div>
<div><a href="p5/ocean/make_waves/index.html">Ocean</a></div>
<div><a href="ml5/posenet_breakout/index.html">Posenet breakout</a></div>
<div><a href="sonification/index.html">Arcade sonification</a></div>
<div><a href="p5/spiral/index.html">Vortex</a></div>
<div><a href="site/pages/perspectives.html">Shifting perspectives</a></div>
<div><a href="site/pages/space-dream.html">Space dream</a></div>
<!-- background -->
<script src="site/three.r92.min.js"></script>
<script src="site/vanta.birds.min.js"></script>
<script>
VANTA.BIRDS({
el: "body",
color1: "#aa00ff",
color2: "#f24768",
colorMode: "lerpGradient",
wingSpan: 29.00,
separation: 23.00,
quantity: 4.00,
backgroundAlpha: 0.00
})
</script>
</body>
<footer><a href="http://hannahyan.com">@hannahyan</a></i></i></footer>
</html>