Back to All Events

New York - Basic Entrepreneurship Program


Join our 9-Session 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 April 27 to save your spot!


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