We're back to coding out our mobile-first responsive website layout, and it's time to add a menu toggle button, so we can expand and contract our navbar menu on handheld devices.
In this part, we use FontAwesome to get a menu icon and jQuery to add a click handler for the menu toggle.
We also add transitions to our CSS, so we can animate the button and menu opening and closing.