Drew Garner

Drew combines research, analysis, and storytelling to educate government officials and the general public about broadband policy. He helps lead Benton’s work on broadband affordability and serves as Deputy Director for the Broadband State Education Project, which gives community-led coalitions a powerful voice in state broadband investments.

Previously, Drew worked as the State Broadband Policy Advisor for Common Sense Media, and as a Broadband Legislative Fellow for Senator Tina Smith. He received a Masters in Public Policy from the University of Minnesota, and a Bachelor of Fine Arts from New York 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