diff options
Diffstat (limited to '')
-rw-r--r-- | www/causal.agency/index.7 | 15 | ||||
-rw-r--r-- | www/causal.agency/style.css | 4 |
2 files changed, 10 insertions, 9 deletions
diff --git a/www/causal.agency/index.7 b/www/causal.agency/index.7 index d29c1a6b..75c37d87 100644 --- a/www/causal.agency/index.7 +++ b/www/causal.agency/index.7 @@ -1,10 +1,10 @@ -.Dd November 28, 2023 +.Dd June 16, 2024 .Dt CAUSAL.AGENCY 7 .Os "Causal Agency" . .Sh NAME .Nm june -.Nd computer enthusiast (she/her) +.Nd enthusiast (she/they) . .Sh SYNOPSIS .Nm mail @@ -15,20 +15,21 @@ in on tilde.chat . .Sh DESCRIPTION -I make mostly IRC software in C. +I like photography, +Magic: The Gathering +and making mostly IRC software in C. I like .Ox but also the GPL. -I just want to read books -and try to learn to be kinder. -When I can I'd like to talk to strangers -and experience more magic. +I'm learning how to be a person. . .Pp .Lk https://git.causal.agency code \(em .Lk https://text.causal.agency words \(em +.Lk https://photo.causal.agency photos +\(em .Lk /list/ mailist . .Pp diff --git a/www/causal.agency/style.css b/www/causal.agency/style.css index ee218533..265c62c2 100644 --- a/www/causal.agency/style.css +++ b/www/causal.agency/style.css @@ -12,8 +12,8 @@ code.Nm, code.Fl, code.Cm, code.Ic, code.In, code.Fd, code.Fn, code.Cd { font-weight: bold; font-family: inherit; } div.head, div.foot { display: flex; justify-content: space-between; } -.head-ltitle, .foot-left { flex: 1; } -.head-vol, .foot-date { flex: 0 1 auto; text-align: center; } +.head-ltitle, .foot-date { flex: 1; } +.head-vol { flex: 0 1 auto; text-align: center; } .head-rtitle, .foot-os { flex: 1; text-align: right; } html { font-family: monospace; line-height: 1.25em; } |