BAUHAUS Festival-Gewinnspiel

Die Festival-Saison ist mitten im Gange! Doch was ist eigentlich notwendig für einen Festival-Besuch und welche Must-Haves benötigt man? Wir haben eine hilfreiche Packliste für Dich zusammengestellt, aus der Du 3 Must-Haves gewinnen kannst. 


countdown

Countdown Timer

Countdown Timer

// Set the date we're counting down to const countDownDate = new Date("Nov 24, 2023 00:00:00").getTime(); // Update the countdown every second const countdown = setInterval(function() { // Get the current date and time const now = new Date().getTime(); // Calculate the distance between now and the countdown date const distance = countDownDate - now; // Calculate days, hours, minutes and seconds const days = Math.floor(distance / (1000 * 60 * 60 * 24)); const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)); const seconds = Math.floor((distance % (1000 * 60)) / 1000); // Display the countdown in the element with id="countdown" document.getElementById("countdown").innerHTML = "Countdown: " + days + ":" + hours + ":" + minutes + ":" + seconds; // If the countdown is finished, display a message if (distance < 0) { clearInterval(countdown); document.getElementById("countdown").innerHTML = "EXPIRED"; } }, 1000);

Jetzt 3 Festival-Must-Haves gewinnen!

Alles, was Du tun musst, ist: 3 Gegenstände Deiner Wahl in den virtuellen Rucksack packen, Teilnahmeformular ausfüllen und schon bist Du im Lostopf für unser Festival-Gewinnspiel.

BAUHAUS wünscht Dir viel Glück!