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); } }); });
Narnia
Narnia

Ghost Town

I had the honor to design the cover with this awesome cover art by Jani Stefanovic. I also designed the “Ghost Town”-logo, printing files for CD and vinyl, both singles, and merch designs.

Together with the founders CJ Grimmark (guitarist,  producer) and lead singer Christian Liljegren I wrote lyrics and melodies for seven out of ten songs on this album.

I speak/mumble the verses on the song ‘Thief’, share some of the lead vocals with Christian on the verses of ‘Wake Up Call’, and sing backing vocals on the songs.