ungleich-user/dal/templates/includes/_navbar_transparent.html

19 lines
559 B
HTML
Raw Normal View History

2018-11-10 12:10:17 +00:00
{% load static i18n %}
2018-11-10 13:54:35 +00:00
<style>
.container {
color: black;
}
</style>
2018-11-10 12:10:17 +00:00
<nav class="navbar navbar-default topnav navbar-transparent" role="navigation">
<div class="container">
<div class="topnav">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
2018-11-10 13:54:35 +00:00
<a id="logoWhite" class="navbar-brand topnav" href="{% url 'index' %}"><img src="{% static 'datacenterlight/img/logo_white.svg' %}"></a>
2018-11-10 12:10:17 +00:00
</div>
</div>
<!-- /.container -->
</div>
2018-11-10 13:54:35 +00:00
</nav>