Digital Equity

To bridge the digital divide, every American should have access to reliable and affordable high-speed broadband. To achieve true digital equity, however, every American must also have the resources to use it, including low-cost devices, tech support, and digital literacy training. Fortunately, Congress also recognized that ensuring access to broadband must include efforts that go beyond network deployment. The IIJA legislation specifically set aside $2.75 billion under the Digital Equity Act (DEA) to be administered by the NTIA for various digital equity programs. 

CAIs like libraries, community centers, and schools are already champions of digital equity. They assist people with web-based research, offer training in digital literacy, conduct outreach to the community, and lend devices and equipment to students and other patrons. But they need funding and other resources to carry out these essential public services.


March 21, 2024

May 1, 2023

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