add sidebar nav (incomplete)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{% load static %}
|
||||
<nav class="navbar navbar-dark navbar-expand-md bg-dark py-0">
|
||||
<nav class="navbar navbar-dark navbar-expand-md py-0" style="background: #323669;">
|
||||
<a class="navbar-brand d-flex text-uppercase fw-bold m-2 mx-4 text-dark" href="{% url 'home' %}">
|
||||
<img class="d-inline-block" width="32" height="32" src="{% static 'benchcoach.svg' %}" />
|
||||
<span class="d-none d-print-inline-block d-sm-inline-block d-md-inline-block d-lg-inline-block d-xl-inline-block d-xxl-inline-block mx-1 my-auto text-white">bench coach</span>
|
||||
|
||||
Reference in New Issue
Block a user