starting splash fix

This commit is contained in:
prospect
2024-01-19 02:26:43 -05:00
parent 4a395f32c5
commit a8edae6d2c
2 changed files with 2 additions and 18 deletions

View File

@@ -6,9 +6,7 @@
?>
<!-- Header -->
<section id="header-nav" class="w-full absolute bg-blue-500 top-0 z-50 <?php if (!isset($_SESSION['splash_shown'])) {
echo 'out-of-view';
} else echo 'in-view' ?>">
<section id="header-nav" class="w-full absolute bg-blue-500 top-0 z-50">
<header class="flex items-center justify-between text-center px-4 py-2 space-x-2 lg:space-x-8 bg-blue-800">
<!-- Header Logo -->
@@ -29,9 +27,7 @@
</section>
<!-- Bottom Menu -->
<section id="footer-nav" class="w-full text-white absolute bottom-0 z-50 text-center pt-4 pb-8 bg-blue-800 <?php if (!isset($_SESSION['splash_shown'])) {
echo 'out-of-view';
} else echo 'in-view' ?>">
<section id="footer-nav" class="w-full text-white absolute bottom-0 z-50 text-center pt-4 pb-8 bg-blue-800">
<ul class="lg:max-w-3xl mx-auto text-3xl grid grid-cols-6">
<!-- Menu Icons Loop -->