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
Add and/or modify about.html file
Loop through employees array
Use function: employeeStringBuilder(ninja) to build up an employee string
Use function: printToDom(textToPrint, divId) to print to the DOM
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
employeeStringBuilder(ninja)
to build up an employee stringprintToDom(textToPrint, divId)
to print to the DOM