top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Proyek 365, Wangaratta

Sab, 22 Feb

|

Taman Burung, Wangaratta VIC 3677, Australia

Rayakan semangat komunitas dan kesehatan mental yang positif di Project 365.

Pendaftaran sudah ditutup
Lihat acara lainnya
Proyek 365, Wangaratta
Proyek 365, Wangaratta

Waktu & Lokasi

22 Feb 2025, 16.00

Taman Burung, Wangaratta VIC 3677, Australia

Tentang Event

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.

Bagikan Event Ini

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); });