diff --git a/_includes/sections/hosting-provider.html b/_includes/sections/hosting-provider.html index c11e9919..ee48db17 100644 --- a/_includes/sections/hosting-provider.html +++ b/_includes/sections/hosting-provider.html @@ -3,20 +3,20 @@
{% include card.html color="success" title="BAHNHOF" - image="assets/img/tools/bahnhof.png" + image="assets/img/provider/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" + image="assets/img/provider/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" + image="assets/img/provider/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/assets/img/tools/bahnhof.png b/assets/img/provider/bahnhof.png similarity index 100% rename from assets/img/tools/bahnhof.png rename to assets/img/provider/bahnhof.png diff --git a/assets/img/tools/datacell.png b/assets/img/provider/datacell.png similarity index 100% rename from assets/img/tools/datacell.png rename to assets/img/provider/datacell.png diff --git a/assets/img/tools/orange_hosting.png b/assets/img/provider/orange_hosting.png similarity index 100% rename from assets/img/tools/orange_hosting.png rename to assets/img/provider/orange_hosting.png