🧪 Module 7: Final Project & Publishing

 


🔹 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:

  1. Create a GitHub account
  2. Push your project to a repo
  3. Enable GitHub Pages from repository settings

📝 Assignment:

  • Publish your site online
  • Share your live URL with the class or instructor

Post a Comment

0 Comments