This commit is contained in:
parent
184ed248e7
commit
4ba26b5dd1
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue