From 1c5d0842a63fa6c88e17455076c0e35ea14cfee6 Mon Sep 17 00:00:00 2001 From: samsapti Date: Sat, 28 May 2022 01:21:49 +0200 Subject: [PATCH] Add privacy policy --- config.toml | 6 +++++- content/about.md | 2 +- content/contact.md | 2 +- content/privacy.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 51 insertions(+), 3 deletions(-) create mode 100644 content/privacy.md diff --git a/config.toml b/config.toml index 7083bb0..aea17d4 100644 --- a/config.toml +++ b/config.toml @@ -71,4 +71,8 @@ enableEmoji = true [[menu.main]] name = "Contact" weight = 3 - url = "contact/" \ No newline at end of file + url = "contact/" +[[menu.main]] + name = "Privacy" + weight = 4 + url = "privacy/" \ No newline at end of file diff --git a/content/about.md b/content/about.md index 8c8c9db..9eb89c1 100644 --- a/content/about.md +++ b/content/about.md @@ -1,5 +1,5 @@ --- -title: "About me" +title: "About Me" --- # Overview diff --git a/content/contact.md b/content/contact.md index d06929d..ea57f2f 100644 --- a/content/contact.md +++ b/content/contact.md @@ -1,5 +1,5 @@ --- -title: "Contact information" +title: "Contact Information" --- # Email diff --git a/content/privacy.md b/content/privacy.md new file mode 100644 index 0000000..e2bcbb6 --- /dev/null +++ b/content/privacy.md @@ -0,0 +1,44 @@ +--- +title: "Privacy Policy" +--- + +**_Last updated: May 28, 2022_** + +# Who we are + +This website is owned by Sam Al-Sapti and hosted at [samsapti.dev](/). + +# What data is collected + +No data is collected about the site's visitors. The webserver's access +logs are discarded immediately, so the server doesn't persist any IP +addresses or other personally identifiable information. Moreover, if +you access this site over a VPN or Tor connection (`.onion` link +available at the bottom of the page), the site won't even be able to +learn your IP address in case of a compromise. + +Furthermore, the hosting provider of this site is +[Hetzner Online GmbH](https://www.hetzner.com/). According to their +privacy policy, they do not store any log data either. Please refer to +their privacy policy for further information. + +# Cookies + +No cookies are used. However, your browser's local storage is used to +save your color scheme preference if you ever change it manually. + +# Embedded third party content + +Currently no third party content is embedded on this site. + +# Analytics + +No analytics are used on this site. + +# Changes to this privacy policy + +I reserve the right to update this privacy policy from time to time. I +constantly keep it up to date with the latest changes. If this policy +is changed substantially, I will put a clear notice on the front page +for at least 30 days, and I will also communicate out about the changes +via [Mastodon](https://social.data.coop/@samsapti). \ No newline at end of file