From 17e0cdfcf994f7af98a09144003522a48c861e96 Mon Sep 17 00:00:00 2001 From: Regalijan Date: Mon, 10 Feb 2025 00:44:57 -0500 Subject: [PATCH] Break up rp server form into multiple parts --- app/routes/rpserver.tsx | 157 ++++++++++++---------------------------- 1 file changed, 45 insertions(+), 112 deletions(-) diff --git a/app/routes/rpserver.tsx b/app/routes/rpserver.tsx index 31a444f..4123a5c 100644 --- a/app/routes/rpserver.tsx +++ b/app/routes/rpserver.tsx @@ -2,17 +2,16 @@ import { Button, Container, Heading, - Input, - Link, + ListItem, Text, - Textarea, + UnorderedList, } from "@chakra-ui/react"; import { useLoaderData } from "@remix-run/react"; export function meta() { return [ { - title: "RP Server List Application", + title: "RP Server Application", }, ]; } @@ -31,118 +30,52 @@ export default function () { return ( - RP Server List Application -
-
- - In order to apply, your server will be reviewed and must meet our - standards. This means: -
-
    -
  • Racism and/or discrimination is not tolerated
  • -
  • No adult content
  • -
  • - The server must otherwise be compliant with Discord's Terms of - Service -
  • -
  • The server must have a minimum of 30 members
  • -
  • - The server must be active, we do not directly disclose our criteria - for what we consider to be active -
  • -
-
- As the owner of your server, you are expected to maintain a good image - within our server. This means: -
-
    -
  • You must own the server you are applying for
  • -
  • - You must have a clean (meaning, no punishments within the last 90 - days [automutes generally don't count]) moderation history in our - server -
  • -
  • - You agree to notify us before making any major rule or general - server changes -
  • -
  • You must have 2FA enabled on your Discord account
  • -
  • You must follow Discord's Terms of Service
  • -
-
- We expect a somewhat decent application. Give us enough writing for us - to understand your server, but don't give us a wall of text. Anyone - submitting a wall of text for their application should expect their - application to be thrown in the trash and not responded to, so please - don't give us a calculus textbook. + + RP Server Application + + + Thanks for your interest in applying to list your server! Before we get + started, please review our rules. -
-
- What is your Roblox username? -
- -
-
- What is your Discord username? -
- -
-
- What is your Discord user ID? -
- -
-
- Introduce yourself to us! -
-