diff options
| author | Andrew Lee <alee14498@gmail.com> | 2021-09-12 15:33:45 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2021-09-12 15:33:45 -0400 |
| commit | db2ca82a7cf869ebaaab5c33231c9eabdf20ac92 (patch) | |
| tree | a1a93b93b15a8be67f223a00bcf9219c49b081f8 /pages | |
| parent | 4ab9b843f3fe307316a4ad108988f8e8a9f27b64 (diff) | |
| download | alp-website-db2ca82a7cf869ebaaab5c33231c9eabdf20ac92.tar.gz alp-website-db2ca82a7cf869ebaaab5c33231c9eabdf20ac92.tar.bz2 alp-website-db2ca82a7cf869ebaaab5c33231c9eabdf20ac92.zip | |
Final stage
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/index.js | 57 |
1 files changed, 3 insertions, 54 deletions
diff --git a/pages/index.js b/pages/index.js index ec8a49f..c337212 100644 --- a/pages/index.js +++ b/pages/index.js @@ -22,60 +22,9 @@ import Layout from "../components/Layout"; const Index = () => ( <Layout> <div className="container"> - <h1>Announcement</h1> - <p>We is planning on rewriting the website once again.</p> - <p>Right now the website has been mashed up into one page.</p> - <h1>TOS</h1> - <a href="/tos">Read the ToS here.</a> - <h1>About</h1> - <h1>History</h1> - <p>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 - 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 className="footer-copyright text-center py-3"> - © Copyright 2017-2020, Alee Productions. Licensed with <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL-3.0</a>. - View the <a href="#credits">credits</a> to see our stack. - </div> + <br/> + <h2>This website is currently going under maintenance for NaN minutes.</h2> + </div> </Layout> ); |
