commit 5d62c97b44be9844f2bceb7a8f06120793761604 Author: Arlo Breault arlolra@gmail.com Date: Fri Jan 8 17:37:07 2021 -0500
Update Firefox and Chrome logos
These are taken from, https://commons.wikimedia.org/wiki/File:Firefox_logo,_2019.svg https://commons.wikimedia.org/wiki/File:Google_Chrome_icon_(September_2014)....
which the current project pages on English Wikipedia are referencing.
Issue: #8 --- static/200px-Chrome_logo.png | Bin 0 -> 15919 bytes static/200px-Firefox_logo.png | Bin 0 -> 24582 bytes static/chrome150.jpg | Bin 5321 -> 0 bytes static/firefox150.jpg | Bin 44930 -> 0 bytes static/index.html | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/static/200px-Chrome_logo.png b/static/200px-Chrome_logo.png new file mode 100644 index 0000000..d875c56 Binary files /dev/null and b/static/200px-Chrome_logo.png differ diff --git a/static/200px-Firefox_logo.png b/static/200px-Firefox_logo.png new file mode 100644 index 0000000..318daf2 Binary files /dev/null and b/static/200px-Firefox_logo.png differ diff --git a/static/chrome150.jpg b/static/chrome150.jpg deleted file mode 100644 index fc8a83f..0000000 Binary files a/static/chrome150.jpg and /dev/null differ diff --git a/static/firefox150.jpg b/static/firefox150.jpg deleted file mode 100644 index 1eda543..0000000 Binary files a/static/firefox150.jpg and /dev/null differ diff --git a/static/index.html b/static/index.html index 7f4c3f8..ea691b3 100644 --- a/static/index.html +++ b/static/index.html @@ -60,11 +60,11 @@
<p class="addon"> <a href="https://addons.mozilla.org/en-US/firefox/addon/torproject-snowflake/"> - <img src="./firefox150.jpg" alt="Install in Firefox" height="100" /><br /> + <img src="./200px-Firefox_logo.png" alt="Install in Firefox" height="100" /><br /> <span data-msgid="MSG_installFirefox__">Install in Firefox</span> </a> <a href="https://chrome.google.com/webstore/detail/snowflake/mafpmfcccpbjnhfhjnllmmalhifmlcie"> - <img src="./chrome150.jpg" alt="Install in Chrome" height="100" /><br /> + <img src="./200px-Chrome_logo.png" alt="Install in Chrome" height="100" /><br /> <span data-msgid="__MSG_installChrome__">Install in Chrome</span> </a> </p>
tor-commits@lists.torproject.org