-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
42 lines (26 loc) · 1.19 KB
/
privacy.html
File metadata and controls
42 lines (26 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{% extends "base.html" %}
{% block title %}About Robot Rebuilt{% endblock %}
{% block content %}
<div class="prose">
<h1>Privacy Policy</h1>
<p>
The goal of this policy is to help you understand what use
we make of any information you provide us. That way, you can
make an informed decision about your use of our site.
</p>
<h2>General traffic information</h2>
We collect web site traffic information, for the purposes of
understanding site usage. If you permit it, we make use of cookies, a
store of information on your computer. No user-identifying information
(such as email addresses) is associated with web traffic information.
Traffic information is shared with the “Google Analytics” service
to help us understand it (<a href='http://www.google.com/privacy.html'>privacy policy</a>).
<h2>Subscriptions</h2>
All subscriptions to news about
our site are managed by the “Google Feedburner” service
(<a href='http://www.google.com/privacy.html'>privacy policy</a>).
<h2>Messages</h2>
All messages sent via our site
are managed by the “Google Docs” service
(<a href='http://www.google.com/intl/en/privacy/privacy-policy.html'>privacy policy</a>).
{% endblock %}