Back to AnchorNets 2024 Attendees
Photo of Gene Ballard

Gene Ballard

Director, Product Strategy

Kajeet, Inc.

For-Profit

Professional Bio

As Kajeet’s Director of Product Strategy, Gene is responsible for developing and executing a long-term product strategy including product research, development and life cycle management. He brings products and solutions to the market that solve real world challenges faced by K-12 leaders. Gene has a particular passion for K12 transportation technologies which culminates in Kajeet’s SmartBus vision of the Connected School Bus.
Prior to Kajeet, Gene held sales and engineering leadership roles at Sprint/Nextel and T-Mobile. He holds a BS in Business/Economics from the University of North Carolina at Charlotte as well as engineering certifications across multiple technology platforms.

Organization Name

Kajeet, Inc.
SHLB Logo For-Profit

function openCity(evt, cityName) { // Declare all variables var i, tabcontent, tablinks; // Get all elements with class="tabcontent" and hide them tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } // Get all elements with class="tablinks" and remove the class "active" tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } // Show the current tab, and add an "active" class to the button that opened the tab document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } //Reveal Animation on homepage