aboutsummaryrefslogtreecommitdiff
path: root/pages/about.js
diff options
context:
space:
mode:
Diffstat (limited to 'pages/about.js')
-rw-r--r--pages/about.js108
1 files changed, 57 insertions, 51 deletions
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 = () => (
- <Layout>
- <div>
- <div className="jumbotron special-color bounceIn white-text">
- <h2 className="display-4">About</h2>
- <p className="lead">Alee Productions is a productions company by Andrew Lee that focuses on making videos and software.</p>
- </div>
- <div className="container">
- <h1>History</h1>
- <p>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.</p>
- <h1>FAQ</h1>
- <ul className="none">
- <h4>
- <li>Q: Why did you create Alee Productions?</li>
- <li>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.</li>
- <br/>
- <li>Q: Why did you call this productions company Alee Productions?</li>
- <li>A: As you know my name is Andrew Lee and my name starts with an "A" and combine it with "Lee" you get "Alee". :)</li>
- </h4>
- </ul>
- <h1>Team</h1>
- <div className="card text-white success-color-dark mb-3" style={{maxWidth: '20rem'}}>
- <div className="card-body">
- <h5 className="card-title">Community Team (Discord)</h5>
- <p className="card-text text-white">
- <ul>
- <li>Travis#1777 (Admin)</li>
- <li>jtsshieh#6424 (Admin)</li>
- <li>The Pixel Polygon#2069 (Admin)</li>
- <li>Inkydink#9098 (Moderator)</li>
+ <Layout>
+ <div>
+ <div className="jumbotron special-color bounceIn white-text">
+ <h2 className="display-4">About</h2>
+ <p className="lead">Alee Productions is a software and video production company, founded by Andrew Lee.</p>
+
+ </div>
+ <div className="container">
+ <h1>History</h1>
+ <p>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.</p>
+ <h1>FAQ</h1>
+ <ul className="none">
+ <h4>
+ <li>Q: Why did you create Alee Productions?</li>
+ <li>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.
+ </li>
+ <br/>
+ <li>Q: Why the name "Alee Productions?"</li>
+ <li>A: As you know my name is Andrew Lee and my name starts with an "A" and combine it with
+ "Lee" you get "Alee". :)
+ </li>
+ </h4>
+ </ul>
+ <h1>Our Teams</h1>
+ <div className="card text-white success-color-dark mb-3" style={{maxWidth: "20rem"}}>
+ <div className="card-body">
+ <h5 className="card-title">Discord</h5>
+ <p className="card-text text-white">
+ <ul>
+ <li>Travis#1777 (Admin)</li>
+ <li>jtsshieh#6424 (Admin)</li>
+ <li>The Pixel Polygon#2069 (Admin)</li>
+ <li>Inkydink#9098 (Moderator)</li>
+ </ul>
+ </p>
+ </div>
+ </div>
+ <div id="credits">
+ <h1>Credits</h1>
+ <p>This website is powered by <a href="https://nextjs.org">Next.js</a>, <a href="https://netlify.com">Netlify</a> and <a href="https://mdbootstrap.com">Material Design Bootstrap.</a></p>
+ <p>This website is open source. Contribute <a href="https://github.com/aleeproductions/website">here.</a></p>
+ </div>
+ </div>
+ </div>
+ </Layout>
+);
- </ul>
- </p>
- </div>
- </div>
- <div id="credits">
- <h1>Credits</h1>
- <p>Website is powered by NextJS, Netlify and Material Design Bootstrap.</p>
- <p>This project is open source meaning that you can help <a href="https://github.com/aleeproductions/website">contribute</a> to this website.</p>
- </div>
- </div>
- </div>
- </Layout>
- )
-
export default About; \ No newline at end of file