09 Jrs Gold North with NCFC (North Carolina Football Club) American Trucks Positive Payload Program BAE Systems Bomba Socks CAHEC Carolina Case Management & Rehabilitation Services, Inc. Carolina Hurricanes Foundation Carolina Panthers CBS17 News City of Raleigh Government City of Raleigh Volunteer Raleigh Program Delta Dental Foundation Delta Sigma Theta Raleigh Alumnae Chapter Digital Lift Dominion Energy Charitable Foundation Durham Bull Durham Performing Arts Center Erie Insurance Enterprise Rental Car Executive Services Corp of The Triangle Facebook Fidelity Charitable First Baptist Church Raleigh First Presbyterian Church of Garner Grow With Google HIS Radio Network LEAP-A BlueVenn Company Legacy Center Church Leith Toyota Michael and Son Services NC Community Foundation NC Real Estate Commission Nordstrom Cares North Carolina Department of Transportation Paypal Red Hat Research Triangle Foundation of NC Resilia Static Robotics Booster Board TE Connectivity Corporation TechSoup The Blackbaud Giving Fund The Mildred’s Dream Foundation The Period at NC State The Pollination Project The Progressive Insurance Foundation The Raleigh Grad Chapter of Swing Phi Swing Social Fellowship United Way of the Greater Triangle Virginia State University Alumni Association-Greater Triangle Chapter (NC) Wake County Community Foundation Wake County Government WalMart Foundation West Condominiums HOA Association Yardi Systems, Inc.
Accelerating Men Activate Good All Things New, Inc. Benevolent Kicks Capital Area Workforce Development City of Raleigh Housing and Neighborhoods Department City of Raleigh Police Department Acorn Unit CollabTriangle Empowering Steppers Evolve Mentoring/My Brother’s and Sister’s Keeper Wake County Families Together NC HUBZone Technology Initiative I Am Worth It Foundation Katch The Kite Kramden Institute Logan’s Pals Mission Triangle NC Center for Nonprofits NC Office of Digital Equity and Literacy NCCARE360 NC State University Note In the Pocket Own Your Dream Passage Homes Raleigh Dream Center Renewed Showers RIOT Social and Economic Vitality-Crosby Advocacy Group St. John’s MCC STEM for Kids Team Truth 919 The Green Chair Project The Raleigh/Wake Partnership to End and Prevent Homelessness The Triangle Nonprofit & Volunteer Leadership Center The Wright Village Triangle Esports Alliance Triangle Literacy Council United Way of The Greater Triangle Vividbound Wakaboomee Wake County Juvenile Crime Prevention Council Wake County Public School System Wake Harvest Wake Up and Read Woman That Care, Inc YM4C Youth Ambassadors of Service (formerly known as General Services Foundation)
Zebulon Police Department-Community Advocacy & Resource Enhancement (CARE) Unit
document.addEventListener('DOMContentLoaded', function() {
// Only apply on mobile
function initMobileSubmenus() {
if (window.innerWidth > 1024) return;
document.querySelectorAll('.menu-item-has-children > a').forEach(link => {
// Remove previous click handlers to prevent duplicates
link.replaceWith(link.cloneNode(true));
});
document.querySelectorAll('.menu-item-has-children > a').forEach(link => {
link.addEventListener('click', function(e) {
e.preventDefault(); // prevent navigation
const submenu = this.nextElementSibling;
if (!submenu) return;
// Close any other open submenus
document.querySelectorAll('.menu-item-has-children .sub-menu.open').forEach(other => {
if (other !== submenu) {
other.classList.remove('open');
other.style.display = 'none';
}
});
// Toggle this submenu
if (submenu.classList.contains('open')) {
submenu.classList.remove('open');
submenu.style.display = 'none';
} else {
submenu.classList.add('open');
submenu.style.display = 'block';
}
});
});
}
initMobileSubmenus();
// Re-initialize on window resize in case user rotates device
window.addEventListener('resize', initMobileSubmenus);
});