From 9e9e6d5673d03d7d1e55f3a592f4d2534dffb4ff Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 14 Aug 2019 00:02:07 -0400 Subject: Tweaking --- README.md | 2 +- public/js/yt-list-videos.js | 4 ++-- views/about.ejs | 6 ++++-- views/includes/footer.ejs | 2 +- views/index.ejs | 19 +++++++------------ views/projects.ejs | 4 ++-- 6 files changed, 17 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 916fb10..6ffd6de 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Alee Production Website The official website for Alee Productions. -Written in Express.JS, EJS and MDBootstrap +Written in Express.JS, EJS and Material Design Bootstrap. Licensed with GPL-3.0 \ No newline at end of file diff --git a/public/js/yt-list-videos.js b/public/js/yt-list-videos.js index 42deb0c..799dd29 100644 --- a/public/js/yt-list-videos.js +++ b/public/js/yt-list-videos.js @@ -1,10 +1,10 @@ let channelID = 'UCNRn4YDPCCWSEl3CT7eWorA'; -let apiKey = ""; // Note to hide this +let apiKey = "nope"; let vidHeight = 400; let vidWidth = 500; -let vidMaxResult = 5; // Maximum can be 50 +let vidMaxResult = 5; $(document).ready(function () { $.get("https://www.googleapis.com/youtube/v3/channels", { diff --git a/views/about.ejs b/views/about.ejs index 2f28498..d5ed41f 100644 --- a/views/about.ejs +++ b/views/about.ejs @@ -10,7 +10,7 @@ <% include ./includes/navbar %>

About Alee Productions

-

Alee Productions is a productions company by Andrew Lee that focuses on making videos and games. +

Alee Productions is a productions company by Andrew Lee that focuses on making videos and software.

@@ -29,7 +29,7 @@ sharing it to the public and to make it as a career.
-
  • Q: Why did you call this Alee Productions?
  • +
  • Q: Why did you call this productions company 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". :)
  • @@ -49,6 +49,8 @@

    +

    Credits

    +

    This project is open source meaning that you can help contribute to this website.

    <% include ./includes/scripts %> <% include ./includes/footer %> diff --git a/views/includes/footer.ejs b/views/includes/footer.ejs index ac519d1..1e2ad39 100644 --- a/views/includes/footer.ejs +++ b/views/includes/footer.ejs @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/views/index.ejs b/views/index.ejs index 39d4fb3..2264fa5 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -18,7 +18,7 @@
    -

    Our Products

    +

    Our Products

    -

    Software

    +

    Software/Games

    @@ -38,7 +38,7 @@
    -

    Videos

    +

    Videos

    <% include ./includes/scripts %> -- cgit v1.2.3