Skip to content

Commit

Permalink
improve privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
drinkablebreeze committed Sep 28, 2024
1 parent 2b08563 commit f8877b7
Showing 1 changed file with 9 additions and 41 deletions.
50 changes: 9 additions & 41 deletions frontend/src/app/privacy/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,51 +30,19 @@ const Page = async () => {

{!i18n.language.startsWith('en') && <GoogleTranslate language={i18n.language}>{t('privacy:translate')}</GoogleTranslate>}

<h3>Star Fit</h3>
<div id="policy">
<P>This SERVICE is provided at no cost and is intended for use as is.</P>
<P>This page is used to inform visitors regarding the policies of the collection, use, and disclosure of Personal Information if using the Service.</P>
<P>If you choose to use the Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that is collected is used for providing and improving the Service. Your information will not be used or shared with anyone except as described in this Privacy Policy.</P>
<P><em>This policy applies to the Star Fit instance available at <a href="https://starbestfit.com">starbestfit.com</a>.</em></P>
<P>Star Fit stores your event names, event times, usernames, and scheduling preferences in order to function. When you use passwords to prevent unauthorized edits to your preferences, your passwords are securely hashed and only the hashes are stored.</P>
<P>The admins do not inspect your stored event data or share it with other people. Events will be permanently erased from storage after <strong>3 months</strong> of inactivity.</P>
<P>Your event data is communicated to and from the Star Fit server using an encrypted connection (HTTPS). Event data is stored unencrypted when at rest, but access is protected.</P>
<P>The Star Fit server and database are hosted with <a href="https://www.digitalocean.com/">DigitalOcean</a> in the United States.</P>
<P><a href="https://www.cloudflare.com/">Cloudflare</a> is used for website content delivery and to prevent bot attacks. Cloudflare examines your connection details and stores temporary cookies in your web browser to provide these functions. For more, see Cloudflare's <a href="https://www.cloudflare.com/privacypolicy/" target="blank">privacy policy</a> and <a href="https://developers.cloudflare.com/fundamentals/reference/policies-compliances/cloudflare-cookies/" target="blank">cookie policy</a>.</P>
<P>In the case of an error, data is collected to improve the service, which may include your IP address, device name, operating system version, app configuration, and the time and date of the error.</P>

<h2>Information Collection and Use</h2>
<P>The Service uses third party services that may collect information used to identify you.</P>
<P>Links to privacy policies of the third party service providers used by the Service:</P>
<Ul>
<li><a href="https://www.google.com/policies/privacy/" target="blank">Google Play Services</a> (only used for Google Calendar sync)</li>
</Ul>

<h2>Log Data</h2>
<P>When you use the Service, in the case of an error, data and information is collected to improve the Service, which may include your IP address, device name, operating system version, app configuration and the time and date of the error.</P>

<h2>Cookies</h2>
<P>Cookies are files with a small amount of data that are commonly used as unique identifiers. These are sent to your browser from the websites that you visit and are stored on your device's internal memory.</P>

<h2>Service Providers</h2>
<P>Third-party companies may be employed for the following reasons:</P>
<Ul>
<li>To facilitate the Service</li>
<li>To provide the Service on our behalf</li>
<li>To perform Service-related services</li>
<li>To assist in analyzing how the Service is used</li>
</Ul>
<P>To perform these tasks, the third parties may have access to your Personal Information, but are obligated not to disclose or use this information for any purpose except the above.</P>

<h2>Security</h2>
<P>Personal Information that is shared via the Service is protected, however remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, so take care when sharing Personal Information.</P>
<p className={styles.note}>Events that are created will be automatically permanently erased from storage after <strong>3 months</strong> of inactivity.</p>

<h2>Links to Other Sites</h2>
<P>The Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by the Service. Therefore, you are advised to review the Privacy Policy of these websites.</P>

<h2>Children's Privacy</h2>
<P>The Service does not address anyone under the age of 13. Personally identifiable information is not knowingly collected from children under 13. If discovered that a child under 13 has provided the Service with personal information, such information will be immediately deleted from the servers. If you are a parent or guardian and you are aware that your child has provided the Service with personal information, please contact us using the details below so that this information can be removed.</P>

<h2>Changes to This Privacy Policy</h2>
<P>This Privacy Policy may be updated from time to time. Thus, you are advised to review this page periodically for any changes.</P>
<P>Last updated: 2024-01-04</P>
<P>Last updated: 2024-09-27</P>

<h2>Contact Us</h2>
<P>If you have any questions or suggestions about the Privacy Policy, do not hesitate to contact us <a href="https://github.com/drinkablebreeze/starbestfit.com/issues">here</a>.</P>
<P>If you have any questions or suggestions about the privacy policy, do not hesitate to contact us <a href="https://github.com/drinkablebreeze/starbestfit.com/issues">here</a>.</P>
</div>
</Content>

Expand Down

0 comments on commit f8877b7

Please sign in to comment.