<style>
.marquee-container {
        overflow: hidden;
    }
}
</style>

<div class="marquee-container">
        <marquee behavior="scroll" direction="left" id="marquee">
            Website is still in development. If you experience any bugs, <a class="bug-report" href="#">click here</a>.
        </marquee>
    </div>
  <script>
        const marquee = document.getElementById('marquee');

        // Pause the marquee when hovering over it
        marquee.addEventListener('mouseover', () => {
            marquee.stop();
        });

        // Resume the marquee when the mouse moves away
        marquee.addEventListener('mouseout', () => {
            marquee.start();
        });
    
    // Function to hide the element after 10 seconds
        function hideAfterTimeout() {
            const gradient = document.getElementById('marquee');
            setTimeout(() => {
                gradient.style.display = 'none';
            }, 20000); // 10 seconds in milliseconds
        }

        // Call the hideAfterTimeout function when the page loads
        window.onload = function () {
            hideAfterTimeout();
        };
    </script>
De website is nog in ontwikkeling. Als je bugs tegenkomt, neem dan contact op met de ontwikkelaar.

Contactinformatie

Of u nu wilt vrijwilligen, samenwerken, of onze missie wilt ondersteunen, er zijn vele manieren om betrokken te raken en een positieve impact te maken.

sterkzorgzaam@gmail.com
+31 6 38222111
Doe Mee

Programma's die het fysieke, emotionele en mentale welzijn bevorderen.