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
- 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
- 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
- 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
- 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!
- 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
- Choose emojis that are meaningful to you
- Keep your message short and fun
- Make sure your encoding system is clear and logical
- Test that your page looks good and works properly
🚀 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