Jordan Arnold

Jordan Arnold is a policy advisor on the White House Infrastructure Implementation Team. Her portfolio includes the historic $65 billion in funding for high-speed internet deployment and affordability in the Bipartisan Infrastructure Law. A native of Rockbridge County, Virginia, Jordan believes in the importance of connecting people in rural America to opportunity, especially through high-speed internet access.

 

Prior to joining the Infrastructure Team, Jordan served as a graduate fellow at the Office of Internet Connectivity and Growth (OICG) in the National Telecommunications and Information Administration, working on OICG’s policy and interagency coordination teams. Jordan previously worked as a research associate at the Benton Institute for Broadband & Society, where she authored papers on open-access networks and precision agriculture and supported research on a wide range of telecommunications policy issues. Jordan is a proud AmeriCorps alum – she spent two years as a college adviser in a small, rural high school in Covington, Virginia, where she helped low-income and first-generation students explore post-secondary options.

 

Jordan is pursuing a Master in Public Affairs from Princeton's School for Public and International Affairs with a concentration in economics and domestic policy. She holds a BA in Economics and Political & Social Thought from the University of Virginia, where she was a Jefferson Scholar.

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