-
Notifications
You must be signed in to change notification settings - Fork 0
/
glitchrothko.html
37 lines (31 loc) · 1.15 KB
/
glitchrothko.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
<!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">
<script src="glitchrothko-bundle.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="huemanity.css">
</head>
<body>
<header>
<h1>glitch rothko</h1>
</header>
<div class="Content">
<div class="UploadWrapper">
<label class="Label" for="photo">Upload a picture!</label>
<input type="file" name="photo" class="Uploader" />
</div>
<canvas class="Canvas"></canvas>
</div>
<footer class="Footer">
<h2>Cool, what's it do?</h2>
<p>
Each pixel is sorted into a red, green, blue, or grayscale bucket depending on which value of its RGB code was the highest, or if they were all equal
</p>
<p>Is this a reasonable thing to do? Who knows.</p>
<p><a target="_blank" href="index.html">More of these things</a></p>
<p><a target="_blank" href="https://github.com/jennazee/huemanities">Code</a></p>
</footer>
</body>
</html>