Oneisha Freeman Rojales

Oneisha Freeman Rojales is a respected leader in the field of technology access, with over two decades of experience in the technology industry. As the Digital Connectivity Manager at the Georgia Technology Authority, she is a part of the state broadband team. In this role, she is responsible for leading digital inclusion efforts that ensure all Georgians' access to the internet and technology, regardless of their zip code or economic status. Oneisha's career began in 1998, where she worked as a Technical Support Analyst for a Fintech company. Since then, she has worked to close the digital divide through various nonprofit organizations, where she developed programs and built partnerships that helped community members build their technology skills, gain access to devices, and connect to the internet. Oneisha holds a Bachelor degree in Marketing and a Certification in Digital Equity, and is currently pursuing an MBA from the University of Georgia. This unique combination of education, certification, and practical experience gives her a valuable perspective on the intersection of technology, policy, and community development. Oneisha is a proud veteran who served in the United States Army Reserves as an Automated Logistical Specialist. She is also a devoted wife and mother of two sons.

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