change position of footer, make logo link to home
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
<img class="w-1/2 m-10" src="https://res.cloudinary.com/dgyrt6b4m/image/upload/v1671645802/anti_glare.jpg"/>
|
<img class="w-1/2 m-10" src="https://res.cloudinary.com/dgyrt6b4m/image/upload/v1671645802/anti_glare.jpg"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{> footer }}
|
||||||
<script type="module" src="/main.js"></script>
|
<script type="module" src="/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
{{> footer }}
|
|
||||||
</html>
|
</html>
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{> footer }}
|
||||||
<script type="module" src="/main.js"></script>
|
<script type="module" src="/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
{{> footer}}
|
|
||||||
</html>
|
</html>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<nav class="bg-navbackground h-32 text-right flex flex-row justify-between items-center px-20">
|
<nav class="bg-navbackground h-32 text-right flex flex-row justify-between items-center px-20">
|
||||||
<img src="/curling_logo.png" alt="Logo" class="h-28"/>
|
<a href="index.html"> <img src="/curling_logo.png" alt="Logo" class="h-28"/></a>
|
||||||
<div class="flex justify-between w-1/3 text-textcolor">
|
<div class="flex justify-between w-1/3 text-textcolor">
|
||||||
<a href="index.html" class="{{#if homeActive}}font-bold{{/if}}">Home</a>
|
<a href="index.html" class="{{#if homeActive}}font-bold{{/if}}">Home</a>
|
||||||
<a href="rules.html" class="{{#if rulesActive}}font-bold{{/if}}">Regeln</a>
|
<a href="rules.html" class="{{#if rulesActive}}font-bold{{/if}}">Regeln</a>
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{> footer }}
|
||||||
<script type="module" src="/main.js"></script>
|
<script type="module" src="/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
{{> footer }}
|
|
||||||
</html>
|
</html>
|
||||||
@@ -72,7 +72,7 @@
|
|||||||
imageAlt="Icon Freundlich"}}
|
imageAlt="Icon Freundlich"}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{> footer }}
|
||||||
<script type="module" src="/main.js"></script>
|
<script type="module" src="/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
{{> footer }}
|
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user