Index of /assets/web/navbar
The Ohio State University Nav bar
=================================
The nav bar is the single common element across all university sites. It
provides quick links back to the university home page and several other central
resources. The current version of the nav bar incorporates responsive layout
and high-resolution graphics for mobile screens.
Recommended width is 100%, with a centered container to restrain the content. If
using the example markup in the included `index.html` file, use the "container"
class to style the inner navbar content.
#### Bower
The OSU Nav bar is available as a bower package from this repository on
code.osu.edu. To include the navbar in your project using bower you can
either use:
```
$ bower install navbar=https://code.osu.edu/ucom/navbar.git
```
or include it in your bower.json:
```
"dependencies": {
"navbar":"https://code.osu.edu/ucom/navbar.git"
}
```