From cf347b8660bf01fb336aaeb86b874d14c6e9f4f2 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Mon, 13 Nov 2023 22:32:54 -0600 Subject: [PATCH] Iszac page --- src/app/iszac/page.tsx | 91 +++++++++++++++++++++++++++-- src/components/Page/Page.module.css | 4 ++ src/components/Page/Page.tsx | 8 ++- 3 files changed, 94 insertions(+), 9 deletions(-) diff --git a/src/app/iszac/page.tsx b/src/app/iszac/page.tsx index 81ae2d6..683395a 100644 --- a/src/app/iszac/page.tsx +++ b/src/app/iszac/page.tsx @@ -58,6 +58,44 @@ export default function Home() { }} > + +

Warning

+

+ This part of the site goes into mental health and{" "} + figuring out whether we're a system or not. +
+ If you're not comfortable with that kind of stuff, you can{" "} + go back home and go on like nothing ever happened. +

+

+ And if you just believe that{" "} + systems can only come forth from trauma and not + speculation, please understand that the reason this is all happening + in the first place (the possible trauma) is included within the + speculation. +
+ Trauma comes in different shapes and sizes, so what may be obvious to + you may not be so obvious to others. +

+

+ Simply put, please be respectful. We'll thank you for your + patience! :] +

+

+ Check out{" "} + + Iszac's blog + {" "} + if you'd like to learn more. +
+ With all of that said, feel free to continue. +

+ +

Who's Theo?  @@ -75,7 +113,7 @@ export default function Home() { He's a proud sysadmin, taking care of the technological side of things when he can.

- +

Honestly, there's not much to write home about him.

@@ -96,7 +134,8 @@ export default function Home() {

Iszac isn't very enthusiastic about fronting at the moment, preferring - to take the backseat and front only when things are just right for him. + to take the backseat and front only when things are just right for + him.

He's more creative, not too interested in sysadmining but more @@ -113,12 +152,52 @@ export default function Home() {

he/him

- We proudly make up MeowcaTheoRange! How MeowcaTheoRange is made up specifically is still under debate. + We proudly make up MeowcaTheoRange! What this makes MeowcaTheoRange + specifically is still up for debate.

- We're currently debating on whether or not we're a system, - especially because that's what we think is the best explanation to our - mental situation at the moment. + We're currently wondering whether or not we're a{" "} + system. We probably wouldn't be traumagenic, and + we're still figuring things out between us and our switches. +

+

+ It could also be some sort of other thing, but further investigation + would be needed. +

+

+ It's honestly quite hard to tell traits between Iszac{" "} + and Theo from a future perspective, due to our poor + memory. It's not impossible, but it is hard. +

+

+ Feel free to read{" "} + + Iszac's blog + {" "} + for more information - Theo moved some of his experiences trying to + find Iszac over there because he thought it fit. +

+

Cool facts

+

+ Iszac prefers having his own side of things, finding it rude to + use anything that he knows Theo would mind. Therefore, he owns a few + accounts, and Theo owns his own accounts. +

+

+ We're speculating being a system primarily due to our{" "} + given name seemingly not cutting it anymore, as well + as us preferring plural references. +

+

+ We're honestly a bit hopeful that we are a system, though too much + excitement may push unrealistic expectations about who we are. We're + trying not to push it because we're honestly still not sure if we're + thinking about it right. +

+

+ Neither Iszac nor Theo have specific + roles like "protector" or "trauma holder", probably because we're not + traumagenic, as stated before.

diff --git a/src/components/Page/Page.module.css b/src/components/Page/Page.module.css index 2f5f4ca..c7ec3c9 100644 --- a/src/components/Page/Page.module.css +++ b/src/components/Page/Page.module.css @@ -57,6 +57,10 @@ padding-right: 128px; } +.PageScale { + min-height: 0; +} + @media only screen and (max-width: 1024px) { .Page { font-size: 16px; diff --git a/src/components/Page/Page.tsx b/src/components/Page/Page.tsx index 3570f4a..95cf792 100644 --- a/src/components/Page/Page.tsx +++ b/src/components/Page/Page.tsx @@ -10,6 +10,7 @@ export default function Page({ floaty = false, half = false, cut = false, + scale = false, id, }: { children?: React.ReactNode; @@ -19,15 +20,16 @@ export default function Page({ footer?: boolean; floaty?: boolean; half?: boolean; + scale?: boolean; cut?: boolean; id?: string; }) { return (