As a user, I want to see and have the ability to interact with each of the images. .
Acceptance Criteria
WHEN the page loads
THEN there will be 4 images for "About", "Merchandise", "Music", "Upcoming Tour Dates"
WHEN the image is clicked,
THEN it will go to the corresponding pages, except for "Upcoming Tour Dates"
Development Notes
use light pink: #EAC1C1 as body background color
use dark purple: #491449 as border around different images
use a div tag to hold all the img inside
wrap <img src="" alt=""> in the <a href=""></a>
link the different html pages in the href
use below bootstrap code as reference to create grid with pictures
Story
As a user, I want to see and have the ability to interact with each of the images. .
Acceptance Criteria
WHEN the page loads THEN there will be 4 images for "About", "Merchandise", "Music", "Upcoming Tour Dates" WHEN the image is clicked, THEN it will go to the corresponding pages, except for "Upcoming Tour Dates"
Development Notes
light pink: #EAC1C1
as body background colordark purple: #491449
as border around different imagesdiv
tag to hold all theimg
inside<img src="" alt="">
in the<a href=""></a>