Skip to content

Commit

Permalink
Create draw.html
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensingh authored Jan 8, 2024
1 parent bd87957 commit fc27150
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions docs/policy/draw.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy for Fossify Draw</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
color: #666;
}

h1 {
color: #333;
}

h2 {
color: #555;
}

strong {
color: #333;
}

ul {
list-style: none;
padding: 0;
}

li {
margin-bottom: 10px;
}
</style>
</head>

<body>
<h1>Privacy Policy for Fossify Draw</h1>

<p><strong>Last updated:</strong> January 6, 2024</p>

<p>Fossify ("us", "we", or "our") operates the Fossify Draw mobile application (the "Service").</p>

<p>This document explains our commitment to protecting your privacy by detailing the policies associated with the collection, use, and disclosure of personal data when you use our Service.</p>

<h2>Information Collection and Use</h2>

<p>Fossify Draw is dedicated to safeguarding your privacy and does not collect any personal information or data during your use of our app. The application functions entirely offline, and no user data is transmitted or shared with any third parties.</p>

<h2>Log Data</h2>

<p>We clarify that Fossify Draw does not collect any log data. Our commitment to your privacy includes the non-collection of any personal or technical information while you use the app.</p>

<h2>Cookies</h2>

<p>Fossify Draw does not use cookies. The application avoids any tracking mechanisms and does not store any data on your device.</p>

<h2>Security</h2>

<p>Your trust is essential to us. As Fossify Draw does not collect any personal information or interact with third-party services, we ensure there are no security risks related to the storage or transmission of your data.</p>

<h2>Changes to This Privacy Policy</h2>

<p>We may periodically update our Privacy Policy. We encourage users to regularly review this document for any changes. Any modifications will be notified by posting the updated Privacy Policy on this page.</p>

<h2>Contact Us</h2>

<p>If you have any questions or suggestions regarding our Privacy Policy or wish to contribute to the open-source development of Fossify Draw, please contact us at <a href="mailto:[email protected]">[email protected]</a>. We value your support and commitment to open-source values.</p>

<p>Thank you for using Fossify Draw. We hope you enjoy the app with full confidence in the privacy measures we have taken.</p>
</body>

</html>

0 comments on commit fc27150

Please sign in to comment.