aboutsummaryrefslogtreecommitdiff
path: root/views/about.ejs
blob: e693410abcb714acdef2ce814b2592b03aadbd1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>

<head>
    <% include ./includes/header %>
    <title><%= title %></title>
</head>

<body>
    <% include ./includes/navbar %>
    <div class="jumbotron special-color">
        <h2 class="display-4">About Alee Productions</h2>
        <p class="lead">Alee Productions is a productions company by Andrew Lee that focuses on making videos and games.
        </p>
    </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 got 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>

</html>