aboutsummaryrefslogtreecommitdiff
path: root/views/about.ejs
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-08-02 15:35:14 -0400
committerAndrew Lee <alee14498@gmail.com>2019-08-02 15:35:14 -0400
commitcc2c3863b0a3ec26e6610163c00b5f8f6aedc716 (patch)
tree372b990c1e9e40475be08a554768acece5fd5430 /views/about.ejs
parentf7c360592b6c2ef24b033280aa977a894349476a (diff)
downloadalp-website-cc2c3863b0a3ec26e6610163c00b5f8f6aedc716.tar.gz
alp-website-cc2c3863b0a3ec26e6610163c00b5f8f6aedc716.tar.bz2
alp-website-cc2c3863b0a3ec26e6610163c00b5f8f6aedc716.zip
About page, updated 404 and changed style
Diffstat (limited to 'views/about.ejs')
-rw-r--r--views/about.ejs25
1 files changed, 25 insertions, 0 deletions
diff --git a/views/about.ejs b/views/about.ejs
new file mode 100644
index 0000000..87485be
--- /dev/null
+++ b/views/about.ejs
@@ -0,0 +1,25 @@
+<!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 renamed to Alee Productions just to make the company more professional.</p>
+
+ </div>
+ <% include ./includes/footer %>
+</body>
+
+</html> \ No newline at end of file