Photo of Danny Vinik

Danny Vinik

Legal Advisor

Senator Ed Markey's Office

Professional Bio

Danny Vinik is a policy advisor for Senator Edward J. Markey, where he leads the senator's technology and telecom portfolio and runs Senator Markey’s team on the Senate Commerce, Science and Transportation Committee. Senator Markey is the author of the 1992 Cable Act, the Telecommunications Act of 1996, the Children’s Online Privacy Protection Act, and many other foundational tech and telecom law. Since joining the senator's office in 2022, Danny has been the lead staffer on key telecom issues, including broadband, the Universal Service Fund, and E-Rate.

Danny previously worked as a journalist in Washington D.C. before transitioning into his current role. He is a graduate of the Georgetown University Law Center and Duke University.

Organization Name

Senator Ed Markey's Office
SHLB Logo

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