datacenter-ip-checker/web/landing/terms.html

174 lines
7.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
@@include('meta.html') @@include('link_deps.html')
<title>Terms and Conditions</title>
</head>
<body class="bg-base-200 flex flex-col items-center min-h-screen">
@@include('nav.html')
<div
class="flex-grow flex flex-col items-center justify-center w-full max-w-4xl px-4 py-10"
>
<h1 class="text-5xl font-bold mb-10 text-base-content">
Terms and Conditions
</h1>
<div
class="bg-base-100 shadow-lg rounded-lg p-6 w-full text-base-content"
>
<h2 class="text-2xl font-bold mb-4">1. Introduction</h2>
<p class="mb-4">
Welcome to API Data Center. These terms and conditions outline the
rules and regulations for the use of our website and services.
</p>
<p class="mb-4">
By accessing this website, we assume you accept these terms and
conditions. Do not continue to use API Data Center if you do not agree
to all of the terms and conditions stated on this page.
</p>
<h2 class="text-2xl font-bold mb-4">2. License</h2>
<p class="mb-4">
Unless otherwise stated, API Data Center and/or its licensors own the
intellectual property rights for all material on API Data Center. All
intellectual property rights are reserved. You may access this from
API Data Center for your own personal use subjected to restrictions
set in these terms and conditions.
</p>
<p class="mb-4">You must not:</p>
<ul class="list-disc list-inside mb-4">
<li>Republish material from API Data Center</li>
<li>Sell, rent, or sub-license material from API Data Center</li>
<li>Reproduce, duplicate, or copy material from API Data Center</li>
<li>Redistribute content from API Data Center</li>
</ul>
<h2 class="text-2xl font-bold mb-4">3. User Content</h2>
<p class="mb-4">
Parts of this website offer an opportunity for users to post and
exchange opinions and information in certain areas of the website. API
Data Center does not filter, edit, publish or review Comments prior to
their presence on the website. Comments do not reflect the views and
opinions of API Data Center, its agents and/or affiliates. Comments
reflect the views and opinions of the person who post their views and
opinions.
</p>
<p class="mb-4">
API Data Center reserves the right to monitor all Comments and to
remove any Comments which can be considered inappropriate, offensive,
or causes breach of these Terms and Conditions.
</p>
<h2 class="text-2xl font-bold mb-4">4. Hyperlinking to our Content</h2>
<p class="mb-4">
The following organizations may link to our Website without prior
written approval:
</p>
<ul class="list-disc list-inside mb-4">
<li>Government agencies</li>
<li>Search engines</li>
<li>News organizations</li>
<li>
Online directory distributors may link to our Website in the same
manner as they hyperlink to the Websites of other listed businesses
</li>
<li>
System wide Accredited Businesses except soliciting non-profit
organizations, charity shopping malls, and charity fundraising
groups which may not hyperlink to our Web site
</li>
</ul>
<p class="mb-4">
These organizations may link to our home page, to publications or to
other Website information so long as the link: (a) is not in any way
deceptive; (b) does not falsely imply sponsorship, endorsement or
approval of the linking party and its products and/or services; and
(c) fits within the context of the linking partys site.
</p>
<h2 class="text-2xl font-bold mb-4">5. iFrames</h2>
<p class="mb-4">
Without prior approval and written permission, you may not create
frames around our Webpages that alter in any way the visual
presentation or appearance of our Website.
</p>
<h2 class="text-2xl font-bold mb-4">6. Content Liability</h2>
<p class="mb-4">
We shall not be hold responsible for any content that appears on your
Website. You agree to protect and defend us against all claims that is
rising on your Website. No link(s) should appear on any Website that
may be interpreted as libelous, obscene or criminal, or which
infringes, otherwise violates, or advocates the infringement or other
violation of, any third party rights.
</p>
<h2 class="text-2xl font-bold mb-4">7. Your Privacy</h2>
<p class="mb-4">Please read our Privacy Policy.</p>
<h2 class="text-2xl font-bold mb-4">8. Reservation of Rights</h2>
<p class="mb-4">
We reserve the right to request that you remove all links or any
particular link to our Website. You approve to immediately remove all
links to our Website upon request. We also reserve the right to amen
these terms and conditions and its linking policy at any time. By
continuously linking to our Website, you agree to be bound to and
follow these linking terms and conditions.
</p>
<h2 class="text-2xl font-bold mb-4">
9. Removal of links from our website
</h2>
<p class="mb-4">
If you find any link on our Website that is offensive for any reason,
you are free to contact and inform us any moment. We will consider
requests to remove links but we are not obligated to or so or to
respond to you directly.
</p>
<p class="mb-4">
We do not ensure that the information on this website is correct, we
do not warrant its completeness or accuracy; nor do we promise to
ensure that the website remains available or that the material on the
website is kept up to date.
</p>
<h2 class="text-2xl font-bold mb-4">10. Disclaimer</h2>
<p class="mb-4">
To the maximum extent permitted by applicable law, we exclude all
representations, warranties and conditions relating to our website and
the use of this website. Nothing in this disclaimer will:
</p>
<ul class="list-disc list-inside mb-4">
<li>
limit or exclude our or your liability for death or personal injury;
</li>
<li>
limit or exclude our or your liability for fraud or fraudulent
misrepresentation;
</li>
<li>
limit any of our or your liabilities in any way that is not
permitted under applicable law; or
</li>
<li>
exclude any of our or your liabilities that may not be excluded
under applicable law.
</li>
</ul>
<p class="mb-4">
The limitations and prohibitions of liability set in this Section and
elsewhere in this disclaimer: (a) are subject to the preceding
paragraph; and (b) govern all liabilities arising under the
disclaimer, including liabilities arising in contract, in tort and for
breach of statutory duty.
</p>
<p class="mb-4">
As long as the website and the information and services on the website
are provided free of charge, we will not be liable for any loss or
damage of any nature.
</p>
</div>
</div>
@@include('footer.html') @@include('script_deps.html')
</body>
</html>