nss-evening-cohort-12 / pants-chinos

pants-chinos created by GitHub Classroom
0 stars 3 forks source link

past page print cards #14

Open bnemchak opened 4 years ago

bnemchak commented 4 years ago

Dev Story

When the user clicks the past button on the navbar or the history button on the footer. The page should change to show card of pictures of people, who they are, and when and where they lived

AC

WHEN the user clicks the past button or history link THEN I should see cards showing content on the bottom part of the page.

Dev Notes

objects from the pastCards array are looped over in a printPastCards function that breaks the data into a bootstrap card domstring and then uses the printToDom function to print the cards to the card-div in the main container div.