From d3f8a0eb0c42eac80ab050f0cbbf5c14dbfca042 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 12 Oct 2019 16:51:59 -0400 Subject: moving stuff --- app.js | 4 ++-- views/about.ejs | 41 +++++++++++++++++++++++++++++++++++++++++ views/index.ejs | 51 ++++----------------------------------------------- views/projects.ejs | 2 +- 4 files changed, 48 insertions(+), 50 deletions(-) diff --git a/app.js b/app.js index 7ac20c2..cf25e66 100644 --- a/app.js +++ b/app.js @@ -65,7 +65,7 @@ rl.on("line", (input) => { case "exit": async function exitWebsite() { console.log("[i] Closing website..."); - //await Hook.info("Alee Productions Website", "Website is shutting down..."); + await Hook.info("Alee Productions Website", "Website is shutting down..."); process.exit(0); } exitWebsite(); @@ -102,6 +102,6 @@ app.use((req, res) => { }); app.listen(port, () => { - //Hook.success("Alee Productions Website","Website has been loaded!"); + Hook.success("Alee Productions Website","Website has been loaded!"); console.log(`[>] Website listening on port ${port}!`); }); \ No newline at end of file diff --git a/views/about.ejs b/views/about.ejs index 6fee2c4..8fbb2c8 100644 --- a/views/about.ejs +++ b/views/about.ejs @@ -15,6 +15,47 @@

+ + +
+
+ +
+

Community

+
+
+ +
+

Video

+
+
+ +
+

Software

+
+
+

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. diff --git a/views/index.ejs b/views/index.ejs index 6e4f37d..ba39946 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -9,7 +9,6 @@ <% include ./includes/navbar %>

-

Hello! Welcome to Alee Productions.

We are a very small productions company.

@@ -17,9 +16,8 @@

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

Learn more
- -
-

Our Products

+ +
-
@@ -83,49 +80,9 @@
-
- - -
- -
- -
-

Video

-
-
- -
-

Software

-
-
- <% include ./includes/scripts %> diff --git a/views/projects.ejs b/views/projects.ejs index 498dd4a..9ca65bb 100644 --- a/views/projects.ejs +++ b/views/projects.ejs @@ -23,7 +23,7 @@
Unicity

A Sims clone written in Unity3D.

- GitHub + Learn more GitHub
-- cgit v1.2.3