Skip to content

Commit

Permalink
Update "Used by" section (#1330)
Browse files Browse the repository at this point in the history
* Website: Remove Brendan Eich's blog from "Used by" section

* Website: Remove USWDS-related code and image

* Website: Add React in "Used by" section

* Website: Add Stripe in "Used by" section
  • Loading branch information
Golmote committed Mar 7, 2018
1 parent 0bc98ac commit b9809b3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 7 deletions.
Binary file added img/logo-react.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/logo-stripe.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/screen-us-web-design-standards.png
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -63,9 +63,9 @@ <h1>Used By</h1>
<a href="http://css-tricks.com" target="_blank"><img src="img/logo-css-tricks.png" alt="CSS-Tricks" /></a>
<a href="http://www.sitepoint.com" target="_blank"><img src="img/logo-sitepoint.png" alt="SitePoint" /></a>
<a href="https://www.drupal.org" target="_blank"><img src="img/logo-drupal.png" alt="Drupal" /></a>
<a href="https://reactjs.org/" target="_blank"><img src="img/logo-react.png" alt="React" /></a>
<a href="https://stripe.com/" target="_blank"><img src="img/logo-stripe.png" alt="Stripe" /></a>
</div>

<p>It’s also used on <a href="https://brendaneich.com/2012/10/harmony-of-dreams-come-true/" target="_blank">the personal blog of Brendan Eich</a>, creator of JavaScript itself!</p>
</section>

<section id="examples">
Expand Down
5 changes: 0 additions & 5 deletions style.css
Expand Up @@ -372,11 +372,6 @@ 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 b9809b3

Please sign in to comment.