document.addEventListener('DOMContentLoaded', function() { const events = document.querySelectorAll('.event'); // Använd rätt klassnamn från EventIgniter const now = new Date(); const upcomingContainer = document.querySelector('#upcoming-events'); const pastContainer = document.querySelector('#past-events'); events.forEach(event => { const eventDate = new Date(event.getAttribute('data-date')); // Kolla om EventIgniter sätter data-attribut för datum // Jämför datumet med dagens datum if (eventDate >= now) { upcomingContainer.appendChild(event); } else { pastContainer.appendChild(event); } }); });
Miracle Music
Miracle Music

Psalmer

Miracle Music-artist’s record label David Media gave me the honor to create the cover arts for their new album, called “Psalmer”. 

This is the trio’s eighth album, since the start in 1985.

Miracle Music – consisting of Elsa and Bo Järpehag and Heléne Kallryd.