-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Celebrities/Present #4
Comments
so do the sorting buttons do anything? If so, break the functionality of the sorting out into a new card |
Page will be dynamically updated from a button click on the navbar or footer. |
User Story
As a user, when I first visit the Present page, I should see a page with a header and a footer and header and paragraph with "Celebrities in Chinos"
AC
WHEN the user first visits the Present page
THEN I should see a landing page
AND there should be a header
AND there should be a footer
AND there should be a "Celebrities in Chinos" block with a header and block of text
AND there should be group of buttons with categories "Actors, Athletes, Politicians, Other"
AND there should be cards of examples that are sortable by the buttons.
Dev Notes
Celebrities in Chinos is a header. Description is a
sorting buttons are the same navbar as navbar and footer
Bootstrap Nav
https://getbootstrap.com/docs/4.4/components/navbar/#nav
with class of navbar-dark bg-dark for dark coloring.
Array for cards should have Who, occupation, and a picture.
printCards creates domstring.
printtodom
The text was updated successfully, but these errors were encountered: