function toggleMenu () {
document.getElementById('mobile').classList.toggle('active');
var menuButtons = document.getElementsByClassName('nav-bars');
for (var btn of menuButtons) {
btn.classList.toggle('active');
}
}
//scroll to top button
window.addEventListener('scroll', function (event) {
var scrolltobutton = document.getElementById("to-top");
if (document.body.scrollTop > 450 || document.documentElement.scrollTop > 450) {
scrolltobutton.style.display = "block";
} else {
scrolltobutton.style.display = "none";
}
}, false);
function scrollClick() {
console.log("the button was clicked!");
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
IK WIL MEER WETEN OVER O3 SHIFT BRUSSEL - JARDIN MARITIME
Download hier onze brochure!
Na het invullen van uw gegevens ontvangt u onze brochure. In de brochure vindt u meer informatie over het project, onze beschikbare appartementen en de buurt.
function toggleMute() {
var video=document.getElementById("video");
var mutebutton = document.getElementById("mute");
video.muted = !video.muted;
if(mutebutton.classList.contains("fa-volume-slash")){
mutebutton.classList.replace("fa-volume-slash", "fa-volume");
}
else{
mutebutton.classList.replace("fa-volume", "fa-volume-slash");
}
}
var __ss_noform = __ss_noform || [];
__ss_noform.push(['baseURI', 'https://app-3QNTR92XO0.marketingautomation.services/webforms/receivePostback/MzawMLE0MTe1AAA/']);
__ss_noform.push(['endpoint', 'a38b0ad2-c3de-4fd5-811c-24fb65c9a8f7']);