delindell / sole-mate

0 stars 0 forks source link

Navbar #1

Open delindell opened 4 years ago

delindell 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 a 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 when i click any of those links i should see and H1 tag that says the page name.

Dev Notes

delindell commented 4 years ago

For the navbar use light blue

<nav class="navbar navbar-dark bg-primary">
  <!-- Navbar content -->
</nav>
delindell commented 4 years ago

image