Files
Clivelancaster/Views/Home/Terms.cshtml
T
clive c72bd65bfa
Gitea CI/CD / build (push) Failing after 5m0s
Website Refresh
2026-08-11 21:27:27 +10:00

92 lines
5.7 KiB
Plaintext

@{
ViewData["Title"] = "Terms & Conditions";
Layout = "~/Views/Shared/_PageLayout.cshtml";
}
<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: 01/01/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="space-y-8">
<section>
<h2 class="text-xl font-bold text-slate-900 mb-3">1. Acceptance of Terms</h2>
<p class="text-slate-600 leading-relaxed">
By accessing and using clivelancaster.com (the "Site"), you agree to be bound by these Terms and Conditions (the "Terms"). If you do not agree to these Terms, please do not use the Site. These Terms apply to all visitors, users, and others who access or use the Site.
</p>
</section>
<section>
<h2 class="text-xl font-bold text-slate-900 mb-3">2. Changes to Terms</h2>
<p class="text-slate-600 leading-relaxed">
We reserve the right to modify these Terms at any time. Any changes will be effective immediately upon posting to the Site. It is your responsibility to review the Terms regularly. Your continued use of the Site after the posting of changes constitutes your acceptance of the revised Terms.
</p>
</section>
<section>
<h2 class="text-xl font-bold text-slate-900 mb-3">3. Use of the Site</h2>
<p class="text-slate-600 leading-relaxed">
You agree to use the Site for lawful purposes only and in a way that does not infringe on the rights of, restrict, or inhibit anyone else's use of the Site. Prohibited behavior includes harassing or causing distress or inconvenience to any other user, transmitting obscene or offensive content, or disrupting the normal flow of dialogue within the Site.
</p>
</section>
<section>
<h2 class="text-xl font-bold text-slate-900 mb-3">4. Intellectual Property</h2>
<p class="text-slate-600 leading-relaxed">
All content on the Site, including but not limited to text, graphics, logos, icons, images, and software, is the property of clivelancaster.com or its content suppliers and is protected by copyright, trademark, and other intellectual property laws. You may not use, copy, reproduce, distribute, or exploit any content from the Site without express written permission from clivelancaster.com.
</p>
</section>
<section>
<h2 class="text-xl font-bold text-slate-900 mb-3">5. User-Generated Content</h2>
<p class="text-slate-600 leading-relaxed">
You may have the opportunity to post comments, reviews, or other content to the Site. By submitting such content, you grant clivelancaster.com a non-exclusive, royalty-free, perpetual, and worldwide license to use, reproduce, modify, publish, and display such content in any media.
</p>
</section>
<section>
<h2 class="text-xl font-bold text-slate-900 mb-3">6. Third-Party Links</h2>
<p class="text-slate-600 leading-relaxed">
The Site may contain links to third-party websites or services that are not owned or controlled by clivelancaster.com. We are not responsible for the content, privacy policies, or practices of any third-party websites.
</p>
</section>
<section>
<h2 class="text-xl font-bold text-slate-900 mb-3">7. Disclaimers</h2>
<p class="text-slate-600 leading-relaxed">
The content on the Site is provided "as is" without warranties of any kind, either express or implied. clivelancaster.com does not guarantee the accuracy, completeness, or reliability of any content or material on the Site.
</p>
</section>
<section>
<h2 class="text-xl font-bold text-slate-900 mb-3">8. Limitation of Liability</h2>
<p class="text-slate-600 leading-relaxed">
To the fullest extent permitted by law, clivelancaster.com shall not be liable for any direct, indirect, incidental, special, or consequential damages resulting from the use or inability to use the Site.
</p>
</section>
<section>
<h2 class="text-xl font-bold text-slate-900 mb-3">11. Governing Law</h2>
<p class="text-slate-600 leading-relaxed">
These Terms are governed by and construed in accordance with the laws of Australia. Any disputes arising from or relating to the use of the Site shall be subject to the exclusive jurisdiction of the courts in Australia.
</p>
</section>
<div class="mt-10 pt-10 border-t border-slate-100">
<h2 class="text-xl font-bold text-slate-900 mb-2">12. Contact Information</h2>
<p class="text-slate-600">
If you have any questions about these Terms, please contact us.
</p>
</div>
</div>
</div>
</div>
</main>