Activiteit informatie

  • Begintijd: 10:30
  • Eindtijd: 12:30
  • wijkcoordinator centrum 2, Wijkcoordinator Centrum, wijkcoordinator centrum 2

VakantieLab 6 – 12 jaar – Timmer een dinosaurus

Bij het VakantieLab ontdek je vijf dagen lang verschillende workshops op het gebied van Technologie & Kunst! Kom 1 keer, of doe ze gezellig allemaal mee! Onze workshopdocent geeft je een korte uitleg, en zorgt dat je zelf snel aan de slag kan. Ook als je het nog nooit gedaan hebt; alles is te leren! De workshop is van 10:30 tot 12:30.

Nieuw! Naast de workshops voor 6- tot 12-jarigen, is er op de woensdag en zaterdag van 09:00 tot 09:45 ook een workshop voor 3- tot 6-jarigen.

routebeschrijving Toevoegen aan agenda jQuery(document).ready(function($) { let shareContainer = $('.fusion-social-networks'); // Get the current page URL let pageURL = window.location.href; // Create the "Copy" button with same styles let copyButton = ` `; // Append it to the social icons container shareContainer.append(copyButton); // Copy to clipboard function $(document).on('click', '.copy-to-clipboard', function(event) { event.preventDefault(); // Prevent default link behavior let tempInput = $(''); $('body').append(tempInput); tempInput.val(pageURL).select(); document.execCommand('copy'); tempInput.remove(); // Provide user feedback let icon = $(this).find('i'); icon.attr('title', 'Copied!'); icon.css('background-color', '#28a745'); // Change background to green on success // Reset after 2 seconds setTimeout(() => { icon.attr('title', 'Copy link'); icon.css('background-color', '#6c757d'); // Reset back to original }, 2000); }); });
Deel dit evenement met je omgeving!