Separate everything into their own pages
+ Permalinks!
This commit is contained in:
parent
e58c2b9649
commit
efd25a6259
@ -1,6 +1,6 @@
|
|||||||
title: Privacy Tools - Encryption Against Global Mass Surveillance
|
title: Privacy Tools - Encryption Against Global Mass Surveillance
|
||||||
description: You are being watched! Knowledge, encryption and privacy tools to protect you against global mass surveillance.
|
description: You are being watched! Knowledge, encryption and privacy tools to protect you against global mass surveillance.
|
||||||
url: "https://privacytools.io"
|
url: "https://www.privacytools.io"
|
||||||
sass:
|
sass:
|
||||||
style: compressed
|
style: compressed
|
||||||
plugins:
|
plugins:
|
||||||
|
@ -27,24 +27,24 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- icons -->
|
<!-- icons -->
|
||||||
<link rel="apple-touch-icon" sizes="57x57" href="assets/img/favicons/apple-touch-icon-57x57.png">
|
<link rel="apple-touch-icon" sizes="57x57" href="/assets/img/favicons/apple-touch-icon-57x57.png">
|
||||||
<link rel="apple-touch-icon" sizes="60x60" href="assets/img/favicons/apple-touch-icon-60x60.png">
|
<link rel="apple-touch-icon" sizes="60x60" href="/assets/img/favicons/apple-touch-icon-60x60.png">
|
||||||
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/favicons/apple-touch-icon-72x72.png">
|
<link rel="apple-touch-icon" sizes="72x72" href="/assets/img/favicons/apple-touch-icon-72x72.png">
|
||||||
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/favicons/apple-touch-icon-76x76.png">
|
<link rel="apple-touch-icon" sizes="76x76" href="/assets/img/favicons/apple-touch-icon-76x76.png">
|
||||||
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/favicons/apple-touch-icon-114x114.png">
|
<link rel="apple-touch-icon" sizes="114x114" href="/assets/img/favicons/apple-touch-icon-114x114.png">
|
||||||
<link rel="apple-touch-icon" sizes="120x120" href="assets/img/favicons/apple-touch-icon-120x120.png">
|
<link rel="apple-touch-icon" sizes="120x120" href="/assets/img/favicons/apple-touch-icon-120x120.png">
|
||||||
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/favicons/apple-touch-icon-144x144.png">
|
<link rel="apple-touch-icon" sizes="144x144" href="/assets/img/favicons/apple-touch-icon-144x144.png">
|
||||||
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/favicons/apple-touch-icon-152x152.png">
|
<link rel="apple-touch-icon" sizes="152x152" href="/assets/img/favicons/apple-touch-icon-152x152.png">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicons/apple-touch-icon-180x180.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/favicons/apple-touch-icon-180x180.png">
|
||||||
<link rel="icon" type="image/png" href="assets/img/favicons/favicon-32x32.png" sizes="32x32">
|
<link rel="icon" type="image/png" href="/assets/img/favicons/favicon-32x32.png" sizes="32x32">
|
||||||
<link rel="icon" type="image/png" href="assets/img/favicons/android-chrome-192x192.png" sizes="192x192">
|
<link rel="icon" type="image/png" href="/assets/img/favicons/android-chrome-192x192.png" sizes="192x192">
|
||||||
<link rel="icon" type="image/png" href="assets/img/favicons/favicon-96x96.png" sizes="96x96">
|
<link rel="icon" type="image/png" href="/assets/img/favicons/favicon-96x96.png" sizes="96x96">
|
||||||
<link rel="icon" type="image/png" href="assets/img/favicons/favicon-16x16.png" sizes="16x16">
|
<link rel="icon" type="image/png" href="/assets/img/favicons/favicon-16x16.png" sizes="16x16">
|
||||||
<link rel="manifest" href="assets/img/favicons/manifest.json">
|
<link rel="manifest" href="/assets/img/favicons/manifest.json">
|
||||||
<link rel="shortcut icon" href="assets/img/favicons/favicon.ico">
|
<link rel="shortcut icon" href="/assets/img/favicons/favicon.ico">
|
||||||
|
|
||||||
<!-- CSS stylesheets -->
|
<!-- CSS stylesheets -->
|
||||||
<link href="assets/css/style.css?v=5" rel="stylesheet">
|
<link href="/assets/css/style.css?v=5" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body data-spy="scroll" data-target="#navbar">
|
<body data-spy="scroll" data-target="#navbar">
|
||||||
|
@ -13,6 +13,8 @@ layout: default
|
|||||||
|
|
||||||
{% include sections/quotes.html %}
|
{% include sections/quotes.html %}
|
||||||
|
|
||||||
|
{% include sections/warrant-canary.html %}
|
||||||
|
|
||||||
{% include sections/privacy-resources.html %}
|
{% include sections/privacy-resources.html %}
|
||||||
|
|
||||||
{% include sections/participate.html %}
|
{% include sections/participate.html %}
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
|
permalink: /browsers/
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="container" role="main">
|
<div class="container" role="main">
|
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: default
|
layout: default
|
||||||
|
permalink: /operating-systems/
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="container" role="main">
|
<div class="container" role="main">
|
10
pages/providers/dns.html
Normal file
10
pages/providers/dns.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /providers/dns/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/dns.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/providers/email.html
Normal file
10
pages/providers/email.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /providers/email/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/email-providers.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/providers/hosting.html
Normal file
10
pages/providers/hosting.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /providers/hosting/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/hosting-provider.html %}
|
||||||
|
|
||||||
|
</div>
|
12
pages/providers/jurisdiction.html
Normal file
12
pages/providers/jurisdiction.html
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /providers/jurisdictions/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/fourteen-eyes.html %}
|
||||||
|
|
||||||
|
{% include sections/key-disclosure-law.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/providers/paste.html
Normal file
10
pages/providers/paste.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /providers/paste/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/paste-services.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/providers/search-engines.html
Normal file
10
pages/providers/search-engines.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /providers/search-engines/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/search-engines.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/providers/social-networks.html
Normal file
10
pages/providers/social-networks.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /providers/social-networks/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/social-networks.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/providers/storage.html
Normal file
10
pages/providers/storage.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /providers/cloud-storage/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/cloud-storage.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/providers/vpn.html
Normal file
10
pages/providers/vpn.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /providers/vpn/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/vpn.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/software/cal-card.html
Normal file
10
pages/software/cal-card.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /software/calendar-contacts/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/calendar-contacts-sync.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/software/cloud.html
Normal file
10
pages/software/cloud.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /software/cloud/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/selfhosted-cloud.html %}
|
||||||
|
|
||||||
|
</div>
|
12
pages/software/email.html
Normal file
12
pages/software/email.html
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /software/email/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/email-clients.html %}
|
||||||
|
|
||||||
|
{% include sections/email-alternatives.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/software/encryption.html
Normal file
10
pages/software/encryption.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /software/encryption-tools/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/file-encryption.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/software/file-sharing.html
Normal file
10
pages/software/file-sharing.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /software/file-sharing/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/file-sharing.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/software/file-sync.html
Normal file
10
pages/software/file-sync.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /software/file-sync/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/file-sync.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/software/im.html
Normal file
10
pages/software/im.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /software/im/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/instant-messenger.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/software/networks.html
Normal file
10
pages/software/networks.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /software/networks/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/self-contained-networks.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/software/notebooks.html
Normal file
10
pages/software/notebooks.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /software/notebooks/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/notebooks.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/software/passwords.html
Normal file
10
pages/software/passwords.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /software/passwords/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/password-managers.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/software/productivity.html
Normal file
10
pages/software/productivity.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /software/productivity/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/productivity-tools.html %}
|
||||||
|
|
||||||
|
</div>
|
10
pages/software/video-voice.html
Normal file
10
pages/software/video-voice.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
permalink: /software/voip/
|
||||||
|
---
|
||||||
|
|
||||||
|
<div class="container" role="main">
|
||||||
|
|
||||||
|
{% include sections/voice-video-messenger.html %}
|
||||||
|
|
||||||
|
</div>
|
@ -1,27 +0,0 @@
|
|||||||
---
|
|
||||||
layout: default
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="container" role="main">
|
|
||||||
|
|
||||||
{% include sections/fourteen-eyes.html %}
|
|
||||||
|
|
||||||
{% include sections/key-disclosure-law.html %}
|
|
||||||
|
|
||||||
{% include sections/vpn.html %}
|
|
||||||
|
|
||||||
{% include sections/email-providers.html %}
|
|
||||||
|
|
||||||
{% include sections/warrant-canary.html %}
|
|
||||||
|
|
||||||
{% include sections/cloud-storage.html %}
|
|
||||||
|
|
||||||
{% include sections/social-networks.html %}
|
|
||||||
|
|
||||||
{% include sections/dns.html %}
|
|
||||||
|
|
||||||
{% include sections/search-engines.html %}
|
|
||||||
|
|
||||||
{% include sections/hosting-provider.html %}
|
|
||||||
|
|
||||||
</div>
|
|
@ -1,35 +0,0 @@
|
|||||||
---
|
|
||||||
layout: default
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="container" role="main">
|
|
||||||
|
|
||||||
{% include sections/email-clients.html %}
|
|
||||||
|
|
||||||
{% include sections/email-alternatives.html %}
|
|
||||||
|
|
||||||
{% include sections/instant-messenger.html %}
|
|
||||||
|
|
||||||
{% include sections/voice-video-messenger.html %}
|
|
||||||
|
|
||||||
{% include sections/file-sharing.html %}
|
|
||||||
|
|
||||||
{% include sections/selfhosted-cloud.html %}
|
|
||||||
|
|
||||||
{% include sections/file-sync.html %}
|
|
||||||
|
|
||||||
{% include sections/password-managers.html %}
|
|
||||||
|
|
||||||
{% include sections/calendar-contacts-sync.html %}
|
|
||||||
|
|
||||||
{% include sections/file-encryption.html %}
|
|
||||||
|
|
||||||
{% include sections/self-contained-networks.html %}
|
|
||||||
|
|
||||||
{% include sections/notebooks.html %}
|
|
||||||
|
|
||||||
{% include sections/paste-services.html %}
|
|
||||||
|
|
||||||
{% include sections/productivity-tools.html %}
|
|
||||||
|
|
||||||
</div>
|
|
Reference in New Issue
Block a user