-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (41 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>gallery</title>
<link rel="stylesheet" type="text/css" href="./style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/p5.js"></script>
<meta charset="utf-8" />
</head>
<body>
<h1 style="margin-top: 50px;margin-bottom:5px">gallery of experiences:</h1>
<h4 style="margin-top: 5px">like doodles, except i can't draw</h4>
<p>click em for animated, interactive versions</p>
<div id="flexbox">
<div class="flex">
<a href="./008/"><img src="./008/preview.jpg" alt="pinkvenom"></a>
</div>
<div class="flex">
<a href="./007/"><img src="./007/preview.jpg" alt="luna"></a>
</div>
<div class="flex">
<a href="./006/"><img src="./006/preview.jpg" alt="celestia"></a>
</div>
<div class="flex">
<a href="./005/"><img src="./005/preview.jpg" alt="wavedance"></a>
</div>
<div class="flex">
<a href="./004/"><img src="./004/preview.jpg" alt="tridance"></a>
</div>
<div class="flex">
<a href="./003/"><img src="./003/preview.jpg" alt="dotdance"></a>
</div>
<div class="flex">
<a href="./002/"><img src="./002/preview.jpg" alt="tesseract"></a>
</div>
<div class="flex">
<a href="./001/"><img src="./001/preview.jpg" alt="pendulum"></a>
</div>
</div>
<p>all typed completely from scratch in javascript and p5.js</p>
</body>
</html>