소스 검색

Adds a privacy policy statement for Circular Bells

Andrea Franceschini 8 년 전
부모
커밋
9b27aef25f
1개의 변경된 파일21개의 추가작업 그리고 0개의 파일을 삭제
  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')?>