diff options
author | cyfraeviolae <cyfraeviolae> | 2022-08-24 16:34:49 -0400 |
---|---|---|
committer | cyfraeviolae <cyfraeviolae> | 2022-08-24 16:34:49 -0400 |
commit | 25b0404a49f4cceb54ff67cdfcc832b54a6a979b (patch) | |
tree | e4ada2a995bc7d61b80e9387b8421589b7364103 /index.html | |
parent | 71aac3ce2b93a00fe64d75b377d70b4c05d36726 (diff) |
update for salamander
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 40 |
1 files changed, 26 insertions, 14 deletions
@@ -9,37 +9,49 @@ </head> <body> <div class="container"> - <a class="title" href="/">CYFRAE VIOLAE</a> - <br> - <a href="mailto:library@cyfraeviolae.org" class="contact"> - library@cyfraeviolae.org - </a> - <p> + <div style="text-align: center;"> + <div class="subtitle">THE LIMINAL REVERIE OF</div> + <a class="title" style="font-size:180%" href="/">CYFRAE VIOLAE</a> + <div class="contact" style="margin-top:.5em"> + New York · + <a href="mailto:library@cyfraeviolae.org">library@cyfraeviolae.org</a> + </div> + </div> + <div class="category">Literature</div> + <p style="margin-left: 1em"> <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> + <p style="margin-left: 1em"> + <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 style="margin-left: 1em"> <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> + <div class="category">Mathematics and Cryptography</div> + <p style="margin-left: 1em"> <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> + <p style="margin-left: 1em"> <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> - <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 style="margin-left: 1em"> + <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> - <p> + <div class="category">Sundry</div> + <p style="margin-left: 1em"> <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. |