Refactor profile and base templates for improved clarity and consistency
This commit is contained in:
parent
faddc4c9b0
commit
c25236bc07
2 changed files with 3 additions and 35 deletions
|
|
@ -56,7 +56,7 @@
|
|||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark mb-4">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="{% url 'twitch:dashboard' %}">
|
||||
<i class="fa-brands fa-twitch me-2"></i>Twitch Drops Tracker
|
||||
<i class="fa-brands fa-twitch me-2"></i>ttvdrops
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
|
|
@ -127,21 +127,6 @@
|
|||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
||||
<footer class="bg-dark text-white py-4 mt-auto">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<h5><i class="fa-brands fa-twitch me-2"></i>Twitch Drops Tracker</h5>
|
||||
<p>Track and manage Twitch drops campaigns for your favorite games</p>
|
||||
</div>
|
||||
<div class="col-md-6 text-md-end">
|
||||
<p class="mb-0">© {% now "Y" %} Twitch Drops Tracker</p>
|
||||
<p class="mb-0 small">Not affiliated with Twitch Interactive, Inc.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- Bootstrap JS Bundle with Popper -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
||||
{% block extra_js %}{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue