Split All Services into Individual Pages (#807)

* Split sections into pages

Preliminary work

* Separate everything into their own pages

+ Permalinks!

* Navbar Link Updates

* Change all asset links

Assets are served from the root. Hope nobody is serving this site in a subfolder for some reason! :)

* Point all navbar links to pages

* Make the layouts more modular

* Remove unnecessary div containers

* Adjust footer and headers layout

* Add link to various privacy subpages to homepage

* Remove test script

* Add titles and descriptions to all pages

* Fix links and layouts

* Adjust header margins

* Create master pages

* Finalize master pages

* Add services page

* Add Javascript redirects

Okay I'm pretty garbage at Javascript so this is basically hacked together. If someone who knows what they're doing wants to do this, be my guest.
This commit is contained in:
2019-04-01 19:42:34 -05:00
committed by Burung Hantu
parent 5d1c51897e
commit 48fd518cb7
75 changed files with 703 additions and 382 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."