88 lines
3.8 KiB
Plaintext
88 lines
3.8 KiB
Plaintext
@model PublicPageViewModel
|
|
@{
|
|
ViewData["Title"] = "Terms of Service";
|
|
ViewData["ShellClass"] = "marketing-shell";
|
|
}
|
|
|
|
<article class="marketing-home public-info-page">
|
|
<section class="public-hero">
|
|
<div class="marketing-container public-hero__inner">
|
|
<p class="marketing-eyebrow">Terms</p>
|
|
<h1>Terms of Service</h1>
|
|
<p class="marketing-lead">Please read these terms carefully before using PlotDirector.</p>
|
|
<p class="public-updated">Last updated: @Model.LastUpdated</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="public-content-section">
|
|
<div class="marketing-container public-policy">
|
|
<section>
|
|
<h2>Acceptance of Terms</h2>
|
|
<p>By accessing or using PlotDirector, you agree to these Terms of Service.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Use of the Service</h2>
|
|
<p>You agree to use PlotDirector lawfully and responsibly.</p>
|
|
<p>You must not:</p>
|
|
<ul>
|
|
<li>Attempt unauthorised access to the service</li>
|
|
<li>Interfere with the operation or security of the platform</li>
|
|
<li>Use the service for unlawful purposes</li>
|
|
<li>Attempt to reverse engineer or exploit the service</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>User Content</h2>
|
|
<p>You retain ownership of all content you create within PlotDirector.</p>
|
|
<p>You are responsible for the legality and appropriateness of the content you store.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Subscriptions and Billing</h2>
|
|
<p>Paid subscriptions renew according to the billing period selected during purchase.</p>
|
|
<p>You may cancel your subscription in accordance with the subscription management options provided.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Cancellation and Account Access</h2>
|
|
<p>If a subscription ends, access to certain paid features may be restricted.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Limitation of Liability</h2>
|
|
<p>PlotDirector is provided on an "as available" and "as is" basis.</p>
|
|
<p>While reasonable efforts are made to maintain availability and reliability, uninterrupted access cannot be guaranteed.</p>
|
|
<p>To the maximum extent permitted by law, PlotDirector shall not be liable for indirect, incidental, or consequential damages arising from the use of the service.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Backups</h2>
|
|
<p>While reasonable measures may be taken to protect data, users are encouraged to maintain their own backups of important work.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Changes to the Service</h2>
|
|
<p>PlotDirector may update or modify features and services over time.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Changes to Terms</h2>
|
|
<p>These Terms of Service may be updated periodically.</p>
|
|
<p>Continued use of the service constitutes acceptance of any updated terms.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Contact</h2>
|
|
<p>Questions regarding these Terms of Service may be directed to:</p>
|
|
<p><a href="mailto:@Model.SupportEmail">@Model.SupportEmail</a></p>
|
|
</section>
|
|
|
|
@* <aside class="public-disclaimer">
|
|
<p>These Terms of Service are provided as a general template and should be reviewed by a qualified legal professional before production release.</p>
|
|
</aside> *@
|
|
</div>
|
|
</section>
|
|
</article>
|