codex-lv2-may-2025

Navigation

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


Step 10: Create Individual Pages 👤

🎯 Objective

Each team member creates their own personal HTML page with an encoded message using their choice of emojis.


📋 Task Requirements

Who: Each team member individually


🔍 Step-by-Step Instructions

  1. Choose Your Personal Emojis
    • Select 2-3 emojis that represent you or your interests
    • Make sure they’re different from the group’s encoding systems
    • Write down your personal emoji choices
  2. Create Your HTML File
    • Create a new file named [your-name]-message.html
    • Use your actual name (e.g., alex-message.html)
    • Start with a basic HTML structure
  3. Design Your Page
    • Add a title with your name
    • Include a brief introduction about yourself
    • Explain your personal emoji encoding system
    • Create a decoder key for your emojis
  4. Write Your Encoded Message
    • Create a message using your personal emoji system
    • Include both the encoded version (emojis) and decoded version (text)
    • Add a hint for others to decode your message
    • Make it fun and personal!
  5. Style Your Page
    • Use consistent styling with the other pages
    • Make it visually appealing and easy to read
    • Include navigation back to the main page

✅ Success Criteria


💡 Tips


🚀 Ready for Next Step?

Once everyone has created their individual pages, you’re ready for Step 11: Link Individual Pages.


💾 Git Workflow Reminder

After completing this step:

git add .
git commit -m "Add individual team member pages with personal emoji messages"
git push