From 880cfbeb74546056feab63ed6e92a10c0dbaf2c3 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Mon, 8 May 2023 02:17:40 -0600 Subject: New layout, uses nextjs --- app/page.tsx | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 app/page.tsx (limited to 'app/page.tsx') diff --git a/app/page.tsx b/app/page.tsx new file mode 100644 index 0000000..49d887c --- /dev/null +++ b/app/page.tsx @@ -0,0 +1,47 @@ +import React from 'react'; + +import styles from '~/styles/index.module.css' + +export default function Index() { + return ( +
+

+ Hi, we're tempest! And we also go by ashe. We're a median plural + system of three members, but most of the time you'll probably see us + operating as one +

+ +

We like coding, VR, and making CG art

+ +

At a glance

+
+ Names: + ashe or ashelyn + + Pronouns: + they/them + + Cohort: + millenial + + Poly: + yes + + Partners: + three + + Children: + two + + Capitalize name: + not unless we're at work +
+ +

+ Note: This is the information for our system in aggregate, + for individual info see system +

+ +
+ ) +} -- cgit 1.4.1