This commit is contained in:
Andrew Lee 2019-08-14 00:02:07 -04:00
parent 28d318a54b
commit 9e9e6d5673
6 changed files with 17 additions and 20 deletions

View file

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

View file

@ -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", {

View file

@ -10,7 +10,7 @@
<% 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 class="lead">Alee Productions is a productions company by Andrew Lee that focuses on making videos and software.
</p>
</div>
<div class="container">
@ -29,7 +29,7 @@
sharing
it to the public and to make it as a career.</li>
<br>
<li>Q: Why did you call this Alee Productions?</li>
<li>Q: Why did you call this productions company Alee Productions?</li>
<li>A: As you know my name is Andrew Lee and my name starts with an "A" and combine it with "Lee" you get "Alee". :)</li>
</h4>
</ul>
@ -49,6 +49,8 @@
</p>
</div>
</div>
<h1>Credits</h1>
<p>This project is open source meaning that you can help <a href="https://github.com/aleeproductions/website">contribute</a> to this website.</p>
</div>
<% include ./includes/scripts %>
<% include ./includes/footer %>

View file

@ -1,3 +1,3 @@
<footer class="page-footer mt-5 font-small green">
<div class="footer-copyright text-center py-3">© Copyright 2016-2019, Alee Productions. Powered by ExpressJS, EJS and Material Design Bootstrap.</div>
<div class="footer-copyright text-center py-3">© Copyright 2016-2019, Alee Productions. Licensed with GPL-3.0</div>
</footer>

View file

@ -18,7 +18,7 @@
</div>
<div class="container">
<center><h2>Our Products</h2></center>
<h2 class="text-center mb-3">Our Products</h2>
<!--Carousel Wrapper-->
<div id="carousel-product" class="carousel slide carousel-slide" data-ride="carousel">
<!--Indicators-->
@ -84,23 +84,21 @@
<!--/.Carousel Wrapper-->
<br>
<!--Community, Video and Software-->
<div class="row">
<!-- If anyone knows how to fix this please tell me thanks -Alee :)-->
<div class="row d-flex justify-content-center">
<div class="col-sm">
<center>
<div class="view overlay">
<a href="https://discord.gg/EFhRDqG">
<img src="/img/users-solid.svg" height=220px>
<img class="text-center" src="/img/users-solid.svg" height=220px>
<div class="mask flex-center rgba-green-strong">
<p class="white-text">Community</p>
</div>
</a>
</div>
<br>
Community
</center>
<p class="text-center">Community</p>
</div>
<div class="col-sm">
<center>
<div class="view overlay">
<a href="https://www.youtube.com/channel/UC9CIwdleH3m_PV35QqULWzA">
<img src="/img/video-solid.svg" height=220px>
@ -110,11 +108,9 @@
</a>
</div>
<br>
Video
</center>
<p class="text-center">Video</p>
</div>
<div class="col-sm">
<center>
<div class="view overlay">
<a href="https://github.com/aleeproductions">
<img src="/img/file-code-solid.svg" height=220px>
@ -124,8 +120,7 @@
</a>
</div>
<br>
Software
</center>
<p class="text-center">Software</p>
</div>
</div>
</div>

View file

@ -13,7 +13,7 @@
<p class="lead">This is the projects that we are currently working on.</p>
</div>
<div class="container">
<center><h1 class="mb-5">Software</h1></center>
<h1 class="mb-5 text-center">Software/Games</h1>
<!-- Software Cards -->
<div class="row d-flex justify-content-center">
@ -38,7 +38,7 @@
</div>
</div>
<!--/.Software Cards -->
<center><h1 class="mt-5 mb-5">Videos</h1></center>
<h1 class="mt-5 mb-5 text-center">Videos</h1>
<ul id="yt-results" class="yt" style="list-style-type:none;"></ul>
</div>
<% include ./includes/scripts %>