top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

SS&A Club, Albury (avec Stone Free - Une expérience Hendrix)

ven. 24 janv.

|

570/582 Olive St, Albury NSW 2640, Australie

Rejoignez-nous pour une soirée électrisante avec Stone Free – A Hendrix Experience au SS&A Club d'Albury. Préparez-vous à être transporté à l'âge d'or du rock avec la musique intemporelle de Jimi Hendrix. Ne manquez pas ce concert inoubliable !

Les inscriptions sont closes
Voir d'autres événements
SS&A Club, Albury (avec Stone Free - Une expérience Hendrix)
SS&A Club, Albury (avec Stone Free - Une expérience Hendrix)

Heure et lieu

24 janv. 2025, 21:00 – 25 janv. 2025, 00:00

570/582 Olive St, Albury NSW 2640, Australie

Invités

À propos de l'événement



Get ready for an unforgettable night with Stone Free - A Hendrix Experience at the SS&A Club in Albury! On Friday, 24th of January at 9pm, immerse yourself in the legendary music of Jimi Hendrix. This is a night you won't want to miss, filled with iconic rock tunes and electrifying performances. RSVP now to secure your spot and join us for an evening of timeless music and entertainment.

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