feat: redesign footer with new logo and layout
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user