GDPR Compliance: - Delete CV files immediately after processing - Add DataRetentionJob to auto-purge data after 30 days - Add DeleteAllUserDataAsync for right to erasure - Add Privacy Policy page with GDPR information - Add privacy link and GDPR badge to footer UI/UX Improvements: - Add "Why Choose RealCV" benefits section to homepage - Fix pricing page: Professional card highlight, consistent button styles - Improve text contrast on dark backgrounds (0.75 → 0.85 opacity) - Fix auth page messaging consistency - Fix CSS --realcv-accent variable (was self-referencing) UK Terminology: - Change "hiring" to "recruitment" throughout - Change "bad hires" to "poor appointments" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
125 lines
6.6 KiB
Plaintext
125 lines
6.6 KiB
Plaintext
@page "/privacy"
|
|
|
|
<PageTitle>Privacy Policy - RealCV</PageTitle>
|
|
|
|
<div class="container py-5">
|
|
<div class="row justify-content-center">
|
|
<div class="col-lg-8">
|
|
<h1 class="fw-bold mb-4">Privacy Policy</h1>
|
|
<p class="text-muted mb-5">Last updated: @DateTime.Now.ToString("MMMM yyyy")</p>
|
|
|
|
<div class="card mb-4">
|
|
<div class="card-body p-4">
|
|
<h2 class="h4 fw-bold mb-3">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="text-primary me-2" viewBox="0 0 16 16">
|
|
<path d="M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/>
|
|
</svg>
|
|
GDPR Compliance
|
|
</h2>
|
|
<p>
|
|
RealCV is committed to protecting your privacy and complying with the General Data Protection Regulation (GDPR).
|
|
This policy explains how we collect, use, and protect personal data.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<h3 class="h5 fw-bold mt-4 mb-3">Data We Collect</h3>
|
|
<p>When you use RealCV, we collect:</p>
|
|
<ul class="mb-4">
|
|
<li><strong>Account Information:</strong> Email address and password (hashed) when you register</li>
|
|
<li><strong>CV Data:</strong> When you upload a CV for verification, we temporarily process the document to extract employment and education information</li>
|
|
<li><strong>Verification Results:</strong> The analysis results and veracity scores generated from CV checks</li>
|
|
</ul>
|
|
|
|
<h3 class="h5 fw-bold mt-4 mb-3">How We Use Your Data</h3>
|
|
<ul class="mb-4">
|
|
<li>To provide CV verification services</li>
|
|
<li>To generate veracity reports</li>
|
|
<li>To maintain your account and subscription</li>
|
|
<li>To improve our services</li>
|
|
</ul>
|
|
|
|
<div class="alert alert-info mb-4">
|
|
<h4 class="h6 fw-bold mb-2">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="me-2" viewBox="0 0 16 16">
|
|
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
|
|
<path d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>
|
|
</svg>
|
|
Important: CV File Handling
|
|
</h4>
|
|
<p class="mb-0">
|
|
<strong>Uploaded CV files are automatically deleted immediately after processing.</strong>
|
|
We do not retain the original CV documents. Only the extracted verification data and reports are stored temporarily.
|
|
</p>
|
|
</div>
|
|
|
|
<h3 class="h5 fw-bold mt-4 mb-3">Data Retention</h3>
|
|
<p>
|
|
We retain CV check data for a maximum of <strong>30 days</strong> after completion.
|
|
After this period, all associated data is automatically and permanently deleted.
|
|
</p>
|
|
<p>You can also manually delete your CV check data at any time from your dashboard.</p>
|
|
|
|
<h3 class="h5 fw-bold mt-4 mb-3">Your Rights Under GDPR</h3>
|
|
<p>You have the following rights regarding your personal data:</p>
|
|
<div class="row g-3 mb-4">
|
|
<div class="col-md-6">
|
|
<div class="border rounded p-3 h-100">
|
|
<strong>Right to Access</strong>
|
|
<p class="mb-0 small text-muted">View all data we hold about you</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<div class="border rounded p-3 h-100">
|
|
<strong>Right to Erasure</strong>
|
|
<p class="mb-0 small text-muted">Request deletion of your data</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<div class="border rounded p-3 h-100">
|
|
<strong>Right to Rectification</strong>
|
|
<p class="mb-0 small text-muted">Correct inaccurate personal data</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<div class="border rounded p-3 h-100">
|
|
<strong>Right to Portability</strong>
|
|
<p class="mb-0 small text-muted">Export your data in a standard format</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<h3 class="h5 fw-bold mt-4 mb-3">Data Security</h3>
|
|
<ul class="mb-4">
|
|
<li>All data is encrypted in transit using TLS/HTTPS</li>
|
|
<li>Passwords are hashed using industry-standard algorithms</li>
|
|
<li>CV files are deleted immediately after processing</li>
|
|
<li>Access to data is restricted to authorised personnel only</li>
|
|
</ul>
|
|
|
|
<h3 class="h5 fw-bold mt-4 mb-3">Third-Party Services</h3>
|
|
<p>We use the following third-party services:</p>
|
|
<ul class="mb-4">
|
|
<li><strong>Companies House API:</strong> To verify UK company information (public data)</li>
|
|
<li><strong>Anthropic Claude:</strong> For AI-powered CV parsing (data is processed in accordance with Anthropic's privacy policy)</li>
|
|
<li><strong>Stripe:</strong> For payment processing (we do not store payment card details)</li>
|
|
</ul>
|
|
|
|
<h3 class="h5 fw-bold mt-4 mb-3">Contact Us</h3>
|
|
<p>
|
|
If you have any questions about this privacy policy or wish to exercise your data rights,
|
|
please contact us through your account dashboard or by email.
|
|
</p>
|
|
|
|
<div class="mt-5 pt-4 border-top">
|
|
<a href="/" class="btn btn-outline-primary">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="me-2" viewBox="0 0 16 16">
|
|
<path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"/>
|
|
</svg>
|
|
Back to Home
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|