diff options
author | petrus comestor <petrus@comestor.org> | 2024-03-17 03:31:26 -0400 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2024-03-17 03:31:26 -0400 |
commit | dbf79bf97e9400ce110748360a55cf8c849d8717 (patch) | |
tree | ff353165a7442c776741efa9481484018dbf44fd /index.html |
qrc
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..87f3d08 --- /dev/null +++ b/index.html @@ -0,0 +1,72 @@ +<!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 · + <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> + <p class="work"> + <img src="/infinite-connections/static/favicon.ico" width=11 height=11> + <a class="work-title" href="/infinite-connections">Infinite Connections</a> + autogenerates <em>Connections</em> games. + </p> + </div> + </body> +</html> + |