-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1.26 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
<!DOCTYPE html>
<html>
<head>
<title>Computational Art</title>
<link href="https://fonts.googleapis.com/css?family=Raleway:100|Roboto:200" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<h2>COMPUTATIONAL ART</h2>
<ul id="labs">
<div id="links">
<li id="fun"><a href="projects/fun.html">Fun</a></li>
<li id="blexbolex"><a href="projects/blexbolex.html">Blexbolex</a></li>
<li id="surrealism"><a href="projects/surrealism.html">Surrealism</a></li>
<li id="organic"><a href="projects/organic.html">Organic</a></li>
<li id="structured"><a href="projects/structured.html">Structured</a></li>
<li id="impressionism"><a href="projects/impressionism.html">Impressionism</a></li>
<li id="duck"><a href="projects/wobbly-duck.html">Wobbly Duck</a></li>
<li id="combination"><a href="projects/blexbolex-combination.html">Blexbolex Combination</a></li>
<li id="game"><a href="https://jodiema.github.io/winter-wonderland-game/" target="_blank">❄ Winter Wonderland Game ❄</a></li>
</div>
</ul>
</body>
</html>