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
pages/providers/dns.html
Normal file
8
pages/providers/dns.html
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /providers/dns/
|
||||
title: "DNS"
|
||||
description: "Don't let Google see all your DNS traffic. Discover privacy-centric alternatives to the traditional DNS providers."
|
||||
---
|
||||
|
||||
{% include sections/dns.html %}
|
8
pages/providers/email.html
Normal file
8
pages/providers/email.html
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /providers/email/
|
||||
title: "Email"
|
||||
description: "Find an email provider that will keep your privacy in mind. Don't settle for ad-supported platforms."
|
||||
---
|
||||
|
||||
{% include sections/email-providers.html %}
|
8
pages/providers/hosting.html
Normal file
8
pages/providers/hosting.html
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /providers/hosting/
|
||||
title: "Web Hosting"
|
||||
description: "Find a web hosting provider that won't track your visitors or give into government data requests."
|
||||
---
|
||||
|
||||
{% include sections/hosting-provider.html %}
|
8
pages/providers/paste.html
Normal file
8
pages/providers/paste.html
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /providers/paste/
|
||||
title: "Paste"
|
||||
description: "Find a pastebin provider that won't read your content to share sensitive code or other information."
|
||||
---
|
||||
|
||||
{% include sections/paste-services.html %}
|
8
pages/providers/search-engines.html
Normal file
8
pages/providers/search-engines.html
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /providers/search-engines/
|
||||
title: "Search Engines"
|
||||
description: "Find a search engine that doesn't track your queries or build an advertising profile based on your searches."
|
||||
---
|
||||
|
||||
{% include sections/search-engines.html %}
|
8
pages/providers/social-networks.html
Normal file
8
pages/providers/social-networks.html
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /providers/social-networks/
|
||||
title: "Social Networks"
|
||||
description: "Find a social network that doesn't pry into your data or monetize your profile."
|
||||
---
|
||||
|
||||
{% include sections/social-networks.html %}
|
8
pages/providers/storage.html
Normal file
8
pages/providers/storage.html
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /providers/cloud-storage/
|
||||
title: "Cloud Storage"
|
||||
description: "Find a cloud storage provider that won't look through your files."
|
||||
---
|
||||
|
||||
{% include sections/cloud-storage.html %}
|
8
pages/providers/vpn.html
Normal file
8
pages/providers/vpn.html
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /providers/vpn/
|
||||
title: "VPN Providers"
|
||||
description: "Find a no-logging VPN operator who isn't out to sell or read your web traffic."
|
||||
---
|
||||
|
||||
{% include sections/vpn.html %}
|
Reference in New Issue
Block a user