Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copies #74

Merged
merged 2 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/constants/privacyText.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const POLICY_STATEMENT_HTML = `
<p class="mb-4">
This privacy policy (“Privacy Policy”) provides an extensive insight into how the Quadratic Accelerator AG (“Accelerator”), Giveth Association (“Association”, together with the Accelerator, “we”, “us”, “our”) and all platforms affiliated with Accelerator and Association, including but not limited to the q/acc Websites, all their Subdomains and affiliated applications [qacc.giveth.io] (collectively “Platforms”) collect, share or use data about you (“user(s)”, “You”, “your”) with connection to the Platforms.
This privacy policy (“Privacy Policy”) provides an extensive insight into how the Quadratic Accelerator Inc (“Accelerator”), Giveth Association (“Association”, together with the Accelerator, “we”, “us”, “our”) and all platforms affiliated with Accelerator and Association, including but not limited to the q/acc Websites, all their Subdomains and affiliated applications [qacc.giveth.io] (collectively “Platforms”) collect, share or use data about you (“user(s)”, “You”, “your”) with connection to the Platforms.
</p>
<p class="mb-4">
This Privacy Policy, together with our Terms of Service (“Terms”) [<ADD URL HERE>] governs the collection and processing of your data and is applicable to all the information collected through the Platforms, upon the use of such Platforms, any related services, marketing, events and/or any other locations that are in any way linked to this Privacy Policy (collectively, the “Services”).
Expand Down
4 changes: 4 additions & 0 deletions src/constants/termsText.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,8 @@ export const TERMS_AND_CONDITIONS_HTML = `
<li>These Terms shall be governed by and construed in accordance with the laws of Switzerland.</li>
<li>Any disputes arising out of or in connection with these Terms shall be subject to the exclusive jurisdiction of the courts of Zug, Switzerland.</li>
</ul>
<h2 class="font-bold text-lg mb-4">18. Breach of Terms & Conditions</h2>
<p class="mb-4">
We reserve the right to disable access to the dApp at any time in the event of any breach of the Terms, including without limitation, if we, in our sole discretion, believe that you, at any time, fail to satisfy the eligibility requirements set forth in the Terms. Further, we reserve the right to limit or restrict access to the dApp by any person or entity, or within any geographic area or legal jurisdiction, at any time and at our sole discretion. We will not be liable to you for any losses or damages you may suffer as a result of or in connection with the dApp being inaccessible to you at any time or for any reason.
</p>
`;