From 4ef46f417a2fad9871787eaeb1e4778e8c617212 Mon Sep 17 00:00:00 2001 From: cylexVEVO <28271391+cylexVEVO@users.noreply.github.com> Date: Sat, 30 Nov 2019 13:43:48 -0500 Subject: Cleaned up code and fixed some grammar --- .idea/misc.xml | 2 +- components/Footer.js | 28 +++-- components/Header.js | 50 ++++----- components/Layout.js | 22 ++-- components/Navbar.js | 139 ++++++++++++----------- components/Scripts.js | 12 +- next.config.js | 2 +- pages/about.js | 108 +++++++++--------- pages/blog.js | 24 ++-- pages/index.js | 171 +++++++++++++++-------------- pages/projects.js | 81 +++++++------- pages/tos.js | 298 ++++++++++++++++++++++++++++---------------------- 12 files changed, 492 insertions(+), 445 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 28a804d..24eb271 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/components/Footer.js b/components/Footer.js index 3e925f2..e8fc7fd 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -18,17 +18,21 @@ */ const Footer = () => ( -
- -
- Please note that this website is under active development and bugs may occur.
If there's any, report it to the GitHub repo. - -
-
-) +
+ +
+ Please note that this website is under active development and bugs may occur.
If there are any, report it + here. + +
+
+); export default Footer; \ No newline at end of file diff --git a/components/Header.js b/components/Header.js index 3135bba..3903761 100644 --- a/components/Header.js +++ b/components/Header.js @@ -16,42 +16,42 @@ along with this program. If not, see . */ -import Head from 'next/head'; +import Head from "next/head"; const Header = () => ( - - - - - + + + + + - - - - - - - - - + + + + + + + + + - + + +
+ + + -
+ */} - - - - ) + + +); export default Projects; \ No newline at end of file diff --git a/pages/tos.js b/pages/tos.js index 527798d..fbb57c5 100644 --- a/pages/tos.js +++ b/pages/tos.js @@ -16,139 +16,173 @@ along with this program. If not, see . */ -import Layout from '../components/Layout'; +import Layout from "../components/Layout"; const TOS = () => ( - -
-
-{/* TODO: Add legal stuff */} -
-

Alee Productions Terms of Service

-

These terms and service have been set in place so we make sure that you can have a great time using our services.

-
-
-

Tiers

-
    -
  • Normal Tier - It means it is not too severe and it there’s nothing to worry about.
  • -
  • Excessive Tier - It means that if a rule is broken that’s severe it will be taken action immediately and will be stored in the punishment log.
  • -
-
-
-

Normal Tier

-

If these are broken, then an unofficial warning will occur. If these actions continue, an official warning will occur then excessive punishment will happen if continued once more.

-
    -
  • Use common sense. (This isn’t an against rule but you must use your common knowledge.)
  • -
  • No spamming (Any spam will result in an official warning.)
  • -
  • No any advertisements/giveaways at any channels. Unless for a specific purpose.
  • -
  • Respect others.
  • -
  • No backseat moderating (enforcing the rules to other users)
  • -
  • Refrain asking for staff that just lowers your chance to never getting it.
  • -
-
-
-

Excessive Tier

-

This can result in an official warning or a termination from using our services.

-
    -
  • No excessive swearing (Swearing is allowed but cursing that contains racial slur and etc will result in immediate severe punishment.)
  • -
  • Any accusations will never be tolerated here there will be an investigation from the staff team if it occurs and false accusation may lead a temporary termination or possibly permanently terminated from using our services.
  • -
  • Do not argue or threaten the staff.
  • -
  • Blackmailing members is also not tolerated here.
  • -
  • No NSFW content.
  • -
  • No raids to be started when using our services.
  • -
  • No alts are to be on any of our services.
  • -
  • Threatening anyone will also not be tolerated. (i.e. DDoS, trying to find you and etc)
  • -
  • Any malicious content will not be tolerated. (i.e. Viruses, Malware, Adware and etc)
  • -
-
-
-

Alee Productions Policies

-
-

COPPA Policy

-

You must be at least 13 years old to be in this server due to the COPPA regulations…

-

If you don’t accept this, you have to leave our services.

-

An investigation or/and ban may happen if found guilty.

-
-

Discord Only Policies

-
-

Nickname Policy

-

We enforce this nickname policy to keep a clean, friendly community.

-

Our nickname system is different, using the command am:nick [your nickname] so our staff team can approve it first. This system is set in place so that the community is a nice place to be for everyone. - To have your nickname accepted, it must comply with the following:

-
    -
  • No offensive words
  • -
  • No symbols
  • -
  • Not attention-grabbing (i.e. getting to the top of the list by using a symbol)
  • -
-

Any display name that does not follow the guidelines above will have the following done to it:

-
    -
  • Censoring your nickname/username
  • -
  • Ignoring the nickname change from AstralMod
  • -
-
-
-

Logging Policy

-

Our bots log the following things, and store them in their databases:

-
    -
  • Deleted Messages
  • -
  • Edited Messages
  • -
  • Your ID
  • -
  • You joining and leaving
  • -
-

If you don’t agree with the policies and wanting to opt out, you may not use our services.

-
-
-

We also highly recommend you to read Discord’s ToS and Community Guidelines.

- -
-

Frequent Asked Questions

-

These are the frequently asked questions that you might ask the staffs.

-
    -
  • Q: Can I be staff?
  • -
  • A: No, you can't ask for staff but you want to know how to get it, then here are the instructions.
  • -
  • Q: I was banned for no reason! I hate the staff…
  • -
  • A: Well… if you were banned for no reason you can ask our staff team and they will tell you why you were banned.
  • -
-
-
-

If a rule is broken, no need to panic, it's just a heads up on what’s coming if you were to break another rule and if you got mistakenly warned please contact one of the staff immediately.

-

If there's staff abusing their powers please report them to Alee immediately.

-

Thanks for reading the ToS!

-

- Alee Productions Community Team

-

Last updated on November 26th 2019

-
- Back to top -
-
-
-
-) + +
+
+ {/* TODO: Add legal stuff */} +
+

