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

About me

I was born in Borås, Sweden. Started playing guitar at the age of eleven and formed my first band in 1986. In 1992 the family moved to Uppsala where I continued with music, and in 1999 I started my company JONO, which also became record label, distributor and marketing channel for the bands I worked with. Soon other bands also needed help with administration, bookings, printing CDs, distribution, graphic design and marketing services.

Musical projects

I am currently bassist in the metal band Narnia. Over the years, I have been involved in bands such as Safemode, bob K, David Castañeda, etc.

Since 2009 I’m a member and multi-instrumentalist (bass, Moog Taurus bass pedal, glockenspiel, harmonium, pump organ, piano, etc) in the band Grand Trunk Travellers.

Record labels

I also runs the record label Adora, with artists like: Gemenskap, Viva, Christian Liljegren, Harald Høidahl (NO), Erik Runeson, Micke Fhinn, Simeon Thelander, Ida Möller, Viktoria, David Castañeda, Gladys del Pilar, etc.

In 2018 I started the label Nostalgic Roxx, to re-launch music from yesterday – digitally. The mission is to let the world re-discover and discover great music-productions, that has been forgotten, sold-out, rare, or never released.

Companies

JONO
Adora

Address

Sylveniusgatan 5 D
SE-754 50 Uppsala
SWEDEN