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:
@ -8,7 +8,7 @@
|
||||
|
||||
{% include card.html color="success"
|
||||
title="Mastodon"
|
||||
image="assets/img/tools/Mastodon.png"
|
||||
image="/assets/img/tools/Mastodon.png"
|
||||
url="https://social.privacytools.io/"
|
||||
website="social.privacytools.io"
|
||||
description='Mastodon is a social network based on open web protocols and free, open-source software. It is decentralized like e-mail. It also has the most users, and the most diverse (in terms of interests) users, looks good, and is easy to setup.'
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
{% include card.html color="primary"
|
||||
title="diaspora*"
|
||||
image="assets/img/tools/diaspora.png"
|
||||
image="/assets/img/tools/diaspora.png"
|
||||
url="https://diasporafoundation.org/"
|
||||
description="diaspora* is based on three key philosophies: Decentralization, freedom and privacy. It is intended to address privacy concerns related to centralized social
|
||||
networks by allowing users set up their own server (or \"pod\") to host content; pods can then interact to share status updates, photographs, and other social data."
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
{% include card.html color="warning"
|
||||
title="Friendica"
|
||||
image="assets/img/tools/Friendica.png"
|
||||
image="/assets/img/tools/Friendica.png"
|
||||
url="https://friendi.ca/"
|
||||
description="Friendica has an emphasis on extensive privacy settings and easy server installation. It aims to federate with as many other social networks as possible. Currently,
|
||||
Friendica users can integrate contacts from Facebook, Twitter, Diaspora, GNU social, App.net, Pump.io and other services in their social streams."
|
||||
|
Reference in New Issue
Block a user