Unit 7 ยท The Language That Defines You
Stage 7 of 7
Unit 7 ยท Stage 7
Across six stages you built a complete vocabulary page: a page intro, a word grid, and seven word cards with audio players. This final stage is where you make the site your own. You will build the other three pages, research words from a language that matters to you, connect real audio, and add one concrete thing to this page right now: a note that credits your sources. Play in the editor, or press ๐ Type it with me to be guided. (pause on a highlighted word to see what it does)
colors.html page is finished: header, navigation, a word grid, and seven word cards with audio. In this last stage you add one small, respectful touch in code, a .sources credit line, and think about what it means to publish a language on the web.Your colors.html page is complete: a page intro, a word grid, and seven word cards with audio players. The three remaining vocabulary pages use exactly the same structure. You build animals.html, food.html, and common-items.html by duplicating this page and changing the content for each category. The editor here shows your finished colors.html as the template.
colors.html, select all the code, and copy it. Create a new file called animals.html in the same folder and paste it in.<title>, the header <h1> and <p>, and the .page-intro heading and text.Use the words below as a beginning. They are drawn from the Ojibwe People's Dictionary (ojibwe.lib.umn.edu) and published Lakota and Dakota language resources. Language varies across dialects and families.
makwa (Ojibwe) bear, migizi (Ojibwe) bald eagle, amik (Ojibwe) beaver, mooz (Ojibwe) moose, waabooz (Ojibwe) rabbit, matho (Lakota) bear, wambli (Lakota) eagle.manoomin (Ojibwe) wild rice, miskomin (Ojibwe) raspberry, ode'imini (Ojibwe) strawberry, giigoonh (Ojibwe) fish, wiiyaas (Ojibwe) meat, wagmeza (Dakota) corn, tinpsila (Lakota) prairie turnip.makak (Ojibwe) birch bark bowl, jiimaan (Ojibwe) canoe, mashkimod (Ojibwe) bag, waabooyaan (Ojibwe) blanket, ishkode (Ojibwe) fire, nibi (Ojibwe) water, tipi (Lakota and Dakota) dwelling.The starter list is a scaffold. The real goal of this unit is to find words from a language that means something to you: the language of your community, your family, or the land you live on. Here is where to research and verify them.
Turn that idea into code. Right now the footer credits one source in a single line. Add a small, faded .sources rule and a second footer line that reminds readers to verify. Two small pieces do the job: a .sources CSS rule, and one <p class="sources"> in the footer.
font-size: 0.75remopacity: 0.75Always verify words with your community.sources rule inside <style>, then add a <p class="sources"> inside the <footer>. Use the examples below, then press โถ Run..sources {
font-size: 0.75rem;
opacity: 0.75;
margin-top: 8px;
}
<footer> <p>Built with HTML and CSS • Sources: Ojibwe People's Dictionary (ojibwe.lib.umn.edu)</p> <p class="sources">Always verify words with your community, elders, or official language resources before sharing.</p> </footer>
One idea runs through this whole unit: before you publish a word, you should ______ it with your community, elders, or an official language resource. Type the missing word, then press Submit to unlock the last steps.
Your audio tags point to placeholder paths like audio/ozhaawashkwaa.mp3. Here is how to connect them to real recordings, and how to keep your home page honest as your site grows.
audio/ folder inside your project folder, named clearly, for example makwa.mp3.src to match: src="audio/makwa.mp3". Open the page in a browser and press play.index.html so the home page stays accurate.audio/mpeg) is the most widely compatible.Before you share your site, take a moment with these questions:
Look at the skills you used across the seven stages of this unit:
<audio> players.sources credit lineTo finish Unit 7, your page needs the .sources rule and a <p class="sources"> in the footer. Press Check my work when you are ready. This records that you finished the unit for your teacher, and you can press โฌ in the preview bar to download your page as colors.html.