First release

This commit is contained in:
Hugo Mårdbrink 2025-02-12 00:09:21 +01:00
parent 7cbcab0d48
commit 0df3d16dda
15 changed files with 71 additions and 98 deletions

View file

@ -12,16 +12,12 @@
{{ block "projects.content" . }}
<div class="main-container">
<div class="project-page">
<div class="title-container">
<span class="title">PROJECTS</span>
</div>
{{ template "projects.skal" . }}
{{ template "projects.dct" . }}
{{ template "projects.modmark" . }}
<span class="title"> <br> </span>
</div>
<div class="project-page">
<span class="title title-offset">PROJECTS</span>
{{ template "projects.skal" . }}
{{ template "projects.dct" . }}
{{ template "projects.modmark" . }}
<span class="title"> <br> </span>
</div>
{{ end }}