Foc Nou
Foc Nou

Fe, cultura i societat des de 1974

Hey!
I'm Chango

when nascetur mus vicolor rhoncus augue quisque parturient etiam imperdet sit nisi tellus veni faucibus orcimperdiet venena nullam rhoncus curabitur monteante.

Launch

Instant Pot Recipes That Make Meals Lot Easier

Ahen an unknown printer took a galley of type and their scrambled imaketype specimen book has follorrvived not only fiver centuriewhen an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries but also the leap into electronic.

Continue Reading
Salad

Instant Pot Recipes That Make Meals Lot Easier

Ahen an unknown printer took a galley of type and their scrambled imaketype specimen book has follorrvived not only fiver.

Read More
Pizza

Instant Pot Recipes That Make Meals Lot Easier

Ahen an unknown printer took a galley of type and their scrambled imaketype specimen book has follorrvived not only fiver.

Read More
Launch

Instant Pot Recipes That Make Meals Lot Easier

Ahen an unknown printer took a galley of type and their scrambled imaketype specimen book has follorrvived not only fiver.

Read More
Meat

Instant Pot Recipes That Make Meals Lot Easier

Ahen an unknown printer took a galley of type and their scrambled imaketype specimen book has follorrvived not only fiver.

Read More
Breakfast

Instant Pot Recipes That Make Meals Lot Easier

Ahen an unknown printer took a galley of type and their scrambled imaketype specimen book has follorrvived not only fiver.

Read More
Emili Pacheco

Foc Nou

document.addEventListener('click', function(e){ const btn = e.target.closest('.neeon-play-btn'); if (!btn) return; const wrapper = btn.closest('.neeon-audio-wrapper'); const audio = wrapper.querySelector('.neeon-audio'); const src = btn.getAttribute('data-audio'); // assignar src només un cop if (!audio.src) { audio.src = src; } // parar altres àudios document.querySelectorAll('.neeon-audio').forEach(a => { if (a !== audio) a.pause(); }); // reset visuals de tots els botons document.querySelectorAll('.neeon-play-btn').forEach(b => { if (b !== btn) { b.innerHTML = ''; b.classList.remove('playing'); } }); // toggle play/pause if (audio.paused) { audio.play(); btn.innerHTML = ''; btn.classList.add('playing'); } else { audio.pause(); btn.innerHTML = ''; btn.classList.remove('playing'); } });