-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 839 Bytes
/
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
Algorithmic Art
</title>
</head>
<body>
<h1>Algorithmic Art</h1>
<p>
This is exactly what it sounds like.
You can view the code for all of the pieces <a href="https://github.com/jdw1996/algorithmic-art">here</a>.
</p>
<ul>
<li><a href="/algorithmic-art/mache/">Mâché</a></li>
<li><a href="/algorithmic-art/bliksem/">Bliksem</a></li>
<li><a href="/algorithmic-art/dunes/">Dunes</a></li>
</ul>
</body>
</html>