diff --git a/index.html b/index.html index 61156be..b742360 100644 --- a/index.html +++ b/index.html @@ -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; } - }); + }; diff --git a/navbar.html b/navbar.html index 51c8238..627c86f 100644 --- a/navbar.html +++ b/navbar.html @@ -45,7 +45,7 @@