Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions templates/portal/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,13 @@
<body class="d-flex flex-column min-vh-100">
{% block body %}
{% endblock body %}
<nav class="navbar navbar-expand-md navbar-dark bg-dark"
aria-label="Fourth navbar example">
<nav class="navbar navbar-expand-md navbar-dark" style="background-color:#6f42c1;">
<div class="container-fluid">
<a class="navbar-brand" href="{% url "index" %}">PyLadiesCon Portal</a>
<a class="navbar-brand d-flex align-items-center" href="{% url 'index' %}">
<img src="{% static 'logo.png' %}" alt="PyLadiesCon" height="40" class="me-2">
PyLadiesCon Portal
</a>

<button class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
Expand Down