mysteriendrama/templates/navbar.html

19 lines
1.1 KiB
HTML

{% load static %}
<header class="dc-deep-purple dc-top-header" >
<div class="dc-container dc-center ">
<div class="dc-container">
<a href="{% url 'homepage' %}"><img alt="Logo" src='{% static 'pictures/sigil-new.webp' %}' style="height:100px;width:107px"></a>
</div>
<div style="width:100%;padding-left:0%;padding-right:0%" class="dc-bar dc-padding-top-24 dc-flex-container" data-fixed-height="40">
<a style="width:20%" class="dc-bar-item dc-button dc-light-grey dc-padding dc-border-right dc-round-small" href="{% url 'homepage' %}">Startseite</a>
<a style="width:20%" class="dc-bar-item dc-button dc-light-grey dc-padding dc-border-right dc-round-small" href="{% url 'unterstuetzen' %}">Unterstützen</a>
<a style="width:20%" class="dc-bar-item dc-button dc-light-grey dc-padding dc-border-right dc-round-small" href="{% url 'ueber' %}">Über Uns</a>
<a style="width:20%" class="dc-bar-item dc-button dc-light-grey dc-padding dc-border-right dc-round-small" href="{% url 'drama' %}">Zum Drama</a>
<a style="width:20%" class="dc-bar-item dc-button dc-light-grey dc-padding" href="{% url 'kontakt' %}">Kontakt</a>
</div>
</div>
</header>