top of page
Stationary photo

Want to get involved? Find your role below to see how you can get involved!

Volunteers

Volunteers

Passionate about STEAM education and looking for a way to make a difference? Become a volunteer at InnerCode! Help us organize events, assist in workshops, spread the word about our cause. No specific skills are required - we provide training. Join us in empowering California's future STEAM innovators.

Computer Programmers

Educators

Are you an educator committed to providing your students with cutting-edge skills for the digital age? Partner with InnerCode to bring our programs to your school. Help us shape our curriculum, participate in our teacher training sessions, and be part of the movement to make STEAM education accessible to all.

Email 

Follow

  • LinkedIn
  • Instagram
bottom of page
try { const lightbox = document.getElementById('popups-wrapper'); lightbox.addEventListener('keydown', e => { if(e.keyCode === 27){ e.preventDefault(); e.stopPropagation(); } }); lightbox.addEventListener('keypress', e => { if(e.keyCode === 27){ e.preventDefault(); e.stopPropagation(); } }); } catch{}