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

Melodic Passion

I just love making album covers based on a well thought out idea. The record label Melodic Passion Records, once again asked me to design album covers for Christian Liljegren‘s upcoming album ‘Melodic Passion’, which will be released in connection with Christian’s 50th birthday and celebrating his 35 years as a singer.

We brainstormed lots of ideas and in the end it feels like we had a great plan. Looking at Christian’s old vinyl records, I aimed for a cover that could be found in the 70’s record trays. Therefore, it feels extra fun that this record will also be released on vinyl in February 2021!

Single covers: