summaryrefslogtreecommitdiff
path: root/index.html
blob: 8d252de4f9d53c31f5435866734a8a725a2c8569 (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
<!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="/cyfraeviolae/static/favicon.ico">
		<link rel="stylesheet" href="/cyfraeviolae/static/styles.css">
	</head>
	<body>
		<div class="container">
            <div class="header">
                <a class="title" href="https://cyfraeviolae.org">CYFRAE VIOLAE</a>
            </div>
            <br>
			<p>
                <img src="/spectral-renga/static/favicon.ico" width=12 height=12>
				<a class="work" href="/spectral-renga">Spectral Renga</a>
				is a collaborative graph of poetry.
			</p>
			<p>
                <img src="/antiquitysort/static/favicon.ico" width=12 height=12>
				<a class="work" href="/antiquitysort">Antiquitysort</a>
				challenges you to order our cultural histories in time.
			</p>
			<p>
                <img src="/sumcheck/static/favicon.ico" width=12 height=12>
				<a class="work" href="/sumcheck">Sumcheck</a>
				is a decider for Presburger arithmetic.
			</p>
			<p>
                <img src="/well-ordered/static/favicon.ico" width=12 height=12>
				<a class="work" href="/well-ordered">Well-Ordered</a>
                computes how to best incrementally recreate 77 cocktails.
			</p>
			<p>
                <img src="/prosodyle/static/favicon.ico" width=12 height=12>
				<a class="work" href="/prosodyle">Prosodyle</a>
                is Wordle but for poetry and metrical structure.
			</p>
		</div>
	</body>
</html>