Photo of Joey Wender

Joey Wender

Executive Director

SHLB Coalition

Associations & Non-Profits

Professional Bio

Joseph Wender served 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, including 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.

Organization Name

SHLB Coalition
SHLB Logo Associations & Non-Profits

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