Try out to model rules.html

This commit is contained in:
Tobias Hilfiker
2022-12-07 22:25:37 +01:00
parent a4f4be4761
commit d4250427b0
4 changed files with 75 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<nav class="bg-navbackground h-32 text-right flex flex-row justify-between items-center px-20">
<img src="./public/curling_logo.png" alt="Logo" class="h-28"/>
<img src="/curling_logo.png" alt="Logo" class="h-28"/>
<div class="flex justify-between w-1/2 text-textcolor">
<a href="index.html" class="nav-item {{#if homeActive}}font-bold{{/if}}">Home</a>
<a href="rules.html" class="{{#if rulesActive}}font-bold{{/if}}">Regeln</a>