Added feedback
All checks were successful
Copy Files to Samba Share dev / Copy Files (push) Successful in 24s

This commit is contained in:
2024-10-30 19:46:16 +01:00
parent 05a261efa4
commit 4c18bdd95a
26 changed files with 187 additions and 27 deletions

View File

@@ -1,3 +1,4 @@
<img src="assets/logo.svg" alt="logo"/>
<img src="assets/logo-dark.svg" alt="Logo dark" class="only-on-dark" />
<img src="assets/logo-dark.svg" alt="Logo light" class="only-on-light" />
<h1>Ontvlambaar</h1>
<span class="slogan">Jullie het vuur, wij de branding</span>

View File

@@ -5,10 +5,26 @@
padding: 3rem 0;
}
@font-face {
font-family: Phospate;
src: url("../../../public/assets/Phosphate/Phosphate-Solid-02.woff2");
}
h1 {
font-family: Phospate;
font-weight: 300;
font-size: 4rem;
margin: 0;
letter-spacing: .1rem;
color: var(--logo-color);
}
.slogan {
font-size: 3.5rem;
}
img {
height: 8rem;
height: 5rem;
margin-bottom: 0.5rem;
}