slowly but surely, pieces fall in place

This commit is contained in:
sakrecoer 2025-04-07 23:54:01 +02:00
parent c7bcf4383d
commit 75c2917d42
5 changed files with 19 additions and 3 deletions

View file

@ -1,4 +1,5 @@
---
title: Basspistol
---
---
<h1>scoobi</h1>

View file

@ -1,3 +1,7 @@
body {
font-family: Space-Grotesk, 'Arial', 'Helvetica', sans-serif;
font-weight: normal;
}
h1 {
font-family: Space-Grotesk, 'Arial', 'Helvetica', sans-serif;
font-weight: 700;
@ -5,3 +9,9 @@ h1 {
letter-spacing: -0.1em;
line-height: .75em;
}
/* FORMS */
.inf-content {}
.inf-input .inf-input-text {}
.inf-rgpd {}
.inf-submit {}

View file

@ -1,9 +1,12 @@
{{ define "hero" }}
<h1> {{ .Title }}</h1>
{{ end }}
{{ define "main" }}
{{ partial "body/newsletter.html" . }}
{{ partial "body/gang.html" . }}
{{ end }}

View file

@ -9,5 +9,6 @@
{{ $monsters := unmarshal .Content }}
{{ range $monsters }}
I love {{ .username }} <br />
<img src="{{ .avatarUrl }}" />
{{ end }}
{{ end }}

View file

@ -0,0 +1 @@
<script type="text/javascript" src="https://webform.statslive.info/ow/eyJpdiI6IlowNzRTWWRPQ2lKOXFcLzh4VEhpRWVyVWc1SUJDemt4RWY4aUNsWVBVK09jPSIsIm1hYyI6ImY3M2UzZjgzN2E2Y2E2YTM5MGE3Yjk3ZDFlOTMwN2MwZDU1ZTU0NTRmMzZjMzgxODdlYTY1ZGFiZjM1ZTBhNTkiLCJ2YWx1ZSI6IlRDQUNtbHJ5SEVzWVJXejFjYW9McnY3eFVYcHhDY2NDeFVWVGV0a1QyRFU9In0="></script>