diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-11-24 09:20:52 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-11-24 09:20:52 -0500 |
| commit | 73f61722b2320f5df619a9b0db078d71b834fcec (patch) | |
| tree | 9340307a34df4247f153115a342377b7bd7c0cf3 /views/includes | |
| parent | f18f4c5daa08a139555be0a780d20e00413d4b32 (diff) | |
| download | Project-NewTube-73f61722b2320f5df619a9b0db078d71b834fcec.tar.gz Project-NewTube-73f61722b2320f5df619a9b0db078d71b834fcec.tar.bz2 Project-NewTube-73f61722b2320f5df619a9b0db078d71b834fcec.zip | |
Got rid of the ALP stuff
Diffstat (limited to 'views/includes')
| -rw-r--r-- | views/includes/footer.ejs | 2 | ||||
| -rw-r--r-- | views/includes/navbar.ejs | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/views/includes/footer.ejs b/views/includes/footer.ejs index a26d20f..50c3ac5 100644 --- a/views/includes/footer.ejs +++ b/views/includes/footer.ejs @@ -2,7 +2,7 @@ <div class="footer-copyright text-center py-3">© Copyright 2016-2019, Alee Productions Inc. Licensed with <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL-3.0</a> and view <a href="/about#credits">credits</a> to see how this website is built.</div> </footer> <div class="alert alert-warning fixed-bottom m-0 alert-dismissible fade show" role="alert"> - Please note that this website is under active development and bugs may occur.<br>If there's any, report it to the <a href="https://github.com/aleeproductions/website">GitHub</a> repo. + Please note that this website is under active development and bugs may occur.<br>If there's any, report it to the <a href="https://git.alee-productions.xyz/aleeproductions/project-newtube">ALP</a> repo. <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> diff --git a/views/includes/navbar.ejs b/views/includes/navbar.ejs index 90405c8..b182888 100644 --- a/views/includes/navbar.ejs +++ b/views/includes/navbar.ejs @@ -1,7 +1,6 @@ <nav class="navbar navbar-expand-lg navbar-dark bg-dark"> <a class="navbar-brand animsition-link" href="/"> - <img src="/img/ALP.png" height="30" class="d-inline-block align-top" alt="Alee Prod Logo"> - Alee Productions</a> + Project NewTube</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> |
