starting splash fix
This commit is contained in:
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user