feat: redesign footer with new logo and layout
This commit is contained in:
@@ -21,17 +21,7 @@
|
||||
<?php snippet('header') ?>
|
||||
|
||||
<body class="font-sans antialiased bg-gray-100 text-gray-900">
|
||||
<nav class="bg-blue-600 p-4 shadow-md">
|
||||
<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>
|
||||
<?php snippet('navbar') ?>
|
||||
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user