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); } }); });
House On A Hill
House On A Hill

Förlorar mitt liv utan Dig

House On A Hill consists of some of my old bandmate in the brilliant band Safemode. This worship-collective is fronted by drummer Johannes Karlsson, who handles all instruments and lead vocals, backed up by his wife, Johanna Karlsson on vocals.

Another familiar voice belongs to Johanna Strågefors – the angelic voice on Safemode‘s hit Another Day Will Haunt You.

Speaking of Safemode, ex-guitarist and songwriter Juuso Savolainen handles the guitar on some songs, and bass on one of them too. Also lead singer/guitarist Tjet Gustafsson joins on guitar.

This is definitely the heaviest worship-album I have released on my label Adora Records, so far! Do NOT miss it!

Oh, I forgot to mention that I made the graphic design… 😉