From 7c2181761e5b60f57deb2e5acf2bbc2ce9bc9ef8 Mon Sep 17 00:00:00 2001 From: Vincevrp Date: Sun, 20 Jan 2019 18:03:27 +0100 Subject: [PATCH] Move hosting providers to separate file --- _includes/sections/hosting-provider.html | 23 +++++++++++++++++++++++ index.html | 24 +----------------------- 2 files changed, 24 insertions(+), 23 deletions(-) create mode 100644 _includes/sections/hosting-provider.html diff --git a/_includes/sections/hosting-provider.html b/_includes/sections/hosting-provider.html new file mode 100644 index 00000000..c11e9919 --- /dev/null +++ b/_includes/sections/hosting-provider.html @@ -0,0 +1,23 @@ +

Secure Hosting Provider

+ +
+ {% include card.html color="success" + title="BAHNHOF" + image="assets/img/tools/bahnhof.png" + url="https://www.bahnhof.net/" + description="BAHNHOF is a widely known 'bullet-proof' hosting company utilized by Wikileaks." + %} + {% include card.html color="primary" + title="Colocation: DataCell" + image="assets/img/tools/datacell.png" + url="https://datacell.is/" + description="DataCell is a data center providing secure colocating in Switzerland and Iceland." + %} + + {% include card.html color="warning" + title="VPS/Web Hosting: Orange Website" + image="assets/img/tools/orange_hosting.png" + url="https://www.orangewebsite.com/" + description="Orange Website is an Icelandic web hosting provider that prides themselves in protecting online privacy and free speech." + %} +
diff --git a/index.html b/index.html index 962b8497..53fc209c 100644 --- a/index.html +++ b/index.html @@ -41,29 +41,7 @@ layout: default {% include sections/selfhosted-cloud.html %} -

Secure Hosting Provider

-
- {% include card.html color="success" - title="BAHNHOF" - image="assets/img/tools/bahnhof.png" - url="https://www.bahnhof.net/" - description="BAHNHOF is a widely known 'bullet-proof' hosting company utilized by Wikileaks." - %} - {% include card.html color="primary" - title="Colocation: DataCell" - image="assets/img/tools/datacell.png" - url="https://datacell.is/" - description="DataCell is a data center providing secure colocating in Switzerland and Iceland." - %} - - {% include card.html color="warning" - title="VPS/Web Hosting: Orange Website" - image="assets/img/tools/orange_hosting.png" - url="https://www.orangewebsite.com/" - description="Orange Website is an Icelandic web hosting provider that prides themselves in protecting online privacy and free speech." - %} -
- + {% include sections/hosting-provider.html %}

Secure File Sync Software