From 0ea2d6d6e76ef82b976c2c64714ccd1548b5d3ac Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 16 Dec 2022 00:07:17 -0500 Subject: Updated guidelines; Homepage tweaks --- pages/about.js | 11 +++++++++++ pages/guidelines.js | 46 +++++++++++++++++++++++----------------------- pages/index.js | 9 +++++---- 3 files changed, 39 insertions(+), 27 deletions(-) create mode 100644 pages/about.js diff --git a/pages/about.js b/pages/about.js new file mode 100644 index 0000000..d079b36 --- /dev/null +++ b/pages/about.js @@ -0,0 +1,11 @@ +import Meta from '../components/meta' + +export default function AboutMe() { + return ( +
+ +
+
+
+ ) +} diff --git a/pages/guidelines.js b/pages/guidelines.js index 4c7c2f4..890df07 100644 --- a/pages/guidelines.js +++ b/pages/guidelines.js @@ -15,32 +15,32 @@ export default function Guidelines() {

These guidelines are set in place to ensure you have a great time being part of our community/services.

-

Main Guidelines

+

General Guidelines

These are the main guidelines that must be followed in every community/services we own.

-

By being part of here, you must respect everyone here. Anything whether its their gender, race, sexual orientation, beliefs, and opinions. Any signs of disrespect here will result the staff taking action.

-

Using common sense will be useful by being here. Meaning that you are using good sense and sound judgement in practical matters.

-

Staff have the rights to execute impromptu decisions if required, it is in order to maintain peace upon all communities/services.

-

Action will be taken against any users consistently breaking these guidelines.

+

By being part of here, you must respect all members, regardless of their gender, race, sexual orientation, beliefs, or opinions. Disrespect will not be tolerated and will result in staff action.

+

Use common sense and good judgement while participating in our community/services.

+

Staff members reserve the right to make impromptu decisions as necessary to maintain a peaceful environment.

+

Action will be taken against any users consistently breaking these guidelines. If there is content that is extremely illegal or if someone is threatening or harming another person in real life, it is our responsibility to report it to the appropriate authorities.

Andrew Lee Projects Policies

COPPA Policy

-

In order to comply with the Children’s Online Privacy Protection Act (COPPA), you must be at least 13 years of age to use these services. You will be kicked if found to be under 13 years of age. A ban will be issued if you do not comply with the staff.

+

In order to comply with the Children's Online Privacy Protection Act (COPPA), you must be at least 13 years of age to use these services. You will be kicked if found to be under 13 years of age. A ban will be issued if you do not comply with the staff.

Delta Policy

@@ -48,11 +48,11 @@ export default function Guidelines() {
  • Usage of hacked clients (including - but not limited to - Wurst, Wolfram, Sigma, etc.) is strictly prohibited.*
  • Griefing is not allowed.*
  • -
  • Combating is not allowed. Unless the target player wants to combat the other player with permission.*
  • -
  • Respect everyone.
  • +
  • Unwarranted combating is not allowed unless both parties have given permission.*
  • +
  • Our general guidelines applies here as well.
-

If you are found to violate these rules, you may receive a temporary or permanent ban. If you have been banned, and are found playing on an alt, you may be subject to an IP ban.

-

* If certain servers allows these actions, these policies will not apply.

+

Violation of these rules may result in a temporary or permanent ban. If you are banned and found to be playing on an alt, you may also face an IP ban.

+

* These policies may not apply to servers (e.g: Anarchy) that allow these actions.

@@ -67,7 +67,7 @@ export default function Guidelines() {
  • Your user ID
  • Members joining and leaving
  • -

    If you do not agree to the logging of these items, and wish to opt out, you must leave the server.

    +

    If you do not agree to the logging of these actions and wish to opt out, you must leave the server.

    Nickname

    @@ -76,18 +76,18 @@ export default function Guidelines() { -

    Usernames or nickname requests found to be in violation of these guidelines, the staff team have the rights to change your nickname or have the changing nicknames permission be taken away.

    +

    Users found to be in violation of these guidelines may have their nickname changed or lose the ability to change their nickname at the discretion of the staff.

    Threads/Posts

    -

    Threads/Posts is a new Discord feature which allows you to make subchannels. We have set a policy to not allow to make threads/posts with little to no value, if you made them with little to no value, it is considered to be spam and we will remove it. If caught doing it continuously, we will revoke your rights to make threads/posts.

    +

    Threads/Posts is a new feature on Discord that allows users to create subchannels. To ensure that our community is not cluttered with low-value content, we have a policy against creating threads/posts with little to no value. If you create a thread/post that falls under this category, it will be considered spam and will be removed. If you are found to be repeatedly creating low-value threads/posts, you may lose the privilege to create them.

    We recommend you to follow Discord's Terms of Service and Community Guidelines

    -

    Last updated: October 22nd, 2022

    +

    Last updated: December 16th, 2022

    Back to top diff --git a/pages/index.js b/pages/index.js index b97bcbb..8cd30db 100644 --- a/pages/index.js +++ b/pages/index.js @@ -3,7 +3,7 @@ import Link from 'next/link' import Computer from '../components/computer' import Image from "next/image"; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faYoutube, faTwitter, faDiscord, faGithub, faReddit, faInstagram, faLinkedin, faMastodon } from '@fortawesome/free-brands-svg-icons' +import { faYoutube, faTwitter, faDiscord, faGithub, faReddit, faInstagram, faLinkedin, faMastodon, faPaypal } from '@fortawesome/free-brands-svg-icons' const iconSize = "3x" const iconProperties = "hover:text-gray-700 transition-all ease-in-out" @@ -24,16 +24,17 @@ export default function Home() {
    {/**/} + - + + -
    {isDev && (
    - + -- cgit v1.2.3