summary refs log tree commit diff
diff options
context:
space:
mode:
authorAshelyn Rose <git@ashen.earth>2024-09-02 01:50:33 -0600
committerAshelyn Rose <git@ashen.earth>2024-09-02 01:50:33 -0600
commitbdc6fe0c1fdbb2d4462d142c6462150dd8394136 (patch)
tree7a2668544b46887e7ddbe95ae8db99ec794dae69
parent79ffd7e2c052bcdc0cc7df93a06306efd9817139 (diff)
Add ghost and remove first name
-rw-r--r--app/about/page.tsx9
-rw-r--r--app/page.tsx12
-rw-r--r--components/layout/Footer.tsx2
-rw-r--r--config/system.json42
-rw-r--r--images/profile/ghost.pngbin0 -> 187698 bytes
-rw-r--r--styles/about.module.css4
6 files changed, 39 insertions, 30 deletions
diff --git a/app/about/page.tsx b/app/about/page.tsx
index 50bea94..11b3d74 100644
--- a/app/about/page.tsx
+++ b/app/about/page.tsx
@@ -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
diff --git a/app/page.tsx b/app/page.tsx
index b044b16..507f1d7 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -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>
diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx
index f4917b7..3937e85 100644
--- a/components/layout/Footer.tsx
+++ b/components/layout/Footer.tsx
@@ -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>
diff --git a/config/system.json b/config/system.json
index 223bee4..08ca099 100644
--- a/config/system.json
+++ b/config/system.json
@@ -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"
   }]
 }
diff --git a/images/profile/ghost.png b/images/profile/ghost.png
new file mode 100644
index 0000000..15ad63f
--- /dev/null
+++ b/images/profile/ghost.png
Binary files differdiff --git a/styles/about.module.css b/styles/about.module.css
index 981b519..759fe90 100644
--- a/styles/about.module.css
+++ b/styles/about.module.css
@@ -136,6 +136,10 @@
   margin: 0;
 }
 
+.member.lower + .member.lower {
+  margin-top: 16px;
+}
+
 .member.lower h2 {
   margin-top: 8px;
   grid-row: 1;