Files
myAi/web/wwwroot/legal/privacy-en.html
T
claude fc2dd721e4
Build and Push Docker Images / build (push) Successful in 29s
Initial commit
2026-05-02 21:31:31 +03:00

123 lines
4.3 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 - easySoft</title>
<meta name="description" content="Information about the collection, use, and protection of personal data by easySoft.">
<link rel="stylesheet" href="css/legal.css">
</head>
<body>
<div class="wrap">
<div class="topbar">
<a class="brand" href="\" aria-label="easySoft home">
<div class="brand-badge">
<img src="\logo.png" alt="easySoft">
</div>
<div class="brand-copy">easySoft<small>Legal pages</small></div>
</a>
<div class="switcher">
<a href="privacy-ro.html" class="lang-link " data-lang="ro" aria-label="Română">
<img src="img/flags/ro.svg" alt="Română">
</a>
<a href="privacy-en.html" class="lang-link active" data-lang="en" aria-label="English">
<img src="img/flags/en.svg" alt="English">
</a>
</div>
</div>
<div class="hero">
<div class="kicker">Data protection</div>
<h1>Privacy Policy</h1>
<p>Information about the collection, use, and protection of personal data by easySoft.</p>
</div>
<div class="content">
<div class="notice"><strong>easySoft</strong> respects the confidentiality of personal data and is committed to protecting the information of clients, partners, and website visitors.</div>
<h2>1. Who we are</h2>
<p>easySoft</p>
<p>Email: <a href="mailto:contact@easysoft.ro">contact@easysoft.ro</a><br>Website: <a href="https://easysoft.ro">easysoft.ro</a></p>
<p>This document explains how we collect, use, and protect your personal data.</p>
<h2>2. What data we collect</h2>
<p>We may collect the following types of data:</p>
<ul>
<li>Contact details such as name, email address, and phone number</li>
<li>Data submitted voluntarily through forms, including messages, requests, and quote inquiries</li>
<li>Technical data such as IP address, browser type, cookies, and visited pages</li>
<li>Data needed in the contractual relationship, if you are a client</li>
</ul>
<h2>3. Purpose of processing</h2>
<p>Your data may be processed for:</p>
<ul>
<li>answering requests and direct communication</li>
<li>providing our services</li>
<li>improving website functionality</li>
<li>marketing, only with consent</li>
<li>meeting legal and accounting obligations</li>
</ul>
<h2>4. Legal basis</h2>
<p>We process data under Article 6 GDPR based on:</p>
<ul>
<li>the data subjects consent</li>
<li>performance of a contract</li>
<li>legal obligation</li>
<li>legitimate interest</li>
</ul>
<h2>5. Data retention</h2>
<p>We keep personal data only for as long as necessary for the purposes for which it was collected or as required by law.</p>
<h2>6. Data disclosure</h2>
<p>Data may be disclosed only to:</p>
<ul>
<li>IT or hosting providers</li>
<li>contractual partners involved in service delivery</li>
<li>public authorities, only where required by law</li>
</ul>
<p>We do not sell or transfer data to third parties for commercial purposes.</p>
<h2>7. Your rights under GDPR</h2>
<p>You have the right to:</p>
<ul>
<li>access</li>
<li>rectification</li>
<li>erasure (“right to be forgotten”)</li>
<li>restriction</li>
<li>objection</li>
<li>data portability</li>
<li>withdrawal of consent</li>
</ul>
<p>Requests can be sent to: <a href="mailto:contact@easysoft.ro">contact@easysoft.ro</a>.</p>
<h2>8. Data security</h2>
<p>We implement appropriate technical and organizational measures to protect data against unauthorized access, loss, or disclosure.</p>
<h2>9. Transfers outside the EU</h2>
<p>We normally do not transfer data outside the EU. If this becomes necessary, appropriate safeguards will be used, including Standard Contractual Clauses.</p>
<h2>10. Policy updates</h2>
<p>We reserve the right to update this policy. The latest version will remain permanently available on the website.</p>
<p class="meta">Last updated: 2026-03-26</p>
</div>
<div class="footer">
<small>©2026 easySoft. All rights reserved.</small>
<div class="footer-links">
<a href="terms-en.html">Terms and Conditions</a>
<a href="privacy-en.html">Privacy Policy</a>
<a href="cookies-en.html">Cookies Policy</a>
</div>
</div>
</div>
<script src="js/legal.js"></script>
</body>
</html>