Basic interface
This commit is contained in:
16
templates/sidebar.html
Normal file
16
templates/sidebar.html
Normal 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>
|
Reference in New Issue
Block a user