|
| 1 | +--- |
| 2 | +import BaseLayout from '../layouts/BaseLayout.astro'; |
| 3 | +import Navbar from '../components/Navbar.astro'; |
| 4 | +import Footer from '../components/Footer.astro'; |
| 5 | +--- |
| 6 | + |
| 7 | +<BaseLayout |
| 8 | + title="Disclaimer" |
| 9 | + description="Disclaimer for MyCodingPlan — Informational purposes only, no affiliations, no ads." |
| 10 | +> |
| 11 | + <Navbar /> |
| 12 | + |
| 13 | + <main class="min-h-screen"> |
| 14 | + <!-- Header --> |
| 15 | + <section class="bg-gradient-to-br from-primary/5 via-base-100 to-secondary/5 py-12"> |
| 16 | + <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8"> |
| 17 | + <!-- Breadcrumbs --> |
| 18 | + <nav aria-label="Breadcrumb" class="mb-6"> |
| 19 | + <ol class="flex items-center gap-2 text-sm"> |
| 20 | + <li><a href="/" class="text-base-content/50 hover:text-primary transition-colors">Home</a></li> |
| 21 | + <li class="text-base-content/30">/</li> |
| 22 | + <li class="font-medium">Disclaimer</li> |
| 23 | + </ol> |
| 24 | + </nav> |
| 25 | + <h1 class="text-3xl sm:text-4xl font-extrabold mb-2">Disclaimer</h1> |
| 26 | + <p class="text-base-content/60 max-w-2xl"> |
| 27 | + Last updated: April 8, 2026 |
| 28 | + </p> |
| 29 | + </div> |
| 30 | + </section> |
| 31 | + |
| 32 | + <!-- Content --> |
| 33 | + <section class="py-12"> |
| 34 | + <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8"> |
| 35 | + <div class="prose prose-lg max-w-none"> |
| 36 | + |
| 37 | + <!-- Introduction --> |
| 38 | + <div class="card bg-base-200/50 p-6 mb-8 not-prose"> |
| 39 | + <div class="flex items-start gap-4"> |
| 40 | + <div class="text-3xl">⚠️</div> |
| 41 | + <div> |
| 42 | + <h2 class="text-xl font-bold mb-1">Informational Purposes Only</h2> |
| 43 | + <p class="text-base-content/70"> |
| 44 | + The information provided on MyCodingPlan is for general informational and educational purposes only. It is <strong>not</strong> intended to be professional advice. |
| 45 | + </p> |
| 46 | + </div> |
| 47 | + </div> |
| 48 | + </div> |
| 49 | + |
| 50 | + <!-- Section 1 --> |
| 51 | + <h2 class="text-2xl font-bold mt-10 mb-4">1. No Affiliations or Endorsements</h2> |
| 52 | + <p class="text-base-content/80 mb-6"> |
| 53 | + MyCodingPlan is an independent, community-driven project. We do <strong>not</strong> have any affiliation, partnership, sponsorship, or endorsement with any of the tools, AI models, IDEs, or subscription plan providers mentioned on this website (including but not limited to GitHub, OpenAI, Anthropic, Cursor, etc.). All product and company names are trademarks™ or registered® trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them. |
| 54 | + </p> |
| 55 | + |
| 56 | + <!-- Section 2 --> |
| 57 | + <h2 class="text-2xl font-bold mt-10 mb-4">2. Zero Monetization (No Ads or Affiliates)</h2> |
| 58 | + <p class="text-base-content/80 mb-4"> |
| 59 | + We are committed to providing unbiased, transparent information. Therefore, MyCodingPlan strictly adheres to a zero-monetization policy: |
| 60 | + </p> |
| 61 | + <ul class="list-disc list-inside space-y-2 text-base-content/80 mb-6"> |
| 62 | + <li><strong>No Affiliate Links</strong> — We do not earn commissions from any links on this website.</li> |
| 63 | + <li><strong>No Referral Codes</strong> — We do not participate in any referral programs.</li> |
| 64 | + <li><strong>No Advertisements</strong> — We do not display ads or sponsored content.</li> |
| 65 | + </ul> |
| 66 | + |
| 67 | + <!-- Section 3 --> |
| 68 | + <h2 class="text-2xl font-bold mt-10 mb-4">3. Accuracy of Information</h2> |
| 69 | + <p class="text-base-content/80 mb-6"> |
| 70 | + While we strive to keep the information up to date and correct, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability, or availability with respect to the website or the information, pricing, products, services, or related graphics contained on the website. Pricing and features for AI models and subscriptions are subject to change rapidly. Always verify details on the official provider's website. |
| 71 | + </p> |
| 72 | + |
| 73 | + <!-- Section 4 --> |
| 74 | + <h2 class="text-2xl font-bold mt-10 mb-4">4. Open Source Verification</h2> |
| 75 | + <p class="text-base-content/80 mb-6"> |
| 76 | + 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. |
| 77 | + </p> |
| 78 | + |
| 79 | + <!-- Section 5 --> |
| 80 | + <h2 class="text-2xl font-bold mt-10 mb-4">5. Privacy</h2> |
| 81 | + <p class="text-base-content/80 mb-6"> |
| 82 | + 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" class="link link-primary">Privacy Policy</a>. |
| 83 | + </p> |
| 84 | + |
| 85 | + <!-- Section 6 --> |
| 86 | + <h2 class="text-2xl font-bold mt-10 mb-4">6. Changes to This Disclaimer</h2> |
| 87 | + <p class="text-base-content/80 mb-6"> |
| 88 | + 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>. |
| 89 | + </p> |
| 90 | + |
| 91 | + </div> |
| 92 | + </div> |
| 93 | + </section> |
| 94 | + </main> |
| 95 | + |
| 96 | + <Footer /> |
| 97 | +</BaseLayout> |
0 commit comments