diff --git a/src/info/components/basic-page.js b/src/info/components/basic-page.js index 0fdfb45..2e15b08 100644 --- a/src/info/components/basic-page.js +++ b/src/info/components/basic-page.js @@ -4,7 +4,12 @@ import WCard from "../components/werefox-card"; import FCard from "./footer-card"; import PButton from "../components/page-button"; -export default function BasicPage({ is_home, page_title, card_title, children }) { +export default function BasicPage({ + is_home, + page_title, + card_title, + children, +}) { if (is_home) { return (
@@ -56,23 +61,27 @@ export default function BasicPage({ is_home, page_title, card_title, children }) {card_title} - + {children} - +
diff --git a/src/info/components/identity-block.js b/src/info/components/identity-block.js index d93b8d9..b29d0e0 100644 --- a/src/info/components/identity-block.js +++ b/src/info/components/identity-block.js @@ -3,16 +3,19 @@ import { IDENTITIES } from "../js/variables"; export default function IdentityBlock() { return ( -
- {Object.keys(IDENTITIES).map((ids) => ( - - ))} -
+ ); } diff --git a/src/info/components/identity-button.js b/src/info/components/identity-button.js index b2d8e1d..4746b05 100644 --- a/src/info/components/identity-button.js +++ b/src/info/components/identity-button.js @@ -6,14 +6,15 @@ export default function IdentityButton({ imageObj, innerText, url, + locator, }) { const images = Array(imageObj).flat(); + const maybeLocator = locator ? `#${locator}` : ""; return (
- + {images.map((source) => ( diff --git a/src/info/components/identity-card.js b/src/info/components/identity-card.js index f917712..df4cfd5 100644 --- a/src/info/components/identity-card.js +++ b/src/info/components/identity-card.js @@ -66,7 +66,7 @@ export default function IdentityCard({ } else if (url) { return (
-
+

diff --git a/src/info/components/page-block.js b/src/info/components/page-block.js index dddd1bd..89f4e29 100644 --- a/src/info/components/page-block.js +++ b/src/info/components/page-block.js @@ -3,15 +3,17 @@ import { PAGES } from "../js/variables"; export default function ProjectBlock() { return ( - <> - {Object.keys(PAGES).map((page) => ( - - ))} - +

); } diff --git a/src/info/js/variables.js b/src/info/js/variables.js index b9af0b2..e7f346c 100644 --- a/src/info/js/variables.js +++ b/src/info/js/variables.js @@ -25,7 +25,7 @@ export const IDENTITIES = { ], extra_classes: "xl:pt-1 xl:align-text-bottom xl:text-sm xl:min-h-full", }, - "She/her": { + "She/Her": { url: "/identities/pronouns", images: [ { @@ -37,6 +37,7 @@ export const IDENTITIES = { }, Polyam: { url: "/identities/sexuality", + locator: "Polyam", images: [ { src: "/emoji/polyamory_flag.svg", @@ -47,6 +48,7 @@ export const IDENTITIES = { }, Pansexual: { url: "/identities/sexuality", + locator: "Pansexual", images: [ { src: "/emoji/pansexual_flag.svg", @@ -57,6 +59,7 @@ export const IDENTITIES = { }, Lesbian: { url: "/identities/sexuality", + locator: "Lesbian", images: [ { src: "/emoji/lesbian_flag.svg", @@ -298,9 +301,11 @@ export const FAQS = { }, q4: { question: `"What do you do?"`, - answer: `Something! I mainly focus on maintaining the services I run at the - moment, Beat Saber streaming, myself and my transition. I could use some - financial support, if you're feeling up to it and can afford it!`, + answer: `Lots of things! Lately, though, I've been focusing on myself and my + transition. I could use some financial support (since I'm currently + unemployed) if you're feeling up to it and can afford it! If you want to + know more about what I do, you can check out "Stuff I do!" from the main + page, and "Support Me?" if you wanna toss me some funds!`, src: "/images/alexis_shrug.png", alt: "Alexis shrugging", }, diff --git a/src/info/pages/identities/pronouns/index.js b/src/info/pages/identities/pronouns/index.js index e38e739..e0c7339 100644 --- a/src/info/pages/identities/pronouns/index.js +++ b/src/info/pages/identities/pronouns/index.js @@ -8,7 +8,7 @@ export default function Pronouns() { card_title="Pronouns! Important!" >