jacksonrgoodman / hello-world-noble-neptunians

hello-world-noble-neptunians created by GitHub Classroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS HTML 5 CSS

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.

  1. Navigation with links to each page. There should be a visual clue for the active page.
  2. A header that includes an appealing image. It could be a city or landmark in that country.
  3. The header should also include a headline with the name of the country.
  4. A list of cities that you would like to visit in the country.
  5. A list of landmarks that you would like to visit in the country.
  6. A list of famous citizens. You can pick your favorites.
  7. A footer with copyright information.

Setup

  1. Everyone clone the repository with git clone {connection string}
  2. Everyone immediately create their first feature branch with git checkout -b {initials-feature}

Requirements

  1. You must use semantic HTML tags
  2. You must use CSS imports
  3. You must use good CSS naming conventions, prefereably the BEM format
  4. You must use Flexbox
  5. You have one of your teammates approve a pull request before your branch is merged into main.
  6. You must do all work on a feature branch, never on main.
  7. Validate your HTML. Use a tool: Validator

User Experience

  1. Your team must decide on a consistent experience across all pages. Fonts, color scheme, layout, and structure. Hello World Layout

Stretch Goal

  1. Using Sharethrough, analyze your headline with the country name. Make adjustments to the copy to make it more engaging.

About

hello-world-noble-neptunians created by GitHub Classroom


Languages

Language:HTML 91.8%Language:CSS 8.1%Language:JavaScript 0.1%