style fixes
This commit is contained in:
parent
426b32b747
commit
ff0b2b2843
6 changed files with 136 additions and 104 deletions
|
|
@ -1,48 +1,49 @@
|
|||
<?php include(__DIR__ . '/includes/top.php'); include(__DIR__ . '/includes/menu.php'); ?>
|
||||
<div class="container-wide pad-40">
|
||||
<h1>Privacy</h1>
|
||||
<p>
|
||||
<main class="container-wide pad-40">
|
||||
<h1>Privacy Policy</h1>
|
||||
<p class="muted">Last updated: 2025/10/23</p>
|
||||
|
||||
<p>We care about your privacy. Below is a short summary of what we collect, why we collect it, and your choices.</p>
|
||||
|
||||
Last updated: 2025/10/23
|
||||
<h2>What we collect</h2>
|
||||
<ul>
|
||||
<li>Basic account information (name, email).</li>
|
||||
<li>Billing-related details necessary to process payments.</li>
|
||||
<li>Server usage information required for diagnostics and security (for example IPs and logs).</li>
|
||||
</ul>
|
||||
|
||||
What we collect
|
||||
- Basic account info (name, email), billing-related details, and server usage info (like IPs and logs for security/diagnostics).
|
||||
<h2>Why we collect it</h2>
|
||||
<p>To create and run your servers, process payments, prevent fraud and abuse, and send renewal or service-related emails.</p>
|
||||
|
||||
Why we collect it
|
||||
- To create and run your servers, process payments, fight fraud/abuse, and send renewal or service emails.
|
||||
<h2>What we don’t do</h2>
|
||||
<p>We do NOT sell your personal information. Ever.</p>
|
||||
|
||||
What we don’t do
|
||||
- We do NOT sell your personal information. Ever.
|
||||
<h2>Who sees your data</h2>
|
||||
<p>Only our team and trusted service providers that help operate the service (payment processors, hosting, email). They receive only the minimum data needed to perform their tasks.</p>
|
||||
|
||||
Who sees your data
|
||||
- Only our team and trusted providers that help us run the service (e.g., payment processors, hosting, email). They only get what’s needed to do their job.
|
||||
<h2>Cookies & analytics</h2>
|
||||
<p>We use cookies for login sessions and basic analytics to improve the service.</p>
|
||||
|
||||
Cookies & analytics
|
||||
- We use simple cookies for login sessions and basic analytics to improve the service.
|
||||
<h2>Security</h2>
|
||||
<p>We take reasonable steps to protect data. No system is perfect — please keep strong passwords and don’t share them.</p>
|
||||
|
||||
Security
|
||||
- We take reasonable steps to protect data. No system is perfect, so keep strong passwords and don’t share them.
|
||||
<h2>Retention</h2>
|
||||
<p>We keep data for as long as needed to provide the service, meet legal obligations, or to resolve disputes. You can request deletion of your account and data.</p>
|
||||
|
||||
Retention
|
||||
- We keep data only as long as needed for the service, operations, or legal requirements. You can ask us to delete your account.
|
||||
<h2>Your choices</h2>
|
||||
<p>You can request a copy of your data, ask us to correct it, or delete it. Contact: <strong>{PRIVACY_EMAIL}</strong></p>
|
||||
|
||||
Your choices
|
||||
- You can request a copy of your data, ask us to correct it, or delete it. Contact {PRIVACY_EMAIL}.
|
||||
<h2>Legal requests</h2>
|
||||
<p>We only disclose information when required by law or to prevent harm/abuse.</p>
|
||||
|
||||
Legal requests
|
||||
- We only share info if required by law or to prevent harm/abuse.
|
||||
<h2>Minors</h2>
|
||||
<p>Our services are for users aged 13+ (or your local equivalent). Parents/guardians may contact us for assistance with minor accounts.</p>
|
||||
|
||||
Minors
|
||||
- Our services are for users 13+ (or your local equivalent). Parents/guardians—contact us if you need help with a minor’s account.
|
||||
<h2>Updates</h2>
|
||||
<p>If we change this policy we will update the date above. Continued use of the service indicates acceptance of the changes.</p>
|
||||
|
||||
Updates
|
||||
- If we change this policy, we’ll update the date above. Keep using the service only if you agree with the updates.
|
||||
<h2>Contact</h2>
|
||||
<p>Privacy questions? Contact <strong>{PRIVACY_EMAIL}</strong>.</p>
|
||||
|
||||
Contact
|
||||
- Privacy questions?
|
||||
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</main>
|
||||
<?php include(__DIR__ . '/includes/footer.php'); ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue