From c2d7e850aa65f9678c184d65a149f28412857345 Mon Sep 17 00:00:00 2001 From: limepotato Date: Thu, 11 Jul 2024 04:40:29 -0600 Subject: [PATCH] wip application page --- src/layouts/Layout.astro | 81 +++++++++++++++++++------------ src/pages/apply.astro | 100 +++++++++++++++++++++++++++++++++++++++ src/pages/fed-list.astro | 1 - src/pages/index.astro | 16 +------ 4 files changed, 152 insertions(+), 46 deletions(-) create mode 100644 src/pages/apply.astro diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 8bb7c9e..8b1ed50 100755 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,43 +1,62 @@ ---- +--- interface Props { - title: string; + title: string; } const { title } = Astro.props; --- - + - - - - - - - - {title} - - -
-
- -
+ + + + + + + + {title} + + +
+
+ + +
-
-
+
+ +
- + diff --git a/src/pages/apply.astro b/src/pages/apply.astro new file mode 100644 index 0000000..e266094 --- /dev/null +++ b/src/pages/apply.astro @@ -0,0 +1,100 @@ +--- +import Layout from "../layouts/Layout.astro"; +import Card from "../components/Card.astro"; +--- + +
+

WIP

+
+
+ + \ No newline at end of file diff --git a/src/pages/fed-list.astro b/src/pages/fed-list.astro index 4eb9bc0..365c0b2 100755 --- a/src/pages/fed-list.astro +++ b/src/pages/fed-list.astro @@ -6,7 +6,6 @@ import Card from '../components/Card.astro';
-

Information about Ouroboros.Gay

Defederatation List

If you believe your instance has been wrongfully blocked, please contact @limepot@ouroboros.gay

diff --git a/src/pages/index.astro b/src/pages/index.astro index 64d90ba..11211ac 100755 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,13 +6,6 @@ import Card from "../components/Card.astro";
-

- Information about Ouroboros.Gay -

In-Server Rules & Info

- While this is a closed-signup instance, you may request an invite code by - messaging - @limepot@ouroboros.gay - or emailing - bm01@limepot.xyz, with an - intro about you and why you want to join. + Instance Applications - WIP

As it stands there are no real set rules of the instance, however if any @@ -41,7 +29,7 @@ import Card from "../components/Card.astro"; Defed/Suspend List & Reasons - To Be Updated! - To Be Updated!