Add ghost and remove first name

main
Ashelyn Dawn 2 weeks ago
parent 79ffd7e2c0
commit bdc6fe0c1f
No known key found for this signature in database
GPG Key ID: D1980B8C6F349BC1

@ -49,10 +49,11 @@ export default function About() {
</main>
<div className={styles.summary}>
<p>
Generally the above four members are who interact with others
throughout our day to day. They handle our work, our social relationships,
and our broader plans for life. In addition, our system has another
internally-focused member who you will likely not meet unless you seek it out:
Generally unless you know us well, the above three members are who you
will be interacting with day to day. They handle the majority of our work,
conversations, and decisions throughout the day. In addition though, if you
get to know us better you will likely meet one or more of the following more
private members:
</p>
{nonfeaturedMembers.map((member: Member) => {
const style = { "--member-color": member.color } as React.CSSProperties

@ -1,4 +1,3 @@
import React from 'react'
import Link from 'next/link'
import styles from '~/styles/index.module.css'
@ -7,8 +6,8 @@ export default function Index() {
return (
<main className="mainColumn">
<p>
Hi, we're tempest! And we also go by ashe. We're a median plural
system of four members, but most of the time you'll probably see us
Hi, we're tempest! We're a median plural
system of six members, but most of the time you'll probably see us
operating as one
</p>
@ -16,17 +15,14 @@ export default function Index() {
<h2>At a glance</h2>
<div className={styles.glance}>
<span className={styles.label}>Names:</span>
<span>ashe or ashelyn</span>
<span className={styles.label}>Pronouns:</span>
<span>they/them</span>
<span>they/it</span>
<span className={styles.label}>Cohort:</span>
<span>millenial</span>
<span className={styles.label}>Orientation:</span>
<span>ace</span>
<span>ace . . . ish</span>
<span className={styles.label}>Partners:</span>
<span>several</span>

@ -3,7 +3,7 @@ import Link from 'next/link'
export default function Footer() {
return (
<footer>
<span>Website by ashelyn rose</span>
<span>Website by tempest rose</span>
<span>
<a style={{ textDecoration: 'none' }} href="https://webring.umbreon.online/prev?from=https://tempest.dev">&lt;</a>
<a target="_blank" href="https://webring.umbreon.online/">webring</a>

@ -23,27 +23,14 @@
"readMore": "Ask me more",
"color": "#9495b5",
"bioFields": [
{"name": "Names:", "value": "Dawn. Perhaps \"Ashelyn Dawn\" if you're feeling fancy"},
{"name": "Names:", "value": "Dawn or A4118"},
{"name": "Pronouns:", "value": "She/her in general, it/its for friends"},
{"name": "Orientation:", "value": "Asexual, polyromantic lesbian"}
],
"profileImg": "images/profile/dawn.png"
},{
"name": "echo",
"mainPronouns": "it/its",
"bioShort": "hi! echo is the one who catalogues and digs through our understanding of the outside world\n\nfavors speaking in third person",
"bioContinued": "",
"readMore": "see the archive",
"color": "#67d4b3",
"bioFields": [
{"name": "name:", "value": "echo"},
{"name": "pronouns:", "value": "it/its, “that one”, most neopronouns okay"},
{"name": "orientation:", "value": "aroace"}
],
"profileImg": "images/profile/echo.png"
},{
"name": "Corona",
"featured": true,
"featured": false,
"mainPronouns": "they/she",
"bioShort": "I'm sort of the system protector, but in lieu of something to protect against I'm usually the one planning for the future",
"bioContinued": "I'm developing a reputation for being the grumpy one, but I promise I *usually* don't bite\n\nfor fun i like racing games or trashy romance novels",
@ -57,9 +44,9 @@
"profileImg": "images/profile/corona.png"
},{
"name": "violet",
"featured": true,
"featured": false,
"mainPronouns": "they/it",
"bioShort": "recently split from rose, i'm also involved in our technical pursuits, with a heavier focus on server administration and backend coding",
"bioShort": "foxgirl with attention issues - in addition to rose i'm also involved in our technical pursuits, with a heavier focus on server administration and backend coding",
"readMore": "query my api",
"bioContinued": "current pursuits include learning more about rust and slowly moving our infrastructure to nixos - i've also started learning AWS (under duress from work) so i complain about that a lot\n\nfor fun i like puzzle games mostly i guess",
"color": "#ac0a60",
@ -69,5 +56,26 @@
{"name": "orientation:", "value": "ace, demiromantic"}
],
"profileImg": "images/profile/violet.png"
},{
"name": "Ghost",
"featured": true,
"mainPronouns": "she/her",
"bioShort": " . . . this information intentionally withheld . . . ",
"bioContinued": "",
"color": "#78957f",
"profileImg": "images/profile/ghost.png"
},{
"name": "echo",
"mainPronouns": "it/its",
"bioShort": "hi! echo is the one who catalogues and digs through our understanding of the outside world\n\nfavors speaking in third person",
"bioContinued": "",
"readMore": "see the archive",
"color": "#67d4b3",
"bioFields": [
{"name": "name:", "value": "echo"},
{"name": "pronouns:", "value": "it/its, “that one”, most neopronouns okay"},
{"name": "orientation:", "value": "aroace"}
],
"profileImg": "images/profile/echo.png"
}]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

@ -136,6 +136,10 @@
margin: 0;
}
.member.lower + .member.lower {
margin-top: 16px;
}
.member.lower h2 {
margin-top: 8px;
grid-row: 1;

Loading…
Cancel
Save