Job Openings

Centro Community Partners (Centro) is an Oakland-based 501(c)(3) nonprofit with a mission to build thriving communities by empowering women, minority and low-income entrepreneurs to be effective business owners, create self-sustaining jobs, and obtain microloans to grow businesses that add to the economic vitality and social vibrancy of their communities.

We are currently interviewing candidates for the following roles:

// Smooth scrolling for anchor links document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function(e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({ behavior: 'smooth' }); }); });