Add partials, add new images, edit html pages
This commit is contained in:
@@ -20,16 +20,12 @@ todo -> bind to bottom of page
|
||||
<img src="./public/rules.svg" alt="Regeln" class="w-20 h-20"/>
|
||||
<p class="text-center">Regeln</p>
|
||||
</a>
|
||||
<a href="howto.html" class="flex flex-col align-middle">
|
||||
<img src="./public/question.svg" alt="How to Play" class="w-20 h-20"/>
|
||||
<p class="text-center">How to play</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-->
|
||||
<p class="text-center">Spirit of Curling</p>
|
||||
</a>
|
||||
<a href="examles.html" class="flex flex-col align-middle">
|
||||
<a href="impressions.html" class="flex flex-col align-middle">
|
||||
<img src="./public/extension.svg" alt="Beispiele" class="w-20 h-20"/>
|
||||
<p class="text-center">Beispiele</p>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user