[tor-commits] [manual/master] Updating TB screenshots and width fixes

gus at torproject.org gus at torproject.org
Thu Feb 25 01:19:43 UTC 2021


commit af82cdb7c724b39fb83c60e8c7efb0a473c64cc5
Author: championquizzer <championquizzer at gmail.com>
Date:   Fri Feb 12 20:37:14 2021 +0530

    Updating TB screenshots and width fixes
---
 assets/static/images/circuit_full.png             | Bin 29854 -> 51207 bytes
 assets/static/images/client-auth.png              | Bin 14703 -> 27810 bytes
 assets/static/images/new_identity.png             | Bin 59280 -> 100975 bytes
 assets/static/images/onion-location.png           | Bin 10249 -> 11867 bytes
 assets/static/images/security-settings-anim.gif   | Bin 1119741 -> 184640 bytes
 assets/static/images/security-settings-safest.png | Bin 136500 -> 78518 bytes
 content/managing-identities/contents.lr           |   2 +-
 content/onion-services/contents.lr                |   4 ++--
 content/security-settings/contents.lr             |   4 ++--
 9 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/assets/static/images/circuit_full.png b/assets/static/images/circuit_full.png
old mode 100644
new mode 100755
index 2d600e0..43f53c1
Binary files a/assets/static/images/circuit_full.png and b/assets/static/images/circuit_full.png differ
diff --git a/assets/static/images/client-auth.png b/assets/static/images/client-auth.png
old mode 100644
new mode 100755
index 5e1c5ce..0a57aef
Binary files a/assets/static/images/client-auth.png and b/assets/static/images/client-auth.png differ
diff --git a/assets/static/images/new_identity.png b/assets/static/images/new_identity.png
old mode 100644
new mode 100755
index ea1bbf3..378ba37
Binary files a/assets/static/images/new_identity.png and b/assets/static/images/new_identity.png differ
diff --git a/assets/static/images/onion-location.png b/assets/static/images/onion-location.png
old mode 100644
new mode 100755
index 3e758d6..c701774
Binary files a/assets/static/images/onion-location.png and b/assets/static/images/onion-location.png differ
diff --git a/assets/static/images/security-settings-anim.gif b/assets/static/images/security-settings-anim.gif
old mode 100644
new mode 100755
index f8ee989..7d4eef2
Binary files a/assets/static/images/security-settings-anim.gif and b/assets/static/images/security-settings-anim.gif differ
diff --git a/assets/static/images/security-settings-safest.png b/assets/static/images/security-settings-safest.png
old mode 100644
new mode 100755
index fdbf061..d6cf34e
Binary files a/assets/static/images/security-settings-safest.png and b/assets/static/images/security-settings-safest.png differ
diff --git a/content/managing-identities/contents.lr b/content/managing-identities/contents.lr
index 228e972..2a45462 100644
--- a/content/managing-identities/contents.lr
+++ b/content/managing-identities/contents.lr
@@ -39,7 +39,7 @@ When you log in to a website over Tor, there are several points you should bear
 
 ### CHANGING IDENTITIES AND CIRCUITS
 
-<img class="col-md-6" src="../../static/images/new_identity.png" alt="New Identity and New Tor Circuit options under main menu">
+<img style="max-width:100%" class="col-md-6" src="../../static/images/new_identity.png" alt="New Identity and New Tor Circuit options under main menu">
 
 Tor Browser features “New Identity” and “New Tor Circuit for this Site” options. There are also located in the main menu (hamburger menu).
 
diff --git a/content/onion-services/contents.lr b/content/onion-services/contents.lr
index 43fbc3a..dfe914a 100644
--- a/content/onion-services/contents.lr
+++ b/content/onion-services/contents.lr
@@ -29,7 +29,7 @@ Onion-Location is a non-standard HTTP header that websites can use to advertise
 If the website that you are visiting has an onion site available, a purple suggestion pill will prompt at the URL bar in Tor Browser displaying ".onion available".
 When you click on ".onion available", the website will be reloaded and redirected to its onion counterpart.
 
-<img class="col-md-6" src="../../static/images/onion-location.png" alt="Onion-Location">
+<img style="max-width:100%" class="col-md-6" src="../../static/images/onion-location.png" alt="Onion-Location">
 
 To prioritize an onion site version of a website, you can enable automatic Onion-Location redirects.
 Click on hamburger menu (≡), go to Preferences (or Options on Windows), click on Privacy & Security, and in the Onion Services section look for the entry "Prioritize .onion sites when known." and check the option "Always".
@@ -43,7 +43,7 @@ In order to access this service, you will need access credentials from the onion
 When accessing an authenticated onion service, Tor Browser will show in the URL bar an icon of a little gray key, accompanied by a tooltip.
 Enter your valid private key into the input field.
 
-<img class="col-md-6" src="../../static/images/client-auth.png" alt="Client Authorization">
+<img style="max-width:100%" class="col-md-6" src="../../static/images/client-auth.png" alt="Client Authorization">
 
 ### ONION SERVICES ERRORS
 
diff --git a/content/security-settings/contents.lr b/content/security-settings/contents.lr
index b348822..3f93a0e 100644
--- a/content/security-settings/contents.lr
+++ b/content/security-settings/contents.lr
@@ -19,14 +19,14 @@ Increasing Tor Browser's security level will stop some web pages from functionin
 The Security Settings can be accessed by clicking the Shield icon next to the Tor Browser URL bar.
 To view and adjust your Security Settings, click the 'Advanced Security Settings...' button in the shield menu.
 
-<img class="col-lg-6" src="../../static/images/security-settings-anim.gif" alt="Click on 'Advanced Security Settings' under the shield menu.">
+<img style="max-width:100%" class="col-lg-6" src="../../static/images/security-settings-anim.gif" alt="Click on 'Advanced Security Settings' under the shield menu.">
 
 ### SECURITY LEVELS
 
 Increasing the Security Level in the Tor Browser Security Settings will disable or partially disable certain browser features to protect against possible attacks.
 You can enable these settings again at any time by adjusting your Security Level.
 
-<img class="col-lg-6" src="../../static/images/security-settings-safest.png" alt="Security Level is currently set to Standard.">
+<img style="max-width:100%" class="col-lg-6" src="../../static/images/security-settings-safest.png" alt="Security Level is currently set to Standard.">
 
 
 ###### Standard





More information about the tor-commits mailing list