From d8156ca3193d1636b463ae56f150aed311c76039 Mon Sep 17 00:00:00 2001 From: Korbs Date: Tue, 19 Nov 2024 15:45:17 -0500 Subject: [PATCH] Update info and more --- src/components/blog/sources.md | 41 +++++++++++ src/components/global/Footer.astro | 15 +++- src/components/global/Header.astro | 9 +++ src/content/docs/minpluto/API.mdx | 2 +- ...-does-not-value-software-freedom copy.mdx} | 0 ...wsing-history-here-s-how-to-prevent-it.mdx | 2 +- .../recommend-reading/isp-is-spying-on-ya.mdx | 7 ++ .../reasons-not-to-use-discord.mdx | 8 --- .../recommend-reading/why-privacy-matters.mdx | 2 +- src/layouts/Markdown.astro | 4 +- src/pages/blog/recommended-reading.astro | 13 +++- src/pages/donate.astro | 33 +++++++++ src/pages/index.astro | 22 +++--- src/pages/privacy-policy.md | 71 +++++++++++++++++++ src/pages/refund-policy.md | 8 +++ 15 files changed, 210 insertions(+), 27 deletions(-) create mode 100644 src/components/blog/sources.md rename src/content/recommend-reading/{git-hubbub-git-hub-does-not-value-software-freedom.mdx => git-hubbub-git-hub-does-not-value-software-freedom copy.mdx} (100%) create mode 100644 src/content/recommend-reading/isp-is-spying-on-ya.mdx delete mode 100644 src/content/recommend-reading/reasons-not-to-use-discord.mdx create mode 100644 src/pages/donate.astro create mode 100644 src/pages/privacy-policy.md create mode 100644 src/pages/refund-policy.md diff --git a/src/components/blog/sources.md b/src/components/blog/sources.md new file mode 100644 index 0000000..d649d2d --- /dev/null +++ b/src/components/blog/sources.md @@ -0,0 +1,41 @@ +**Privacy Guides** + +Check out privacy alternatives to software, apps, and other tools you use. Privacy Guides also providies a decent knowledge base on privacy eassentials on enhancing your privacy in life and provides a great run-down on threat modeling. + +https://www.privacyguides.org/ + +
+
+ +**Privacy Respecting** + +A list of free services as alternatives to software, apps, and other tools you use. + +https://github.com/nikitavoloboev/privacy-respecting?tab=readme-ov-file#what + +
+
+ +**Offshore.CAT** + +Offshore.CAT is a compiled list of the real & genuine, along with the bad & garbage offshore services that we have either used/have had experience with in the past. + +https://offshore.cat/ + +
+
+ +**AlterativeTo** + +A large database of alternatives to software, apps, and other tools you use. Make sure to use the "Filter" function of AlternativeTo to only use open source and privacy focused alternatives. + +https://alternativeto.net/ + +
+
+ + \ No newline at end of file diff --git a/src/components/global/Footer.astro b/src/components/global/Footer.astro index 62461bc..939b868 100644 --- a/src/components/global/Footer.astro +++ b/src/components/global/Footer.astro @@ -3,14 +3,25 @@ import { Copyright } from "@iconoir/vue"; --- - - {CenterIt ? \ No newline at end of file diff --git a/src/pages/refund-policy.md b/src/pages/refund-policy.md new file mode 100644 index 0000000..4d0ea9d --- /dev/null +++ b/src/pages/refund-policy.md @@ -0,0 +1,8 @@ +--- +layout: '../layouts/Markdown.astro' +Title: 'Refund Policy' +--- + +**Donations** + +SudoVanilla only accepts donations via Stripe or Liberapay, all donations sent to SudoVanilla are final and refunds will not be allowed. \ No newline at end of file