feat: create initial site structure with pages and update design elements

This commit is contained in:
2025-06-26 18:51:31 +02:00
parent 5fe16734ce
commit caec33985c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
<!--Grid--> <!--Grid-->
<div class="py-7 border-t border-gray-700"> <div class="py-7 border-t border-gray-700">
<div class="flex items-center justify-center"> <div class="flex items-center justify-center">
<span class="text-base text-sf_gelb-400">&copy; 2025 - <a href="https://www.schachfreunde-badsteben.de/">Schachfreunde Bad Steben </a></span> <span class="text-base text-sf_gray-700">&copy; 2025 - <a href="https://www.schachfreunde-badsteben.de/">Schachfreunde Bad Steben </a></span>
</div> </div>
</div> </div>
</div> </div>
+1 -1
View File
@@ -21,7 +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-sf_grau-400 text-gray-900">
<?php snippet('navbar') ?> <?php snippet('navbar') ?>
<?php snippet('hero') ?> <?php snippet('hero') ?>