From 2657469964e24ffbeb905024532120395f6e797c Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sun, 30 Jun 2024 18:55:39 -0400 Subject: move to Donetick Org, First commit frontend --- src/views/Terms/TermsView.jsx | 194 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 194 insertions(+) create mode 100644 src/views/Terms/TermsView.jsx (limited to 'src/views/Terms') diff --git a/src/views/Terms/TermsView.jsx b/src/views/Terms/TermsView.jsx new file mode 100644 index 0000000..f0a0d9c --- /dev/null +++ b/src/views/Terms/TermsView.jsx @@ -0,0 +1,194 @@ +import React from 'react' + +const TermsView = () => { + return ( +
+

Terms of Service

+ +

+ These Terms of Service ("Terms") govern your access to and use of the + services provided by Favoro LLC, doing business as donetick.com + ("Favoro", "we", "us", or "our"). By accessing or using our website and + services, you agree to be bound by these Terms. If you do not agree to + these Terms, you may not access or use our services. +

+ +

Use of Services

+ + +

Subscriptions

+ + + +

Fee Changes

+ + +

Refunds

+ + +

Content

+ +

Feedback Requests

+ +

+ Our platform allows users to send feedback requests to others. You are + solely responsible for the content of any feedback requests you send + using our services. +

+ +

+ You may not use our services to send spam, harass others, or engage in + any abusive behavior. +

+ +

Credits

+ +

+ Certain actions on our platform may require credits. You can purchase + credits through our website. +

+ +

Credits are non-refundable and non-transferable.

+ +

Intellectual Property

+ +

+ All content on our website and services, including text, graphics, + logos, and images, is the property of Donetickor its licensors and is + protected by copyright and other intellectual property laws. +

+ +

+ You may not reproduce, modify, or distribute any content from our + website or services without our prior written consent. +

+ +

Disclaimer of Warranties

+ +

+ Our services are provided "as is" and "as available" without any + warranty of any kind, express or implied. +

+ +

+ We do not warrant that our services will be uninterrupted, secure, or + error-free, or that any defects will be corrected. +

+ +

Limitation of Liability

+ +

+ In no event shall Donetickbe liable for any indirect, incidental, + special, consequential, or punitive damages, including but not limited + to lost profits, arising out of or in connection with your use of our + services. +

+ +

Governing Law

+ +

+ These Terms shall be governed by and construed in accordance with the + laws of the state of [Your State/Country], without regard to its + conflict of law principles. +

+ +

Changes to These Terms

+ +

+ We may update these Terms from time to time. Any changes will be posted + on this page, and the revised date will be indicated at the top of the + page. Your continued use of our services after any such changes + constitutes your acceptance of the new Terms. +

+ +

Contact Us

+ +

+ If you have any questions or concerns about these Terms, please contact + us at support@donetick.com +

+
+ ) +} + +export default TermsView -- cgit