From 25b0404a49f4cceb54ff67cdfcc832b54a6a979b Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Wed, 24 Aug 2022 16:34:49 -0400 Subject: update for salamander --- cyfraeviolae.conf | 4 ++++ index.html | 40 ++++++++++++++++++++++++++-------------- local.conf | 20 ++++++++++++++++++++ static/styles.css | 31 +++++++++++++++++++++++-------- 4 files changed, 73 insertions(+), 22 deletions(-) diff --git a/cyfraeviolae.conf b/cyfraeviolae.conf index f4ade24..9db3e93 100644 --- a/cyfraeviolae.conf +++ b/cyfraeviolae.conf @@ -1,6 +1,10 @@ server { server_name cyfraeviolae.org; + location /forbidden-salamanders { + proxy_pass http://127.0.0.1:9010/; + } + location /telechromy { alias /srv/telechromy/; } diff --git a/index.html b/index.html index 27ce5a5..a40e7b4 100644 --- a/index.html +++ b/index.html @@ -9,37 +9,49 @@
- CYFRAE VIOLAE -
- - library@cyfraeviolae.org - -

+

+
THE LIMINAL REVERIE OF
+ CYFRAE VIOLAE +
+ New York · + library@cyfraeviolae.org +
+
+
Literature
+

Spectral Renga is a collaborative graph of poetry.

-

+

+ + Prosodyle + is Wordle but for poetry and meter. +

+
Art History
+

Antiquitysort challenges you to order our cultural histories in time.

-

+

Mathematics and Cryptography
+

Sumcheck is a decider for Presburger arithmetic.

-

+

Well-Ordered computes how to best incrementally recreate 77 cocktails.

-

- - Prosodyle - is Wordle but for poetry and meter. +

+ + Forbidden Salamanders + demonstrates cryptanalytic attacks against AES-GCM.

-

+

Sundry
+

Telechromy is a 2-player game about color, perception, and expression. diff --git a/local.conf b/local.conf index 9d1c825..de4029b 100644 --- a/local.conf +++ b/local.conf @@ -10,6 +10,14 @@ http { server { access_log /home/sy/code/logs/access.log; + location /rhythmically { + alias /home/sy/code/site/rhythmically/; + } + + location /forbidden-salamanders { + proxy_pass http://127.0.0.1:5000/; + } + location /telechromy { alias /home/sy/code/site/telechromy/; } @@ -31,14 +39,26 @@ http { proxy_pass http://127.0.0.1:9000; } + location /sumcheck/static { + alias /home/sy/code/site/sumcheck/static/; + } + location /antiquitysort { proxy_pass http://127.0.0.1:8090; } + location /antiquitysort/static { + alias /home/sy/code/site/antiquitysort/static/; + } + location /spectral-renga { proxy_pass http://127.0.0.1:8080; } + location /spectral-renga/static { + alias /home/sy/code/site/spectral-renga/static/; + } + location / { root /home/sy/code/site/cyfraeviolae; } diff --git a/static/styles.css b/static/styles.css index 03d84bc..e0ffbc1 100644 --- a/static/styles.css +++ b/static/styles.css @@ -82,8 +82,9 @@ p { } a { - text-decoration: none; - color: #dd1b26; + text-decoration: underline dotted; + /* color: #dd1b26; */ + color: black; } a:hover { @@ -95,13 +96,31 @@ a:hover { font-style: italic; font-size: x-large; font-weight: bold; - letter-spacing: -1px; + color: #dd1b26; +} + +.subtitle { + font-weight: bold; + font-size: large; + margin-bottom: -5px; +} + +.category { + font-size: large; + font-style: italic; + margin-bottom: -5px; + margin-top: 25px; } .work-title { letter-spacing: -1px; } +.contact { + font-style: italic; + font-size: small; +} + .home { font-style: italic; font-size: 20px; @@ -115,6 +134,7 @@ a:hover { .home-title { font-weight: bold; + color: #dd1b26; } .sep { @@ -122,8 +142,3 @@ a:hover { margin-right: 3px; } -.contact { - font-style: italic; - font-size: small; - margin-left: 2em; -} -- cgit v1.2.3