From 28d318a54ba77dc381ba0c92f9adc7b29e0abac3 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 13 Aug 2019 16:00:49 -0400 Subject: Big changes --- views/404.ejs | 3 ++- views/about.ejs | 6 ++++++ views/blog.ejs | 5 +++-- views/includes/footer.ejs | 12 +----------- views/includes/scripts.ejs | 9 +++++++++ views/index.ejs | 33 +++++++++++++++++++-------------- views/projects.ejs | 34 ++++++++++++++++++++++++++++++++-- 7 files changed, 72 insertions(+), 30 deletions(-) create mode 100644 views/includes/scripts.ejs (limited to 'views') diff --git a/views/404.ejs b/views/404.ejs index 6265009..43c308d 100644 --- a/views/404.ejs +++ b/views/404.ejs @@ -1,4 +1,5 @@ + <% include ./includes/header %> @@ -10,6 +11,6 @@

Oops, seems like that page isn't found!

Return to homepage?

- <% include ./includes/footer %> + <% include ./includes/scripts %> \ No newline at end of file diff --git a/views/about.ejs b/views/about.ejs index f00c69f..2f28498 100644 --- a/views/about.ejs +++ b/views/about.ejs @@ -1,4 +1,5 @@ + @@ -27,6 +28,9 @@
  • 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.
  • +
    +
  • Q: Why did you call this Alee Productions?
  • +
  • A: As you know my name is Andrew Lee and my name starts with an "A" and combine it with "Lee" you get "Alee". :)
  • Team

    @@ -45,6 +49,8 @@

    + + <% include ./includes/scripts %> <% include ./includes/footer %> diff --git a/views/blog.ejs b/views/blog.ejs index ee21e43..4572c3e 100644 --- a/views/blog.ejs +++ b/views/blog.ejs @@ -1,4 +1,5 @@ + @@ -12,8 +13,8 @@

    Where we post updates on products, this website and etc.

    Notice: We are currently working on this page

    - -<% include ./includes/footer %> + <% include ./includes/scripts %> + <% include ./includes/footer %> \ No newline at end of file diff --git a/views/includes/footer.ejs b/views/includes/footer.ejs index 600ae87..ac519d1 100644 --- a/views/includes/footer.ejs +++ b/views/includes/footer.ejs @@ -1,13 +1,3 @@ - - - - - - - - - -