nss-evening-cohort-9 / foundations-group-project-kiss-the-goat

foundations-group-project-kiss-the-goat created by GitHub Classroom
0 stars 0 forks source link

index.html navBar creation #6

Closed jpantana closed 5 years ago

jpantana commented 5 years ago

User Story

As a user, when I load the site's homepage (and hopefully am at least 21), I should see a responsive nav bar at the top of the screen.

AC

WHEN I agree to the modal's age prompt and the site loads, THEN I should see a responsive nav bar at the top of the page AND the nav bar should point to the other pages on the site

Development

jpantana commented 5 years ago
<nav class="navbar navbar-expand-lg navbar-light bg-light">
  <a class="navbar-brand" href="#">Navbar</a>
  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
    <span class="navbar-toggler-icon"></span>
  </button>
  <div class="collapse navbar-collapse" id="navbarNavAltMarkup">
    <div class="navbar-nav">
      <a class="nav-item nav-link active" href="#">Home <span class="sr-only">(current)</span></a>
      <a class="nav-item nav-link" href="#">Features</a>
      <a class="nav-item nav-link" href="#">Pricing</a>
      <a class="nav-item nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
    </div>
  </div>
</nav>
zoeames commented 5 years ago

is the over 21 modal going to be part of this ticket? if so can you provide details for how that is going to work in your development section

jpantana commented 5 years ago

I totally forgot to add it. yes, it will be my stretch goal at the end for homePage label. Thanks

Best,

Josh Pantana 615-974-9879

On Mar 28, 2019, at 10:33 AM, Zoe Ames notifications@github.com wrote:

is the over 21 modal going to be part of this ticket? if so can you provide details for how that is going to work in your development section

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/nss-evening-cohort-9/foundations-group-project-kiss-the-goat/issues/6#issuecomment-477647518, or mute the thread https://github.com/notifications/unsubscribe-auth/AmL6Zr0fM_IjSR9eM6sEV0fdArqV-eNuks5vbODRgaJpZM4cMxjT.

zoeames commented 5 years ago

👍