|
| 1 | +<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 py-8 bg-dark text-gray-300 rounded-xl"> |
| 2 | + <h1 class="text-3xl font-bold text-primary mb-2">Hackatime Privacy Policy</h1> |
| 3 | + <p class="mb-2"> |
| 4 | + This page outlines how Hackatime, a platform owned and operated by Hack Club, collects, uses, stores, and protects your personal data when you use Hackatime. We will use many complex terms in this, so be ready. Hack Club is committed to safeguarding your privacy in Hackatime. By using Hackatime, you agree to the terms described in this policy. |
| 5 | + </p> |
| 6 | + |
| 7 | + <h2 class="text-2xl font-semibold text-primary mt-6 mb-2">1. Information We Collect</h2> |
| 8 | + <p class="mb-2"> |
| 9 | + We collect and store all data transmitted by users (that’s you!), including: |
| 10 | + </p> |
| 11 | + <ul class="list-disc pl-5"> |
| 12 | + <li>Email addresses, Slack account information (including Slack IDs and authentication details for users signing in via Slack), and GitHub authentication details when you link your GitHub account.</li> |
| 13 | + <li>Heartbeat information, such as activity information and timestamps. The specific heartbeat data collected depends on the browser extension or integration you use and what is transmitted to our servers. Please review your extension to understand the exact data collected.</li> |
| 14 | + </ul> |
| 15 | + |
| 16 | + <h2 class="text-2xl font-semibold text-primary mt-6 mb-2">2. How We Use Your Information</h2> |
| 17 | + <p class="mb-2"> |
| 18 | + We collect data to enable time tracking for users participating in programs run by Hack Club. Additionally, we may use your data to: |
| 19 | + </p> |
| 20 | + <ul class="list-disc pl-5"> |
| 21 | + <li>Verify the legitimacy of logged hours.</li> |
| 22 | + <li>Prevent fraud and ensure integrity.</li> |
| 23 | + </ul> |
| 24 | + <p class="mt-2"> |
| 25 | + We do not use your data for tracking purposes unrelated to our services. We use internal analytics tools to measure usage, utilizing only IP addresses to identify unique visits without collecting demographic information. |
| 26 | + </p> |
| 27 | + |
| 28 | + <h2 class="text-2xl font-semibold text-primary mt-6 mb-2">3. Data Storage and Security</h2> |
| 29 | + <p class="mb-2"> |
| 30 | + All data is stored securely, and access controls are in place to protect against unauthorized access, loss, or misuse. Only members of HQ and the Fraud Department can access raw heartbeat data, and that is to ensure eligibility in programs. |
| 31 | + </p> |
| 32 | + |
| 33 | + <h2 class="text-2xl font-semibold text-primary mt-6 mb-2">4. Sharing of Information</h2> |
| 34 | + <p class="mb-2"> |
| 35 | + Hack Club does not sell your personal data to advertisers or third parties. Your data is shared in these possible situations: |
| 36 | + </p> |
| 37 | + <ul class="list-disc pl-5"> |
| 38 | + <li>With service providers (e.g., hosting providers) under strict confidentiality agreements to operate the platform.</li> |
| 39 | + <li>When others call our public API</li> |
| 40 | + <li>To prevent fraud or detect abuse.</li> |
| 41 | + <li>As required by law, such as in response to legal processes or government requests.</li> |
| 42 | + </ul> |
| 43 | + |
| 44 | + <h2 class="text-2xl font-semibold text-primary mt-6 mb-2">5. Data Retention</h2> |
| 45 | + <p class="mb-2"> |
| 46 | + We retain your data indefinitely to protect against malicious, deceptive, fraudulent, or illegal activity. This retention ensures we can detect and prevent abuse. We do not delete accounts and/or data, as doing so could compromise our ability to maintain security and prevent fraudulent activity. |
| 47 | + </p> |
| 48 | + |
| 49 | + <h2 class="text-2xl font-semibold text-primary mt-6 mb-2">6. Your Rights</h2> |
| 50 | + <p class="mb-2"> |
| 51 | + You may have certain rights regarding your personal data, depending on applicable laws, such as accessing your data, correcting inaccuracies, or requesting restrictions on processing. To exercise these rights, contact us at the details below. Note that, due to our retention policy for fraud prevention, we may not fulfill erasure requests. If you have concerns, you may contact your local data protection authority. Please allow for 30 days for us to fulfill your request from the moment it is issued. |
| 52 | + </p> |
| 53 | + |
| 54 | + <h2 class="text-2xl font-semibold text-primary mt-6 mb-2">7. Changes to This Policy</h2> |
| 55 | + <p class="mb-2"> |
| 56 | + This policy may change at any time, with or without prior notice. We encourage you to review it periodically. Continued use of Hackatime after changes indicates acceptance of the updated policy. |
| 57 | + </p> |
| 58 | + |
| 59 | + <h2 class="text-2xl font-semibold text-primary mt-6 mb-2">8. Questions?</h2> |
| 60 | + <p class="mb-2"> |
| 61 | + For questions, concerns, or to exercise your data rights, please contact us via email at <a href=" mailto:[email protected]" class=" text-blue" >[email protected]</a>. Please allow for up to 5 business days for queries. |
| 62 | + </p> |
| 63 | +</div> |
0 commit comments