diff --git a/_includes/card.html b/_includes/card.html index 400914d4..ec676c84 100644 --- a/_includes/card.html +++ b/_includes/card.html @@ -32,7 +32,7 @@ {% elsif include.icon %} {% elsif include.font %} - + {% endif %} {{include.description}}

diff --git a/_includes/scripts.html b/_includes/scripts.html index 85b98048..d236060a 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -11,4 +11,4 @@ - User privacy protection --> - + diff --git a/_includes/sections/email-providers.html b/_includes/sections/email-providers.html index c12a00a3..a0e9b178 100644 --- a/_includes/sections/email-providers.html +++ b/_includes/sections/email-providers.html @@ -255,7 +255,7 @@
  • Confidant Mail - An open-source non-SMTP cryptographic email system optimized for large file attachments. It is a secure and spam-resistant alternative to regular email and online file drop services. It uses GNU Privacy Guard (GPG) for content encryption and authentication, and TLS 1.2 with ephemeral keys for transport encryption.
  • Become Your Own Email Provider with Mail-in-a-Box

    -Mail-in-a-Box +Mail-in-a-Box

    Take it a step further and get control of your email with this easy-to-deploy mail server in a box. Mail-in-a-Box lets you become your own mail service provider in a few easy steps. It's sort of like making your own Gmail, but one you control from top to bottom. Technically, Mail-in-a-Box turns a fresh cloud computer into a working mail server. But you don't need to be a technology expert to set it up. More: https://mailinabox.email/

    diff --git a/_includes/sections/fourteen-eyes.html b/_includes/sections/fourteen-eyes.html index 8beafd79..a91e199d 100644 --- a/_includes/sections/fourteen-eyes.html +++ b/_includes/sections/fourteen-eyes.html @@ -1,6 +1,6 @@

    Global Mass Surveillance - The Fourteen Eyes

    -UKUSA Agreement +UKUSA Agreement

    The UKUSA Agreement is an agreement between the United Kingdom, United States, Australia, Canada, and New Zealand to cooperatively collect, analyze, and share intelligence. Members of this group, known as the Five Eyes, focus on gathering and analyzing intelligence from different parts of the world. While Five Eyes countries have agreed to not spy on each other as adversaries, leaks by Snowden have revealed that some Five Eyes members monitor each other's citizens and share intelligence to avoid breaking domestic laws that prohibit them from spying on their own citizens. The Five Eyes alliance also cooperates with groups of third-party countries to share intelligence (forming the Nine Eyes and Fourteen Eyes), however Five Eyes and third-party countries can and do spy on each other.

    diff --git a/_includes/sections/key-disclosure-law.html b/_includes/sections/key-disclosure-law.html index 6a554f03..6b107bb7 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, use of National Security Letters (NSLs) and 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 cc45d24b..2f128248 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/_includes/sections/windows10.html b/_includes/sections/windows10.html index 195fdd7c..8ea3cc88 100644 --- a/_includes/sections/windows10.html +++ b/_includes/sections/windows10.html @@ -4,7 +4,7 @@ Microsoft introduced a lot of new features in Windows 10 such as Cortana. However, most of them are violating your privacy. -Windows 10 Privacy +Windows 10 Privacy
    1. Data syncing is by default enabled. diff --git a/assets/css/style.scss b/assets/css/style.scss index af2238f0..528665ea 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -127,6 +127,10 @@ h2, h3:not(.h5), h4, h5 { font-size: 5.5em; } +.panel-font { + font-size: 120px; +} + .share-btn { border: 0; box-shadow: $share-btn-shadow;