From 933cd3d859996274abe95f0362e75fdf5f32e380 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Tue, 2 Apr 2019 21:54:39 -0500 Subject: [PATCH] Adds a classic version of the site. (#820) --- _includes/sections/resources.html | 1 + pages/old.html | 88 +++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 pages/old.html diff --git a/_includes/sections/resources.html b/_includes/sections/resources.html index bd0dd4e4..86d3d646 100644 --- a/_includes/sections/resources.html +++ b/_includes/sections/resources.html @@ -51,3 +51,4 @@ %} +

Prefer the old site?

diff --git a/pages/old.html b/pages/old.html new file mode 100644 index 00000000..b53e4543 --- /dev/null +++ b/pages/old.html @@ -0,0 +1,88 @@ +--- +layout: default +permalink: /old/ +--- + + + +{% include sections/header.html %} + +{% include sections/fourteen-eyes.html %} + +{% include sections/key-disclosure-law.html %} + +{% include sections/vpn.html %} + +{% include sections/warrant-canary.html %} + +{% include sections/browser-recommendation.html %} + +{% include sections/browser-fingerprint.html %} + +{% include sections/browser-webrtc.html %} + +{% include sections/browser-addons.html %} + +{% include sections/browser-tweaks.html %} + +{% include sections/email-providers.html %} + +{% include sections/email-clients.html %} + +{% include sections/email-alternatives.html %} + +{% include sections/search-engines.html %} + +{% include sections/instant-messenger.html %} + +{% include sections/voice-video-messenger.html %} + +{% include sections/file-sharing.html %} + +{% include sections/cloud-storage.html %} + +{% include sections/selfhosted-cloud.html %} + +{% include sections/hosting-provider.html %} + +{% include sections/file-sync.html %} + +{% include sections/password-managers.html %} + +{% include sections/calendar-contacts-sync.html %} + +{% include sections/file-encryption.html %} + +{% include sections/self-contained-networks.html %} + +{% include sections/social-networks.html %} + +{% include sections/dns.html %} + +{% include sections/notebooks.html %} + +{% include sections/paste-services.html %} + +{% include sections/productivity-tools.html %} + +{% include sections/operating-systems.html %} + +{% include sections/live-operating-systems.html %} + +{% include sections/mobile-operating-systems.html %} + +{% include sections/android-addons.html %} + +{% include sections/router-firmware.html %} + +{% include sections/windows10.html %} + +{% include sections/quotes.html %} + +{% include sections/privacy-resources.html %} + +{% include sections/participate.html %} + +{% include footer.html %}