add logo to landingpage
Some checks failed
/ build (pull_request) Has been cancelled

This commit is contained in:
kritzl 2026-09-11 13:02:35 +02:00
commit 4ba26b5dd1
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ import path from "../utils/path.ts"
</div> </div>
<a class="btn btn-link text-xl max-h-14" href={path(import.meta.env.BASE_URL, '/')}> <a class="btn btn-link text-xl max-h-14" href={path(import.meta.env.BASE_URL, '/')}>
<picture class="h-full"> <picture class="h-full">
<img src={path(import.meta.env.BASE_URL, '/logo.svg')} alt="Logo von den DiDays" class="h-full"/> <img src={path(import.meta.env.BASE_URL, '/logo.svg')} alt="Logo von den DiDays 2026 in Hamburg" class="h-full"/>
</picture> </picture>
</a> </a>
</div> </div>

View file

@ -10,7 +10,7 @@ import path from "../utils/path.ts"
<div class="hero-content text-center flex-col"> <div class="hero-content text-center flex-col">
<div class="max-w-md -mb-50"> <div class="max-w-md -mb-50">
<h1 class="text-6xl font-bold"> <h1 class="text-6xl font-bold">
DIDAYS 2026 <img src={path(import.meta.env.BASE_URL, '/logo.svg')} alt="Logo von den DiDays 2026 in Hamburg" class="h-full"/>
</h1> </h1>
<p class="py-6 text-xl leading-10"> <p class="py-6 text-xl leading-10">
02.-04.10.2026<br> 02.-04.10.2026<br>