🔹 Overview:
Build a complete multi-page website using everything you've learned.
🔹 Requirements:
- At least 3 pages (Home, About, Contact)
- Use semantic HTML
- Include images, a form, links, and a navigation bar
- Add meta and accessibility features
🔹 Suggested Structure:
project-folder/
├── index.html
├── about.html
├── contact.html
├── images/
└── css/ (optional, for future use)
📝 Assignment:
- Complete and polish your personal website
- Validate your HTML using W3C Validator
Lesson 7.2: Publishing Your Site
🔹 Deployment Options:
- GitHub Pages (free for public projects)
- Netlify (drag-and-drop or Git-based)
- Vercel, Render, etc.
🔹 Steps for GitHub Pages:
- Create a GitHub account
- Push your project to a repo
- Enable GitHub Pages from repository settings
📝 Assignment:
- Publish your site online
- Share your live URL with the class or instructor
0 Comments