-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (39 loc) · 1.09 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
<!DOCTYPE html>
<html>
<head>
<title>huemanities</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="huemanity.css" />
</head>
<body>
<header>
<h1>huemanities</h1>
</header>
<div class="Content">
<p>
So I thought it would be cool to make art based off arbitrary images by
treating them as a set of pixels that get manipulated based on certain
rules. Here's some of the things I tried:
</p>
<ul>
<li>
<a href="basiccolorterminal.html">basic color terminal (rgb)</a>
</li>
<li>
<a href="basiccolorterminal-hsl.html">basic color terminal (hsl)</a>
</li>
<li>
<a href="basiccolorterminal-lab.html"
>basic color terminal (CIELAB)</a
>
</li>
<li>
<a href="glitchrothko.html"
>glitch rothko</a
>
</li>
</ul>
</div>
</body>
</html>