You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2025. It is now read-only.
Description
Create the informational cards reusable component that will be shown on the home page when a user scrolls below the jumbotron component.
UC
As a user, I want to see important and relevant info right on the home page without navigating to another page of the site in order to efficiently get my questions answered without having to figure out which other page might have what I am looking for
AC
This component should have two parts: some sort of image or visual, and then the informational text
the component's info side should have a subtitle and body that are based on separate string props being passed in to the component when it is being used
the component should have a visual or image section that can also be changed based off a prop being passed in when the component is used
the component should be able to take in a prop that dictates which side the info should be on vs which side the visual should be on so that if there are multiple cards in a row they don't look identical