Add partials, add new images, edit html pages

This commit is contained in:
Tobias Hilfiker
2022-12-19 21:45:41 +01:00
parent d4250427b0
commit a37bf58d96
18 changed files with 83 additions and 61 deletions

View File

@@ -0,0 +1,7 @@
<div class="flex flex-row bg-banner w-96 mb-6 items-center">
<img src="{{image}}" alt="Regeln" class="w-12 h-12 justify-center mr-5 ml-5"/>
<div>
<p class="font-bold">{{title}}</p>
<p>{{description}}</p>
</div>
</div>