## Why should I care?
##### “I have nothing to hide. Why should I care about my privacy?”
@@ -17,9 +15,7 @@ Much like the right to interracial marriage, woman's suffrage, freedom of speech
You shouldn't confuse privacy with secrecy. We know what happens in the bathroom, but you still close the door. That's because you want privacy, not secrecy. **Everyone** has something to protect. Privacy is something that makes us human.
[:material-target-account: Common Internet Threats](basics/common-threats.md){ .md-button .md-button--primary }
-
-
## What should I do?
##### First, you need to make a plan
@@ -29,24 +25,19 @@ Trying to protect all your data from everyone all the time is impractical, expen
==This process of identifying threats and defining countermeasures is called **threat modeling**==, and it forms the basis of every good security and privacy plan.
[:material-book-outline: Learn More About Threat Modeling](basics/threat-modeling.md){ .md-button .md-button--primary }
-
-
-
-## We need you! Here's how to get involved:
-
-It's important for a website like Privacy Guides to always stay up-to-date. We need our audience to keep an eye on software updates for the applications listed on our site and follow recent news about providers that we recommend. It's hard to keep up with the fast pace of the internet, but we try our best. If you spot an error, think a provider should not be listed, notice a qualified provider is missing, believe a browser plugin is no longer the best choice, or uncover any other issue, please let us know.
+---
-
+## We need you! Here's how to get involved:
-- [:simple-discourse: Join our forum](https://discuss.privacyguides.net/)
-- [:simple-mastodon: Follow us on Mastodon](https://mastodon.neat.computer/@privacyguides){ rel=me }
-- [:material-book-edit: Contribute to this website](https://github.com/privacyguides/privacyguides.org)
-- [:simple-matrix: Chat with us on Matrix](https://matrix.to/#/#privacyguides:matrix.org)
-- [:material-information-outline: Learn more about us](about/index.md)
-- [:material-hand-coin-outline: Support the project](about/donate.md)
+[:simple-discourse:](https://discuss.privacyguides.net/){ title="Join our Forum" }
+[:simple-mastodon:](https://mastodon.neat.computer/@privacyguides){ rel=me title="Follow us on Mastodon" }
+[:material-book-edit:](https://github.com/privacyguides/privacyguides.org){ title="Contribute to this website" }
+[:material-translate:](https://matrix.to/#/#pg-i18n:aragon.sh){ title="Help translate this website" }
+[:simple-matrix:](https://matrix.to/#/#privacyguides:matrix.org){ title="Chat with us on Matrix" }
+[:material-information-outline:](about/index.md){ title="Learn more about us" }
+[:material-hand-coin-outline:](about/donate.md){ title="Support the project" }
-
-
+It's important for a website like Privacy Guides to always stay up-to-date. We need our audience to keep an eye on software updates for the applications listed on our site and follow recent news about providers that we recommend. It's hard to keep up with the fast pace of the internet, but we try our best. If you spot an error, think a provider should not be listed, notice a qualified provider is missing, believe a browser plugin is no longer the best choice, or uncover any other issue, please let us know.
--8<-- "includes/abbreviations.en.txt"
diff --git a/mkdocs.yml b/mkdocs.yml
index 6df097f72d..f2f5ac595e 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -53,6 +53,7 @@ watch:
plugins:
i18n:
default_language: en
+ default_language_only: !ENV [FAST, false]
material_alternate: true
languages:
en:
diff --git a/theme/overrides/home.en.html b/theme/overrides/home.en.html
index 5851b39603..bf86298b89 100644
--- a/theme/overrides/home.en.html
+++ b/theme/overrides/home.en.html
@@ -1,6 +1,6 @@
{% extends "main.html" %}
{% block extrahead %}
-
+
{{ super() }}
{% endblock %}
{% block tabs %}
diff --git a/theme/partials/header.html b/theme/partials/header.html
index 08ba6a894d..e9c65992b2 100644
--- a/theme/partials/header.html
+++ b/theme/partials/header.html
@@ -39,20 +39,6 @@
{% include "partials/search.html" %}
{% endif %}
- {% if not config.theme.palette is mapping %}
-
- {% endif %}
{% if config.extra.alternate %}
@@ -74,6 +60,20 @@
{% endif %}
+ {% if not config.theme.palette is mapping %}
+
+ {% endif %}
{% if "navigation.tabs.sticky" in features %}
{% if "navigation.tabs" in features %}