Back to AnchorNets 2024 Attendees
Photo of Tony Schloss

Tony Schloss

General Manager, Apartment Wi-Fi,

EducationSuperHighway

Associations & Non-Profits

Professional Bio

Tony Schloss is a General Manager on the EducationSuperHighway Apartment Wi-Fi team. Tony uses his previous experience advocating for social justice and building community broadband networks to support communities to connect to affordable, high-speed broadband.

While working at the Red Hook Initiative, a nonprofit community support organization in Brooklyn, Tony created various leadership, media production and technology training programs and eventually collaborated with local young adults to establish one of the first community WIFI networks in America, Red Hook WIFI. The success of Red Hook WIFI, especially as a resource during the recovery period after Hurricane Sandy led Tony to focus on building community focused, resilient broadband networks. After enjoying 10 years with RHI, Tony joined HR&A’s Broadband team in NYC and subsequently the Metropolitan Area Planning Council Digital Equity team in Boston before joining EducationSuperHighway.

Organization Name

EducationSuperHighway
3232 Georgia Avenue, Suite 100
Washington, DC 20010
United States
860.690.3420 http://www.educationsuperhighway.org
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