Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
Replaces old Google logo with a new one. (#1449)
Browse files Browse the repository at this point in the history
* Replaces old Google with the latest version.

* Test.

* Only updates the PNG logo file for now.

* Adds 2x fallbacks.
  • Loading branch information
cchungmin authored and PaulKinlan committed Sep 27, 2016
1 parent a4bee4a commit 5a07e27
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2>{% trans "Authors" %}</a></h2>
</p>
<p>
{% blocktrans %}
<strong>HTML5 Rocks</strong> is a <strong><img src="/static/images/google_logo_small.png" alt="Google logo" title="Google"></strong> project.
<strong>HTML5 Rocks</strong> is a <strong><img src="/static/images/google_logo_small.png" srcset="/static/images/google_logo_small_2x.png 2x" alt="Google logo" title="Google"></strong> project.
{% endblocktrans %}
</p>

Expand Down
Binary file modified static/images/google_logo_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/google_logo_small_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5a07e27

Please sign in to comment.