Website Refresh
Gitea CI/CD / build (push) Failing after 5m0s

This commit is contained in:
clive
2026-08-11 21:27:27 +10:00
parent 9dab8984ca
commit c72bd65bfa
28 changed files with 1903 additions and 1205 deletions
+78 -94
View File
@@ -1,99 +1,83 @@
@{
ViewData["Title"] = "Privacy Policy";
Layout = "~/Views/Shared/_PageLayout.cshtml";
}
<div class="container py-4">
<header class="pb-3 mb-4 border-bottom">
<span class="fs-4">@ViewData["Title"]</span>
</header>
<div class="p-5 mb-4 bg-body-tertiary rounded-3 border">
<div class="container-fluid py-2">
<h1 class="display-6 fw-bold">Privacy Policy</h1>
<p class="col-md-8 fs-6">
<strong>Introduction</strong>
</p><p class="col-md-8 fs-6">
At Clive Lancaster, we are committed to protecting your privacy and ensuring the security of your personal information. This Privacy Policy outlines how we collect, use, and protect the information you provide to us when you use our website. By accessing or using our website, you agree to the terms of this Privacy Policy.
</p><p class="col-md-8 fs-6">
<strong>
Information We Collect</strong>
</p><p class="col-md-8 fs-6">
We may collect the following types of information when you visit our website:
</p><ol>
<li>
Personal Information: This includes information you voluntarily provide, such as your name, email address, phone number, or other contact details when you fill out forms, sign up for newsletters, or contact us.
</li><li>
Non-Personal Information: We collect non-personally identifiable information automatically as you interact with our website, such as IP addresses, browser type, device information, and browsing behavior through cookies or analytics tools.
</li>
Cookies: Our website uses cookies to enhance your user experience. Cookies are small files stored on your device that help us analyze site traffic, improve functionality, and personalize content. You can adjust your browser settings to decline cookies, but this may affect your experience on our website.
</li>
</ol><p class="col-md-8 fs-6">
<strong>
How We Use Your Information</strong>
</p><p class="col-md-8 fs-6">
We use the information we collect to:
</p><ul>
<li> Provide and improve our websites functionality and services.
</li> <li>Respond to your inquiries or requests.
</li>
<li>
Send you relevant updates, newsletters, or marketing materials (if you have opted in).
</li>
<li>
Analyze website usage and trends to enhance your experience.
</li>
<li>
Ensure the security and integrity of our website.
</li>
<li>How We Share Your Information
</li>
</ul><p class="col-md-8 fs-6">
We do not sell, trade, or rent your personal information to third parties. However, we may share your information with trusted service providers who assist us in operating our website, conducting business, or servicing you, provided they agree to keep your information confidential.
</p><p class="col-md-8 fs-6">
We may also disclose your information if required by law, to enforce our website policies, or to protect our or others rights, property, or safety.
</p><p class="col-md-8 fs-6">
<strong>
Third-Party Links</strong>
</p><p class="col-md-8 fs-6">
Our website may contain links to third-party websites. We are not responsible for the privacy practices of these external sites. We encourage you to review the privacy policies of any third-party websites you visit.
</p><p class="col-md-8 fs-6">
<strong>
Data Security</strong>
</p><p class="col-md-8 fs-6">
We take appropriate measures to safeguard your personal information from unauthorized access, alteration, or disclosure. However, no method of transmission over the internet or electronic storage is completely secure, and we cannot guarantee its absolute security.
</p><p class="col-md-8 fs-6">
<strong>
Your Rights</strong>
</p><p class="col-md-8 fs-6">
You have the right to:
</p><ul>
<li>
Access, update, or delete your personal information.
</li>
<li>
Opt out of receiving marketing communications from us.
</li>
<li>
Request that we limit the use of your personal information.
</li>
<li>
To exercise any of these rights, please contact us.
</li>
</ul><p class="col-md-8 fs-6">
<strong>
Changes to This Privacy Policy</strong>
</p><p class="col-md-8 fs-6">
We may update this Privacy Policy from time to time to reflect changes in our practices or legal requirements. We will notify you of any significant changes by posting the revised policy on our website.
</p><p class="col-md-8 fs-6">
<strong>
Contact Us</strong>
</p><p class="col-md-8 fs-6">
If you have any questions or concerns about this Privacy Policy or how we handle your personal information, please contact us at:
</p><p class="col-md-8 fs-6">
Clive Lancaster
</p><p class="col-md-8 fs-6">
Effective Date: 01/11/2024
</p>
</<div>
</div>
<partial name="_PartialPageNavigation" />
<header class="pt-32 pb-12 bg-slate-50 text-center px-6">
<h1 class="text-4xl md:text-5xl font-bold text-slate-900 mb-4">@ViewData["Title"]</h1>
<p class="text-slate-500 text-xs uppercase tracking-widest font-bold">Last Updated: January 2026</p>
</header>
<main class="flex-grow max-w-7xl mx-auto px-6 py-12 w-full">
<div class="max-w-6xl mx-auto">
<div class="bg-white p-8 md:p-12 rounded-2xl shadow-sm border border-slate-100">
<div class="prose prose-slate max-w-none">
<h2 class="text-xl font-bold text-slate-900 mb-4">Introduction</h2>
<p class="text-slate-600 leading-relaxed mb-6">
At Clive Lancaster, we are committed to protecting your privacy and ensuring the security of your personal information. This Privacy Policy outlines how we collect, use, and protect the information you provide to us when you use our website. By accessing or using our website, you agree to the terms of this Privacy Policy.
</p>
<h2 class="text-xl font-bold text-slate-900 mb-4">Information We Collect</h2>
<p class="text-slate-600 leading-relaxed mb-4">
We may collect the following types of information when you visit our website:
</p>
<ul class="list-disc pl-5 space-y-3 text-slate-600 mb-6">
<li>
<strong class="text-slate-900">Personal Information:</strong> This includes information you voluntarily provide, such as your name, email address, phone number, or other contact details when you fill out forms, sign up for newsletters, or contact us.
</li>
<li>
<strong class="text-slate-900">Non-Personal Information:</strong> We collect non-personally identifiable information automatically as you interact with our website, such as IP addresses, browser type, device information, and browsing behavior through cookies or analytics tools.
</li>
<li>
<strong class="text-slate-900">Cookies:</strong> Our website uses cookies to enhance your user experience. Cookies are small files stored on your device that help us analyze site traffic, improve functionality, and personalize content.
</li>
</ul>
<h2 class="text-xl font-bold text-slate-900 mb-4">How We Use Your Information</h2>
<p class="text-slate-600 leading-relaxed mb-4">
We use the information we collect to:
</p>
<ul class="list-disc pl-5 space-y-2 text-slate-600 mb-6">
<li>Provide and improve our websites functionality and services.</li>
<li>Respond to your inquiries or requests.</li>
<li>Send you relevant updates or marketing materials (if opted in).</li>
<li>Analyze website usage and trends to enhance your experience.</li>
<li>Ensure the security and integrity of our website.</li>
</ul>
<h2 class="text-xl font-bold text-slate-900 mb-4">How We Share Your Information</h2>
<p class="text-slate-600 leading-relaxed mb-6">
We do not sell, trade, or rent your personal information to third parties. However, we may share your information with trusted service providers who assist us in operating our website, provided they agree to keep your information confidential.
</p>
<h2 class="text-xl font-bold text-slate-900 mb-4">Third-Party Links</h2>
<p class="text-slate-600 leading-relaxed mb-6">
Our website may contain links to third-party websites. We are not responsible for the privacy practices of these external sites. We encourage you to review the privacy policies of any third-party websites you visit.
</p>
<h2 class="text-xl font-bold text-slate-900 mb-4">Data Security</h2>
<p class="text-slate-600 leading-relaxed mb-6">
We take appropriate measures to safeguard your personal information from unauthorized access, alteration, or disclosure. However, no method of transmission over the internet is completely secure.
</p>
<h2 class="text-xl font-bold text-slate-900 mb-4">Your Rights</h2>
<ul class="list-disc pl-5 space-y-2 text-slate-600 mb-6">
<li>Access, update, or delete your personal information.</li>
<li>Opt out of receiving marketing communications from us.</li>
<li>Request that we limit the use of your personal information.</li>
</ul>
<div class="mt-10 pt-10 border-t border-slate-100">
<h2 class="text-xl font-bold text-slate-900 mb-2">Contact Us</h2>
<p class="text-slate-600 mb-1">If you have any questions or concerns about this policy, please contact us at:</p>
<p class="font-bold text-slate-900">Clive Lancaster</p>
<p class="text-sm text-slate-500 mt-4">Effective Date: 01/01/2026</p>
</div>
</div>
</div>
</div>
</main>