diff --git a/_data/nav/2_providers.yml b/_data/nav/2_providers.yml index f33fbed3..2bb31a8c 100644 --- a/_data/nav/2_providers.yml +++ b/_data/nav/2_providers.yml @@ -1,10 +1,6 @@ type: dropdown title: Providers items: - - type: link - title: Cloud Storage - icon: fad fa-clouds - file: legacy_pages/providers/storage.html - type: link title: DNS Servers icon: fad fa-map-signs diff --git a/_includes/legacy/sections/cloud-storage.html b/_includes/legacy/sections/cloud-storage.html deleted file mode 100644 index a4c17ff1..00000000 --- a/_includes/legacy/sections/cloud-storage.html +++ /dev/null @@ -1,30 +0,0 @@ -

Encrypted Cloud Storage Services

- - - -{% include legacy/cardv2.html - title="Nextcloud - Choose your hoster" - image="/assets/img/legacy_svg/3rd-party/nextcloud.svg" - description="Nextcloud 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 server provider you choose." - website="https://nextcloud.com/" - privacy-policy="https://nextcloud.com/privacy/" - windows="https://nextcloud.com/install/#install-clients" - mac="https://nextcloud.com/install/#install-clients" - linux="https://nextcloud.com/install/#install-clients" - freebsd="https://www.freshports.org/www/nextcloud/" - openbsd="http://openports.se/www/nextcloud" - netbsd="http://pkgsrc.se/www/php-nextcloud" - fdroid="https://f-droid.org/packages/com.nextcloud.client/" - googleplay="https://play.google.com/store/apps/details?id=com.nextcloud.client" - ios="https://itunes.apple.com/us/app/nextcloud/id1125420102" - github="https://github.com/nextcloud" -%} - -

Worth Mentioning

- - diff --git a/_includes/legacy/sections/selfhosted-cloud.html b/_includes/legacy/sections/selfhosted-cloud.html index 47da8f4b..d0c165dd 100644 --- a/_includes/legacy/sections/selfhosted-cloud.html +++ b/_includes/legacy/sections/selfhosted-cloud.html @@ -7,7 +7,7 @@ {% include legacy/cardv2.html title="Nextcloud" image="/assets/img/legacy_svg/3rd-party/nextcloud.svg" - description="Nextcloud 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 server provider you choose." + description="Nextcloud 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 server provider you choose." website="https://nextcloud.com/" privacy-policy="https://nextcloud.com/privacy/" windows="https://nextcloud.com/install/#install-clients" diff --git a/legacy_pages/providers/storage.html b/legacy_pages/providers/storage.html deleted file mode 100644 index c58bbd3e..00000000 --- a/legacy_pages/providers/storage.html +++ /dev/null @@ -1,8 +0,0 @@ ---- -layout: page -permalink: /providers/cloud-storage/ -title: "Cloud Storage" -description: "Find a cloud storage provider that won't look through your files." ---- - -{% include legacy/sections/cloud-storage.html %}