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 was merged in pull request #807.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /software/calendar-contacts/
|
||||
title: "Calendar/Contacts Sync Tools"
|
||||
description: "Discover free, open source, and secure ways to sync your contacts and calendars across your devices."
|
||||
---
|
||||
|
||||
{% include sections/calendar-contacts-sync.html %}
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /software/cloud/
|
||||
title: "Self Hosted \"Cloud\""
|
||||
description: "Discover how to securely and privately self-host your cloud with open source software."
|
||||
---
|
||||
|
||||
{% include sections/selfhosted-cloud.html %}
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /software/email/
|
||||
title: "Email Clients"
|
||||
description: "Discover free, open source, and secure ways email clients, and some email alternatives you may not have considered."
|
||||
---
|
||||
|
||||
{% include sections/email-clients.html %}
|
||||
|
||||
{% include sections/email-alternatives.html %}
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /software/encryption-tools/
|
||||
title: "Encryption Tools"
|
||||
description: "Discover free, open source, and secure ways to encrypt your sensitive data to keep it from prying eyes."
|
||||
---
|
||||
|
||||
{% include sections/file-encryption.html %}
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /software/file-sharing/
|
||||
title: "File Sharing"
|
||||
description: "Discover how to share your files with your friends and family or anonymously, without a middleman."
|
||||
---
|
||||
|
||||
{% include sections/file-sharing.html %}
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /software/file-sync/
|
||||
title: "File Sync Tools"
|
||||
description: "Discover free, open source, and secure ways to sync your files across your devices."
|
||||
---
|
||||
|
||||
{% include sections/file-sync.html %}
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /software/im/
|
||||
title: "Instant Messaging"
|
||||
description: "Discover secure and private ways to message others online without letting any third parties read your messages."
|
||||
---
|
||||
|
||||
{% include sections/instant-messenger.html %}
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /software/networks/
|
||||
title: "Self-Contained Networks"
|
||||
description: "If you are currently browsing clearnet and want to access the dark web, this section is for you."
|
||||
hidedesc: true
|
||||
---
|
||||
|
||||
{% include sections/self-contained-networks.html %}
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /software/notebooks/
|
||||
title: "Notebooks"
|
||||
description: "Keep track of your notes and journalings without giving them to a third-party."
|
||||
---
|
||||
|
||||
{% include sections/notebooks.html %}
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /software/passwords/
|
||||
title: "Password Managers"
|
||||
description: "Stay safe and secure online with an encrypted and open-source password manager."
|
||||
---
|
||||
|
||||
{% include sections/password-managers.html %}
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /software/productivity/
|
||||
title: "Productivity Tools"
|
||||
description: "Get working and collaborating without sharing your documents with a middleman or trusting a cloud provider."
|
||||
---
|
||||
|
||||
{% include sections/productivity-tools.html %}
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /software/voip/
|
||||
title: "VoIP"
|
||||
description: "Find a voice and video messenger that supports completely End-to-End encrypted calls."
|
||||
---
|
||||
|
||||
{% include sections/voice-video-messenger.html %}
|
||||
Reference in New Issue
Block a user