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); } }); });
Hawk Division
Hawk Division

We Are The Hawk Division

These two young gentlemen sent me some ideas that they had recorded on a cellphone, and asked me to turn it into a song. Not only that. They also wanted me to take photos and design a cover, so I did and we had a great time together!

Links:

Spotify (TBA)