Refactored Startpage

This commit is contained in:
Simon Martens
2025-02-26 16:06:29 +01:00
parent 8f664d24ca
commit cf6d4a59ed
15 changed files with 354 additions and 603 deletions

View File

@@ -37,6 +37,7 @@
hx-trigger="input changed delay=1500ms, keyup[key=='Enter']"
hx-select="#searchcontent"
hx-target="#searchcontent"
hx-swap="outerHTML"
autocomplete="off"
{{ if $model.search }}disabled="true"{{ end }} />
</div>

View File

@@ -4,10 +4,26 @@
x-data="{ open: true }"
x-show="open">
<div class="container-extraoversize flex flex-row gap-x-8">
<div class="max-w-[52rem] font-serif text-lg hyphens-auto">
{{ Safe $model.record.Text }}
<div
class="max-w-[52rem] font-serif text-base hyphens-auto bg-gray-50 py-8 border-r
border-b">
<div class="px-8">
{{ Safe $model.record.Text }}
<div class="pt-3">
<a href="/edition/einfuehrung">Einführung</i></a>
<i class="ri-seedling-line px-1.5"></i>
<a href="/edition/dokumentation">Dokumentation </a>
</div>
<div class="mt-4 py-2 px-3 rounded bg-orange-100 border border-orange-200
text-orange-950 font-sans font-bold">
Bitte beachten Sie, dass es sich hier noch um eine öffentliche Testversion
handelt. Über Rückmeldungen und Anregungen freuen wir uns [&rarr; <a
href="/edition//kontakt">Kontakt</a>]
</div>
</div>
</div>
<div class="-mr-16 pt-2 grow-0 shrink-0">
<div class="-mr-16 pt-2 grow-0">
<img src="{{ $model.record.ImagePath }}" />
</div>
</div>