Initial upload

This commit is contained in:
2023-09-19 23:38:51 +02:00
commit 4ea72f33c0
31 changed files with 1341 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<div class="header-banner" style="position: relative; color: white; width: 100%;" >
<img src="/banner_1500x500.png">
<a href="{{ "" | relURL }}" class="title" style="position: absolute; bottom: 20px; left: 20px;">
<h2>{{ .Site.Title }}</h2>
</a>
</div>
<nav>{{- partial "nav.html" . -}}</nav>