Skip to content

Commit

Permalink
Use screenshot instead of text logo for U.S. Web Design Standards on …
Browse files Browse the repository at this point in the history
…homepage. (#785)
  • Loading branch information
Golmote committed Oct 14, 2015
1 parent e10d48b commit 79ebbf8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
Binary file removed img/logo-us-web-design-standards.png
Binary file not shown.
Binary file added img/screen-us-web-design-standards.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1>Used By</h1>

<div class="used-by-logos">
<a href="http://smashingmagazine.com" target="_blank"><img src="img/logo-smashing.png" alt="Smashing Magazine" /></a>
<a href="https://playbook.cio.gov/designstandards/" target="_blank"><img src="img/logo-us-web-design-standards.png" alt="U.S. Web Design Standards" /></a>
<a class="uswds" href="https://playbook.cio.gov/designstandards/" target="_blank">U.S. Web Design Standards</a>
<a href="http://alistapart.com" target="_blank"><img src="img/logo-ala.png" alt="A List Apart" /></a>

<a href="https://developer.mozilla.org/" target="_blank"><img src="img/logo-mdn.png" alt="Mozilla Developer Network (MDN)" /></a>
Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,11 @@ footer {
border: 5px solid white;
position: relative;
}
.used-by-logos > .uswds {
background: url('img/screen-us-web-design-standards.png') no-repeat 0 0;
background-size: cover;
text-indent: -999em;
}
.used-by-logos > a > img {
max-height: 100%;
max-width: 100%;
Expand Down

0 comments on commit 79ebbf8

Please sign in to comment.