The Way We Work

We envision equitable learning and development ecosystems with aligned systems and community-wide coordinating structures in which an integrated workforce works alongside empowered youth. To reach that vision we support leaders with a range of projects and services.

Projects & Services

Testimonials

function cleanFeedzyDescriptions() { const descriptions = document.querySelectorAll('.feedzy-rss_description'); descriptions.forEach(function(desc) { desc.innerHTML = desc.innerHTML.replace(/The post .*? appeared first on.*?(?=\.\s|$)/gi, ''); }); } // Run once on page load document.addEventListener("DOMContentLoaded", function () { // Delay to ensure Feedzy loads its content setTimeout(cleanFeedzyDescriptions, 1000); });