nss-evening-cohort-10 / dinomate

2 stars 0 forks source link

Employees #6

Open zoeames opened 5 years ago

zoeames commented 5 years ago

Story

As a user, when I navigate to the about page, I would like to see the employees of dinoMate.

Acceptance Criteria

When the user navigates to the about page Then they should see all the employees And the employees should have their name, position, and image displayed

Technical Details

zoeames commented 5 years ago

Wireframes: image

zoeames commented 5 years ago
const employees = [
  {name: "Zoe", title: "Wizard", imageUrl: ""}
  {name: "Greg", title: "Lizard", imageUrl: ""}
  {name: "Michale", title: "Cool Kid", imageUrl: ""}
]