top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Projeto 365, Wangaratta

sáb., 22 de fev.

|

Avian Park, Wangaratta VIC 3677, Austrália

Comemore o espírito comunitário e a saúde mental positiva no Projeto 365.

As inscrições estão encerradas
Veja outros eventos
Projeto 365, Wangaratta
Projeto 365, Wangaratta

Horário e local

22 de fev. de 2025, 16:00

Avian Park, Wangaratta VIC 3677, Austrália

Sobre o evento

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.

Compartilhe esse evento

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