From 9430168a218b77714d4c688a45dc5429234d5fe2 Mon Sep 17 00:00:00 2001 From: Dawid Potocki Date: Thu, 5 Dec 2019 10:39:38 +1300 Subject: [PATCH 1/2] Fix images on /providers/ and site favicons --- _includes/head.html | 4 ++-- _includes/sections/key-disclosure-law.html | 2 +- _includes/sections/warrant-canary.html | 2 +- assets/img/svg/layout/brand/square-transparent.svg | 2 ++ .../svg/layout/great_seal_of_the_united_states_obverse.svg | 2 ++ assets/img/svg/layout/warrant_cannary_example.svg | 2 ++ 6 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 assets/img/svg/layout/brand/square-transparent.svg create mode 100644 assets/img/svg/layout/great_seal_of_the_united_states_obverse.svg create mode 100644 assets/img/svg/layout/warrant_cannary_example.svg diff --git a/_includes/head.html b/_includes/head.html index 35278728..c072a19d 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -17,7 +17,7 @@ {% endif %} - + @@ -35,7 +35,7 @@ "privacytoolsIO" ], "url": "{{ site.production_url }}", - "logo": "{{ site.production_url }}/assets/img/png/layout/shield.png", + "logo": "{{ site.production_url }}/assets/img/svg/layout/brand/square-transparent.svg", "sameAs": [ "https://blog.privacytools.io", "https://twitter.com/privacytoolsIO", diff --git a/_includes/sections/key-disclosure-law.html b/_includes/sections/key-disclosure-law.html index b1f7e698..9c341619 100644 --- a/_includes/sections/key-disclosure-law.html +++ b/_includes/sections/key-disclosure-law.html @@ -67,7 +67,7 @@

Why is it not recommended to choose a US-based service?

-USA +USA

Services based in the United States are not recommended because of the country's surveillance programs and use of National Security Letters (NSLs) with accompanying gag orders, which forbid the recipient from talking about the request. This combination allows the government to secretly force companies to grant complete access to customer data and transform the service into a tool of mass surveillance.

diff --git a/_includes/sections/warrant-canary.html b/_includes/sections/warrant-canary.html index 2f128248..7c68f235 100644 --- a/_includes/sections/warrant-canary.html +++ b/_includes/sections/warrant-canary.html @@ -1,6 +1,6 @@

What is a warrant canary?

-Warrant Canary Example +Warrant Canary Example

A warrant canary is a posted document stating that an organization has not received any secret subpoenas during a specific period of time. If this document fails to be updated during the specified time then the user is to assume that the service has received such a subpoena and should stop using the service.

diff --git a/assets/img/svg/layout/brand/square-transparent.svg b/assets/img/svg/layout/brand/square-transparent.svg new file mode 100644 index 00000000..f9abdd92 --- /dev/null +++ b/assets/img/svg/layout/brand/square-transparent.svg @@ -0,0 +1,2 @@ + + diff --git a/assets/img/svg/layout/great_seal_of_the_united_states_obverse.svg b/assets/img/svg/layout/great_seal_of_the_united_states_obverse.svg new file mode 100644 index 00000000..6a161f6d --- /dev/null +++ b/assets/img/svg/layout/great_seal_of_the_united_states_obverse.svg @@ -0,0 +1,2 @@ + + diff --git a/assets/img/svg/layout/warrant_cannary_example.svg b/assets/img/svg/layout/warrant_cannary_example.svg new file mode 100644 index 00000000..c7d3de15 --- /dev/null +++ b/assets/img/svg/layout/warrant_cannary_example.svg @@ -0,0 +1,2 @@ + + -- 2.47.2 From ba0ccf4d0707d5536913c6db9b44aef973f50ac8 Mon Sep 17 00:00:00 2001 From: Jonah Date: Thu, 5 Dec 2019 11:22:41 -0600 Subject: [PATCH 2/2] Spellcheck --- _includes/sections/warrant-canary.html | 2 +- .../{warrant_cannary_example.svg => warrant_canary_example.svg} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename assets/img/svg/layout/{warrant_cannary_example.svg => warrant_canary_example.svg} (100%) diff --git a/_includes/sections/warrant-canary.html b/_includes/sections/warrant-canary.html index 7c68f235..d5cf761e 100644 --- a/_includes/sections/warrant-canary.html +++ b/_includes/sections/warrant-canary.html @@ -1,6 +1,6 @@

What is a warrant canary?

-Warrant Canary Example +Warrant Canary Example

A warrant canary is a posted document stating that an organization has not received any secret subpoenas during a specific period of time. If this document fails to be updated during the specified time then the user is to assume that the service has received such a subpoena and should stop using the service.

diff --git a/assets/img/svg/layout/warrant_cannary_example.svg b/assets/img/svg/layout/warrant_canary_example.svg similarity index 100% rename from assets/img/svg/layout/warrant_cannary_example.svg rename to assets/img/svg/layout/warrant_canary_example.svg -- 2.47.2