From e706e65318f760d9f0602a08f1badb67d77e5fb1 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 30 Nov 2019 12:40:35 -0500 Subject: Switching to NextJS --- pages/about.js | 74 ++++++++++++++++++++ pages/blog.js | 36 ++++++++++ pages/index.js | 105 ++++++++++++++++++++++++++++ pages/projects.js | 116 +++++++++++++++++++++++++++++++ pages/projects/quantumnet.ejs | 21 ++++++ pages/projects/unicity.ejs | 21 ++++++ pages/tos.js | 154 ++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 527 insertions(+) create mode 100644 pages/about.js create mode 100644 pages/blog.js create mode 100644 pages/index.js create mode 100644 pages/projects.js create mode 100644 pages/projects/quantumnet.ejs create mode 100644 pages/projects/unicity.ejs create mode 100644 pages/tos.js (limited to 'pages') diff --git a/pages/about.js b/pages/about.js new file mode 100644 index 0000000..ac51ca2 --- /dev/null +++ b/pages/about.js @@ -0,0 +1,74 @@ +/* + Alee Productions Website: Website for Alee Productions + Copyright (C) 2019 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 About = () => ( + +
+
+

About

+

Alee Productions is a productions company by Andrew Lee that focuses on making videos and software.

+
+
+

History

+

Alee Productions started in 2016. It used to be called "AleeCorp" and 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 + October in that year, Universe and AleeCorp splited. In 2019 however, AleeCorp got renamed to Alee + Productions + just to make the company more professional.

+

FAQ

+
    +

    +
  • Q: Why did you create Alee Productions?
  • +
  • A: Reason why I want to create this is because I want to make my own things as a passion also + sharing + it to the public and to make it as a career.
  • +
    +
  • Q: Why did you call this productions company Alee Productions?
  • +
  • A: As you know my name is Andrew Lee and my name starts with an "A" and combine it with "Lee" you get "Alee". :)
  • +

    +
+

Team

+
+
+
Community Team (Discord)
+

+

    +
  • Travis#1777 (Admin)
  • +
  • jtsshieh#6424 (Admin)
  • +
  • The Pixel Polygon#2069 (Admin)
  • +
  • Inkydink#9098 (Moderator)
  • + +
+

+
+
+
+

Credits

+

Website is powered by NextJS, Netlify and Material Design Bootstrap.

+

This project is open source meaning that you can help contribute to this website.

+
+
+
+
+ ) + +export default About; \ No newline at end of file diff --git a/pages/blog.js b/pages/blog.js new file mode 100644 index 0000000..7933d7d --- /dev/null +++ b/pages/blog.js @@ -0,0 +1,36 @@ +/* + Alee Productions Website: Website for Alee Productions + Copyright (C) 2019 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 Blog = () => ( +
+ +
+

Blog

+

Where we post updates on products, this website and etc.

+
+
+

Notice: We are currently working on this page

+
+
+
+) + +export default Blog; \ No newline at end of file diff --git a/pages/index.js b/pages/index.js new file mode 100644 index 0000000..f77723e --- /dev/null +++ b/pages/index.js @@ -0,0 +1,105 @@ +/* + Alee Productions Website: Website for Alee Productions + Copyright (C) 2019 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 Index = () => ( + +
+
+

Hello! Welcome to Alee Productions.

+

We are a very small productions company.

+
+

If you want to know more about us click the button down below.

+
+ Learn more +
+
+ {/* Jumbotron */} +
+ {/* Carousel Wrapper*/} + +
+
+
+
+ ) + +export default Index; \ No newline at end of file diff --git a/pages/projects.js b/pages/projects.js new file mode 100644 index 0000000..d2a6156 --- /dev/null +++ b/pages/projects.js @@ -0,0 +1,116 @@ +/* + Alee Productions Website: Website for Alee Productions + Copyright (C) 2019 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

+

This is the projects that we are currently working on.

+
+
+

Software/Games

+ {/* Software Cards */} +

Current big active projects

+
+
+
+
+
Unicity
+

A Sims clone written in Unity3D.

+ Learn more GitHub +
+
+
+ +
+
+
+
QuantumNet
+

A computer "hacking" game made in C#.

+ 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/quantumnet.ejs b/pages/projects/quantumnet.ejs new file mode 100644 index 0000000..5e26fc1 --- /dev/null +++ b/pages/projects/quantumnet.ejs @@ -0,0 +1,21 @@ + + + + + + <% include ./includes/header %> + + + +<% include ./includes/navbar %> +
    +
    +

    QuantumNet

    +

    Description.

    +
    +<% include ./includes/scripts %> +<% include ./includes/footer %> +
    + + + \ No newline at end of file diff --git a/pages/projects/unicity.ejs b/pages/projects/unicity.ejs new file mode 100644 index 0000000..779e783 --- /dev/null +++ b/pages/projects/unicity.ejs @@ -0,0 +1,21 @@ + + + + + + <% 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 new file mode 100644 index 0000000..527798d --- /dev/null +++ b/pages/tos.js @@ -0,0 +1,154 @@ +/* + Alee Productions Website: Website for Alee Productions + Copyright (C) 2019 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 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 +
    +
    +
    +
    +) + +export default TOS; \ No newline at end of file -- cgit v1.2.3