nss-evening-cohort-10 / foundations-group-project-pardon-us

foundations-group-project-pardon-us created by GitHub Classroom
4 stars 0 forks source link

About Page: Artist Cards #9

Closed CharityBunyon closed 5 years ago

CharityBunyon commented 5 years ago

Story

As a user, I want to see a description of all three artists, their photo, and a link to their social sites.

Acceptance Criteria

WHEN the page loads THEN there should be a paragraph about the band and a picture AND when you scroll there should be a div of cards (three artists) AND on the front of the card, it should be the artist picture AND on the back should be a quick description of them and their social sites AND names will be in a div below

Development Notes

CharityBunyon commented 5 years ago
Screen Shot 2019-09-16 at 6 52 52 PM Screen Shot 2019-09-16 at 6 54 30 PM
CharityBunyon commented 5 years ago

const printToDom = (divID, textToPrint) => { document.getElementById(divID).innerHTML = textToPrint; }

CharityBunyon commented 5 years ago

Bootstrap Essentials:

djunaim commented 5 years ago