7-Navbar Style

Key Objectives

  • To start using our build tools to work with HTML and CSS changes.

  • To gain a deeper understanding of CSS and Bootstrap through using the tools.

  • To begin creating a customized look, feel, and functionality for our navbar.

  • Practice using gulp for faster site construction.

Video

Overview

In this module, we start to refactor what we've already stubbed out. This is the time that we'll make custom changes to our application in our navbar. Using our Sass + gulp tasks, we can now more quickly make adjustments to our site.

Notes/Tips

  • The final code is listed at the bottom of the module. Feel free to copy and paste it into your project if you are struggling, but make sure you understand what it is doing.

  • As discussed in the video, there is something called a hamburger menu. You might want to figure out what this term means and play around with it.

Steps

  1. Watch the instructional video.

  2. Do some research and find at least one change you could make to improve your navbar.

  3. Implement the change.

  4. Commit and push your code.

  5. Move on to the next module.

  6. Here's the final code.

    • index.html changes

      • Navbar

      • Header

      • Portfolio - just change the first line

      • About - just change the first line

      • Contact - just change the first line

    • _header.scss

    • _navbar.scss

    • _variables.scss

Last updated