Joey Wender

Joseph Wender currently serves as Director of the Capital Projects Fund, overseeing the $10 billion program at the U.S. Department of the Treasury and helping to ensure that all communities have access to high-quality modern infrastructure, including affordable, reliable high-speed internet. He previously served for nearly 13 years on Capitol Hill, most recently as Senator Ed Markey’s Senior Policy Advisor, where he led a team covering a wide range of issues including telecommunications and infrastructure. Wender also worked as then-Representative Markey’s Legislative Director. Prior to working for Markey, Wender served as Counsel for the House Transportation and Infrastructure Committee. He received his BA from Wesleyan University and graduated magna cum laude from Harvard Law School. 

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