Included here are backgrounds and logos for BYU web sites. Link directly from here or download them for use on your server.
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.
<h1 class="logo ir">
BYU: Brigham Young University
</h1>
.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");
}
img/byu-logo-lg.svg
img/byu-logo-lg.png
img/byu-logo.svg
img/byu-logo.png
img/byu-logo-sm.svg
img/byu-logo-sm.png
img/byu-header-bg.svg
img/byu-header-bg.png