Updated the footer to look good with bootstrap; changed colors on the navbar

This commit is contained in:
2025-07-02 18:05:50 -04:00
parent 7a8b5a674c
commit 295c7d1923
3 changed files with 9 additions and 7 deletions

View File

@ -11,7 +11,7 @@
<script src="/js/bedabin.js"></script>
{% block scripts %}{% endblock %}
</head>
<body>
<body class="d-flex flex-column min-vh-100">
{% include 'partials/navbar.twig' %}
<div id="main-wrapper" class="container mb-5">

View File

@ -1,8 +1,10 @@
<footer id="main-footer" class="container">
<footer id="main-footer" class="bg-light py-4 mt-auto">
<div class="container">
<div class="row">
<div class="col-12">
<p>Colossus version {{ APP_VERSION }}.</p>
<p>Running PHP version {{ PHP_VERSION }}.</p>
<p class="text-center mb-0">Colossus version {{ APP_VERSION }}</p>
<p class="text-center mb-0">Running PHP version {{ PHP_VERSION }}</p>
</div>
</div>
</div>
</footer>

View File

@ -1,4 +1,4 @@
<nav id="main-nav" class="navbar navbar-expand-md bg-body-secondary mb-3">
<nav id="main-nav" class="navbar navbar-expand-md navbar-dark bg-primary mb-3">
<div class="container-fluid">
<a class="navbar-brand mb-0 h1" href="#">Colossus</a>