1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-24 04:11:05 +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

@@ -4,9 +4,9 @@
<strong>If you are currently using a Cloud Storage Services like Dropbox, Google Drive, Microsoft OneDrive or Apple iCloud, you should think about hosting it on your own.</strong>
</div>
{% include cardv2.html
{% include legacy/cardv2.html
title="Nextcloud"
image="/assets/img/svg/3rd-party/nextcloud.svg"
image="/assets/img/legacy_svg/3rd-party/nextcloud.svg"
description="<strong>Nextcloud</strong> is a suite of free and open-source client-server software for creating your own file hosting services on a private server you control. The only limits on storage and bandwidth are the limits on the <a href=\"/providers/hosting\">server provider</a> you choose."
website="https://nextcloud.com/"
privacy-policy="https://nextcloud.com/privacy/"
@@ -23,10 +23,10 @@
github="https://github.com/nextcloud"
%}
{% include cardv2.html
{% include legacy/cardv2.html
title="Tahoe-LAFS"
image="/assets/img/svg/3rd-party/tahoe-lafs.svg"
image-dark="/assets/img/svg/3rd-party/tahoe-lafs-dark.svg"
image="/assets/img/legacy_svg/3rd-party/tahoe-lafs.svg"
image-dark="/assets/img/legacy_svg/3rd-party/tahoe-lafs-dark.svg"
website="https://www.tahoe-lafs.org/"
forum="https://forum.privacytools.io/t/discussion-tahoe-lafs/1662"
description="Tahoe-LAFS is a free and open decentralized cloud storage system. It distributes your data across multiple servers. Even if some of the servers fail or are taken over by an attacker, the entire file store continues to function correctly, preserving your privacy and security."