Hello, World
Goal
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.
- An appealing image header. It could be a city or landmark in that country.
- The name of the country as part of the header.
- 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 heads of state. You can pick your favorites.
Setup
- Everyone clone the repository with
git clone {connection string}
- Everyone immediately create their first feature branch with
git checkout -b {initials-feature}
Requirements
- 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
master
.
- You must do all work on a feature branch, never on
master
.
User Experience
- Your team must decide on a consistent experience across all pages. Fonts, color scheme, layout, and structure.