top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Проект 365, Вангаратта

сб, 22 февр.

|

Парк птиц, Вангаратта, Виктория, 3677, Австралия

Отпразднуйте дух сообщества и позитивное психическое здоровье в Project 365.

Регистрация закрыта
Посмотреть другие события
Проект 365, Вангаратта
Проект 365, Вангаратта

Время и место

22 февр. 2025 г., 16:00

Парк птиц, Вангаратта, Виктория, 3677, Австралия

О событии

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.

Поделиться

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