UNIT 14: Federal Indian Policy Series
From 1850 to 1887, the United States shifted from removing Tribal nations to confining them. Reservations were promised as permanent homelands. Most weren't kept that way. This unit, you research what happened.
If you can't drive people off the continent, define the smallest possible parcel of their homeland, call it a reservation, and promise it will be permanent. That was the logic. Understanding how the Reservation System was built - and how it was immediately undermined - is essential to understanding the land base Tribal nations have today.
In this unit, you'll build a research website about the Reservation System Era. The new CSS pattern is a pull quote - a large, styled quotation from a Tribal leader of the era, built with a CSS pseudo-element that creates an oversized decorative quotation mark. Words from people who lived this history deserve to stand out on the page.
You'll research the six Tribal nations that held out, resisted, or were most directly shaped by reservation policy in the Great Plains region. Your 'My Research' section is where your voice goes.
A research website about the Reservation System Era (1850-1887) - six sections, Prussian blue archival design.
Pull quotes from Tribal leaders who lived this era. Nation profiles. Treaty cards. A then/now comparison. Your research in your own words.
The voices in this unit are real. Building a website for them is a form of honoring what they said.
The reservations that exist today were shaped by this era. This unit explains how.
Your learning path
The historical and legal content in this unit draws from federal primary sources, peer-reviewed academic scholarship, Tribal nation official records, and the Smithsonian Institution. The Reservation System era is extensively documented in treaty records, congressional proceedings, and Supreme Court decisions that are publicly available. When you research your own nation for the Nations section, use the official Tribal nation websites listed under Student Research Resources below.
Primary Treaty & Legislative Sources
Academic & Scholarly Sources
Tribal Nation Sources
Museum & Institutional 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.
::before pseudo-element and the content property: techniques from CSS that students have not used before. They are adding a new capability to an existing codebase rather than building from scratch. The <cite> element used to attribute each quote teaches the HTML semantic standard for source attribution, which is also the standard for crediting existing code and media in web development.)::before pseudo-element technique in a new context in Stage 5, reinforcing the pattern without re-teaching it. This is iterative development: not just building something once, but applying a learned pattern to a new problem.)::before pseudo-element technique introduced in Stage 4 applies the CSS knowledge base students have built across Units 11 and 12: selectors, properties, values, the box model, and display behavior: to a new and more advanced technique. Students are not encountering a new concept in isolation but applying accumulated knowledge to a specific design problem: how do you add large decorative quotation marks to a blockquote without any image files?)blockquote and cite), then the CSS for the text styling and border accent, then the ::before pseudo-element for the decorative quotation mark. Students build each layer with understanding before the next is added. By the time the component is complete, students understand not just what the ::before selector does but why it is the right tool for this specific problem: adding a presentational element without adding HTML markup.)