More improvements.
This commit is contained in:
parent
993b93bc30
commit
28b6cd5e14
5 changed files with 189 additions and 6 deletions
|
|
@ -39,6 +39,7 @@
|
|||
"vite": "^7.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^7.1.0",
|
||||
"altcha": "^2.3.0",
|
||||
"lenis": "^1.3.17"
|
||||
}
|
||||
|
|
|
|||
9
pnpm-lock.yaml
generated
9
pnpm-lock.yaml
generated
|
|
@ -8,6 +8,9 @@ importers:
|
|||
|
||||
.:
|
||||
dependencies:
|
||||
'@fortawesome/fontawesome-free':
|
||||
specifier: ^7.1.0
|
||||
version: 7.1.0
|
||||
altcha:
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0
|
||||
|
|
@ -300,6 +303,10 @@ packages:
|
|||
resolution: {integrity: sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@fortawesome/fontawesome-free@7.1.0':
|
||||
resolution: {integrity: sha512-+WxNld5ZCJHvPQCr/GnzCTVREyStrAJjisUPtUxG5ngDA8TMlPnKp6dddlTpai4+1GNmltAeuk1hJEkBohwZYA==}
|
||||
engines: {node: '>=6'}
|
||||
|
||||
'@humanfs/core@0.19.1':
|
||||
resolution: {integrity: sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==}
|
||||
engines: {node: '>=18.18.0'}
|
||||
|
|
@ -1797,6 +1804,8 @@ snapshots:
|
|||
'@eslint/core': 0.17.0
|
||||
levn: 0.4.1
|
||||
|
||||
'@fortawesome/fontawesome-free@7.1.0': {}
|
||||
|
||||
'@humanfs/core@0.19.1': {}
|
||||
|
||||
'@humanfs/node@0.16.7':
|
||||
|
|
|
|||
12
src/app.html
12
src/app.html
|
|
@ -6,13 +6,17 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<title>ComputeCloud.in | Cloud Consulting Excellence</title>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
|
||||
rel="stylesheet">
|
||||
<link rel="preconnect" href="https://fonts.bunny.net">
|
||||
<link href="https://fonts.bunny.net/css?family=inter:300" rel="stylesheet" />
|
||||
<link href="https://fonts.bunny.net/css?family=inter:400" rel="stylesheet" />
|
||||
<link href="https://fonts.bunny.net/css?family=inter:500" rel="stylesheet" />
|
||||
<link href="https://fonts.bunny.net/css?family=inter:600" rel="stylesheet" />
|
||||
<link href="https://fonts.bunny.net/css?family=inter:700" rel="stylesheet" />
|
||||
<link href="https://fonts.bunny.net/css?family=inter:800" rel="stylesheet" />
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
|
||||
<body data-sveltekit-preload-data="hover" class="bg-black text-slate-300">
|
||||
<body data-sveltekit-preload-data="hover" class="bg-black text-slate-300" class="dark">
|
||||
<div style="display: contents">%sveltekit.body%</div>
|
||||
</body>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
@import 'tailwindcss';
|
||||
@import '@fortawesome/fontawesome-free/css/all.min.css';
|
||||
|
||||
/* @plugin '@tailwindcss/forms'; */
|
||||
/* @plugin '@tailwindcss/typography'; */
|
||||
@plugin '@tailwindcss/typography';
|
||||
|
||||
|
||||
body {
|
||||
|
|
|
|||
|
|
@ -1 +1,168 @@
|
|||
<h1>Privacy Protocol</h1>
|
||||
<main class="relative flex min-h-screen flex-col items-center overflow-hidden pt-24">
|
||||
<article class=" prose dark:prose-invert">
|
||||
<h1>Privacy Policy</h1>
|
||||
<h2>Effective Date: 5 February 2026</h2>
|
||||
|
||||
<hr />
|
||||
|
||||
<h3>Introduction</h3>
|
||||
Welcome to<b>computecloud.in</b> (“we”, “us”, “our”). This Privacy Policy explains how we
|
||||
collect, use, store, and protect the personal information you provide when you interact with our
|
||||
website and services. By using our site you consent to the practices described herein.
|
||||
|
||||
<hr />
|
||||
|
||||
<h3>Information We Collect</h3>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>CATEGORY</th>
|
||||
<th>WHAT WE COLLECT</th>
|
||||
|
||||
<th>PURPOSE</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Server request logs</td>
|
||||
<td>IP address, timestamp, request URL, HTTP method, user‑agent, referrer</td>
|
||||
<td>Security monitoring, performance analysis, troubleshooting, legal compliance</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Umami analytics</td>
|
||||
<td
|
||||
>Anonymous page‑view data, session duration, navigation paths (no personal identifiers)</td
|
||||
>
|
||||
<td>Understanding site usage to improve content and user experience</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Enquiry form</td>
|
||||
<td>Name, email address, company name (provided voluntarily)</td>
|
||||
<td>Responding to your inquiry, providing quotes, maintaining a client relationship</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<i>We do <b>not</b> collect, credit-card details, or any other sensitive personal data </i>
|
||||
|
||||
<hr />
|
||||
|
||||
<h3>How We Use Your Data</h3>
|
||||
|
||||
<ul>
|
||||
>
|
||||
<li><i> Provide services</i> - reply to enquiries, send proposals, schedule calls.</li>
|
||||
<li>
|
||||
<i> Improve the website</i> - analyse traffic patterns (via logs & Umami) to optimise performance
|
||||
and design.
|
||||
</li>
|
||||
<li>
|
||||
<i> Security & compliance</i> - detect abuse, prevent attacks, and fulfil legal obligations.
|
||||
</li>
|
||||
<li>
|
||||
<i> Communications</i> - if you opt‑in, we may send occasional updates about our services. You
|
||||
can unsubscribe at any time.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
|
||||
<h3>Data Sharing & Disclosure</h3>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<i> Third‑party providers</i> - We only share aggregated, non‑identifiable analytics data with
|
||||
Umami (self‑hosted on our own server).
|
||||
</li>
|
||||
<li>
|
||||
<i> Legal requirements</i> - We may disclose data if compelled by law, court order, or to protect
|
||||
our rights and safety.
|
||||
</li>
|
||||
<li>
|
||||
<i> Business transfers</i> - In the event of a merger or sale, personal data may be transferred
|
||||
to the acquiring entity, subject to the same privacy protections.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
We never sell your personal information.
|
||||
|
||||
<hr />
|
||||
|
||||
<h3>Data Retention</h3>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<i> Server logs</i> - retained for **30 days** for security and debugging, then automatically
|
||||
purged.
|
||||
</li>
|
||||
<li>
|
||||
<i> Umami analytics</i> - stored for **90 days** in an aggregated form; raw session data is deleted
|
||||
after this period.
|
||||
</li>
|
||||
<li>
|
||||
<i> Enquiry form data</i> - kept for **12 months** after the last interaction, unless you request
|
||||
deletion earlier.
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<hr />
|
||||
|
||||
<h3>Security Measures</h3>
|
||||
|
||||
<ul>
|
||||
<li><i> TLS encryption for all data in transit.</i></li>
|
||||
<li><i> Access controls and encrypted storage for data at rest.</i></li>
|
||||
<li><i> Regular security patches and audits of our server and Umami instance.</i></li>
|
||||
</ul>
|
||||
|
||||
While we strive for robust protection, no system can guarantee absolute security.
|
||||
|
||||
<hr />
|
||||
|
||||
<h3>Your Rights</h3>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<i> Access & correction</i> - Request a copy of your submitted details and ask for corrections.
|
||||
</li>
|
||||
<li>
|
||||
<i> Deletion</i> - Ask us to erase your personal data (subject to legal retention limits).
|
||||
</li>
|
||||
<li><i> Restriction</i> - Request limitation of processing for legitimate reasons.</li>
|
||||
<li><i> Objection</i> - Opt‑out of any marketing communications at any time.</li>
|
||||
</ul>
|
||||
|
||||
To exercise any right, contact us at **privacy@computecloud.in**.
|
||||
|
||||
<hr />
|
||||
|
||||
<h3>Cookies & Tracking</h3>
|
||||
|
||||
Our site uses only essential cookies for session handling and the self‑hosted Umami analytics
|
||||
script. No third‑party advertising or tracking cookies are placed.
|
||||
|
||||
<hr />
|
||||
|
||||
<h3>Changes to This Policy</h3>
|
||||
|
||||
We may update this Privacy Policy from time to time. Significant changes will be posted on this
|
||||
page with a revised “Effective Date.” Continued use of the site after such updates constitutes
|
||||
acceptance.
|
||||
|
||||
<hr />
|
||||
|
||||
<h3>1Contact</h3>
|
||||
|
||||
If you have questions, concerns, or requests regarding your privacy, please reach out:
|
||||
|
||||
<b>Email:</b> privacy@computecloud.in
|
||||
|
||||
<hr />
|
||||
|
||||
<i
|
||||
>This policy is provided for informational purposes and does not constitute legal advice. For
|
||||
specific legal concerns, consult a qualified attorney.</i
|
||||
>
|
||||
</article>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue