mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
Added and changed static pages
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
<header class="sticky w-100 font-serif mb-6">
|
||||
<nav class="flex flex-row w-100 bg-slate-50 border-t-[5px] border-gray-300 dark:shadow-xl dark:border-gray-900 py-3 px-3 desktop:px-8 flex-wrap gap-y-4">
|
||||
<header class="sticky font-serif mb-6">
|
||||
@* <div class="w-100 bg-gray-300 text-sm clear-both py-1 px-8 text-right">
|
||||
<a class="underline" asp-controller="Index" asp-action="index">
|
||||
Johann Georg Hamann: Kommentierte Briefedition >>
|
||||
</a>
|
||||
</div> *@
|
||||
<nav class="flex flex-row w-100 bg-slate-50 dark:shadow-xl border-t-[5px] border-gray-300 dark:border-gray-900 py-3 px-3 desktop:px-8 flex-wrap gap-y-4">
|
||||
<a asp-controller="HKW" asp-action="Index" class="text-xl xl:text-3xl grow-0 shrink-0 text-black hover:text-black ">
|
||||
<img src="/img/HKW.png" class="inline-block w-8 h-8 xl:w-12 xl:h-12 mr-2 border border-gray-300 shadow-sm" alt="HKW-Logo" loading="lazy" />
|
||||
<span class="sm:hidden">Hamann: Komm. Werkedition</span>
|
||||
@@ -34,26 +39,42 @@
|
||||
<div class="ha-topnav-dropdown-content " >
|
||||
<table class="">
|
||||
<tr>
|
||||
<td class="text-right px-2 desktop:bg-hamannSlate-700 desktop:text-slate-50 caps-petite desktop:shadow-2xl"><div class="inline text-sm border px-1 rounded border-slate-50 font-sans">Erschienen</div></td>
|
||||
<td class="text-right px-2 desktop:bg-slate-200 caps-petite desktop:shadow-2xl"><div class="inline text-sm border px-1 rounded border-hamannSlate-500 text-hamannSlate-500 font-sans">Erschienen</div></td>
|
||||
<td><a asp-controller="HKW" asp-action="FliegenderBrief">Fliegender Brief</a></td></tr>
|
||||
<tr>
|
||||
<td class="text-right px-2 desktop:bg-hamannSlate-700 desktop:text-slate-50 caps-petite desktop:shadow-2xl"><div class="inline text-sm border px-1 rounded border-slate-50 font-sans">Erschienen</div></td>
|
||||
<td class="text-right px-2 desktop:bg-slate-200 caps-petite desktop:shadow-2xl"><div class="inline text-sm border px-1 rounded border-hamannSlate-500 text-hamannSlate-500 font-sans">Erschienen</div></td>
|
||||
<td><a asp-controller="HKW" asp-action="SokratischeDenkwuerdigkeiten">Sokr. Denkwürdigkeiten. Wolken</a></td></tr>
|
||||
<tr class="desktop:border-b desktop:border-slate-300">
|
||||
<td class="text-right px-2 desktop:bg-hamannSlate-900 desktop:text-slate-50 caps-petite desktop:shadow-2xl"><div class="inline text-sm border px-1 rounded border-slate-50 font-sans">Geplant</div></td>
|
||||
<td class="text-right px-2 desktop:bg-slate-200 caps-petite desktop:shadow-2xl"><div class="inline text-sm border px-1 rounded border-orange-600 text-orange-600 font-sans">Geplant</div></td>
|
||||
<td><a asp-controller="HKW" asp-action="Kreuzzuege">Kreuzzüge des Philologen</a></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<a asp-controller="HKW" asp-action="Uebersicht">
|
||||
<a asp-controller="HKW" asp-action="Werkuebersicht">
|
||||
Werkübersicht
|
||||
</a>
|
||||
|
||||
<a asp-controller="Register" asp-action="Forschung" asp-route-id="EDITIONEN">
|
||||
Bibliographie Hamann-Editionen
|
||||
</a>
|
||||
<div class="ha-topnav-dropdown">
|
||||
<a href="/HKW/Edition" class="cursor-default ha-menu-arrowsymbol pointer-events-none !mr-0" >
|
||||
Edition
|
||||
</a>
|
||||
<div class="ha-topnav-dropdown-content !mr-0">
|
||||
<a asp-controller="Home" asp-action="Kontakt">Kontakt</a>
|
||||
<a asp-controller="HKW" asp-action="Mitwirkende">Mitwirkende</a>
|
||||
<a asp-controller="HKW" asp-action="Editionsgeschichte">Editionsgeschichte</a>
|
||||
<a asp-controller="Register" asp-action="Forschung" asp-route-id="EDITIONEN">Bibliographie Hamann-Editionen</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
<div class="w-100 absolute right-0 -bottom-10">
|
||||
<div class="w-auto dark:bg-slate-900 bg-gray-50 text-base py-1 px-2 drop-shadow-sm dark:drop-shadow-md">
|
||||
<a class="" asp-controller="Index" asp-action="Index">
|
||||
<img src="/img/HKB.png" class="inline w-5 h-5 mr-2 border dark:border-none border-gray-300 " alt="HKB-Logo" />
|
||||
<span class="underline decoration-dotted hover:decoration-solid decoration-slate-500">Kommentierte Briefausgabe</span> →
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user