aboutsummaryrefslogtreecommitdiff
path: root/views/about.ejs
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-08-02 20:54:44 -0400
committerAndrew Lee <alee14498@gmail.com>2019-08-02 20:54:44 -0400
commitb0b971aba04a848c7ffa155cb281ea8fd9b2292e (patch)
tree86e8757fa4625f8ed35a624794ed05d9b521481d /views/about.ejs
parentcc2c3863b0a3ec26e6610163c00b5f8f6aedc716 (diff)
downloadalp-website-b0b971aba04a848c7ffa155cb281ea8fd9b2292e.tar.gz
alp-website-b0b971aba04a848c7ffa155cb281ea8fd9b2292e.tar.bz2
alp-website-b0b971aba04a848c7ffa155cb281ea8fd9b2292e.zip
Added teams in about and some beautifying
Diffstat (limited to 'views/about.ejs')
-rw-r--r--views/about.ejs25
1 files changed, 21 insertions, 4 deletions
diff --git a/views/about.ejs b/views/about.ejs
index 87485be..452cd82 100644
--- a/views/about.ejs
+++ b/views/about.ejs
@@ -15,10 +15,27 @@
</div>
<div class="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 renamed to Alee Productions just to make the company more professional.</p>
-
- </div>
+ <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 renamed to Alee Productions
+ just to make the company more professional.</p>
+ <h1>Team</h1>
+ <div class="card text-white success-color-dark mb-3" style="max-width: 20rem;">
+ <div class="card-body">
+ <h5 class="card-title">Community Team</h5>
+ <p class="card-text text-white">
+ <ul>
+ <li>Travis#1777 (Admin)</li>
+ <li>Inkydink#9098 (Admin)</li>
+ <li>The Pixel Polygon#2069 (Admin)</li>
+ <li>Sylv#7596 (Moderator)</li>
+ <li>jtsshieh#6424 (Moderator)</li>
+
+ </ul>
+ </p>
+ </div>
+ </div>
<% include ./includes/footer %>
</body>