Change all asset links

Assets are served from the root. Hope nobody is serving this site in a subfolder for some reason! :)
This commit is contained in:
2019-03-31 23:31:36 -05:00
parent de1a70b5dd
commit 4e1ea7f0a5
38 changed files with 136 additions and 136 deletions

View File

@ -8,7 +8,7 @@
{% include card.html color="success"
title="Pydio"
image="assets/img/tools/Pydio.png"
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
@ -17,7 +17,7 @@
{% include card.html color="primary"
title="Tahoe-LAFS"
image="assets/img/tools/Tahoe-LAFS.png"
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
@ -26,7 +26,7 @@
{% include card.html color="warning"
title="Nextcloud"
image="assets/img/provider/Nextcloud.png"
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."