Skip to content

Commit

Permalink
Remove banner and poup
Browse files Browse the repository at this point in the history
  • Loading branch information
morgangiraud committed Oct 10, 2024
1 parent 5b2a01b commit 8344705
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<body class="bg-gray-200 font-sans leading-8 overflow-x-hidden">
<!-- Banner: start -->

<section>
<!-- <section>
<div class="fixed top-0 left-0 w-full bg-blue-500 text-white z-50">
<div class="container mx-auto px-6 py-3">
<div class="flex items-center justify-center">
Expand All @@ -71,10 +71,10 @@ <h1 class="font-bold text-2xl">
</div>
</div>
<div class="h-32 sm:h-20 lg:h-12"></div>
</section>
</section> -->
<!-- Banner: end -->

<div
<!-- <div
id="popup"
class="fixed inset-0 flex items-center justify-center p-4 bg-black bg-opacity-50 z-50 hidden"
>
Expand All @@ -94,7 +94,7 @@ <h1 class="text-xl font-semibold mb-4">
Close
</button>
</div>
</div>
</div> -->

<div class="container mx-auto px-4 py-10">
<div class="rounded-lg shadow-md">
Expand Down Expand Up @@ -792,15 +792,15 @@ <h3 class="text-2xl font-semibold text-gray-800 mb-3">
);
}

if (getURLParameter("bcard") === "1") {
/*if (getURLParameter("bcard") === "1") {
const popup = document.getElementById("popup");
popup.classList.remove("hidden");
// Close popup
document.getElementById("close-popup").addEventListener("click", () => {
popup.classList.add("hidden");
});
}
}*/


const currentYear = new Date().getFullYear();
Expand Down

0 comments on commit 8344705

Please sign in to comment.