Merge pull request #319 from NicolasConstant/topic_privacy-statement

added privacy statement
This commit is contained in:
Nicolas Constant 2020-09-14 01:33:58 +02:00 committed by GitHub
commit 54bac5e0ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions

View File

@ -149,6 +149,7 @@
<p class="version">
Sengi version: {{version}}<br />
<a href class="version__link" (click)="openTutorial()">open tutorial</a><br/>
<a href="assets/docs/privacy.html" class="version__link" target="_blank">open privacy statement</a><br/>
<a href class="version__link" (click)="checkForUpdates()">check for updates</a>
<app-waiting-animation *ngIf="isCheckingUpdates" class="waiting-icon"></app-waiting-animation>
</p>

View File

@ -0,0 +1,20 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
</head>
<body>
<h2>Privacy Policy</h2>
<p>Your privacy is important to us. It is Sengi's policy to respect your privacy regarding any information we may collect from you across our website, <a href="https://sengi.nicolas-constant.com">https://sengi.nicolas-constant.com</a>, and other sites we own and operate.</p>
<p>We don't ask nor retain any personal information.</p>
<p>We dont share any personally identifying information publicly or with third-parties, except when required to by law.</p>
<p>Our website may link to external sites that are not operated by us. Please be aware that we have no control over the content and practices of these sites, and cannot accept responsibility or liability for their respective privacy policies.</p>
<p>Your continued use of our website will be regarded as acceptance of our practices around privacy and personal information. If you have any questions about how we handle user data and personal information, feel free to contact us.</p>
<p>This policy is effective as of 1 September 2020.</p>
</body>
</html>