let lastScrollY = window.scrollY; const header = document.getElementById("site-header"); window.addEventListener("scroll", () => { const currentScrollY = window.scrollY; if (!header) return; if (currentScrollY > lastScrollY && currentScrollY > 100) { // Scroll hacia abajo header.classList.add("header-hidden"); } else { // Scroll hacia arriba header.classList.remove("header-hidden"); } lastScrollY = currentScrollY; }); /* Estilo base */ #site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; transition: transform 0.3s ease; } /* Oculto al hacer scroll hacia abajo */ #site-header.header-hidden { transform: translateY(-100%); }
GBR

THE SAFETY PINS on the road again

Bilbao-based band The Safety Pins are returning to the stage in the coming weeks to show why they are pioneers of high-energy rock and roll and no-nonsense punk rock.

Among other things, the band will be presenting their new release on Guns of Brixton Records: ‘Today Is Always Still…’, a powerful 10-inch vinyl EP.

If you’ve been missing the sweat, the distortion and the real attitude, this is a must-see. Keep an eye out for the dates and don’t miss out!