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
TODO
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.
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.