Loading lessons...
Project 9: Full Portfolio Website
Project 9: Full Portfolio Website
Everything you've learned, on one page. This is the real deal.
The goals
- A
<header>with your name and a nav. - A hero
<section>with your tagline. - A
<section>of projects with<figure>s. - A small skills
<table>. - A
<form>where people can message you. - A
<footer>with links. - A nice
meta descriptionin the head.
Meta that matters
<meta name="description" content="Portfolio of Alex, front-end learner.">
The importance of order
The page should read top to bottom as anyone's page: header -> hero -> projects -> skills -> contact -> footer. A reader should never guess where a section begins or ends.
Checklist
- [ ] A
<nav>that links to each section - [ ] A
<section>for each part - [ ] Every image full of
alt - [ ] A skills
<table> - [ ] A contact
<form>with<label>s - [ ]
<meta name="description">in the head - [ ] Semantics, not div soup
Final tip
When you run the page through the browser's inspector, you should see zero warnings for your structure. Master that.