Monica Gonzalez

Monica Gonzalez is the Digital Equity Supervisor at Methodist Healthcare Ministries where she oversees the digital equity strategy implementation and grant portfolio. She works with nonprofits, public sector, and community partners to build collaborative digital inclusion strategies and solutions to help close the digital divide across South Texas. Monica has over 20 years’ experience in nonprofit management, affordable housing and community development. Prior to MHM, she served as Senior Program Director for Enterprise Community Partners Gulf Coast office in New Orleans where she supported the development of over 12,000 affordable homes and investment of over $500 million in loans, grants and equity in the years following Hurricane Katrina. Monica is originally from Alice, TX in South Texas. She graduated from St. Mary’s University with a Bachelor of Arts in Psychology and received a master’s degree in Social Work from Our Lady of the Lake University. 

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