From a2da20ce52b86552771f1dfa3cb46d07255cc288 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 17 Jun 2020 15:35:04 -0400 Subject: New ToS and Logo --- pages/404.js | 43 +++++++ pages/about.js | 5 +- pages/index.js | 78 +------------ pages/projects.js | 119 -------------------- pages/projects/alee-audio-player.js | 37 ++++++ pages/projects/index.js | 126 +++++++++++++++++++++ pages/projects/unicity.ejs | 21 ---- pages/tos.js | 217 +++++++++++------------------------- 8 files changed, 274 insertions(+), 372 deletions(-) create mode 100644 pages/404.js delete mode 100644 pages/projects.js create mode 100644 pages/projects/alee-audio-player.js create mode 100644 pages/projects/index.js delete mode 100644 pages/projects/unicity.ejs (limited to 'pages') diff --git a/pages/404.js b/pages/404.js new file mode 100644 index 0000000..f283a5d --- /dev/null +++ b/pages/404.js @@ -0,0 +1,43 @@ +/* + Alee Productions Website: Website for Alee Productions + Copyright (C) 2020 Alee + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +*/ + +import Layout from "../components/Layout"; + +const Custom404 = () => ( + +
+

404 - Not Found

+

+

Return to homepage?

+
+
+); + +function randomtext() { + let randomtxt = [ + 'Oops, seems like that page isn\'t found!', + 'You seem to be lost!', + 'Uh oh, that page isn\'t found in our servers!', + 'Seems like you landed on this page...' + ]; + return randomtxt[Math.floor((Math.random() * 4.00))]; +} + +document.getElementById("404message").innerHTML = randomtext(); +export default Custom404 diff --git a/pages/about.js b/pages/about.js index 8fe4e32..1c18193 100644 --- a/pages/about.js +++ b/pages/about.js @@ -1,6 +1,6 @@ /* Alee Productions Website: Website for Alee Productions - Copyright (C) 2019 Alee + Copyright (C) 2020 Alee This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,8 +29,7 @@ const About = () => (

History

-

Alee Productions started in 2016. It used to be called "AleeCorp" and used to make just software but - over +

Alee Productions started in 2017 under the name of AleeCorp. It used to make just software but over time it started branching to other things like making games and videos. In late 2018, AleeCorp merged with Universe and some project merged but due to a community conflict during diff --git a/pages/index.js b/pages/index.js index 63a56b8..378cf8c 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,6 +1,6 @@ /* Alee Productions Website: Website for Alee Productions - Copyright (C) 2019 Alee + Copyright (C) 2020 Alee This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,80 +28,8 @@ const Index = () => ( More about us

- {/* Jumbotron */} -
- {/* Carousel Wrapper*/} - - -); - -export default Projects; \ No newline at end of file diff --git a/pages/projects/alee-audio-player.js b/pages/projects/alee-audio-player.js new file mode 100644 index 0000000..5b658f7 --- /dev/null +++ b/pages/projects/alee-audio-player.js @@ -0,0 +1,37 @@ +/* + Alee Productions Website: Website for Alee Productions + Copyright (C) 2020 Alee + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +*/ +import Layout from "../../components/Layout"; + +const AAP = () => ( + +
+

Alee Audio Player

+

An audio player created in Qt and C++.

+
+
+

The new audio player that enhances your experience.

+

Alee Audio Player is an audio player that's written from C++ and Qt.
It can play, pause and stop audio.


+ +

Download here!

+
+
+ +); + +export default AAP \ No newline at end of file diff --git a/pages/projects/index.js b/pages/projects/index.js new file mode 100644 index 0000000..49f63f1 --- /dev/null +++ b/pages/projects/index.js @@ -0,0 +1,126 @@ +/* + Alee Productions Website: Website for Alee Productions + Copyright (C) 2020 Alee + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +*/ + +import Layout from "../../components/Layout"; + +const Projects = () => ( + +
+

Projects

+

These are our current projects.

+
+
+ {/* Software Cards */} + +

Games

+
+
+
+
+
QuantumNet
+

A computer "hacking" game made in C#.

+ GitHub +
+
+
+
+ +
+

Software

+
+ {/* Software Cards */} + +
+
+
+
Alee Music Player
+

A music player created in Qt and C++.

+ Learn more + GitHub +
+
+
+
+
+ {/* +

Other software/games we made...

+ + + + + + + + + + + +
NameDescriptionLanguage
+
*/} + {/* /.Software Cards */} + {/* Disabled for now.... +

Videos

+
    + */} + {/* + + */} +
    + +); + +export default Projects; \ No newline at end of file diff --git a/pages/projects/unicity.ejs b/pages/projects/unicity.ejs deleted file mode 100644 index 779e783..0000000 --- a/pages/projects/unicity.ejs +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - <% include ./includes/header %> - - - -<% include ./includes/navbar %> -
    -
    -

    Unicity

    -

    Description.

    -
    -<% include ./includes/scripts %> -<% include ./includes/footer %> -
    - - - \ No newline at end of file diff --git a/pages/tos.js b/pages/tos.js index 1bb0d81..123ff8f 100644 --- a/pages/tos.js +++ b/pages/tos.js @@ -1,8 +1,8 @@ /* Alee Productions Website: Website for Alee Productions - Copyright (C) 2019 Alee + Copyright (C) 2020 Alee - AS OF DECEMBER 6TH 2019 DO NOT MODIFY THE TOS WITHOUT ALEE'S PERMISSION. + DO NOT MODIFY THE TOS WITHOUT ALEE'S PERMISSION. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,172 +25,81 @@ 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. -
    • -
    +

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

    +
    +

    Community Guidelines

    +

    These are the community guidelines. They are meant to set the foundations of this community.

    +
      +
    • Use common sense.
    • +
    • No spamming. Any spam will result in an official warning.
    • +
    • No advertisements/giveaways of any kind, unless for a specific purpose.
    • +
    • Respect others.
    • +
    • No backseat moderating (enforcing the rules to other users).
    • +
    • Refrain from asking for staff.
    • +
    • Cursing is allowed within reason. However, racial slurs will result in severe punishment.
    • +
    • Accusations are not tolerated. Spreading any accusations will result in an investigation from all staff, which may lead to temporary or permanent termination from our services.
    • +
    • Do not argue with or threaten the staff.
    • +
    • Absolutely no blackmailing, attacking, cyberbullying, or threatening of any members.
    • +
    • No NSFW content. This include links and pictures.
    • +
    • Organized raids are not allowed.
    • +
    • Only one account per person at a time.
    • +
    • Any malicious content (i.e. viruses, malware, adware, etc) is strictly forbidden.
    • +
    • Any back talk (i.e, talking negatively on a member from our community/services) is not allowed. This includes exclusive places in the community, not DMs.
    • +
    +

    If these guidelines were to be broken several times, action will be taken.

    +
    +
    +

    Alee Productions 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 banned if found to be under 13 years of age.

    -
    -

    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.

    +
    +

    Cityverse Policy

    +

    These rules apply to the Cityverse server

      -
    • 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.
    • +
    • Usage of hacked clients (including - but not limited to - Wurst, Wolfram, Sigma, etc.) is strictly prohibited
    • +
    • Griefing is not allowed
    • +
    • Respect everyone
    +

    If you are found to be in violation of 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.

    -
    -

    Excessive Tier

    -

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

    +
    +
    +

    Discord Policies

    +

    If you’re part of our discord server, we have set policies that you must follow.

    +
    +

    Logging

    +

    The following will be logged and stored by our bots:

      -
    • 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, attacking, cyberbullying, and threatening members is never tolerated here.
    • -
    • No NSFW content.
    • -
    • No raids to be started when using our services.
    • -
    • No alts are to be on any of our services.
    • -
    • Any malicious content will not be tolerated. (i.e. Viruses, Malware, Adware and etc) -
    • +
    • Deleted Messages
    • +
    • Edited Messages
    • +
    • 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 community.

    -
    -

    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.

    - -
    -

    Cityverse Policies

    -

    By joining our Minecraft server you must follow the following rules.

    +
    +

    Nickname

    +

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

    +

    To request a nickname change, use the command am:nick [nickname]. Our staff will review your request and approve it accordingly. This system is set in place so that the community is a nice place to be for everyone. To have your nickname approved, it must comply with the following guidelines:

      -
    • Don't use any hack clients
    • -
    • No griefing
    • -
    • Respect other players
    • +
    • No offensive words
    • +
    • No symbols
    • +
    • Nicknames must not be attention-grabbing (i.e. getting to the top of the list by using a symbol)
    -

    If the rules are broken there can be consequences such as either a 30 day, 60 day or permanent ban.

    -
    -
    -

    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. -
    • +

      Usernames or nickname requests found to be in violation of these guidelines will be subject to:

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

    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 February 25th 2020

    -
    - Back to top
    +

    Any staff abusing their powers should be reported to Alee immediately.

    +

    Last updated: June 17th, 2020

    + Back to top
    -- cgit v1.2.3