Back to All Events

Hayward - Basic Entrepreneurship Program | PAST


Join us for our new 9-session Online Basic Entrepreneurship Program! This free online course is for entrepreneurs with a business idea or in a business start-up mode seeking to create or enhance their business planning. All you need is a smartphone or computer, the desire to learn, and dedication to making your business the best it can be!

Register by October 4 to save your spot!

In partnership with Hayward Public Library

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