Back to All Events

Oakland - Basic Entrepreneurship Program at The Crucible


Join us for our 9-session entrepreneurship program designed to help you start and launch your small business. We’ll teach you basic business strategy, personal financial budgeting, market analysis, products/services, operations, marketing strategy, and business finance.

Register by February 10!


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