Browse Source

Adds a privacy policy statement for Circular Bells

Andrea Franceschini 8 years ago
parent
commit
9b27aef25f
1 changed files with 21 additions and 0 deletions
  1. 21 0
      pages/cbprivacy.php

+ 21 - 0
pages/cbprivacy.php

@@ -0,0 +1,21 @@
+<?php
+$bodyclasses = 'page';
+$title = 'Circular Bells privacy policy';
+$tagline = '';
+$description = 'Privacy policy for Circular Bells';
+$keywords = '';
+$twitter_image = '';
+?>
+
+<?=i('_header')?>
+
+	<article class="body">
+		<section class="full">
+			<h2>Circular Bells Privacy Policy</h2>
+			<p>Circular Bells does not collect personal data without your consent.</p>
+			<p>At the moment of writing (25 October 2016) Circular Bells does not collect any personal data at all, neither accesses any sensitive data on your device.</p>
+			<p><strong>This may change in the future, and you will be informed</strong></p>
+		</section>
+	</article>
+
+<?=i('_footer')?>