Break up productivity page (#611)

This commit is contained in:
DeiAsPie 2022-02-12 12:44:46 +00:00 committed by Daniel Gray
parent 094ffd0c9a
commit a00a9c5a5c
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3
7 changed files with 20 additions and 14 deletions

View File

@ -25,8 +25,7 @@ items:
- type: link
title: File Encryption Tools
icon: fad fa-file-certificate
file: legacy_pages/software/productivity.html
anchor: encrypt
file: legacy_pages/software/file-encryption.html
- type: link
title: File Sharing and Sync
icon: fad fa-file-user
@ -34,8 +33,7 @@ items:
- type: link
title: Metadata Removal Tools
icon: fad fa-file-times
file: legacy_pages/software/productivity.html
anchor: metadata-removal-tools
file: legacy_pages/software/metadata-removal-tools.html
- type: link
title: Password Managers
icon: fad fa-user-lock

View File

@ -1,5 +1,3 @@
<h2 id="encrypt" class="anchor"><a href="#encrypt"><i class="fas fa-link anchor-icon"></i></a> File Encryption Software</h2>
<div class="alert alert-warning" role="alert">
<strong>If you are currently not using encryption software for your hard disk, emails, or file archives, you should pick one here.</strong>
</div>

View File

@ -1,5 +1,3 @@
<h2 id="metadata-removal-tools" class="anchor"><a href="#metadata-removal-tools"><i class="fas fa-link anchor-icon"></i></a> Metadata Removal Tools</h2>
{%
include legacy/cardv2.html
title="MAT2"

View File

@ -1,5 +1,3 @@
<h2 id="productivity" class="anchor"><a href="#productivity"><i class="fas fa-link anchor-icon"></i></a> Productivity Tools</h2>
{% include legacy/cardv2.html
title="PrivateBin"
image="/assets/img/legacy_svg/3rd-party/privatebin.svg"

View File

@ -0,0 +1,9 @@
---
layout: page
permalink: /software/file-encryption/
title: "File Encryption Software"
description: "Get working and collaborating without sharing your documents with a middleman or trusting a cloud provider."
---
{% include legacy/sections/file-encryption.html %}

View File

@ -0,0 +1,9 @@
---
layout: page
permalink: /software/metadata-removal-tools/
title: "Metadata Removal Tools"
description: "Get working and collaborating without sharing your documents with a middleman or trusting a cloud provider."
---
{% include legacy/sections/metadata-removal-tools.html %}

View File

@ -6,7 +6,3 @@ description: "Get working and collaborating without sharing your documents with
---
{% include legacy/sections/productivity-tools.html %}
{% include legacy/sections/metadata-removal-tools.html %}
{% include legacy/sections/file-encryption.html %}