From ac0cf29849a71948b19232c19148a37e25e1b7ab Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Mon, 7 Apr 2025 19:57:23 -0300 Subject: [PATCH] chore: privacy policy tl;dr --- templates/privacy.html | 50 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 templates/privacy.html diff --git a/templates/privacy.html b/templates/privacy.html new file mode 100644 index 0000000..8fbf345 --- /dev/null +++ b/templates/privacy.html @@ -0,0 +1,50 @@ +{{define "privacy-policy"}} +{{template "layout-page-start" (args "Title" "Privacy Policy")}} +
+
+ Capytal Icon +

About

+
+
+

Privacy Policy

+
+ Too Long; Didn't Read (TL;DR) +

+ Our services are developed by people who care about privacy and do not like to have their + personal and identifiable data tracked by analytics tools without their consent. + We try our best to keep our services in line with regulations such as + GDPR, + + LGDP, and CCPA, while still providing + useful data to understand our users and their priorities. The only type of data collected by our + tracking scripts are: +

+
    +
  • Pages that you visit;
  • +
  • Referrer URL;
  • +
  • Operating system, browser type and device (User-Agent header);
  • +
  • Preferred language (Accept-Language header);
  • +
  • Timezone-based location (this limits us to just know the country configured in your system);
  • +
  • Accessibility settings;
  • +
  • Additional metadata about the pages you visit;
  • +
+

+ We do not use cookies to track these informations, we cannot and do not want to + be able to associate an user to any of the said data. The data collected by us is mostly used + to understand things such as what operating system we must prioritize support, what accessibility + concerns we should take care of more, and what languages we should focus on supporting in our + services and websites. +

+

+ We do not share any of this data to any third-party, any data provided to us + stay with us and it is used just between us and our first-party services. Any shared data + is due to integrations such as embedded or referred content (for example, YouTube embedded videos). +

+
+
+ {{template "nav-bar" (args "Lang" .Lang)}} + {{template "footer" (args "Lang" .Lang)}} +
+{{template "layout-page-end"}} +{{end}}