-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy_policy.html
109 lines (89 loc) · 4.1 KB
/
privacy_policy.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description"
content="Privacy Policy for Chess with Robots. Chess with Robots is a mobile app in which you play chess against different robots with different personalities and strengths. Improve your skills by reviewing your games in review mode.">
<meta name="keywords"
content="chess with robots,robot chess,chess vs computer,computer chess,AI chess,chess bot,chess vs machine,play chess against computer">
<meta name="author" content="Adrian McPhee">
<title>Privacy Policy - Chess with Robots</title>
<link rel="canonical" href="https://chesswithrobots.com/">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="css/chess-with-robots.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YT0CY5HXHY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YT0CY5HXHY');
</script>
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<div class="mx-auto order-0">
<a class="navbar-brand mx-auto" href="/"><img src="images/logo.png" width="200px"/></a>
</div>
</nav>
</header>
<main role="main" class="container" style="margin-top:100px">
<div class="starter-template">
<h1>Privacy Policy</h1>
<hr/>
<p>This application is provided by Adrian McPhee through the Google Play and
Apple App stores and is intended for use as is.</p>
<p>This page is used to inform visitors regarding the collection, use, and
disclosure of Personal Data.</p>
<p><strong>Personal Data Collection and Use by the application</strong></p>
<p>The application is designed to run locally, including without an internet
connection. The application does not collect any Personal Data.</p>
<p><strong>Personal Data Collection and Use by third party service providers</strong></p>
<p>The application uses third party service on to ensure issues can be identified
and that paid marketing campaigns can be optimised. The free version of the
app uses Google AdMob for ad placement.</p>
<p>For more information on how these third party service providers used by the app
may collect your data, please see:</p>
<ul>
<li>Google Play Services</li>
<li>AdMob</li>
<li>Google Analytics for Firebase</li>
<li>Facebook</li>
</ul>
<p><strong>Changes to This Privacy Policy</strong></p>
<p>This Privacy Policy may be updated from time to time. Thus, you are advised to
review this page periodically for any changes.</p>
<p>This policy is effective as of 2020-12-21</p>
</div>
</main>
<!-- FOOTER -->
<footer class="container" style="margin-top:50px">
<p class="float-right"><a href="/">Back to Home</a></p>
<p>© 2020 Adrian McPhee. · <a href="privacy_policy.html">Privacy Policy</a> · <a
href="https://docs.google.com/forms/d/1J5jcHJ6RQ6EJf82cSt9ku4XEZx-vrjJKIwau50mBIk0">Customer Support</a></p>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery.slim.min.js"><\/script>')</script>
<script src="js/bootstrap.bundle.min.js"></script>
</html>