The navigation is an important element that represents a section to provide the user guidance througout
the website. Here we will display examples of how it should be display on our site.
Navbar
The responsive navigation bar is a UI element in the website which contains
links to other sections of the website. At the moment we have only two variations
that can be use depending on the hero section.
It is important to mention that theres slightly variations for the links alignment and all that
can be formatted accordingly overriding the class .nav > .nav-links > a.
Dropdown
This navigation component will hold hidden information for the user unless
they click on in to discover the links to a different section of the site.
Buttons are categorized by importance also, theres a few variations of it.
See below how classes should be implemented to ensure the responsiveness of it.
Link
HTML
CSS
Breadcrumbs
Breadcrumb navigation will help the user to understand their location
in the website by providing a breadcrumb trail back to the start page.