top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Projet 365, Wangaratta

sam. 22 févr.

|

Parc aviaire, Wangaratta VIC 3677, Australie

Célébrez l’esprit communautaire et la santé mentale positive au Projet 365.

Les inscriptions sont closes
Voir d'autres événements
Projet 365, Wangaratta
Projet 365, Wangaratta

Heure et lieu

22 févr. 2025, 16:00

Parc aviaire, Wangaratta VIC 3677, Australie

À propos de l'événement

Join us for Project 365 at Avian Park, Wangaratta! This event is all about celebrating our vibrant community spirit and positive mental health. Expect a day filled with entertainment and joy. Whether you're a local or visiting, come and be part of this exciting event and great course. Don't miss out on the chance to connect, celebrate, and create wonderful memories with us. RSVP now and book your tickets to secure your spot and join in on the festivities!


RIFF will be performing from 4:30pm to 5:30pm.

Partager cet événement

bottom of page
function prefetch(nodeList) { if (navigator.connection && (navigator.connection.effectiveType === 'slow-2g' || navigator.connection.effectiveType === '2g')) { return; } if (navigator.deviceMemory && navigator.deviceMemory <= 2) { return; } const fetched = {}; const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { const link = entry.target.href; if (!fetched[link]) { fetched[link] = true; fetch(link, { priority: 'low' }); } observer.unobserve(entry.target); } }); }); nodeList.forEach(link => observer.observe(link)); } const idleCallback = window.requestIdleCallback || function (cb) { return setTimeout(() => cb(), 1); }; idleCallback(function () { const links = document.querySelectorAll('a[href]'); prefetch(links); });