BCC Career Education Ambassadors

The Berkeley City College Student-Ambassador Program is made up of students in Business, CIS, MMART, HUSV, Education, Biotechnology and Analytical Chemistry CE programs. Our focus is to support new and continuing students in career explorations, finding internships and jobs, and establishing connections.   Our Ambassadors serve as the liaisons for the college and community, and they collaborate to support Berkeley City College’s mission to promote educational opportunity, student success, and diversity.  
var accItem2 = document.getElementsByClassName('accordionItem2'); var accHD = document.getElementsByClassName('accordionItemHeading2'); for (i = 0; i < accHD.length; i++) { accHD[i].addEventListener('click', toggleItem, false); } function toggleItem() { var itemClass = this.parentNode.className; for (i = 0; i < accItem2.length; i++) { accItem2[i].className = 'accordionItem2 close'; } if (itemClass == 'accordionItem2 close') { this.parentNode.className = 'accordionItem2 open'; } }