From 2657469964e24ffbeb905024532120395f6e797c Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sun, 30 Jun 2024 18:55:39 -0400 Subject: move to Donetick Org, First commit frontend --- src/views/PrivacyPolicy/PrivacyPolicyView.jsx | 102 ++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 src/views/PrivacyPolicy/PrivacyPolicyView.jsx (limited to 'src/views/PrivacyPolicy/PrivacyPolicyView.jsx') diff --git a/src/views/PrivacyPolicy/PrivacyPolicyView.jsx b/src/views/PrivacyPolicy/PrivacyPolicyView.jsx new file mode 100644 index 0000000..42a4707 --- /dev/null +++ b/src/views/PrivacyPolicy/PrivacyPolicyView.jsx @@ -0,0 +1,102 @@ +import React from 'react' + +const PrivacyPolicyView = () => { + return ( +
+

Privacy Policy

+

+ Favoro LLC ("we," "us," or "our") operates the Donetick application and + website (collectively, the "Service"). This Privacy Policy informs you + of our policies regarding the collection, use, and disclosure of + personal data when you use our Service and the choices you have + associated with that data. +

+

Information We Collect

+

+ Personal Data: When you register for an account or use + the Service, we may collect certain personally identifiable information, + such as your name and email address. +

+

+ Usage Data: We collect information on how you use the + Service, such as your IP address, browser type, pages visited, and the + time and date of your visit. +

+

+ Task Data: We store the tasks and chores you create + within the app, including their details and any assigned users. +

+

How We Use Your Information

+

+ Provide and Maintain the Service: We use your + information to operate, maintain, and improve the Service. +

+

+ Communicate with You: We may use your email address to + send you notifications, updates, and promotional materials related to + the Service. +

+

+ Analyze Usage: We analyze usage data to understand how + the Service is used and to make improvements. +

+

How We Share Your Information

+

+ With Your Consent: We will not share your personal data + with third parties without your consent, except as described in this + Privacy Policy. +

+

+ Service Providers: We may engage third-party companies + or individuals to perform services on our behalf (e.g., hosting, + analytics). These third parties have access to your personal data only + to perform these tasks and are obligated not to disclose or use it for + any other purpose. +

+

+ Compliance with Law: We may disclose your personal data + if required to do so by law or in response to valid requests by public + authorities (e.g., a court or government agency). +

+

Security

+

+ We value your privacy and have implemented reasonable security measures + to protect your personal data from unauthorized access, disclosure, + alteration, or destruction. However, no method of transmission over the + Internet or electronic storage is 100% secure, and we cannot guarantee + absolute security. +

+

Your Choices

+

+ Account Information: You can update or correct your + account information at any time. +

+

+ Marketing Communications: You can opt out of receiving + promotional emails by following the unsubscribe instructions included in + those emails. +

+

Children's Privacy

+

+ Our Service is not intended for children under 13 years of age. We do + not knowingly collect personal data from children under 13. If you are a + parent or guardian and you are aware that your child has provided us + with personal data, please contact us. +

+

Changes to This Privacy Policy

+

+ We may update our Privacy Policy from time to time. We will notify you + of any changes by posting the new Privacy Policy on this page and + updating the "Effective Date" at the top of this Privacy Policy. +

+

Contact Us

+

+ If you have any questions about this Privacy Policy, please contact us + at: +

+

Favoro LLC

+
+ ) +} + +export default PrivacyPolicyView -- cgit