top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Railway Hotel, Temora

dom., 24 de ago.

|

134-136 Hoskins St, Temora NSW 2666, Australia

Join me, RIFF, for a live performance on Sunday, 24th of August, from 2 PM to 5 PM.

Registration is closed
See other events
Railway Hotel, Temora
Railway Hotel, Temora

Horário e local

24 de ago. de 2025, 14:00 – 17:00

134-136 Hoskins St, Temora NSW 2666, Australia

Convidados

Sobre o evento

Get ready for an unforgettable Sunday afternoon at the Railway Hotel in Temora! 🎶


Join me, RIFF, for a live performance on Sunday, 24th of August, from 2 PM to 5 PM. 🎸


Come enjoy an afternoon of great music, good vibes, and awesome company! Whether you're there to relax or rock out, it’s going to be a blast. 🍻✨


Don't miss out on some of my original tracks as well as your favourite covers, all served up live! 🎤💥


See you there – let's make it a Sunday to remember! 😎🎉

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