Add isolated legacy notes route and tasks view with resilient task APIs
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Prism Notes End User License Agreement</title>
|
||||
<style>
|
||||
body { font-family: Arial, sans-serif; margin: 0; background: #0f172a; color: #e2e8f0; }
|
||||
main { max-width: 860px; margin: 0 auto; padding: 32px 20px; }
|
||||
h1, h2 { color: #f8fafc; }
|
||||
a { color: #93c5fd; }
|
||||
p, li { line-height: 1.6; }
|
||||
.muted { color: #94a3b8; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Prism Notes End User License Agreement (EULA)</h1>
|
||||
<p class="muted">Last updated: March 25, 2026</p>
|
||||
|
||||
<p>
|
||||
This EULA is a legal agreement between you and Cardoza Construction for use of the Prism Notes
|
||||
application and related services.
|
||||
</p>
|
||||
|
||||
<h2>License Grant</h2>
|
||||
<p>
|
||||
Subject to your compliance with this agreement, Cardoza Construction grants you a limited,
|
||||
non-exclusive, non-transferable, revocable license to use Prism Notes for authorized business use.
|
||||
</p>
|
||||
|
||||
<h2>Restrictions</h2>
|
||||
<ul>
|
||||
<li>You may not reverse engineer, copy, resell, or sublicense the application.</li>
|
||||
<li>You may not use the application for unlawful activity.</li>
|
||||
<li>You must not interfere with system security, availability, or integrity.</li>
|
||||
</ul>
|
||||
|
||||
<h2>Ownership</h2>
|
||||
<p>
|
||||
Prism Notes and all related intellectual property remain the exclusive property of Cardoza Construction
|
||||
and its licensors.
|
||||
</p>
|
||||
|
||||
<h2>Data & Integrations</h2>
|
||||
<p>
|
||||
You are responsible for ensuring your use of third-party integrations complies with applicable
|
||||
terms and permissions. Use of Prism Notes is also governed by the Privacy Policy.
|
||||
</p>
|
||||
|
||||
<h2>Disclaimer</h2>
|
||||
<p>
|
||||
Prism Notes is provided "as is" without warranties of any kind, to the extent permitted by law.
|
||||
</p>
|
||||
|
||||
<h2>Limitation of Liability</h2>
|
||||
<p>
|
||||
To the maximum extent permitted by law, Cardoza Construction is not liable for indirect,
|
||||
incidental, special, consequential, or punitive damages arising from use of the application.
|
||||
</p>
|
||||
|
||||
<h2>Termination</h2>
|
||||
<p>
|
||||
This license may terminate if you violate this agreement. Upon termination, you must stop using
|
||||
Prism Notes.
|
||||
</p>
|
||||
|
||||
<h2>Contact</h2>
|
||||
<p>
|
||||
For legal questions, contact: <a href="mailto:admin@ccllc.pro">admin@ccllc.pro</a>
|
||||
</p>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,66 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Prism Notes Privacy Policy</title>
|
||||
<style>
|
||||
body { font-family: Arial, sans-serif; margin: 0; background: #0f172a; color: #e2e8f0; }
|
||||
main { max-width: 860px; margin: 0 auto; padding: 32px 20px; }
|
||||
h1, h2 { color: #f8fafc; }
|
||||
a { color: #93c5fd; }
|
||||
p, li { line-height: 1.6; }
|
||||
.muted { color: #94a3b8; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Prism Notes Privacy Policy</h1>
|
||||
<p class="muted">Last updated: March 25, 2026</p>
|
||||
|
||||
<p>
|
||||
Prism Notes is operated by Cardoza Construction. This policy describes how Prism Notes collects,
|
||||
uses, and protects information when you use the application and connected integrations.
|
||||
</p>
|
||||
|
||||
<h2>Information We Collect</h2>
|
||||
<ul>
|
||||
<li>Account profile details needed for sign-in and authorization.</li>
|
||||
<li>Notes and metadata you submit within Prism Notes.</li>
|
||||
<li>Integration data required for configured services (for example, OneNote sync).</li>
|
||||
<li>Basic operational logs for security, troubleshooting, and auditing.</li>
|
||||
</ul>
|
||||
|
||||
<h2>How We Use Information</h2>
|
||||
<ul>
|
||||
<li>Provide core app functionality and note synchronization.</li>
|
||||
<li>Authenticate users and secure access to data.</li>
|
||||
<li>Maintain reliability, detect abuse, and troubleshoot issues.</li>
|
||||
<li>Comply with legal and contractual obligations.</li>
|
||||
</ul>
|
||||
|
||||
<h2>Data Sharing</h2>
|
||||
<p>
|
||||
We do not sell personal data. Data is shared only with service providers and integrations required to
|
||||
deliver application features, or as required by law.
|
||||
</p>
|
||||
|
||||
<h2>Data Retention</h2>
|
||||
<p>
|
||||
Data is retained only as long as required to operate Prism Notes, meet legal obligations, and enforce
|
||||
agreements.
|
||||
</p>
|
||||
|
||||
<h2>Security</h2>
|
||||
<p>
|
||||
We use reasonable administrative and technical safeguards to protect data. No method of transmission
|
||||
or storage is guaranteed to be 100% secure.
|
||||
</p>
|
||||
|
||||
<h2>Contact</h2>
|
||||
<p>
|
||||
For privacy questions, contact: <a href="mailto:admin@ccllc.pro">admin@ccllc.pro</a>
|
||||
</p>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user