The Alliance is a collaborative space open to any alliance, coalition, network, campaign, organization or field leader aligned with the goal of building community-wide, year-round learning ECOsystems for youth and young adults. Together, we will reimagine what’s possible—building more powerful, community-rooted learning ECOsystems where every connection is optimized and every young person can thrive.
Two ways to join
Option 1
Become a Champion
Champions are individuals and organizations that participate in Alliance for Youth Thriving activities and are moving these ideas to action.
Option 2
Become a National Partner
National Partners are organizations, coalitions, networks, and campaigns mobilizing within and across their memberships and spheres of influence.
To become a National Partners you will be asked to:
Complete a brief profile
Contribute to a geomap of local partners and participants
Join work groups or joint projects as appropriate
Promote aligned messaging, shared learning, and shared projects within their networks
Addtional Links
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);
});