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 | |
| 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')
| -rw-r--r-- | views/about.ejs | 2 | ||||
| -rw-r--r-- | views/includes/footer.ejs | 2 | ||||
| -rw-r--r-- | views/includes/header.ejs | 11 | ||||
| -rw-r--r-- | views/includes/navbar.ejs | 6 | ||||
| -rw-r--r-- | views/index.ejs | 43 |
5 files changed, 60 insertions, 4 deletions
diff --git a/views/about.ejs b/views/about.ejs index 452cd82..e693410 100644 --- a/views/about.ejs +++ b/views/about.ejs @@ -18,7 +18,7 @@ <p>Alee Productions started in 2016. It used to be called "AleeCorp" and used to make just software but over time it started branching to other things like making games and videos. In late 2018, AleeCorp merged with Universe and some project merged but due to a community conflict during - October in that year, Universe and AleeCorp splited. In 2019 however, AleeCorp renamed to Alee Productions + October in that year, Universe and AleeCorp splited. In 2019 however, AleeCorp got renamed to Alee Productions just to make the company more professional.</p> <h1>Team</h1> <div class="card text-white success-color-dark mb-3" style="max-width: 20rem;"> diff --git a/views/includes/footer.ejs b/views/includes/footer.ejs index 50e53ec..dd10125 100644 --- a/views/includes/footer.ejs +++ b/views/includes/footer.ejs @@ -1,5 +1,5 @@ <footer class="page-footer fixed-bottom font-small green"> - <div class="footer-copyright text-center py-3">© Copyright 2019, Alee Productions. Powered by ExpressJS and EJS.</div> + <div class="footer-copyright text-center py-3">© Copyright 2016-2019, Alee Productions. Powered by ExpressJS and EJS.</div> </footer> <!-- JQuery --> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> diff --git a/views/includes/header.ejs b/views/includes/header.ejs index 9e26117..d0632ac 100644 --- a/views/includes/header.ejs +++ b/views/includes/header.ejs @@ -1,3 +1,14 @@ +<!-- Favicons --> +<link rel="apple-touch-icon" sizes="180x180" href="/ico/apple-touch-icon.png"> +<link rel="icon" type="image/png" sizes="32x32" href="/ico/favicon-32x32.png"> +<link rel="icon" type="image/png" sizes="16x16" href="/ico/favicon-16x16.png"> +<link rel="manifest" href="/ico/site.webmanifest"> +<link rel="mask-icon" href="/ico/safari-pinned-tab.svg" color="#5bbad5"> +<link rel="shortcut icon" href="/ico/favicon.ico"> +<meta name="msapplication-TileColor" content="#da532c"> +<meta name="msapplication-config" content="/ico/browserconfig.xml"> +<meta name="theme-color" content="#ffffff"> + <!-- Font Awesome --> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"> <!-- Bootstrap core CSS --> diff --git a/views/includes/navbar.ejs b/views/includes/navbar.ejs index ed2e826..b8d3ed5 100644 --- a/views/includes/navbar.ejs +++ b/views/includes/navbar.ejs @@ -1,11 +1,13 @@ <nav class="navbar navbar-expand-lg navbar-dark bg-dark"> - <a class="navbar-brand" href="/">Alee Productions</a> + <a class="navbar-brand" href="/"> + <img src="/img/ALP.png" height="30" class="d-inline-block align-top" alt="Alee Prod Logo"> + Alee Productions</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarNav"> - <ul class="navbar-nav"> + <ul class="navbar-nav mr-auto"> <li class="nav-item"> <a class="nav-link" href="/">Home</a> </li> 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> |
