kalapapla fest:

The Kalapapla Festival of Cultures was a public arts and culture event held across Nairobi’s metropolitan area, named after the local slang for the sound of a drum. Focused on promoting diversity, unity, and peace, the 2017 edition took place from November 13th to 18th, with a preview event on November 11th.

In collaboration with Nairobi County and the Safer Cities Initiative, the festival aimed to use arts and culture to activate and revitalize public spaces in the city. Key venues included Jeevanjee Gardens, Muindi Mbingu Street, Kenyatta Avenue, and other central locations. The event relied on partnerships with cultural agencies, creators, groups, and individuals, fostering an open platform for unrestricted artistic expression.

CURATED: By Kefa Oiro and Anthony Karundu 

Tuchangamke Arts, Nairobi Ensemble, Nairobi County, safer Nairobi initiative and Volunteers

/* Style for the tab container */ .tab-container { display: flex; border-bottom: 1px solid #ccc; margin-bottom: 20px; } /* Style for the tab */ .tab { padding: 10px 20px; cursor: pointer; border: 1px solid #FFF; margin-right: 5px; } /* Active tab styling */ .tab.active { background-color: #000000; color: white; border-bottom: none; } /* Hidden content area */ .tab-content { display: none; } /* Show the active content */ .tab-content.active { display: block; }

MITUMBA

// Get all tabs const tabs = document.querySelectorAll('.tab'); // Add event listeners to tabs tabs.forEach(tab => { tab.addEventListener('click', () => { // Remove active class from all tabs and content tabs.forEach(t => t.classList.remove('active')); document.querySelectorAll('.tab-content').forEach(content => content.classList.remove('active')); // Add active class to clicked tab and corresponding content tab.classList.add('active'); document.getElementById(tab.getAttribute('data-tab')).classList.add('active'); }); });

Gallery

error: Content is protected !!