From 4e490b497331a8cbe2d040a34b23894edd15acf1 Mon Sep 17 00:00:00 2001 From: cyfraeviolae Date: Wed, 24 Aug 2022 17:06:03 -0400 Subject: pls fix --- index.html | 18 +++++++++--------- local.conf | 4 ++++ static/styles.css | 13 +++++++++---- 3 files changed, 22 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index a40e7b4..cfc3cd9 100644 --- a/index.html +++ b/index.html @@ -11,47 +11,47 @@
THE LIMINAL REVERIE OF
- CYFRAE VIOLAE -
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.

-

+

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 de4029b..527b6dd 100644 --- a/local.conf +++ b/local.conf @@ -18,6 +18,10 @@ http { proxy_pass http://127.0.0.1:5000/; } + location /forbidden-salamanders/static { + alias /home/sy/code/site/forbidden-salamanders/static/; + } + location /telechromy { alias /home/sy/code/site/telechromy/; } diff --git a/static/styles.css b/static/styles.css index e0ffbc1..a3c5eac 100644 --- a/static/styles.css +++ b/static/styles.css @@ -94,7 +94,7 @@ a:hover { .title { font-style: italic; - font-size: x-large; + font-size: 180%; font-weight: bold; color: #dd1b26; } @@ -102,14 +102,18 @@ a:hover { .subtitle { font-weight: bold; font-size: large; - margin-bottom: -5px; + margin-bottom: -.3em; } .category { font-size: large; font-style: italic; - margin-bottom: -5px; - margin-top: 25px; + margin-bottom: -.3em; + margin-top: 1.3em; +} + +.work { + margin-left: 1em; } .work-title { @@ -117,6 +121,7 @@ a:hover { } .contact { + margin-top: .5em; font-style: italic; font-size: small; } -- cgit v1.2.3