Build and deploy your personal profile page — HTML only. This page becomes your portfolio's seed: you will restyle it in Week 2, Tailwind it in Week 3, and link every later project from it.
Requirements
- Semantic structure:
<header>(name + tagline),<nav>,<main>with sections for About, Skills (list), Projects (empty for now — it will grow weekly), and Contact (a small form ormailto:links), plus a<footer>. - One image with proper
alttext. - A contents-style nav that jumps to each section.
- Passes the W3C validator with zero errors.
- Deployed on GitHub Pages — a live URL is part of the grade.
- Clean commit history: at least 4 meaningful commits, not one "final" dump.
Grading focus
Element semantics (40%), accessibility basics (25%), working deployment (20%), commit quality (15%).
Submit
The GitHub repo URL and the live GitHub Pages URL, with a short note on the hardest choice you made (e.g. section vs article).