codex-lv2-may-2025

Navigation

2 | 3 | 4 | Current Level: 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15


Lesson: Plan the Site as a Group

🎯 Objective

Work as a group to plan your team website. Decide who will be responsible for each individual page and what content those pages will include. Start with a shared vision and make sure everyone has a clear assignment.


👣 Steps

  1. Discuss Page Assignments

    • As a group, decide what each team member’s page will focus on.
    • Choose clear, descriptive filenames for each member (e.g., alex.html, jordan.html, sam.html).
  2. Decide on Page Content

    • Each personal page should include at least:

      • One <h1> element with the person’s name or page title
      • One <p> paragraph with a short message or introduction
  3. Document the Plan

    • Use a shared document or write it in the project’s README.md.
    • Example site plan:
Our Team Website Plan:
- index.html – homepage with links to individual pages
- alex.html – Alex's introduction page
- jordan.html – Jordan's portfolio page
- sam.html – Sam's favorite resources
  1. Create Placeholder Content (Optional)

    • Each member can start drafting basic content for their page on paper or in a shared planning doc.
  2. Make Sure Navigation is Covered

    • Confirm that index.html will link to each member’s page.

✅ Practice Check


💬 Discussion Prompt

Why is it helpful to plan the layout and file names before creating or editing any HTML pages?