christopherjohnson1 / sole-mate

0 stars 0 forks source link

Navbar #1

Open christopherjohnson1 opened 4 years ago

christopherjohnson1 commented 4 years ago

User Story

As a user, at the top of every page, there should be a navbar that lets me navigate.

AC

WHEN the page loads THEN I should see bootstrap navbar at the top AND it should have my brand (Sole-Mate) on the left AND it should have links for About, Profile, Messages, and Hamper on the right AND when I click and of those links, I should see an h1 tag that says the page name.

Dev Notes

christopherjohnson1 commented 4 years ago

For the navbar Luke wants it light blue

<nav class="class"
<!-- Navbar content -->
</nav>
christopherjohnson1 commented 4 years ago

image