From ce289294a03a1eb28da48cdb4cddc5124053aaa3 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Tue, 9 May 2023 03:13:56 -0600 Subject: about pages, added profile pictures --- config/system.json | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) (limited to 'config/system.json') diff --git a/config/system.json b/config/system.json index d71df22..ffcb212 100644 --- a/config/system.json +++ b/config/system.json @@ -3,23 +3,38 @@ "members": [{ "name": "rose", "mainPronouns": "they/them", - "avatarUrl": "https://placekitten.com/200/200", "bioShort": "web developer and system administrator, i'm the part of us that spends most of my time online and maintains our technical infrastructure", "readMore": "read my docs", - "color": "#df5c87" + "bioContinued": "it's become my responsibility to get and hold down a job for us, although when i have spare energy from that i like to work on coding, websites, and other technical persuits\n\npersonality-wise i've been told i can be a bit brash — i think i'm more of a tease but it is what it is", + "color": "#df5c87", + "bioFields": [ + {"name": "names:", "value": "rose, or if you know why: callista. neither capitalized"}, + {"name": "pronouns:", "value": "they/them. very occasionally she/her but i'm not usually in the mood"}, + {"name": "orientation:", "value": "unknown. probably not actually ace, but traumatized. mostly lesbian in any case"} + ] },{ "name": "Dawn", "mainPronouns": "she/her", - "avatarUrl": "https://placekitten.com/200/200", "bioShort": "As our artist, our performer, and our orator I'm the one of us who maintains in-person relationships and makes sure we care for each other", + "bioContinued": "Historically I was also the system member responsible for masking the others, but that isn't a role I take as often these days\n\nIf we speak in person, I'm probably involved at some point in that conversation", "readMore": "Ask me more", - "color": "#9495b5" + "color": "#9495b5", + "bioFields": [ + {"name": "Names:", "value": "Dawn. Perhaps \"Ashelyn Dawn\" if you're feeling fancy"}, + {"name": "Pronouns:", "value": "She/her, no exceptions"}, + {"name": "Orientation:", "value": "Asexual, polyromantic lesbian"} + ] },{ "name": "echo", "mainPronouns": "it/its", - "avatarUrl": "https://placekitten.com/200/200", "bioShort": "hi! i'm the one who catalogues and digs through our understanding of the outside world. also i don't talk much", + "bioContinued": "", "readMore": "see the archive", - "color": "#67d4b3" + "color": "#67d4b3", + "bioFields": [ + {"name": "names:", "value": "echo, ash if you're teasing"}, + {"name": "pronouns:", "value": "it/its, most neopronouns okay"}, + {"name": "orientation:", "value": "ace, probably demiromantic"} + ] }] } -- cgit 1.4.1