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 --- pages/about.js | 108 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 57 insertions(+), 51 deletions(-) (limited to 'pages/about.js') diff --git a/pages/about.js b/pages/about.js index ac51ca2..8fe4e32 100644 --- a/pages/about.js +++ b/pages/about.js @@ -17,58 +17,64 @@ */ -import Layout from '../components/Layout'; +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)
  • + +
    +
    +

    About

    +

    Alee Productions is a software and video production company, founded by Andrew Lee.

    + +
    +
    +

    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 the name "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". :) +
    • +

      +
    +

    Our Teams

    +
    +
    +
    Discord
    +

    +

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

    +
    +
    +
    +

    Credits

    +

    This website is powered by Next.js, Netlify and Material Design Bootstrap.

    +

    This website is open source. Contribute here.

    +
    +
    +
    +
    +); -
-

-
-
-
-

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 -- cgit v1.2.3