BYU Global Assets

Included here are backgrounds and logos for BYU web sites. Link directly from here or download them for use on your server.

Logos


Best practices

The logos work best as text-replacement background images. This allows search engines and screen readers to access the content, and allows you to control the display via CSS. In this way, the BYU logo can change based on context if needed, enabling better responsive web designs. If you need it, here's an example of the image replacement technique.

html
<h1 class="logo ir">
  BYU: Brigham Young University
</h1>
css
.ir { /* hide the text */
  text-indent: -9999em;
  text-align: left;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}

h1.logo { /* show the logo */
  background-image: url("../img/byu-logo.svg");
}

Stacked logo

svg : img/byu-logo-lg.svg

BYU - Brigham Young University

png : img/byu-logo-lg.png

BYU - Brigham Young University

Single-line logo

svg : img/byu-logo.svg

png : img/byu-logo.png

Monogram only

svg : img/byu-logo-sm.svg

BYU - Brigham Young University

png : img/byu-logo-sm.png

BYU - Brigham Young University

Backgrounds


Header

svg : img/byu-header-bg.svg

png : img/byu-header-bg.png