Album 1

Joy of music
Loneliness

Next Album: Psychological Perspective → https://nilitochner.com/psychological-perspective/

Share Button

document.querySelectorAll('.accordion').forEach(group => { group.querySelectorAll('details').forEach(d => { d.addEventListener('toggle', function(){ if (this.open) { group.querySelectorAll('details').forEach(o => { if (o !== this) o.removeAttribute('open'); }); } }); }); });