Files
remark42/frontend/templates/privacy.html
T
Pavel MineevandUmputun 5825a55b69 Update frontend
* change root dit and change way to import modules
* update deps to latest versions
* use latest tools for building bundles
* rewrite webpack config
* use nomodule technique for loading modern bundle
* inject polyfills by babel usebuiltins
* update eslint rules
* rename all style files to CSS
* use postcss preset env for building styles
* proper typescript typing
* put all html files to templates folder
* etc
2021-01-12 13:39:26 -06:00

96 lines
4.8 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>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy</title>
</head>
<body>
<h1>Privacy Policy</h1>
<p>
Umputun operates the website remark42.com, which provides the SERVICE. This page is used to inform website
visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided
to use our Service. If you choose to use our Service, then you agree to the collection and use of information in
relation with this policy. The Personal Information that we collect are used for providing and improving the
Service. We will not use or share your information with anyone except as described in this Privacy Policy.
</p>
<p>
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible
at https://remark42.com, unless otherwise defined in this Privacy Policy.
</p>
<h3>Information Collection and Use</h3>
<p>
For a better experience while using our Service, we may require you to provide us with certain personally
identifiable information, including but not limited to your name and email address. The information that we
collect will be used to contact or identify you.
</p>
<h3>Log Data</h3>
<p>
We want to inform you that whenever you visit our Service, we collect information that your browser sends to us
that is called Log Data. This Log Data may include information such as your computers Internet Protocol (“IP”)
address, browser version, pages of our Service that you visit, the time and date of your visit, the time spent on
those pages, and other statistics.
</p>
<h3>Cookies</h3>
<p>
Cookies are files with small amount of data that is commonly used an anonymous unique identifier. These are sent
to your browser from the website that you visit and are stored on your computers hard drive. Our website uses
these “cookies” to confirm user identity. You have the option to either accept or refuse these cookies, and know
when a cookie is being sent to your computer. If you choose to refuse our cookies, you may not be able to use some
portions of our Service.
</p>
<h3>Service Providers</h3>
<p>We may employ third-party companies and individuals due to the following reasons:</p>
<ul>
<li>To facilitate our Service</li>
<li>To provide the Service on our behalf</li>
<li>To perform Service-related services</li>
<li>To assist us in analyzing how our Service is used</li>
</ul>
<p>
We want to inform our Service users that these third parties have access to your Personal Information. The reason
is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the
information for any other purpose.
</p>
<h3>Security</h3>
<p>
We value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable
means of protecting it. But remember that no method of transmission over the internet, or method of electronic
storage is 100% secure and reliable, and we cannot guarantee its absolute security.
</p>
<h4>Links to Other Sites</h4>
<p>
Our Service may contain links to other sites. If you click on a third-party link, you will be directed to that
site. Note that these external sites are not operated by us. Therefore, we strongly advise you to review the
Privacy Policy of these websites, read more. We have no control over, and assume no responsibility for the
content, privacy policies, or practices of any third-party sites or services.
</p>
<h3>Childrens Privacy</h3>
<p>
Our Services do not address anyone under the age of 13. We do not knowingly collect personal identifiable
information from children under 13. In the case we discover that a child under 13 has provided us with personal
information, we immediately delete this from our servers. If you are a parent or guardian and you are aware that
your child has provided us with personal information, please contact us so that we will be able to do necessary
actions.
</p>
<h3>Changes to This Privacy Policy</h3>
<p>
We may update our Privacy Policy from time to time. Thus, we advise you to review this page periodically for any
changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are
effective immediately, after they are posted on this page.
</p>
<h3>Contact Us</h3>
<p>If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us.</p>
</body>
</html>