UNIT 19: Federal Indian Policy Series
From 1995 to the present, Tribal nations have been exercising the sovereignty won through decades of legal and political struggle and using it to build. Governments, courts, economies, language programs, and land recovery efforts are all part of the same work: nation building from the inside. This era is empowering. It is also ongoing. Build a research website documenting the laws, court decisions, and nation-building work that define the Nation Rebuilding Era.
The Tribal Self-Governance Act of 1994 marked a transition. The fight for the legal right to self-govern was largely won. What opened in 1995 was different - the work of actually doing it. Building courts, economic institutions, cultural programs, and the infrastructure that sovereignty requires.
McGirt v. Oklahoma (2020) is this era's landmark case. In a 5-4 ruling, the Supreme Court affirmed that the Creek Nation's reservation was never legally disestablished - and that much of eastern Oklahoma remains Indian Country. Written by Justice Gorsuch. Still being contested today.
In this unit, you'll build a research website about the Nation Rebuilding Era. The new CSS pattern is scroll-snap - a technique that locks your scroll to specific sections so each one fills the screen completely. You'll use it for the five pillars of nation-building.
A research website about the Nation Rebuilding Era (1995-Present) - six sections, Prussian blue archival design.
A scroll-snap pillar section. Law cards. A McGirt callout. Nation profiles. A look at what Indian Country looks like today. Your research in your own words.
This is the most recent era in the series - and it's still happening. Your research connects the past to the present.
This era is still unfolding. The nation-building work you'll research is happening right now.
Your learning path
The historical and legal content in this unit draws from federal primary sources, Supreme Court opinions, peer-reviewed scholarship, and the research of the Harvard Project on American Indian Economic Development. The nation-building framework is grounded in Rebuilding Native Nations (ed. Jorgensen, 2007), which synthesizes decades of comparative research on Tribal governance and economic development. Court case summaries draw directly from published Supreme Court opinions. The legislative history of the Nation Rebuilding Era is documented through the National Archives and the Library of Congress.
Primary Legislative & Government Sources
Court Cases
Academic & Scholarly Sources
Tribal & Research Organization Sources
Student Research Resources
This unit aligns with computer science, social studies, and Indigenous education standards across MN, ND, and SD. Click a panel to expand.
scroll-snap-type: y mandatory; the child panels, each of which receives scroll-snap-align: start; and the layout rules that make each panel fill the viewport so snapping produces a clean transition. Students who can explain why removing any one of these three parts breaks the snap behavior have internalized the dependencies in the system. That is decomposition practice: understanding which parts are load-bearing.)animation-timeline: scroll() property is the current CSS standard for the scroll-linked animation technique used across major commercial websites. Students who understand the pattern, even as readers rather than authors, are learning a technique they will encounter throughout professional web development. Stage 7 frames it as a teachable pattern with explanation of what each property does.)