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
- Open the Main Page
- Open
index.html
in your code editor
- Review the current content and structure
- 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
- 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
- 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
- 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
- Keep the navigation simple and intuitive
- Use consistent styling with the other pages
- Make sure the page accurately represents your group’s work
- Test all links before moving to the next step
🚀 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