Basic interface

This commit is contained in:
Remy Moll
2021-10-30 21:50:35 +02:00
parent 458156fafd
commit 14ddbf0ce4
8 changed files with 162 additions and 6 deletions

16
templates/sidebar.html Normal file
View File

@@ -0,0 +1,16 @@
<nav class="navbar navbar-dark fixed-top bg-secondary">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img src="/static/SBB-Logo.png" alt="SBB" width="50px">
<span class="font-monospace fw-bold">Click & Hike</span>
</a>
<form class="d-flex">
<a href="/profile" style="color: inherit; text-decoration: none;">
<i class="fas fa-user"></i>
</a>
</form>
</div>
</nav>