Skip to content

Commit 2300f4f

Browse files
committed
refactor: simplify footer content and enhance disclaimer sections for clarity and detail
1 parent 415dccc commit 2300f4f

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

src/components/Footer.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ const currentYear = new Date().getFullYear();
1212
<aside>
1313
<p class="text-sm">
1414
Built with ❤️ using <a href="https://astro.build" target="_blank" rel="noopener noreferrer" class="link link-primary">Astro</a>
15-
· <a href="https://github.com/IrvanFza/mycodingplan/blob/main/LICENSE" class="link link-primary">MIT License</a >
16-
· © {currentYear} <a href="/" class="link link-primary">MyCodingPlan</a>
15+
© {currentYear} <a href="/" class="link link-primary">MyCodingPlan</a>
1716
</p>
1817
</aside>
1918
</footer>

src/pages/disclaimer.astro

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,25 @@ import Footer from '../components/Footer.astro';
7676
</p>
7777

7878
<!-- Section 6 -->
79-
<h2 class="text-2xl font-bold mt-10 mb-4">6. Open Source Verification</h2>
79+
<h2 class="text-2xl font-bold mt-10 mb-4">6. Open Source Verification and User Contributions</h2>
8080
<p class="text-base-content/80 mb-6">
81-
Transparency is a core value of this project. Everything on this website—including all data, pricing information, logic, and codes—is fully open-source and can be inspected, validated, and verified on our <a href="https://github.com/IrvanFza/mycodingplan" target="_blank" rel="noopener noreferrer" class="link link-primary">GitHub repository</a>. If you spot an inaccuracy, we encourage you to contribute a correction via a Pull Request.
81+
All underlying source code, static data files, pricing matrices, and operational logic constituting MyCodingPlan are distributed as open-source software and are publicly available for independent auditing and validation upon the <a href="https://github.com/IrvanFza/mycodingplan" target="_blank" rel="noopener noreferrer" class="link link-primary">designated GitHub repository</a>. Users who identify factual inaccuracies or logical errors are invited to submit prospective corrections via standard open-source contribution mechanisms; however, MyCodingPlan disclaims any obligation or warranty concerning the timely review, acceptance, or deployment of such contributions.
8282
</p>
8383

8484
<!-- Section 7 -->
85-
<h2 class="text-2xl font-bold mt-10 mb-4">7. Privacy</h2>
85+
<h2 class="text-2xl font-bold mt-10 mb-4">7. Licensing and Intellectual Property</h2>
8686
<p class="text-base-content/80 mb-6">
87-
We respect your privacy. We do not collect personal information, require user accounts, or store any user data. For full details on how we handle privacy and user data, please read our comprehensive <a href="/privacy-policy" class="link link-primary">Privacy Policy</a>.
87+
Everything on this website and project is open-source and provided under the <strong>MIT License</strong>. This means you are generally free to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software, provided you include the original copyright and permission notice. The software is provided "as is", without warranty of any kind. For more details, please read the <a href="https://github.com/IrvanFza/mycodingplan/blob/main/LICENSE" target="_blank" rel="noopener noreferrer" class="link link-primary">full MIT License</a>.
8888
</p>
8989

9090
<!-- Section 8 -->
91-
<h2 class="text-2xl font-bold mt-10 mb-4">8. Changes to This Disclaimer</h2>
91+
<h2 class="text-2xl font-bold mt-10 mb-4">8. Data Privacy and Telemetry</h2>
92+
<p class="text-base-content/80 mb-6">
93+
MyCodingPlan is architected to operate without the collection, processing, or retention of personally identifiable information (PII). The Project does not deploy user account systems, persistent tracking cookies, or server-side retention of user queries. Usage of this site is further governed by our authoritative <a href="/privacy-policy" class="link link-primary">Privacy Policy</a>, which dictates our comprehensive stance on data handling and user anonymity.
94+
</p>
95+
96+
<!-- Section 9 -->
97+
<h2 class="text-2xl font-bold mt-10 mb-4">9. Changes to This Disclaimer</h2>
9298
<p class="text-base-content/80 mb-6">
9399
We may update this Disclaimer from time to time. Any changes will be reflected on this page with an updated "Last updated" date. You can track changes to this document via our <a href="https://github.com/IrvanFza/mycodingplan/commits/main/src/pages/disclaimer.astro" target="_blank" rel="noopener noreferrer" class="link link-primary">commit history</a>.
94100
</p>

0 commit comments

Comments
 (0)