Basic signup for events

This commit is contained in:
2026-03-21 21:02:15 +01:00
parent 23af267896
commit b8341890d3
74 changed files with 4046 additions and 947 deletions

View File

@@ -3,8 +3,24 @@
@source '../**/*.blade.php';
@source '../**/*.js';
@font-face {
font-family: Aleo;
src: url('../fonts/aleo-regular.ttf');
}
@font-face {
font-family: Immenhausen;
src: url('../fonts/immenhausen.ttf');
}
html {
background-color: #FAFAFB !important;
font-family: Aleo;
}
h1, h2, h3, h4, h5, h6 {
font-family: Immenhausen;
}
.content {

Binary file not shown.

Binary file not shown.

BIN
public/images/adults.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

BIN
public/images/children.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB