feat: redesign footer with new logo and layout

This commit is contained in:
2025-06-14 18:41:33 +02:00
parent d2957d07e9
commit 6177803d35
3 changed files with 240 additions and 18 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -11
View File
@@ -21,17 +21,7 @@
<?php snippet('header') ?> <?php snippet('header') ?>
<body class="font-sans antialiased bg-gray-100 text-gray-900"> <body class="font-sans antialiased bg-gray-100 text-gray-900">
<nav class="bg-blue-600 p-4 shadow-md"> <?php snippet('navbar') ?>
<div class="container mx-auto flex justify-between items-center">
<a href="#" class="text-white text-2xl font-bold">Mein Logo</a>
<div class="space-x-4">
<a href="#" class="text-white hover:text-blue-200">Startseite</a>
<a href="#" class="text-white hover:text-blue-200">Über Uns</a>
<a href="#" class="text-white hover:text-blue-200">Dienstleistungen</a>
<a href="#" class="text-white hover:text-blue-200">Kontakt</a>
</div>
</div>
</nav>
<div class="container mx-auto mt-8 p-4 bg-white rounded-lg shadow-lg max-w-4xl"> <div class="container mx-auto mt-8 p-4 bg-white rounded-lg shadow-lg max-w-4xl">
<h1 class="text-4xl font-bold text-gray-800 mb-6 text-center">Willkommen auf meiner Webseite!</h1> <h1 class="text-4xl font-bold text-gray-800 mb-6 text-center">Willkommen auf meiner Webseite!</h1>