Skip to content

Commit

Permalink
Added a privacy policy for Cat Quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
JustCircleProd committed Aug 19, 2024
1 parent 0ae1984 commit 4d2e168
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
89 changes: 89 additions & 0 deletions catquiz/privacy-policy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="КотоТест: Политика конфиденциальности / Privacy Policy">
<title>КотоТест: Политика конфиденциальности / Privacy Policy</title>

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 1.6;
color: #f0f0f0;
background-color: #0d1117;
padding: 2rem;
margin: 0;
padding-left: 2rem;
padding-right: 2rem;
}

h2 {
color: #e6edf3;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
font-weight: 500;
}

p {
margin-bottom: 1.25rem;
}

a {
color: #1e90ff;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

</style>
</head>

<body>
<h2>КотоТест: Политика конфиденциальности</h2>
<p>КотоТест — это приложение для Android, разработанное JustCircle Prod. Приложение доступно в Google Play.</p>

<p>Данные об использовании собираются автоматически при использовании приложения.</p>

<p>Когда Вы получаете доступ к приложению через мобильное устройство, мы можем автоматически собирать определенную информацию, включая Идентификаторы Устройства или Другие Идентификаторы (могут включать Идентификатор Рекламы, идентификатор Android, IMEI, BSSID).</p>

<p>Мы можем использовать Вашу информацию для анализа данных, выявления тенденций использования, определения эффективности рекламных кампаний, а также для оценки и улучшения нашего Сервиса, продуктов, услуг, маркетинга и вашего опыта.</p>

<p>Мы можем передавать Вашу информацию Нашим деловым партнерам, чтобы предложить Вам определенные продукты, услуги или рекламные акции.</p>

<p>Все данные приложения (монеты, открытые уровни, пройденные вопросы) хранятся только на вашем устройстве, и их можно просто стереть, очистив данные приложения или удалив его.</p>

<p>Безопасность Ваших Персональных данных важна для Нас, но помните, что ни один способ передачи через Интернет или способ электронного хранения не является на 100% безопасным. Хотя мы стремимся использовать коммерчески приемлемые средства для защиты Ваших Персональных данных, мы не можем гарантировать их абсолютную безопасность.</p>

<p>Если вы обнаружите какую-либо уязвимость в системе безопасности, которая была случайно вызвана нами, или у вас возникнут вопросы относительно того, как приложение защищает вашу конфиденциальность, отправьте нам электронное письмо, и мы обязательно постараемся исправить это или помочь вам.</p>

<p>С уважением, JustCircle Prod.<br>
<a href="mailto:justcircleprod@gmail.com">justcircleprod@gmail.com</a></p>

<h2>КотоТест: Privacy Policy</h2>
<p><strong>КотоТест</strong> is an Android app developed by JustCircle Prod. The app is available on Google Play.</p>

<p>Usage data is collected automatically when using the app.</p>

<p>When you access the app via a mobile device, we may automatically collect certain information, including Device IDs or Other Identifiers (may include Advertising ID, Android ID, IMEI, BSSID).</p>

<p>We may use your information to analyze data, identify usage trends, determine the effectiveness of advertising campaigns, as well as to evaluate and improve our Service, products, services, marketing and your experience.</p>

<p>We may share Your information with Our business partners to offer You certain products, services or promotions.</p>

<p>All app data (coins, unlocked levels, passed questions) is stored on your device only, and can be simply erased by clearing the app's data or uninstalling it.</p>

<p>The security of Your Personal Data is important to Us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While We strive to use commercially acceptable means to protect Your Personal Data, We cannot guarantee its absolute security.</p>

<p>If you find any security vulnerability that has been inadvertently caused by me, or have any question regarding how the app protects your privacy, please send me an email and I will surely try to fix it/help you.</p>

<p>Yours sincerely, JustCircle Prod.<br>
<a href="mailto:justcircleprod@gmail.com">justcircleprod@gmail.com</a></p>
</body>
</html>
2 changes: 2 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ body {

.frosted-logo-div {
padding: 2rem;
margin-top: 2rem;
margin-bottom: 2rem;
max-width: 80%;
border-radius: 1rem;
background-color: rgba(255, 255, 255, 0.15);
Expand Down

0 comments on commit 4d2e168

Please sign in to comment.