UNIT 16 • STAGE 5 OF 7
Add regional nation cards, the White Earth constitutional reform callout, and your own nation research
Stage 5 brings the Indian Reorganization Era to the specific nations in your region. You have been building a site about federal policy. Now you document how that policy played out on the ground, for specific Tribal nations in Minnesota, North Dakota, and South Dakota.
The four nations in this section each have a distinct relationship to the IRA era: White Earth, Red Lake, Standing Rock, and Spirit Lake. Each demonstrates a different outcome. White Earth entered the IRA era with a heavily checkerboarded land base from the Nelson Act allotments, adopted an IRA constitution in 1936, and eventually replaced that constitution in 2009 with a document rooted in Anishinaabe law. Red Lake entered the era as a closed reservation that had resisted allotment, making its IRA experience fundamentally different from nations that had been heavily allotted. Standing Rock and Spirit Lake, on the ND/SD side, were deeply affected by allotment and fractionation before and after 1934.
White Earth Nation adopted a new constitution in 2009 that is one of the most cited examples of constitutional reform in Indian Country. Co-authored with White Earth Band Anishinaabe scholar Gerald Vizenor, the constitution draws from Anishinaabe gidinaakonan (law) and includes provisions that the IRA-era boilerplate constitution did not: protection of wild rice as a living relative with inherent rights, language about the community's relationship to the land and the natural world as embedded in governance, and a structure built from Anishinaabe governance concepts rather than western municipal models. It is a document that explicitly rejects the IRA's one-size-fits-all approach and places sovereignty back in Anishinaabe tradition.
Stage 5 uses three CSS patterns you have seen before in Units 13 and 14. You are applying review techniques to new content.
Nations grid
grid-template-columns: repeat(2, 1fr): Two equal columns. Four cards across two rows. The same pattern as the two-column layouts you have used in previous units. Familiar on purpose.margin-bottom: 48px: Space between the four-card grid and the callout section that follows. Signals a visual break between two related but distinct parts of the section.Asymmetric reform callout
border: 1px solid var(--gold): Full-opacity gold border. Unlike the --gold-border at 22% opacity used on regular cards, this full-opacity border marks the callout as highlighted. The difference in border weight communicates emphasis before the reader reaches the content.grid-template-columns: 1fr 2fr: Asymmetric columns. The left column is one third of the space: a label, a title, a location note. The right column gets two thirds: the full description. You used this pattern in Unit 14's Red Lake resistance callout. Here it applies to the White Earth constitutional reform.align-items: start: Each column aligns to the top of the row. Without this, the shorter left column would stretch to match the height of the longer right column, and the label text would float in the middle.Your nation card
border-left: 4px solid var(--gold): A strong left edge accent that distinguishes this card from all others in the section. The pre-built cards have 1px solid var(--gold-border) on all four sides. This card has a 4px full-gold left edge: same accent color, much heavier, only on one side.border-radius: 0 12px 12px 0: Flat on the left (where the accent border is), rounded on the right. The flat left edge aligns with the thick border, creating a clean vertical line. The pattern reads as: the accent is the left wall, the card extends from it.Find the <!-- REPLACE: ... --> and <!-- ADD YOUR NATION --> comments in the editor.
<!-- ADD YOUR NATION --> comment. Replace the placeholder with your own research about how the IRA era affected your Tribal nation or a nation you are focusing on. Include specific facts: Did this nation adopt an IRA constitution? What was the land situation entering 1934? Has this nation undergone constitutional reform?Tribal nation official websites are the best source for this section. Many nations have their own history pages, constitution documents, or land records available. The Indian Land Tenure Foundation (iltf.org) also has nation-specific information about land tenure situations.
Federal policy is written as if it applies uniformly. The nation cards show that it did not. Red Lake and White Earth are both Anishinaabe nations in Minnesota, both affected by federal Indian policy. But their land situations entering 1934 were entirely different because of what happened to each in the allotment era. Red Lake resisted allotment. White Earth did not. The IRA era built on those different starting points.
The White Earth constitutional reform story adds something that most era sites do not include: a forward-looking example. The IRA era did not end in 1953. Its constitutions are still operating. Its legal and land consequences are still being navigated. Documenting what constitutional reform looks like, rooted in Anishinaabe law rather than federal boilerplate, connects the history to ongoing work.
The Nations section is built. Stage 6 adds My Research: the section where your own writing lives. You will build a placeholder for your Google Docs research paper, a source card list, and the structure for your personal analysis of this era.