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,10 +12,8 @@
{{ block "articles.content" . }}
<div class="main-container">
<div class="title-container">
<span class="title">ARTICLES</span>
</div>
<div class="title-container">
<span class="title title-offset">ARTICLES</span>
</div>
{{ end }}

View file

@ -27,7 +27,7 @@
<body>
<img src="resources/grain.png" class="grain-bg" alt="Grainy background"/>
{{ template "breadcrumb" . }}
<div id="page">
<div id="page" class="page">
{{ end }}
{{ block "base.end" . }}

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 }}