Adds chess analysis page
Adds a new page for chess analysis, powered by lichess.org, and integrates it into the navigation menu. Also adds daily puzzle snippet to home page. Updates hero image to correct gif.
This commit is contained in:
@@ -99,6 +99,8 @@
|
||||
<a href="https://www.ligamanager.schachbund-bayern.de/hof/ergebnisse/spielplan.htm?ligaId=2392"
|
||||
class="block px-4 py-2 text-m text-gray-700 hover:bg-gray-100"
|
||||
target="_blank">B-Klasse</a>
|
||||
<a href="/spielbetrieb/analyse"
|
||||
class="block px-4 py-2 text-m text-gray-700 hover:bg-gray-100">Analyse</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -133,8 +135,8 @@
|
||||
<!-- Einfacher Menüpunkt --><a href="/termine"
|
||||
class="font-bold px-3 py-2 rounded-md text-gray-700 transition-colors hover:text-blue-600">Termine</a>
|
||||
<!-- Einfacher Menüpunkt --><a href="/kontakt"
|
||||
class="font-bold px-3 py-2 rounded-md text-gray-700 transition-colors hover:text-blue-600">Kontakt</a>
|
||||
</div>
|
||||
class="font-bold px-3 py-2 rounded-md text-gray-700 transition-colors hover:text-blue-600">Kontakt</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Social Media Icons (Rechts) - Nur Desktop -->
|
||||
<div class="hidden items-center space-x-3 lg:flex">
|
||||
@@ -205,6 +207,8 @@
|
||||
class="block px-3 py-2 text-sm text-gray-600 hover:text-blue-600">A-Klasse</a>
|
||||
<a href="https://www.ligamanager.schachbund-bayern.de/hof/ergebnisse/spielplan.htm?ligaId=2392"
|
||||
class="block px-3 py-2 text-sm text-gray-600 hover:text-blue-600">B-Klasse</a>
|
||||
<a href="/spielbetrieb/analyse"
|
||||
class="block px-3 py-2 text-sm text-gray-600 hover:text-blue-600">Analyse</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Mobile Dropdown 2 -->
|
||||
@@ -239,6 +243,8 @@
|
||||
class="block rounded-md px-3 py-2 font-medium text-gray-700 hover:text-blue-600">Termine</a>
|
||||
<a href="/kontakt"
|
||||
class="block rounded-md px-3 py-2 font-medium text-gray-700 hover:text-blue-600">Kontakt</a>
|
||||
<a href="/spielbetrieb/analyse"
|
||||
class="block rounded-md px-3 py-2 font-medium text-gray-700 hover:text-blue-600">Analyse</a>
|
||||
<!-- Social Media Icons im Mobile Menu -->
|
||||
<div class="mt-4 border-t pt-4">
|
||||
<div class="px-3 py-2">
|
||||
|
||||
Reference in New Issue
Block a user