diff options
| -rw-r--r-- | _data/navigation.yml | 2 | ||||
| -rw-r--r-- | _pages/404.html | 6 | ||||
| -rw-r--r-- | _pages/rules.html | 24 |
3 files changed, 30 insertions, 2 deletions
diff --git a/_data/navigation.yml b/_data/navigation.yml index 0e5b46c..dfc2d42 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -4,6 +4,8 @@ main: url: /posts - title: "Discord" url: https://discord.gg/6ng7xmp + - title: "Community Rules" + url: /rules - title: "PokeBot" url: /pokebot - title: "About" diff --git a/_pages/404.html b/_pages/404.html index d3d933e..3cb449c 100644 --- a/_pages/404.html +++ b/_pages/404.html @@ -2,5 +2,7 @@ layout: splash permalink: /404 --- - -<h1>Uh oh! You seem to entered the wrong page...</h1>
\ No newline at end of file +<br> +<div class="text-center"> +<h1>Uh oh! You seem to entered the wrong page...</h1> +</div> diff --git a/_pages/rules.html b/_pages/rules.html new file mode 100644 index 0000000..9a314bd --- /dev/null +++ b/_pages/rules.html @@ -0,0 +1,24 @@ +--- +title: Community Rules +layout: splash +permalink: /rules +--- +<br> + <h1>Discord Rules</h1> + <h2>Extended rules for the PokeWorld discord.</h2> + <h3>Tier 1 offenses.</h3> + <p><b>If these are broken, then a warning will occur. If you do this again, you may be kicked, or get another warning. This depends on the severity.</b></p> + <p>No spamming<br>Do not abuse bugs in the bots.<br>Respect others</p> + <h3>Tier 2 offenses</h3> + <p><b>These can result in a warning, or kick. This depends on severity.</b></p> + <p>No racial slurs<br>No excessive swearing, even in #train<br>Respect the community moderators and administrators</p> + <h3>Tier 3 offenses</h3> + <p><b>These will result on a kick or ban, depending on the severity</b></p> + <p>No NSFW content.<br>No excessive spam in #general or #bot<br>Raids are prohibited.</p> + <h1>Staff of PokeWorld</h1> + <h2>Administrators</h2> + <p>jtsshieh<br>TheEdge<br>Chara</p> + <h2>Moderators</h2> + <p>Alee<br>Sylv</p> + + <p><b>Thanks for reading the rules! We hope you have a fun time in PokeWorld!</b></p>
\ No newline at end of file |
