aboutsummaryrefslogtreecommitdiff
path: root/views/index.ejs
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-11-24 09:20:52 -0500
committerAndrew Lee <alee14498@gmail.com>2019-11-24 09:20:52 -0500
commit73f61722b2320f5df619a9b0db078d71b834fcec (patch)
tree9340307a34df4247f153115a342377b7bd7c0cf3 /views/index.ejs
parentf18f4c5daa08a139555be0a780d20e00413d4b32 (diff)
downloadProject-NewTube-73f61722b2320f5df619a9b0db078d71b834fcec.tar.gz
Project-NewTube-73f61722b2320f5df619a9b0db078d71b834fcec.tar.bz2
Project-NewTube-73f61722b2320f5df619a9b0db078d71b834fcec.zip
Got rid of the ALP stuff
Diffstat (limited to 'views/index.ejs')
-rw-r--r--views/index.ejs88
1 files changed, 6 insertions, 82 deletions
diff --git a/views/index.ejs b/views/index.ejs
index ba39946..a40bb55 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<!-- Alee Productions Website: Made by Alee and licensed with GPL-3.0 -->
+<!-- Project NewTube: Made by Alee and licensed with GPL-3.0 -->
<html>
<head>
@@ -7,87 +7,11 @@
</head>
<body class="dark">
- <% include ./includes/navbar %>
- <div class="animsition">
- <div class="jumbotron special-color bounceIn white-text">
- <h2 class="display-4">Hello! Welcome to Alee Productions.</h2>
- <p class="lead">We are a very small productions company.</p>
- <hr class="my-4">
- <p>If you want to know more about us click the button down below.</p>
- <a class="btn btn-green btn-lg animsition-link" href="/about" role="button">Learn more</a>
- </div>
- <!--Jumbotron-->
- <div class="container">
- <!--Carousel Wrapper-->
- <div id="carousel-product" class="carousel slide carousel-slide" data-ride="carousel">
- <!--Indicators-->
- <ol class="carousel-indicators">
- <li data-target="#carousel-product" data-slide-to="0" class="active"></li>
- <li data-target="#carousel-product" data-slide-to="1"></li>
- <li data-target="#carousel-product" data-slide-to="2"></li>
- </ol>
- <!--/.Indicators-->
- <!--Slides-->
- <div class="carousel-inner" role="listbox">
- <div class="carousel-item active">
- <div class="view">
- <img class="d-block w-100" src="/img/carousel/unicity.png"
- alt="First slide">
- <div class="mask rgba-black-light"></div>
- </div>
- <div class="carousel-caption">
- <h3 class="h3-responsive">Unicity</h3>
- <p>A Sims clone written in Unity3D.</p>
- <a class="btn btn-green btn-lg" href="https://github.com/aleeproductions/Unicity/blob/master/README.md" role="button">Learn More</a>
- </div>
- </div>
- <div class="carousel-item">
- <!--Mask color-->
- <div class="view">
- <img class="d-block w-100" src="https://mdbootstrap.com/img/Photos/Slides/img%20(6).jpg"
- alt="Second slide">
- <div class="mask rgba-black-light"></div>
- </div>
- <div class="carousel-caption">
- <h3 class="h3-responsive">QuantumNet</h3>
- <p>A computer "hacking" game made in C#.</p>
- <a class="btn btn-green btn-lg" href="https://github.com/aleeproductions/QuantumNet/blob/master/README.md" role="button">Learn More</a>
- </div>
- </div>
- <div class="carousel-item">
- <!--Mask color-->
- <div class="view">
- <img class="d-block w-100" src="https://mdbootstrap.com/img/Photos/Slides/img%20(9).jpg"
- alt="Third slide">
- <div class="mask rgba-black-light"></div>
- </div>
- <div class="carousel-caption">
- <h3 class="h3-responsive">Slight mask</h3>
- <p>Third text</p>
- <a class="btn btn-green btn-lg" href="#" role="button">Learn More</a>
- </div>
- </div>
- <!--/.Slides-->
- <!--Controls-->
- <a class="carousel-control-prev" href="#carousel-product" role="button" data-slide="prev">
- <span class="carousel-control-prev-icon" aria-hidden="true"></span>
- <span class="sr-only">Previous</span>
- </a>
- <a class="carousel-control-next" href="#carousel-product" role="button" data-slide="next">
- <span class="carousel-control-next-icon" aria-hidden="true"></span>
- <span class="sr-only">Next</span>
- </a>
- <!--/.Controls-->
- </div>
- <!--/.Carousel Wrapper-->
- </div>
- </div>
- <script>
- console.log("Welcome to Alee Productions :)");
- </script>
- <% include ./includes/scripts %>
- <% include ./includes/footer %>
- </div>
+<% include ./includes/navbar %>
+<div class="container">
+ <h1>Hello World!</h1>
+</div>
+<% include ./includes/footer %>
</body>
</html> \ No newline at end of file