Your team is going to build a travel brochure site. Each of you will pick a country that you have always wanted to visit and build a page with the following components.
- Navigation with links to each page. There should be a visual clue for the active page.
- A header that includes an appealing image. It could be a city or landmark in that country.
- The header should also include a headline with the name of the country.
- A list of cities that you would like to visit in the country.
- A list of landmarks that you would like to visit in the country.
- A list of famous citizens. You can pick your favorites.
- A footer with copyright information.
- Everyone clone the repository with
git clone {connection string}
- Everyone immediately create their first feature branch with
git checkout -b {initials-feature}
- You must use semantic HTML tags
- You must use CSS imports
- You must use good CSS naming conventions, prefereably the BEM format
- You must use Flexbox
- You have one of your teammates approve a pull request before your branch is merged into
main
. - You must do all work on a feature branch, never on
main
. - Validate your HTML. Use a tool: Validator
- Your team must decide on a consistent experience across all pages. Fonts, color scheme, layout, and structure.
- Using Sharethrough, analyze your headline with the country name. Make adjustments to the copy to make it more engaging.