Alee Productions Terms of Service

+

These terms and service have been set in place so we make sure that you can have a great time using our services.

+
+
+

Tiers

+
    +
  • Normal Tier - It means it is not too + severe and it there’s nothing to worry about. +
  • +
  • Excessive Tier - It means that if a + rule is broken that’s severe it will be taken action immediately and will be stored in + the punishment log. +
  • +
+
+
+

Normal Tier

+

If these are broken, then an unofficial warning will occur. If these actions continue, an + official warning will occur then excessive punishment will happen if continued once + more.

+
    +
  • Use common sense. (This isn’t an against rule but you must use your common knowledge.) +
  • +
  • No spamming (Any spam will result in an official warning.)
  • +
  • No any advertisements/giveaways at any channels. Unless for a specific purpose.
  • +
  • Respect others.
  • +
  • No backseat moderating (enforcing the rules to other users)
  • +
  • Refrain asking for staff that just lowers your chance to never getting it.
  • +
+
+
+

Excessive Tier

+

This can result in an official warning or a termination from using our services.

+
    +
  • No excessive swearing (Swearing is allowed but cursing that contains racial slur and etc + will result in immediate severe punishment.) +
  • +
  • Any accusations will never be tolerated here there will be an investigation from the + staff team if it occurs and false accusation may lead a temporary termination or + possibly permanently terminated from using our services. +
  • +
  • Do not argue or threaten the staff.
  • +
  • Blackmailing members is also not tolerated here.
  • +
  • No NSFW content.
  • +
  • No raids to be started when using our services.
  • +
  • No alts are to be on any of our services.
  • +
  • Threatening anyone will also not be tolerated. (i.e. DDoS, trying to find you and etc) +
  • +
  • Any malicious content will not be tolerated. (i.e. Viruses, Malware, Adware and etc) +
  • +
+
+
+

Alee Productions Policies

+
+

COPPA Policy

+

You must be at least 13 years old to be in this server due to the COPPA regulations… +

+

If you don’t accept this, you have to leave our services.

+

An investigation or/and ban may happen if found guilty.

+
+

Discord Only Policies

+
+

Nickname Policy

+

We enforce this nickname policy to keep a clean, friendly community.

+

Our nickname system is different, using the command am:nick + [your nickname] so our staff team can approve it first. This system is set in + place so that the community is a nice place to be for everyone. + To have your nickname accepted, it must comply with the following:

+
    +
  • No offensive words
  • +
  • No symbols
  • +
  • Not attention-grabbing (i.e. getting to the top of the list by using a symbol)
  • +
+

Any display name that does not follow the guidelines above will have the following done + to it:

+
    +
  • Censoring your nickname/username
  • +
  • Ignoring the nickname change from AstralMod
  • +
+
+
+

Logging Policy

+

Our bots log the following things, and store them in their databases:

+
    +
  • Deleted Messages
  • +
  • Edited Messages
  • +
  • Your ID
  • +
  • You joining and leaving
  • +
+

If you don’t agree with the policies and wanting to opt out, you may not use our + services.

+
+
+

We also highly recommend you to read Discord’s ToS and Community Guidelines.

+ +
+

Frequent Asked Questions

+

These are the frequently asked questions that you might ask the staffs.

+
    +
  • Q: Can I be staff?
  • +
  • A: No, you can't ask for staff but you want to know how to get it, then here are the instructions. +
  • +
  • Q: I was banned for no reason! I hate the staff…
  • +
  • A: Well… if you were banned for no reason you can ask our staff team and they will tell + you why you were banned. +
  • +
+
+
+

If a rule is broken, no need to panic, it's just a heads up on what’s coming if you were to + break another rule and if you got mistakenly warned please contact one of the staff + immediately.

+

If there's staff abusing their powers please report them to Alee immediately.

+

Thanks for reading the ToS!

+

- Alee Productions Community Team

+

Last updated on November 26th 2019

+
+ Back to top +
+
+
+ +); export default TOS; \ No newline at end of file -- cgit v1.2.3