Back to All Events

Oakland - Basic Entrepreneurship Program at The Crucible


Through our new 9-session Online Entrepreneurship Program, you will learn how to transform your passion into launching your own successful business. All you need is a smartphone or computer, the desire to learn, and dedication to starting or growing your business!

Register by May 1 !


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