do NOT click the uvmod logo

This commit is contained in:
matt 2023-08-31 19:33:48 +02:00
parent 5d66c53e65
commit 30a0e2cda6
2 changed files with 4 additions and 3 deletions

View File

@ -53,6 +53,7 @@
left: 0;
position: absolute;
top: 0;
z-index: 999999;
}
@keyframes fadeInFromTop {
@ -421,7 +422,7 @@
})(jQuery, window);
var marqueeified = false;
$("#logo").click(function () {
function easterEgg() {
$('.marquee').toggle();
if (!marqueeified) {
$('.marquee').marqueeify({
@ -433,7 +434,7 @@
});
marqueeified = true;
}
});
};
</script>

View File

@ -45,7 +45,7 @@
<ul class="navbar-nav bg-gradient-dark sidebar sidebar-dark accordion fade-in-from-left sticky-top" id="accordionSidebar">
<!-- Sidebar - Brand -->
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="index.html">
<a onclick="easterEgg()" class="sidebar-brand d-flex align-items-center justify-content-center">
<div class="sidebar-brand mx-3" style="text-shadow: 0px 0px 5px #ffffffa6;">UVMOD</div>
</a>