This website uses cookies to ensure you get the best experience on our website.
Accept
Decline
.cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; background-color: #f0f0f0; padding: 10px; text-align: center; z-index: 1000; /* Ensure it stays on top */ display: none; /* Hidden by default */ } .cookie-banner__content { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; padding: 0 20px; } .cookie-banner__text { margin: 0; font-size: 14px; } .cookie-banner__buttons { display: flex; gap: 10px; } .cookie-banner__button { padding: 8px 16px; border: none; cursor: pointer; font-size: 14px; } .cookie-banner__button--accept { background-color: #4CAF50; color: white; } .cookie-banner__button--decline { background-color: #f44336; color: white; } document.addEventListener('DOMContentLoaded', function() { const cookieBanner = document.querySelector('.cookie-banner'); const acceptButton = document.querySelector('.cookie-banner__button--accept'); const declineButton = document.querySelector('.cookie-banner__button--decline'); // Check if the user has already accepted or declined cookies if (!getCookie('cookieConsent')) { cookieBanner.style.display = 'block'; // Show the banner } acceptButton.addEventListener('click', function() { setCookie('cookieConsent', 'accepted', 365); cookieBanner.style.display = 'none'; }); declineButton.addEventListener('click', function() { setCookie('cookieConsent', 'declined', 365); cookieBanner.style.display = 'none'; }); // Helper functions to handle cookies function setCookie(name, value, days) { let expires = ""; if (days) { const date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); expires = "; expires=" + date.toUTCString(); } document.cookie = name + "=" + (value || "") + expires + "; path=/"; } function getCookie(name) { const nameEQ = name + "="; const ca = document.cookie.split(';'); for(let i = 0; i < ca.length; i++) { let c = ca[i]; while (c.charAt(0) === ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) === 0) return c.substring(nameEQ.length, c.length); } return null; } });
HOME
ABOUT
PRESS KIT
MUSIC BLOG
RADIOSHOW 1BTN
Music
DJIDADA
HOME
ABOUT
PRESS KIT
MUSIC BLOG
RADIOSHOW 1BTN
Music
Latest Music
Purchase on Bandcamp
Stream on Spotify
Stream on Apple Music
Stream on Beatport
Stream on youtube
Share this
Visit website