Initial commit
Build and Push Docker Images / build (push) Successful in 29s

This commit is contained in:
2026-05-02 21:31:31 +03:00
commit fc2dd721e4
78 changed files with 5002 additions and 0 deletions
+85
View File
@@ -0,0 +1,85 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cookies Policy - easySoft</title>
<meta name="description" content="Information about how cookies are used on the easySoft website and how browser preferences can be managed.">
<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="cookies-ro.html" class="lang-link " data-lang="ro" aria-label="Română">
<img src="img/flags/ro.svg" alt="Română">
</a>
<a href="cookies-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">Cookies</div>
<h1>Cookies Policy</h1>
<p>Information about how cookies are used on the easySoft website and how browser preferences can be managed.</p>
</div>
<div class="content">
<div class="notice"><strong>Cookies Policy</strong> explains how easySoft uses cookies for website operation, analytics, and improving user experience.</div>
<h2>1. What cookies are</h2>
<p>Cookies are small files stored on your device when you visit a website. They help the site function correctly and remember certain preferences.</p>
<h2>2. Types of cookies we may use</h2>
<ul>
<li><strong>Essential cookies</strong> required for the basic operation of the website</li>
<li><strong>Analytics cookies</strong> used to understand how the website is used</li>
<li><strong>Preference cookies</strong> used to remember language or other selected options</li>
<li><strong>Marketing cookies</strong> only if explicitly enabled and used</li>
</ul>
<h2>3. Why we use cookies</h2>
<p>We use cookies for:</p>
<ul>
<li>ensuring technical operation of the website</li>
<li>improving performance and usability</li>
<li>remembering visitor settings</li>
<li>aggregated statistical analysis</li>
</ul>
<h2>4. Managing cookies</h2>
<p>You can control or delete cookies from your browser settings. You can also block certain categories of cookies, but doing so may affect some parts of the website.</p>
<h2>5. Third-party cookies</h2>
<p>Some services embedded on the website may set their own cookies, for example analytics services or external content. Those cookies are governed by the respective providers policies.</p>
<h2>6. Updates</h2>
<p>This policy may be updated periodically. The current version will remain published 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>