From 0cf83b0e91c65df06997db27a9d371595667a5f8 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Tue, 15 May 2018 20:18:31 +0100 Subject: First draft of privacy page --- templates/main/about/privacy.html | 58 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 templates/main/about/privacy.html (limited to 'templates/main') diff --git a/templates/main/about/privacy.html b/templates/main/about/privacy.html new file mode 100644 index 00000000..9f9440ee --- /dev/null +++ b/templates/main/about/privacy.html @@ -0,0 +1,58 @@ +{% extends "main/base.html" %} +{% block title %}Privacy{% endblock %} +{% block og_title %}Privacy{% endblock %} +{% block og_description %}Our privacy policy, and compliance information{% endblock %} +{% block content %} +
+
+
+

+ Privacy + + + + +

+ + +

+ We take every step to ensure that your data is used ethically, and that includes making sure that + you know exactly what we collect, and what we do with your data. That means that instead of a + bunch of legal mumbo-jumbo, we've provided this information in an easy, human-readable form below. +

+ +

+ What We Collect + + + + +

+ +

+ During your time on the discord server, we collect... + +

    +
  • Your user ID
  • +
  • Your Discord username and discriminator
  • +
  • The list of roles you're assigned on Discord
  • +
  • Any messages you send on the server (temporarily)
  • +
+

+

+ Should you click the login button on the site, we additionally collect... + +

    +
  • Your email address, supplied by Discord
  • +
  • An access token and refresh token
  • +
+

+ +
+
+
+{% endblock %} -- cgit v1.2.3