From b0b971aba04a848c7ffa155cb281ea8fd9b2292e Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 2 Aug 2019 20:54:44 -0400 Subject: Added teams in about and some beautifying --- views/404.ejs | 1 + views/about.ejs | 25 +++++++++++++++++++++---- views/includes/footer.ejs | 6 +++++- views/index.ejs | 4 ++-- views/projects.ejs | 18 ++++++++++++++++++ 5 files changed, 47 insertions(+), 7 deletions(-) create mode 100644 views/projects.ejs (limited to 'views') diff --git a/views/404.ejs b/views/404.ejs index 4bdc4a1..720bd87 100644 --- a/views/404.ejs +++ b/views/404.ejs @@ -5,6 +5,7 @@ <%= title %> + <% include ./includes/navbar %>

404 - Not Found

Oops, seems like that page isn't found!

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 @@

History

-

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.

- -
+

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.

+

Team

+
+
+
Community Team
+

+

    +
  • Travis#1777 (Admin)
  • +
  • Inkydink#9098 (Admin)
  • +
  • The Pixel Polygon#2069 (Admin)
  • +
  • Sylv#7596 (Moderator)
  • +
  • jtsshieh#6424 (Moderator)
  • + +
+

+
+
<% include ./includes/footer %> diff --git a/views/includes/footer.ejs b/views/includes/footer.ejs index 56a654c..50e53ec 100644 --- a/views/includes/footer.ejs +++ b/views/includes/footer.ejs @@ -1,8 +1,12 @@ +
+ +
- + \ No newline at end of file diff --git a/views/index.ejs b/views/index.ejs index 55bfaed..e62eff6 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -8,9 +8,9 @@ <% include ./includes/navbar %> -
+

Hello! Welcome to Alee Productions.

-

We are a very small produtions company.

+

We are a very small productions company.


If you want to know more about us click the button down below.

Learn more diff --git a/views/projects.ejs b/views/projects.ejs new file mode 100644 index 0000000..02c98ff --- /dev/null +++ b/views/projects.ejs @@ -0,0 +1,18 @@ + + + + + <% include ./includes/header %> + <%= title %> + + + + <% include ./includes/navbar %> +
+

Projects

+

This is the projects that we are currently working on.

+
+ <% include ./includes/footer %> + + + \ No newline at end of file -- cgit v1.2.3