From 98b2c285f40e00e170161d43c6c4abd7b7a11d17 Mon Sep 17 00:00:00 2001 From: tdgmdev Date: Thu, 9 Mar 2023 13:39:57 -0500 Subject: [PATCH] Fixed rule document --- src/lib/components/Header.svelte | 3 +++ src/routes/account/login/+page.svelte | 1 - src/routes/account/register/+page.svelte | 2 +- src/routes/tos/+page.svelte | 33 ++++++++++++++++++++++++ 4 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 src/routes/tos/+page.svelte diff --git a/src/lib/components/Header.svelte b/src/lib/components/Header.svelte index 81a5828..75b5f69 100644 --- a/src/lib/components/Header.svelte +++ b/src/lib/components/Header.svelte @@ -58,4 +58,7 @@ Register {/if} + + Rulebook + \ No newline at end of file diff --git a/src/routes/account/login/+page.svelte b/src/routes/account/login/+page.svelte index 903cd08..3493023 100644 --- a/src/routes/account/login/+page.svelte +++ b/src/routes/account/login/+page.svelte @@ -30,6 +30,5 @@ {#if form?.success}

{form?.success}

{/if} - By using the Sanifae service, you agree to the Terms of Service.

\ No newline at end of file diff --git a/src/routes/account/register/+page.svelte b/src/routes/account/register/+page.svelte index 4e201e7..4bd8bf5 100644 --- a/src/routes/account/register/+page.svelte +++ b/src/routes/account/register/+page.svelte @@ -33,6 +33,6 @@ {#if form?.success}

{form?.success}

{/if} - By using the Sanifae service, you agree to the Terms of Service. + By using the Sanifae service, you agree to the Terms of Service.

\ No newline at end of file diff --git a/src/routes/tos/+page.svelte b/src/routes/tos/+page.svelte new file mode 100644 index 0000000..098c50d --- /dev/null +++ b/src/routes/tos/+page.svelte @@ -0,0 +1,33 @@ + + + + + + Terms of Service + + +

1. Do not ruin the community's image

+

1A. Lewd content is prohibted in public posts

+

1B. Sanifae is not a platform for raiding other communities

+ +

2. Obey the hierarchy; respect the services and moderators

+

2A. Do not repost content that was deleted by a moderator

+

2B. Do not evade any forms of punishment

+ +

3. What happens here stays here, what happens there stays there

+

3A. This rule may be void in extreme cases of malicious users

+ +

4. Rules are subject to change at any time

+

4A. Moderators may take action against loopholing

+ +

5. Do not disrupt the services of Sanifae

+

5A. Do not DDOS the Sanifae servers or overload them intentionally

+ +

6. Illegal activity is prohibited

+
+

+ +

+ \ No newline at end of file