1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-21 10:19:15 +00:00

Fun Refactoring!

This commit is contained in:
2020-12-03 22:44:27 -06:00
parent 19ce411076
commit 7e20a1cb9c
79 changed files with 794 additions and 520 deletions

View File

@@ -6,7 +6,7 @@
<div class="row mb-2">
{% include panel.html color="danger"
{% include legacy/panel.html color="danger"
title="Key disclosure laws apply"
body='
<ol class="card-ol">
@@ -23,7 +23,7 @@
'
%}
{% include panel.html color="warning"
{% include legacy/panel.html color="warning"
title="Key disclosure laws may apply"
body='
<ol class="card-ol">
@@ -37,7 +37,7 @@
'
%}
{% include panel.html color="success"
{% include legacy/panel.html color="success"
title="Key disclosure laws don't apply"
body='
<ol class="card-ol">
@@ -67,7 +67,7 @@
<h3 id="usa" class="anchor">Why is it not recommended to choose a US-based service?</h3>
<img src="/assets/img/svg/layout/great_seal_of_the_united_states_obverse.svg" width="200" height="200" class="img-fluid float-right ml-3" alt="USA">
<img src="/assets/img/legacy_svg/layout/great_seal_of_the_united_states_obverse.svg" width="200" height="200" class="img-fluid float-right ml-3" alt="USA">
<p>Services based in the United States are not recommended because of the country's surveillance programs and use of <a href="https://www.eff.org/issues/national-security-letters/faq">National Security Letters</a> (NSLs) with accompanying gag orders, which forbid the recipient from talking about the request. This combination allows the government to <a href="https://www.schneier.com/blog/archives/2013/08/more_on_the_nsa.html">secretly force</a> companies to grant complete access to customer data and transform the service into a tool of mass surveillance.</p>