nss-evening-cohort-12 / pants-chinos

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

Create Card Content #8

Open spotmonk opened 4 years ago

spotmonk commented 4 years ago

As a dev when I visit the site I should see content dynamically posted to each page.

AC

WHEN the user loads the page and clicks on a button on the navbar or footer THEN They should see content collected for that section of the website And that content will be used in further functions

Dev Notes

Content should be as follows:

for Home Page

reviews = [ 
{
Title:
Review:
Stars:
}
]

PastPage

pastCards = [ 
{
img:
who:
when:
where:
}
]

Celebrities/Present page

presentCards = [
{
img:
who:
occupation:
}
]

future page

futureCards = [
{
image:
location:
date:
}
]