codex-lv2-may-2025

Navigation

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


Step 8: Update Main Landing Page 🏠

🎯 Objective

Customize the main landing page to reflect your group’s project and provide clear navigation between all pages.


đź“‹ Task Requirements

Who: ALL team members (ONE person drives, others navigate)


🔍 Step-by-Step Instructions

  1. Open the Main Page
    • Open index.html in your code editor
    • Review the current content and structure
  2. Update Project Information
    • Change the title to reflect your group’s project name
    • Update the project description to match your emoji encoding systems
    • Add your group name and member information
  3. Create Navigation Links
    • Add links to both encoding pages:
      • Link to encoding-ascii.html (ASCII binary encoding)
      • Link to encoding-emojis.html (Custom emoji alphabet)
    • Make sure all links work correctly
  4. Add Group Member Information
    • List all team members and their roles
    • Include a brief description of what each person contributed
    • Add any special acknowledgments or thanks
  5. Update Styling and Layout
    • Ensure the page looks professional and cohesive
    • Make sure navigation is clear and easy to use
    • Test that all links work properly

âś… Success Criteria


đź’ˇ Tips


🚀 Ready for Next Step?

Once the main landing page is updated, you’re ready for Step 9: Git Collaboration Workflow.


đź’ľ Git Workflow Reminder

After completing this step:

git add .
git commit -m "Update main landing page with navigation and group info"
git push