summaryrefslogtreecommitdiff
path: root/index.html
blob: a27f5197691fbac29a3bb4579e59646954a9e3f7 (plain)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE HTML>
<html>
	<head>
		<title>cyfraeviolae</title>
		<meta charset="utf-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico">
		<link rel="stylesheet" href="/static/styles.css">
	</head>
	<body>
		<div class="container">
            <div class="header">
                <div class="subtitle">THE LIMINAL REVERIE OF</div>
                <a class="title" href="/">CYFRAE VIOLAE</a>
                <div class="contact">
                    New York &middot;
                    <a href="mailto:library@cyfraeviolae.org">library@cyfraeviolae.org</a>
                </div>
            </div>
            <div class="category">Literature</div>
			<p class="work">
                <img src="/spectral-renga/static/favicon.ico" width=11 height=11>
				<a class="work-title" href="/spectral-renga">Spectral Renga</a>
				is a collaborative graph of poetry.
			</p>
			<p class="work">
                <img src="/prosodyle/static/favicon.ico" width=11 height=11>
				<a class="work-title" href="/prosodyle">Prosodyle</a>
                is Wordle but for poetry and meter.
			</p>
            <div class="category">Art History</div>
			<p class="work">
                <img src="/antiquitysort/static/favicon.ico" width=11 height=11>
				<a class="work-title" href="/antiquitysort">Antiquitysort</a>
				challenges you to order our cultural histories in time.
			</p>
			<p class="work">
                <img src="/countervisual/static/favicon.ico" width=11 height=11>
				<a class="work-title" href="/countervisual">Countervisual</a>
                is a game about restoring color-randomized artwork.
			</p>
            <div class="category">Mathematics and Cryptography</div>
			<p class="work">
                <img src="/sumcheck/static/favicon.ico" width=11 height=11>
				<a class="work-title" href="/sumcheck">Sumcheck</a>
				is a decider for Presburger arithmetic.
			</p>
			<p class="work">
                <img src="/well-ordered/static/favicon.ico" width=11 height=11>
				<a class="work-title" href="/well-ordered">Well-Ordered</a>
                computes how to best incrementally recreate 77 cocktails.
			</p>
			<p class="work">
                <img src="/forbidden-salamanders/static/favicon.ico" width=11 height=11>
				<a class="work-title" href="/forbidden-salamanders">Forbidden Salamanders</a>
                demonstrates cryptanalytic attacks against AES-GCM.
			</p>
            <div class="category">Sundry</div>
			<p class="work">
                <img src="/telechromy/static/favicon.ico" width=11 height=11>
				<a class="work-title" href="/telechromy">Telechromy</a>
                is a 2-player game about color, perception, and expression.
			</p>
		</div>
	</body>
</html>