mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-02-04 01:32:54 +08:00
fix: legal text color
This commit is contained in:
parent
ff5d6bc46b
commit
435a32aa56
@ -11,47 +11,47 @@ const Privacy = () => {
|
|||||||
</Head>
|
</Head>
|
||||||
<Container my={50} size="sm" pb="lg">
|
<Container my={50} size="sm" pb="lg">
|
||||||
<Paper bg="transparent">
|
<Paper bg="transparent">
|
||||||
<Title c="gray.5">Privacy Policy</Title>
|
<Title c="gray.8">Privacy Policy</Title>
|
||||||
<Stack my="lg">
|
<Stack my="lg">
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
This Privacy Policy describes how your personal information is collected, used, and
|
This Privacy Policy describes how your personal information is collected, used, and
|
||||||
shared when you visit or make a purchase from jsoncrack.com (the “Site”).
|
shared when you visit or make a purchase from jsoncrack.com (the “Site”).
|
||||||
</Text>
|
</Text>
|
||||||
<Title order={3} c="gray.5">
|
<Title order={3} c="gray.8">
|
||||||
To Whom Does This Policy Apply
|
To Whom Does This Policy Apply
|
||||||
</Title>
|
</Title>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
This Privacy Policy applies to customers and site visitors. Each customer is
|
This Privacy Policy applies to customers and site visitors. Each customer is
|
||||||
responsible for posting its own terms, conditions, and privacy policies, and ensuring
|
responsible for posting its own terms, conditions, and privacy policies, and ensuring
|
||||||
compliance with all applicable laws and regulations.
|
compliance with all applicable laws and regulations.
|
||||||
</Text>
|
</Text>
|
||||||
<Title order={3} c="gray.5">
|
<Title order={3} c="gray.8">
|
||||||
Changes To This Privacy Policy
|
Changes To This Privacy Policy
|
||||||
</Title>
|
</Title>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
This Privacy Policy may change from time to time, as our Platform and our business may
|
This Privacy Policy may change from time to time, as our Platform and our business may
|
||||||
change. Your continued use of the Platform after any changes to this Privacy Policy
|
change. Your continued use of the Platform after any changes to this Privacy Policy
|
||||||
indicates your agreement with the terms of the revised Privacy Policy.
|
indicates your agreement with the terms of the revised Privacy Policy.
|
||||||
</Text>
|
</Text>
|
||||||
<Title order={3} c="gray.5">
|
<Title order={3} c="gray.8">
|
||||||
What Information Do We Collect
|
What Information Do We Collect
|
||||||
</Title>
|
</Title>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
We collect information directly from you when you provide it to us explicitly on our
|
We collect information directly from you when you provide it to us explicitly on our
|
||||||
Site. We do not use third-party cookies on our Site.
|
Site. We do not use third-party cookies on our Site.
|
||||||
</Text>
|
</Text>
|
||||||
<Title order={3} c="gray.5">
|
<Title order={3} c="gray.8">
|
||||||
What We Use Your Information For
|
What We Use Your Information For
|
||||||
</Title>
|
</Title>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
We use your information to provide our Services, to improve our Platform, to
|
We use your information to provide our Services, to improve our Platform, to
|
||||||
understand how you use our Platform, and to communicate with you. We DO NOT share any
|
understand how you use our Platform, and to communicate with you. We DO NOT share any
|
||||||
personal information to third parties.
|
personal information to third parties.
|
||||||
</Text>
|
</Text>
|
||||||
<Title order={3} c="gray.5">
|
<Title order={3} c="gray.8">
|
||||||
How To Contact Us
|
How To Contact Us
|
||||||
</Title>
|
</Title>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
For privacy-related questions, please contact us at{" "}
|
For privacy-related questions, please contact us at{" "}
|
||||||
<Anchor href="mailto:contact@jsoncrack.com">contact@jsoncrack.com</Anchor>.
|
<Anchor href="mailto:contact@jsoncrack.com">contact@jsoncrack.com</Anchor>.
|
||||||
</Text>
|
</Text>
|
||||||
|
@ -11,27 +11,27 @@ const SubscriptionRefund = () => {
|
|||||||
</Head>
|
</Head>
|
||||||
<Container my={50} size="sm" pb="lg">
|
<Container my={50} size="sm" pb="lg">
|
||||||
<Paper bg="transparent">
|
<Paper bg="transparent">
|
||||||
<Title c="gray.5">Subscription & Refund</Title>
|
<Title c="gray.8">Subscription & Refund</Title>
|
||||||
<Stack my="lg">
|
<Stack my="lg">
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
This document delineates the Subscription Cancellation and Refund Policy for users of
|
This document delineates the Subscription Cancellation and Refund Policy for users of
|
||||||
jsoncrack.com (the “Site”). It provides guidance on the cancellation process. For
|
jsoncrack.com (the “Site”). It provides guidance on the cancellation process. For
|
||||||
inquiries or assistance related to cancellations, users are encouraged to contact the
|
inquiries or assistance related to cancellations, users are encouraged to contact the
|
||||||
customer support team at{" "}
|
customer support team at{" "}
|
||||||
<Anchor href="mailto:contact@jsoncrack.com">contact@jsoncrack.com</Anchor>.
|
<Anchor href="mailto:contact@jsoncrack.com">contact@jsoncrack.com</Anchor>.
|
||||||
</Text>
|
</Text>
|
||||||
<Title order={3} c="gray.5">
|
<Title order={3} c="gray.8">
|
||||||
Cancellation Policy
|
Cancellation Policy
|
||||||
</Title>
|
</Title>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
You have the right to cancel your subscription at any time. When you cancel, your
|
You have the right to cancel your subscription at any time. When you cancel, your
|
||||||
subscription will remain active until the end of the current billing period. You will
|
subscription will remain active until the end of the current billing period. You will
|
||||||
not be billed for any subsequent periods.
|
not be billed for any subsequent periods.
|
||||||
</Text>
|
</Text>
|
||||||
<Title order={4} c="gray.5">
|
<Title order={4} c="gray.8">
|
||||||
How to Cancel:
|
How to Cancel:
|
||||||
</Title>
|
</Title>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
To cancel your subscription, follow these steps:
|
To cancel your subscription, follow these steps:
|
||||||
<List type="ordered" my="lg">
|
<List type="ordered" my="lg">
|
||||||
<List.Item>Log in to your account.</List.Item>
|
<List.Item>Log in to your account.</List.Item>
|
||||||
@ -42,20 +42,20 @@ const SubscriptionRefund = () => {
|
|||||||
not eligible for a refund. However, you will still have access to the service until
|
not eligible for a refund. However, you will still have access to the service until
|
||||||
the end of the current billing period.
|
the end of the current billing period.
|
||||||
</Text>
|
</Text>
|
||||||
<Title order={3} c="gray.5">
|
<Title order={3} c="gray.8">
|
||||||
Refund Policy
|
Refund Policy
|
||||||
</Title>
|
</Title>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
If you cancel your subscription within 3 days of the initial purchase, you are
|
If you cancel your subscription within 3 days of the initial purchase, you are
|
||||||
eligible for a full refund. Refunds will be issued to the original payment method used
|
eligible for a full refund. Refunds will be issued to the original payment method used
|
||||||
during the purchase. For refund inquiries or assistance, please contact our customer
|
during the purchase. For refund inquiries or assistance, please contact our customer
|
||||||
support team at{" "}
|
support team at{" "}
|
||||||
<Anchor href="mailto:contact@jsoncrack.com">contact@jsoncrack.com</Anchor>.
|
<Anchor href="mailto:contact@jsoncrack.com">contact@jsoncrack.com</Anchor>.
|
||||||
</Text>
|
</Text>
|
||||||
<Title order={3} c="gray.5">
|
<Title order={3} c="gray.8">
|
||||||
Changes to this Policy
|
Changes to this Policy
|
||||||
</Title>
|
</Title>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
We reserve the right to modify this subscription cancellation and refund policy at any
|
We reserve the right to modify this subscription cancellation and refund policy at any
|
||||||
time. Any changes will be effective immediately upon posting the updated policy on our
|
time. Any changes will be effective immediately upon posting the updated policy on our
|
||||||
website. It is your responsibility to review this policy periodically for changes. By
|
website. It is your responsibility to review this policy periodically for changes. By
|
||||||
|
@ -11,9 +11,9 @@ const Terms = () => {
|
|||||||
</Head>
|
</Head>
|
||||||
<Container my={50} size="sm" pb="lg">
|
<Container my={50} size="sm" pb="lg">
|
||||||
<Paper bg="transparent">
|
<Paper bg="transparent">
|
||||||
<Title c="gray.5">Terms of Service</Title>
|
<Title c="gray.8">Terms of Service</Title>
|
||||||
<Stack my="lg">
|
<Stack my="lg">
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
Subject to these Terms of Service (this 'Agreement'), jsoncrack.com
|
Subject to these Terms of Service (this 'Agreement'), jsoncrack.com
|
||||||
('JSON Crack', 'we', 'us' and/or 'our')
|
('JSON Crack', 'we', 'us' and/or 'our')
|
||||||
provides access to JSON Crack’s application as a service (collectively, the
|
provides access to JSON Crack’s application as a service (collectively, the
|
||||||
@ -21,7 +21,7 @@ const Terms = () => {
|
|||||||
have read, understand, and agree to be bound by this Agreement.
|
have read, understand, and agree to be bound by this Agreement.
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
If you are entering into this Agreement on behalf of a company, business or other
|
If you are entering into this Agreement on behalf of a company, business or other
|
||||||
legal entity, you represent that you have the authority to bind such an entity to this
|
legal entity, you represent that you have the authority to bind such an entity to this
|
||||||
Agreement, in which case the term 'you' shall refer to such entity. If you
|
Agreement, in which case the term 'you' shall refer to such entity. If you
|
||||||
@ -29,38 +29,38 @@ const Terms = () => {
|
|||||||
accept this Agreement and may not use the Services.
|
accept this Agreement and may not use the Services.
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<Title order={3} c="gray.5">
|
<Title order={3} c="gray.8">
|
||||||
1. Acceptance of Terms
|
1. Acceptance of Terms
|
||||||
</Title>
|
</Title>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
By signing up and using the services provided by JSON Crack (referred to as the
|
By signing up and using the services provided by JSON Crack (referred to as the
|
||||||
'Service'), you are agreeing to be bound by the following terms and
|
'Service'), you are agreeing to be bound by the following terms and
|
||||||
conditions ('Terms of Service'). The Service is owned and operated by JSON
|
conditions ('Terms of Service'). The Service is owned and operated by JSON
|
||||||
Crack ('Us', 'We', or 'Our').
|
Crack ('Us', 'We', or 'Our').
|
||||||
</Text>
|
</Text>
|
||||||
<Title order={3} c="gray.5">
|
<Title order={3} c="gray.8">
|
||||||
2. Description of Service
|
2. Description of Service
|
||||||
</Title>
|
</Title>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
JSON Crack is an open-source visualization application that allows users to transform
|
JSON Crack is an open-source visualization application that allows users to transform
|
||||||
various data formats, including JSON, YAML, XML, CSV, and more, into interactive
|
various data formats, including JSON, YAML, XML, CSV, and more, into interactive
|
||||||
graphs for visualization purposes (the “Product”). The Product is accessible at
|
graphs for visualization purposes (the “Product”). The Product is accessible at
|
||||||
jsoncrack.com and other domains and subdomains controlled by Us (collectively,
|
jsoncrack.com and other domains and subdomains controlled by Us (collectively,
|
||||||
'the Website').
|
'the Website').
|
||||||
</Text>
|
</Text>
|
||||||
<Title order={3} c="gray.5">
|
<Title order={3} c="gray.8">
|
||||||
3. Fair Use
|
3. Fair Use
|
||||||
</Title>
|
</Title>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
We reserve the right to suspend or terminate your access to the Service if we
|
We reserve the right to suspend or terminate your access to the Service if we
|
||||||
determine, in our sole discretion, that you have violated these Terms of Service,
|
determine, in our sole discretion, that you have violated these Terms of Service,
|
||||||
including but not limited to, purposefully advertising of third parties, spam content,
|
including but not limited to, purposefully advertising of third parties, spam content,
|
||||||
or other inappropriate or illegal content.
|
or other inappropriate or illegal content.
|
||||||
</Text>
|
</Text>
|
||||||
<Title order={3} c="gray.5">
|
<Title order={3} c="gray.8">
|
||||||
4. Intellectual Property Rights
|
4. Intellectual Property Rights
|
||||||
</Title>
|
</Title>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
You acknowledge and agree that the Service and its entire contents, features, and
|
You acknowledge and agree that the Service and its entire contents, features, and
|
||||||
functionality, including but not limited to all information, software, code, text,
|
functionality, including but not limited to all information, software, code, text,
|
||||||
displays, graphics, photographs, video, audio, design, presentation, selection, and
|
displays, graphics, photographs, video, audio, design, presentation, selection, and
|
||||||
@ -68,44 +68,44 @@ const Terms = () => {
|
|||||||
are protected by United States and international copyright, trademark, patent, trade
|
are protected by United States and international copyright, trademark, patent, trade
|
||||||
secret, and other intellectual property or proprietary rights laws.
|
secret, and other intellectual property or proprietary rights laws.
|
||||||
</Text>
|
</Text>
|
||||||
<Title order={3} c="gray.5">
|
<Title order={3} c="gray.8">
|
||||||
5. Data Storage and Privacy
|
5. Data Storage and Privacy
|
||||||
</Title>
|
</Title>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
We do not guarantee the security, reliability, consistency and/or recovery of any data
|
We do not guarantee the security, reliability, consistency and/or recovery of any data
|
||||||
stored in the Product and do not recommend storing sensitive data. The Product enables
|
stored in the Product and do not recommend storing sensitive data. The Product enables
|
||||||
users to store data for visualization purposes as an ease of access only. When a file
|
users to store data for visualization purposes as an ease of access only. When a file
|
||||||
is deleted from the Product, it is also permanently removed from the database (refer
|
is deleted from the Product, it is also permanently removed from the database (refer
|
||||||
as hard deletion).
|
as hard deletion).
|
||||||
</Text>
|
</Text>
|
||||||
<Title order={3} c="gray.5">
|
<Title order={3} c="gray.8">
|
||||||
6. Changes to these Terms
|
6. Changes to these Terms
|
||||||
</Title>
|
</Title>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
We reserve the right to revise and update these Terms of Service from time to time in
|
We reserve the right to revise and update these Terms of Service from time to time in
|
||||||
our sole discretion. All changes are effective immediately when we post them, and
|
our sole discretion. All changes are effective immediately when we post them, and
|
||||||
apply to all access to and use of the Website thereafter. Your continued use of the
|
apply to all access to and use of the Website thereafter. Your continued use of the
|
||||||
Website following the posting of revised Terms of Service means that you accept and
|
Website following the posting of revised Terms of Service means that you accept and
|
||||||
agree to the changes.
|
agree to the changes.
|
||||||
</Text>
|
</Text>
|
||||||
<Title order={3} c="gray.5">
|
<Title order={3} c="gray.8">
|
||||||
7. Contact Information
|
7. Contact Information
|
||||||
</Title>
|
</Title>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
Questions or comments about the Website or these Terms of Service may be directed to
|
Questions or comments about the Website or these Terms of Service may be directed to
|
||||||
our support team at{" "}
|
our support team at{" "}
|
||||||
<Anchor href="mailto:contact@jsoncrack.com">contact@jsoncrack.com</Anchor>.
|
<Anchor href="mailto:contact@jsoncrack.com">contact@jsoncrack.com</Anchor>.
|
||||||
</Text>
|
</Text>
|
||||||
<Title order={3} c="gray.5">
|
<Title order={3} c="gray.8">
|
||||||
8. Disclaimer of Warranties
|
8. Disclaimer of Warranties
|
||||||
</Title>
|
</Title>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
THE SERVICE AND ITS CONTENT ARE PROVIDED ON AN 'AS IS' AND 'AS
|
THE SERVICE AND ITS CONTENT ARE PROVIDED ON AN 'AS IS' AND 'AS
|
||||||
AVAILABLE' BASIS WITHOUT ANY WARRANTIES OF ANY KIND. WE DISCLAIM ALL WARRANTIES,
|
AVAILABLE' BASIS WITHOUT ANY WARRANTIES OF ANY KIND. WE DISCLAIM ALL WARRANTIES,
|
||||||
INCLUDING, BUT NOT LIMITED TO, THE WARRANTY OF TITLE, MERCHANTABILITY,
|
INCLUDING, BUT NOT LIMITED TO, THE WARRANTY OF TITLE, MERCHANTABILITY,
|
||||||
NON-INFRINGEMENT OF THIRD PARTIES’ RIGHTS, AND FITNESS FOR PARTICULAR PURPOSE.
|
NON-INFRINGEMENT OF THIRD PARTIES’ RIGHTS, AND FITNESS FOR PARTICULAR PURPOSE.
|
||||||
</Text>
|
</Text>
|
||||||
<Text c="gray.5">
|
<Text c="gray.8">
|
||||||
IN NO EVENT WILL WE, OUR AFFILIATES OR THEIR LICENSORS, SERVICE PROVIDERS, EMPLOYEES,
|
IN NO EVENT WILL WE, OUR AFFILIATES OR THEIR LICENSORS, SERVICE PROVIDERS, EMPLOYEES,
|
||||||
AGENTS, OFFICERS OR DIRECTORS BE LIABLE FOR DAMAGES OF ANY KIND, UNDER ANY LEGAL
|
AGENTS, OFFICERS OR DIRECTORS BE LIABLE FOR DAMAGES OF ANY KIND, UNDER ANY LEGAL
|
||||||
THEORY, ARISING OUT OF OR IN CONNECTION WITH YOUR USE, OR INABILITY TO USE, THE
|
THEORY, ARISING OUT OF OR IN CONNECTION WITH YOUR USE, OR INABILITY TO USE, THE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user