From 50bca8bc0fedaf0ea2a2cdb5b03becc0e6182a23 Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Sun, 20 Jan 2019 18:01:34 +0100 Subject: [PATCH] Move selfhosted cloud to separate file --- _includes/sections/selfhosted-cloud.html | 35 ++++++++++++++++++++++++ index.html | 35 +----------------------- 2 files changed, 36 insertions(+), 34 deletions(-) create mode 100644 _includes/sections/selfhosted-cloud.html diff --git a/_includes/sections/selfhosted-cloud.html b/_includes/sections/selfhosted-cloud.html new file mode 100644 index 00000000..dfbee8a6 --- /dev/null +++ b/_includes/sections/selfhosted-cloud.html @@ -0,0 +1,35 @@ +

Self-Hosted Cloud Server Software

+ + + +
+ + {% include card.html color="success" + title="Pydio" + image="assets/img/tools/Pydio.png" + url="https://pydio.com/" + footer="OS: Windows, macOS, Linux, iOS, Android." + description="Pydio is open source software that turns instantly any server (on-premise, NAS, cloud IaaS or PaaS) into a file sharing platform for your company. It is an alternative + to SaaS Boxes and Drives, with more control, safety and privacy, and favorable TCOs." + %} + + {% include card.html color="primary" + title="Tahoe-LAFS" + image="assets/img/tools/Tahoe-LAFS.png" + url="https://www.tahoe-lafs.org/" + footer="OS: Windows, macOS, Linux." + 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." + %} + + {% include card.html color="warning" + title="Nextcloud" + image="assets/img/provider/Nextcloud.png" + url="https://nextcloud.com/" + footer="Client OS: Windows, macOS, Linux, BSD, Unix, iOS, Android, Fire OS. Server: Linux." + description="Similar functionally to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, and thereby allowing anyone to install and operate it without charge on a private server, with no limits on storage space or the number of connected clients." + %} + +
diff --git a/index.html b/index.html index 42987eda..962b8497 100644 --- a/index.html +++ b/index.html @@ -39,40 +39,7 @@ layout: default {% include sections/cloud-storage.html %} -

Self-Hosted Cloud Server Software

- -
- - {% include card.html color="success" - title="Pydio" - image="assets/img/tools/Pydio.png" - url="https://pydio.com/" - footer="OS: Windows, macOS, Linux, iOS, Android." - description="Pydio is open source software that turns instantly any server (on-premise, NAS, cloud IaaS or PaaS) into a file sharing platform for your company. It is an alternative - to SaaS Boxes and Drives, with more control, safety and privacy, and favorable TCOs." - %} - - {% include card.html color="primary" - title="Tahoe-LAFS" - image="assets/img/tools/Tahoe-LAFS.png" - url="https://www.tahoe-lafs.org/" - footer="OS: Windows, macOS, Linux." - 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." - %} - - {% include card.html color="warning" - title="Nextcloud" - image="assets/img/provider/Nextcloud.png" - url="https://nextcloud.com/" - footer="Client OS: Windows, macOS, Linux, BSD, Unix, iOS, Android, Fire OS. Server: Linux." - description="Similar functionally to the widely used Dropbox, with the difference being that Nextcloud is free and open-source, and thereby allowing anyone to install and operate it without charge on a private server, with no limits on storage space or the number of connected clients." - %} - -
- + {% include sections/selfhosted-cloud.html %}

Secure Hosting Provider