Part 4: Ego Tripping

catch up on the latest messages at grumlaw

share this message
Facebook
Twitter
Email

i’d like to take the next step

We’re excited you’ve made a decision to take a next step, take a moment and let us know and someone from Grumlaw will be in touch with you shortly!

  • This field is for validation purposes and should be left unchanged.
document.addEventListener("DOMContentLoaded", function () { const topLogo = document.querySelector("#grumlaw-logo"); const scrollLogo = document.querySelector("#gl-logo"); if (!topLogo || !scrollLogo) return; function updateLogos() { if (window.scrollY === 0) { topLogo.classList.add("logo-visible"); topLogo.classList.remove("logo-hidden"); scrollLogo.classList.add("logo-hidden"); scrollLogo.classList.remove("logo-visible"); } else { topLogo.classList.add("logo-hidden"); topLogo.classList.remove("logo-visible"); scrollLogo.classList.add("logo-visible"); scrollLogo.classList.remove("logo-hidden"); } } updateLogos(); window.addEventListener("scroll", updateLogos); });