Whether you’re just starting to explore your career options or already have some experience, Berkeley City College offers various Career Education courses designed to fit your needs. Our courses and programs aim to provide quality career education and training, academic support and advising, industry certifications, and internships. Take the next step in your professional journey and enroll in a Career Education course today!

Click to Learn More

Click to Learn More

Click to Learn More

Click to Learn More

Click to Learn More

Click to Learn More

         
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'; } }