add footer, edit index.html
This commit is contained in:
@@ -12,21 +12,17 @@
|
||||
|
||||
<h1 class="flex justify-center">Welcome to the world of Curling!</h1> <!--todo refine the positioning of text on page-->
|
||||
|
||||
<!--
|
||||
todo -> bind to bottom of page
|
||||
-->
|
||||
<div class="h-40 bg-banner flex justify-between items-center px-40 mb-14 mt-auto">
|
||||
<div class="h-40 bg-banner flex justify-between items-center px-40 mb-14">
|
||||
<a href="rules.html" class="flex flex-col align-middle">
|
||||
<img src="./public/rules.svg" alt="Regeln" class="w-20 h-20"/>
|
||||
<img src="/rules.svg" alt="Regeln" class="w-20 h-20"/>
|
||||
<p class="text-center">Regeln</p>
|
||||
</a>
|
||||
<a href="spiritofcurling.html" class="flex flex-col align-middle">
|
||||
<img src="./public/rules.svg" alt="Spirit of Curling" class="w-20 h-20"/>
|
||||
<!--todo replace icon with actual icon-->
|
||||
<img src="/spirit.svg" alt="Spirit of Curling" class="w-20 h-20"/>
|
||||
<p class="text-center">Spirit of Curling</p>
|
||||
</a>
|
||||
<a href="impressions.html" class="flex flex-col align-middle">
|
||||
<img src="./public/extension.svg" alt="Beispiele" class="w-20 h-20"/>
|
||||
<img src="/extension.svg" alt="Beispiele" class="w-20 h-20"/>
|
||||
<p class="text-center">Beispiele</p>
|
||||
</a>
|
||||
</div>
|
||||
@@ -35,4 +31,5 @@ todo -> bind to bottom of page
|
||||
|
||||
<script type="module" src="/main.js"></script>
|
||||
</body>
|
||||
{{> footer}}
|
||||
</html>
|
||||
Reference in New Issue
Block a user