Foc Nou
Foc Nou

Fe, cultura i societat des de 1974

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 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 typesetting, remaining essentially unchanged.

Read More
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'); } });