diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-03 22:45:51 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-03 22:45:51 -0400 |
| commit | 4f82b9ffe4a68d4a90213e50c21d763f57c49d2d (patch) | |
| tree | 86866a7fe0aed1eb75cf1e29e6e5bb7a9c032990 /views | |
| parent | 59aef06a66b5b72b37b3c225901b855c684446eb (diff) | |
| download | alp-website-4f82b9ffe4a68d4a90213e50c21d763f57c49d2d.tar.gz alp-website-4f82b9ffe4a68d4a90213e50c21d763f57c49d2d.tar.bz2 alp-website-4f82b9ffe4a68d4a90213e50c21d763f57c49d2d.zip | |
FAQ and fixes
Diffstat (limited to 'views')
| -rw-r--r-- | views/about.ejs | 14 | ||||
| -rw-r--r-- | views/includes/header.ejs | 3 |
2 files changed, 14 insertions, 3 deletions
diff --git a/views/about.ejs b/views/about.ejs index ffcf396..a7f74d3 100644 --- a/views/about.ejs +++ b/views/about.ejs @@ -17,8 +17,18 @@ <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 + 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 style="list-style-type: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> + </h4> + </ul> <h1>Team</h1> <div class="card text-white success-color-dark mb-3" style="max-width: 20rem;"> <div class="card-body"> @@ -35,7 +45,7 @@ </p> </div> </div> - <% include ./includes/footer %> + <% include ./includes/footer %> </body> </html>
\ No newline at end of file diff --git a/views/includes/header.ejs b/views/includes/header.ejs index 0efb75a..f9ab843 100644 --- a/views/includes/header.ejs +++ b/views/includes/header.ejs @@ -20,7 +20,8 @@ <!-- Bootstrap core CSS --> <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet"> <!-- Material Design Bootstrap --> -<link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.8.7/css/mdb.min.css" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=Play:400,700&display=swap" rel="stylesheet"> +<link href="https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.8.7/css/mdb.min.css" rel="stylesheet"> +<link href="https://fonts.googleapis.com/css?family=Play:400,700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="/css/style.css"> <title><%= title %></title> |
