nss-evening-cohort-11 / nutshell-droids-ewoks

PanAm Airline
0 stars 1 forks source link

Main Dashboard #38

Closed zoeames closed 4 years ago

zoeames commented 4 years ago

User Story

As a user, on the main page you should see four bootstrap cards that represent each "page" (food, airport, crew, and plane)

AC

WHEN I come to the page I should see 4 cards THEN I should be able to click on the card and go the "page" selected AND I should see a footer at the bottom of the dashboard page AND it should have the airline logo

Dev Notes

stephencastaneda commented 4 years ago
<div class="card" id="dash-card-food">
  <div class="card-header">
    Featured
  </div>
  <img class="card-img-top" src="..." alt="Card image cap">
  <div class="card-body">
    <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
  </div>
</div>