From 12ae72ffa343adb5d5726f561d4921a0f1ecf77f Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Fri, 4 Dec 2020 01:06:04 -0600 Subject: [PATCH] Cleaning up old cruft --- _includes/breadcrumbs.html | 25 ++ _includes/footer.html | 2 +- _includes/legacy/badge.html | 20 -- _includes/legacy/breadcrumbs.html | 23 -- _includes/legacy/cardv2.html | 6 +- _includes/legacy/footer.html | 97 ------ _includes/legacy/head.html | 65 ---- _includes/legacy/nav.html | 145 -------- _includes/legacy/scripts.html | 5 - .../sections/android-operating-systems.html | 4 +- .../sections/browser-recommendation.html | 2 +- _includes/legacy/sections/cloud-storage.html | 2 +- _includes/legacy/sections/dns.html | 2 +- .../legacy/sections/email-providers.html | 96 +++--- .../legacy/sections/file-encryption.html | 4 +- _includes/legacy/sections/file-sharing.html | 2 +- .../sections/self-contained-networks.html | 8 +- .../sections/voice-video-messenger.html | 2 +- _includes/legacy/sections/vpn.html | 60 ++-- _includes/legacy/sponsors/gold.html | 32 -- _includes/legacy/sponsors/list.html | 11 - _includes/legacy/sponsors/silver.html | 36 -- _includes/legacy/team.html | 50 --- _layouts/page.html | 1 + legacy_pages/about/about.html | 171 ---------- legacy_pages/about/librejs.html | 34 -- legacy_pages/donate.html | 312 ------------------ legacy_pages/old.html | 94 ------ legacy_pages/providers/email.html | 14 +- legacy_pages/providers/vpn.html | 20 +- legacy_pages/services/services.html | 43 --- legacy_pages/sponsors.html | 76 ----- legacy_pages/notices.md => notices.md | 22 +- privacy-policy.md | 2 +- 34 files changed, 148 insertions(+), 1340 deletions(-) create mode 100644 _includes/breadcrumbs.html delete mode 100644 _includes/legacy/badge.html delete mode 100644 _includes/legacy/breadcrumbs.html delete mode 100644 _includes/legacy/footer.html delete mode 100644 _includes/legacy/head.html delete mode 100644 _includes/legacy/nav.html delete mode 100644 _includes/legacy/scripts.html delete mode 100644 _includes/legacy/sponsors/gold.html delete mode 100644 _includes/legacy/sponsors/list.html delete mode 100644 _includes/legacy/sponsors/silver.html delete mode 100644 _includes/legacy/team.html delete mode 100644 legacy_pages/about/about.html delete mode 100644 legacy_pages/about/librejs.html delete mode 100644 legacy_pages/donate.html delete mode 100644 legacy_pages/old.html delete mode 100644 legacy_pages/services/services.html delete mode 100644 legacy_pages/sponsors.html rename legacy_pages/notices.md => notices.md (56%) diff --git a/_includes/breadcrumbs.html b/_includes/breadcrumbs.html new file mode 100644 index 00000000..e4ed6b6f --- /dev/null +++ b/_includes/breadcrumbs.html @@ -0,0 +1,25 @@ +
+ +
diff --git a/_includes/footer.html b/_includes/footer.html index 8bbbff3d..c7cfe7d0 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,4 +4,4 @@

Unless otherwise noted, the original content on this website is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. The underlying source code used to format and display this content is not licensed for third-party use unless otherwise noted.

-

Copyright © 2020 Jonah Aragon, Aragon Ventures LLC, and Contributors | Website Source Code | Open an Issue | Privacy Policy | Website Terms & Notices

+

Copyright © 2020 Jonah Aragon, Aragon Ventures LLC, and Contributors | Website Source Code | Open an Issue | Privacy Policy | Website Terms & Notices

diff --git a/_includes/legacy/badge.html b/_includes/legacy/badge.html deleted file mode 100644 index f908ecf8..00000000 --- a/_includes/legacy/badge.html +++ /dev/null @@ -1,20 +0,0 @@ -{% if include.link %} - {{ include.text }} -{% else %}> {{ include.text }}{% endif %} - -{% else %} - {{include.text}} - {% else %} - > {% if include.icon %}{% endif %} {{include.text}} - {% endif %} - -{% endif %} diff --git a/_includes/legacy/breadcrumbs.html b/_includes/legacy/breadcrumbs.html deleted file mode 100644 index b744bb53..00000000 --- a/_includes/legacy/breadcrumbs.html +++ /dev/null @@ -1,23 +0,0 @@ - diff --git a/_includes/legacy/cardv2.html b/_includes/legacy/cardv2.html index 0af2d74a..77a45a5d 100644 --- a/_includes/legacy/cardv2.html +++ b/_includes/legacy/cardv2.html @@ -57,7 +57,7 @@ {% assign tooltip = attr[1] %} {% endif %} {% endfor %} - {% include legacy/badge.html + {% include badge.html link=link color=color text=text @@ -77,7 +77,7 @@ + class="btn btn-secondary mt-1 mr-1"> Website @@ -94,7 +94,7 @@ + class="btn btn-primary mt-1 mr-1"> Forum diff --git a/_includes/legacy/footer.html b/_includes/legacy/footer.html deleted file mode 100644 index 474888f1..00000000 --- a/_includes/legacy/footer.html +++ /dev/null @@ -1,97 +0,0 @@ - diff --git a/_includes/legacy/head.html b/_includes/legacy/head.html deleted file mode 100644 index 30296c17..00000000 --- a/_includes/legacy/head.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - {% if page.title %} - {{ page.title }} | Privacy Guides - - {% else %} - {{ site.title }} - - {% endif %} - - - - - - - - {% if page.url == "/" %} - - {% endif %} - - - - - - - - - - - - - - - - {% unless page.url == '/sponsors/' %}{% endunless %} - diff --git a/_includes/legacy/nav.html b/_includes/legacy/nav.html deleted file mode 100644 index 03c701dd..00000000 --- a/_includes/legacy/nav.html +++ /dev/null @@ -1,145 +0,0 @@ - diff --git a/_includes/legacy/scripts.html b/_includes/legacy/scripts.html deleted file mode 100644 index e17c9263..00000000 --- a/_includes/legacy/scripts.html +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/_includes/legacy/sections/android-operating-systems.html b/_includes/legacy/sections/android-operating-systems.html index 714c2061..d73a9422 100644 --- a/_includes/legacy/sections/android-operating-systems.html +++ b/_includes/legacy/sections/android-operating-systems.html @@ -40,11 +40,11 @@