2019-05-23 10:17:08 +02:00
|
|
|
<nav class="navbar navbar-inverse bg-secondary rounded-bottom fixed-top">
|
2019-05-19 18:37:00 +02:00
|
|
|
<div class="container-fluid">
|
|
|
|
|
|
|
|
<ul class="nav navbar-left">
|
|
|
|
<a class="navbar-brand text-light font-weight-bold p-2" href="/"><i class="fas fa-check-square w-auto"></i></a>
|
|
|
|
<a class="text-light font-weight-bold text-decoration-none p-2 ml-1" href="/list">Liste</a>
|
|
|
|
<a class="text-light font-weight-bold text-decoration-none p-2 ml-1" href="/recipes">Rezepte</a>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<ul class="nav navbar-right text-light">
|
|
|
|
<a class="fas fa-user-cog text-light text-decoration-none p-1" href="/settings"></a>
|
|
|
|
<a class="fas fa-sign-out-alt text-light text-decoration-none p-1" href="/php/logout.php" id='logout'></a>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</nav>
|