-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add privacy policy again in svelte, desc
note: this is a draft privacy policy added for MS store guidelines
- Loading branch information
Showing
1 changed file
with
153 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
<script> | ||
// Any additional functionality or script logic can go here if needed. | ||
</script> | ||
<style> | ||
section { | ||
font-family: Arial, sans-serif; | ||
line-height: 1.6; | ||
max-width: 800px; | ||
margin: 0 auto; | ||
padding: 20px; | ||
} | ||
h1, h2, h3 { | ||
color: #2c3e50; | ||
} | ||
h1 { | ||
font-size: 2.5rem; | ||
margin-bottom: 20px; | ||
} | ||
h2 { | ||
font-size: 2rem; | ||
margin-top: 40px; | ||
} | ||
h3 { | ||
font-size: 1.5rem; | ||
margin-top: 30px; | ||
} | ||
p { | ||
font-size: 1rem; | ||
color: #34495e; | ||
margin-bottom: 15px; | ||
} | ||
ul { | ||
margin-left: 20px; | ||
padding-left: 20px; | ||
} | ||
ul li { | ||
font-size: 1rem; | ||
color: #34495e; | ||
margin-bottom: 10px; | ||
} | ||
a { | ||
color: #2980b9; | ||
text-decoration: none; | ||
} | ||
a:hover { | ||
text-decoration: underline; | ||
} | ||
</style> | ||
<section> | ||
<h1>Privacy Policy for The Refract Co.</h1> | ||
|
||
<h2>TL;DR</h2> | ||
<p> | ||
We only collect the data we need to improve your experience, keep you secure, and help you enjoy our products. We don’t share your data unless required by law or to protect your rights. | ||
</p> | ||
|
||
<h2>Introduction</h2> | ||
<p> | ||
At The Refract Co., we are committed to protecting your privacy. This Privacy Policy outlines how we collect, use, and protect your personal information when you use our services, websites, and applications. | ||
</p> | ||
|
||
<h2>Information We Collect</h2> | ||
<p> | ||
We may collect personal information that you voluntarily provide to us when you interact with our services, such as: | ||
</p> | ||
<ul> | ||
<li>Name and contact details (email, phone number, etc.)</li> | ||
<li>Device information (IP address, browser type, etc.)</li> | ||
<li>Usage data (how you use our applications and websites)</li> | ||
</ul> | ||
<p> | ||
We collect this information to enhance our services, ensure security, and improve user experience. | ||
</p> | ||
|
||
<h2>How We Use Your Information</h2> | ||
<p> | ||
The personal information we collect is used to: | ||
</p> | ||
<ul> | ||
<li>Provide and maintain our services</li> | ||
<li>Improve and personalize user experience</li> | ||
<li>Communicate with you regarding updates, offers, and services</li> | ||
<li>Comply with legal obligations</li> | ||
</ul> | ||
|
||
<h2>Sharing Your Information</h2> | ||
<p> | ||
We do not share your personal information with third parties except in the following cases: | ||
</p> | ||
<ul> | ||
<li>With your consent</li> | ||
<li>To comply with legal obligations</li> | ||
<li>To protect the rights and safety of The Refract Co. and its users</li> | ||
</ul> | ||
|
||
<h2>Your Data Protection Rights</h2> | ||
<p> | ||
You have the right to access, correct, or delete your personal information. To exercise these rights, please contact us at <a href="mailto:privacy@refractco.com">privacy@refractco.com</a>. | ||
</p> | ||
</section> | ||
|
||
<section> | ||
<h2 id="paper">Privacy Policy for Paper</h2> | ||
|
||
<h3>TL;DR</h3> | ||
<p>Your data stays local with Paper. We don’t store your library in the cloud, and your reading habits remain your own.</p> | ||
|
||
<p> | ||
<strong>Paper</strong>, developed by The Refract Co., prioritizes your privacy and data security. Here's how we handle your information when using Paper. | ||
</p> | ||
|
||
<h3>Information We Collect in Paper</h3> | ||
<p> | ||
When you use Paper, we may collect the following types of information: | ||
</p> | ||
<ul> | ||
<li><strong>Library Data:</strong> Information about the books you upload and access.</li> | ||
<li><strong>Device Information:</strong> Non-personal data about the device you use Paper on, such as operating system and app performance.</li> | ||
</ul> | ||
|
||
<h3>Paper Accounts</h3> | ||
<p> | ||
Currently, <strong>Paper accounts are local only</strong>, meaning all your data is stored directly on your device. We do not store any account information in the cloud. Your library and reading habits are private and secure on your device. | ||
</p> | ||
|
||
<h3>How Paper Uses Your Information</h3> | ||
<p> | ||
We use the information to: | ||
</p> | ||
<ul> | ||
<li>Ensure the functionality of the app</li> | ||
<li>Personalize your reading experience</li> | ||
<li>Provide AI-based features, such as summarization and library insights</li> | ||
</ul> | ||
|
||
<h3>Data Security in Paper</h3> | ||
<p> | ||
We implement industry-standard encryption and security measures, including planned integration with <strong>Windows Hello</strong> to ensure that your library is secure. | ||
</p> | ||
|
||
<p> | ||
For more details, feel free to contact us at <a href="mailto:privacy@refract.fyi">privacy at refract dot fyi</a> | ||
</p> | ||
</section> |