diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-03 14:51:45 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-03 14:51:45 -0400 |
| commit | 5bf4b8e134b485d47a461d6eaab284d50cec0ef3 (patch) | |
| tree | ddfff4e2ee97baaee335dfaa14789cab9425d831 /views/index.ejs | |
| parent | 5054a79fe676df38c3f2324e2325c8a5cfb994d4 (diff) | |
| download | alp-website-5bf4b8e134b485d47a461d6eaab284d50cec0ef3.tar.gz alp-website-5bf4b8e134b485d47a461d6eaab284d50cec0ef3.tar.bz2 alp-website-5bf4b8e134b485d47a461d6eaab284d50cec0ef3.zip | |
Favicons, updated homepage and more stuff
Diffstat (limited to 'views/index.ejs')
| -rw-r--r-- | views/index.ejs | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/views/index.ejs b/views/index.ejs index e62eff6..243b0a2 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -8,6 +8,7 @@ <body> <% include ./includes/navbar %> + <!--Jumbotron--> <div class="jumbotron special-color bounceIn"> <h2 class="display-4">Hello! Welcome to Alee Productions.</h2> <p class="lead">We are a very small productions company.</p> @@ -15,6 +16,48 @@ <p>If you want to know more about us click the button down below.</p> <a class="btn btn-green btn-lg" href="/about" role="button">Learn more</a> </div> + + <!--Community, Video and Software--> + + <div class="container"> + <div class="row"> + <div class="col-sm"> + <div class="view overlay"> + <a href="https://discord.gg/EFhRDqG"> + <img src="/img/users-solid.svg" class="svg-white" height=220px> + <div class="mask flex-center rgba-green-strong"> + <p class="white-text">Community</p> + </div> + </a> + </div> + </div> + <div class="col-sm"> + <div class="view overlay"> + <a href="https://www.youtube.com/channel/UC9CIwdleH3m_PV35QqULWzA"> + <img src="/img/video-solid.svg" class="svg-white" height=220px> + <div class="mask flex-center rgba-green-strong"> + <p class="white-text">Video</p> + </div> + </a> + </div> + </div> + <div class="col-sm"> + <div class="view overlay"> + <a href="https://github.com/aleeproductions"> + <img src="/img/file-code-solid.svg" class="svg-white" height=220px> + <div class="mask flex-center rgba-green-strong"> + <p class="white-text">Software</p> + </div> + </a> + </div> + </div> + </div> + </div> +<script> + console.log("Welcome to Alee Productions :)") +alert("Please note that this website is under active development and bugs may occur.\nIf there's any report it to the GitHub repo.") +</script> + <% include ./includes/footer %> </body> |
