function initWorksDropdown() { var allLinks = document.querySelectorAll('a'); var worksLink = null; allLinks.forEach(function(link) { if (link.textContent.trim().toLowerCase() === 'works') { worksLink = link; } }); if (!worksLink) return false; // Don't add twice if (worksLink.parentNode.classList.contains('projects-parent')) return true; var parent = document.createElement('div'); parent.className = 'projects-parent'; worksLink.parentNode.insertBefore(parent, worksLink); parent.appendChild(worksLink); var dropdown = document.createElement('div'); dropdown.className = 'projects-dropdown'; var items = [ { label: 'Art Projects', href: '/projects' }, { label: 'Workshops', href: '/workshops' }, { label: 'Releases', href: '/releases' } ]; items.forEach(function(item) { var a = document.createElement('a'); a.href = item.href; a.textContent = item.label; dropdown.appendChild(a); }); parent.appendChild(dropdown); return true; } // Poll until the nav is ready var attempts = 0; var interval = setInterval(function() { attempts++; if (initWorksDropdown() || attempts > 20) { clearInterval(interval); } }, 200);
info       work      releases      workshops     shop      contact

workshops


Music has always been a space for self-expression, connection, and empowerment. Yet, many voices remain unheard due to structural barriers and lack of representation. I want to change that.

As a passionate music producer and artist, I offer workshops specifically for FLINTA* (women, lesbians, inter, non-binary, trans, and agender people) to help them take their first steps into music production. My goal is to create a safe and inspiring environment where you can explore sound, develop your own artistic voice, and gain the confidence to produce your own music.


thisiskatelim@gmail.com