Index of /assets/web/logo-web

OSU Web Logos
=============

Ohio State’s particular model of brand architecture is known as “monolithic,” 
or a “branded house,” where the university’s logo is the primary identifier in 
all communications.

The consistent and proper use of the university logo not only strengthens 
recognition for Ohio State but also projects the university’s established 
reputation onto all of the many individual entities that make up our university.

The logos contained in this repository have been formatted for use on 
University web sites.

Bower
-----

The web logos are available as a Bower package from code.osu.edu. To include
them in your project using Bower you can either use:

    $ bower install osu-logo-web=https://code.osu.edu/ucom/logo-web.git

or include it in your bower.json:

    "dependencies": {
        "osu-logo-web":"https://code.osu.edu/ucom/logo-web.git"
    }