Skip to content

Commit 0c60ba0

Browse files
author
housseindjirdeh
committed
add privacy policy
1 parent d92ee3e commit 0c60ba0

File tree

2 files changed

+100
-0
lines changed

2 files changed

+100
-0
lines changed

_layouts/additional.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="{{ page.lang | default: site.lang | default: " en " }}">
3+
4+
{% include head.html %}
5+
6+
<body>
7+
8+
<main class="page-content" aria-label="Content">
9+
<div class="wrapper">
10+
{{ content }}
11+
</div>
12+
</main>
13+
14+
</body>
15+
16+
</html>

privacy.html

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
---
2+
layout: additional
3+
permalink: /privacy-policy/
4+
---
5+
<div class="flex flex-column justify-center center pv5 ph3 karla bg-secondary">
6+
<div class="flex flex-column justify-center center">
7+
8+
<div class="flex h-inherit items-center justify-center">
9+
<div class="flex flex-column">
10+
<h2 class="f3 f2-m f2-l fw7 dark-gray mt5 mb2">
11+
Privacy Policy
12+
</h2>
13+
14+
<h2 class="f6 f4-l fw7 dark-gray mt5 mb2">
15+
Last updated: July 15, 2017
16+
</h2>
17+
18+
<p class="f6 f4-ns gray lh-copy mw7 mb3">
19+
We're glad you decided to use GitPoint. This Privacy Policy is here to inform you about what we do — and do not do — with
20+
our user's data.
21+
</p>
22+
23+
<h2 class="f3 f2-m f2-l fw7 dark-gray mt5 mb2">
24+
User Data
25+
</h2>
26+
27+
<p class="f6 f4-ns gray lh-copy mw7 mb3">
28+
We do not do anything with your GitHub information. After authenticating, the user's OAuth token is persisted directly on
29+
their device storage. It is not possible for us to retrieve that information. We never view a user's access token
30+
nor store it whatsoever.
31+
</p>
32+
33+
<p class="f6 f4-ns gray lh-copy mw7 mb3">
34+
This means that in no way, shape or form do we ever view, use or share a user's GitHub data. If private data ever becomes
35+
visible at any point we will not record or view it. If it happens to be accidentally recorded, we will delete
36+
it immediately using secure erase methods. Again, we've set up authentication specifically so that this never
37+
happens.
38+
</p>
39+
40+
<h2 class="f3 f2-m f2-l fw7 dark-gray mt5 mb2">
41+
Analytics Information
42+
</h2>
43+
44+
<p class="f6 f4-ns gray lh-copy mw7 mb3">
45+
We currently use Google Analytics and iTunes App Analytics to help us measure traffic and usage trends for the GitPoint.
46+
These tools collect information sent by your device including device and platform version, region and referrer.
47+
This information cannot reasonably be used to identify any particular individual user and no personal information
48+
is extracted.
49+
</p>
50+
51+
<p class="f6 f4-ns gray lh-copy mw7 mb3">
52+
If we happen to include another third party platform to collect stack traces, error logs or more analytics information, we'll
53+
make sure that user data remains anonymized and encrypted.
54+
</p>
55+
56+
<h2 class="f3 f2-m f2-l fw7 dark-gray mt5 mb2">
57+
Open Source
58+
</h2>
59+
60+
<p class="f6 f4-ns gray lh-copy mw7 mb3">
61+
GitPoint is open source and the history of contributions to the platform will always be visible to the public.
62+
</p>
63+
64+
<p class="f6 f4-ns gray lh-copy mw7 mb3">
65+
With each contribution to the app, code review is always performed to prevent anybody from including malicious code of any
66+
kind.
67+
</p>
68+
69+
<h2 class="f3 f2-m f2-l fw7 dark-gray mt5 mb2">
70+
Contact
71+
</h2>
72+
73+
<p class="f6 f4-ns gray lh-copy mw7 mb3">
74+
Thank you for reading our Privacy Policy. We hope you enjoy using GitPoint as much as we enjoyed building it.
75+
</p>
76+
77+
<p class="f6 f4-ns gray lh-copy mw7 mb3">
78+
If you have any questions about this Privacy Policy or GitPoint in general, please file an issue in <a class="link black fw7 dim"
79+
href="https://github.com/gitpoint/git-point/issues/new">our repository.</a>
80+
</p>
81+
</div>
82+
</div>
83+
</div>
84+
</div>

0 commit comments

Comments
 (0)