newui / privacy-policy.html
buosam's picture
create new page: https://huwaya.com/jobs - Initial Deployment
c8cd578 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Iraq Salary Transparency Portal</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<style>
:root {
--primary: #6c5ce7;
--secondary: #a29bfe;
--bg: #e0e5ec;
--shadow-light: #ffffff;
--shadow-dark: #a3b1c6;
}
body {
background-color: var(--bg);
font-family: 'Inter', sans-serif;
}
.neumorphic {
border-radius: 20px;
background: var(--bg);
box-shadow: 8px 8px 16px var(--shadow-dark),
-8px -8px 16px var(--shadow-light);
}
nav {
border-radius: 0 0 20px 20px;
background: var(--bg);
box-shadow: 8px 8px 16px var(--shadow-dark),
-8px -8px 16px var(--shadow-light);
}
</style>
</head>
<body class="font-sans">
<!-- Navigation -->
<nav class="py-4">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
<div class="flex items-center">
<i data-feather="bar-chart-2" class="text-blue-600 mr-2"></i>
<span class="text-xl font-bold text-blue-600">Iraq Salary Portal</span>
</div>
<div class="hidden md:flex items-center space-x-8">
<a href="index.html" class="text-gray-700 hover:text-blue-600 font-medium">Home</a>
<a href="#" class="text-gray-700 hover:text-blue-600 font-medium">Submit Salary</a>
<a href="salary-search.html" class="text-gray-700 hover:text-blue-600 font-medium">Search Data</a>
<a href="salary-calculator.html" class="text-gray-700 hover:text-blue-600 font-medium">Calculator</a>
<a href="contact.html" class="text-gray-700 hover:text-blue-600 font-medium">Contact</a>
<button class="bg-blue-600 text-white px-4 py-2 rounded-md hover:bg-blue-700 transition">Login</button>
</div>
<button class="md:hidden">
<i data-feather="menu"></i>
</button>
</div>
</div>
</nav>
<!-- Privacy Policy Content -->
<div class="py-16">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12" data-aos="fade-up">
<h1 class="text-4xl font-bold text-gray-800 mb-4">Privacy Policy</h1>
<p class="text-xl text-gray-600">Effective Date: September 2025</p>
</div>
<div class="neumorphic p-8 rounded-xl" data-aos="fade-up">
<div class="prose max-w-none">
<p class="mb-6">At Huwaya.com, we believe in the power of transparency and fairness in the Iraqi job market. Your privacy matters to us. This Privacy Policy explains what information we collect, how we use it, how we protect it, and under what circumstances we may share data.</p>
<h2 class="text-2xl font-bold text-gray-800 mb-4">1. What Information We Collect</h2>
<ul class="list-disc pl-6 mb-6 space-y-2">
<li><strong>Voluntary Salary & Workplace Data:</strong> Any salary, job title, company culture, or related workplace insights you choose to submit. These contributions are entirely voluntary.</li>
<li><strong>Technical / Security Data:</strong> We log IP addresses for security monitoring. However, we do not link IP addresses with your submitted data.</li>
</ul>
<h2 class="text-2xl font-bold text-gray-800 mb-4">2. Anonymity & Identifiability</h2>
<ul class="list-disc pl-6 mb-6 space-y-2">
<li><strong>Anonymous Submissions:</strong> Your salary and company data are submitted anonymously. We do not require personally identifying information (PII) for contributions.</li>
<li><strong>Non-traceability:</strong> Because submissions are anonymous and not connected with your identity, they cannot be traced back to you.</li>
</ul>
<h2 class="text-2xl font-bold text-gray-800 mb-4">3. How We Use Your Data</h2>
<ul class="list-disc pl-6 mb-6 space-y-2">
<li>To build a reliable, transparent dataset of salaries in Iraq for job titles, industries, and locations.</li>
<li>To let users search and compare salary data to make informed career decisions.</li>
<li>To enable features like the salary calculator and company culture ratings.</li>
<li>For security purposes (e.g. detecting abuse, protecting data integrity).</li>
</ul>
<h2 class="text-2xl font-bold text-gray-800 mb-4">4. Data Security</h2>
<p class="mb-6">We encrypt submitted data and store it using industry-standard security practices. IP logs are used only for security; they are not publicly linked to submissions or identifiable information.</p>
<h2 class="text-2xl font-bold text-gray-800 mb-4">5. Data Sharing & Third-Parties</h2>
<p class="mb-4">While we maintain a strong commitment to privacy, there are some cases where data may be shared (in summary / anonymized / aggregated form). Specifically:</p>
<ul class="list-disc pl-6 mb-6 space-y-2">
<li><strong>Aggregated Statistics:</strong> We may publish or share aggregated, non-identifiable statistics (for example, average salaries by region or industry) with the public or third parties. Such summaries do not include your personal identity.</li>
<li><strong>Third-Party Service Providers:</strong> We may engage third-party vendors (e.g. hosting services, analytics tools) to assist with site operations. Any such providers will have access only to data necessary for their service, and under confidentiality or contractual protection.</li>
<li><strong>Legal / Regulatory Requirements:</strong> If required by law or regulation, we may disclose data (including technical logs) to fulfill legal obligations, respond to legitimate requests, or protect our rights and the safety of our users.</li>
</ul>
<h2 class="text-2xl font-bold text-gray-800 mb-4">6. Retention</h2>
<ul class="list-disc pl-6 mb-6 space-y-2">
<li>We retain submitted salary and workplace data for as long as needed to provide and improve our services.</li>
<li>The retention period for IP logs or technical/security data may differ, according to legal or operational necessity.</li>
</ul>
<h2 class="text-2xl font-bold text-gray-800 mb-4">7. Your Rights & Choices</h2>
<ul class="list-disc pl-6 mb-6 space-y-2">
<li>You are not required to submit identifying information to use the site’s main features (submit salary, search data, view aggregated statistics).</li>
<li>Since submissions are anonymous, you cannot later request deletion of PII or identity-linked data (because we do not hold that).</li>
<li>You may decline the use of non‐essential cookies or tracking features via your browser or device settings, as supported.</li>
</ul>
<h2 class="text-2xl font-bold text-gray-800 mb-4">8. Changes to This Policy</h2>
<p class="mb-6">We may update this policy from time to time. If we make changes, we will post the revised version here with a new effective date. Continued use of Huwaya.com after any changes indicates your acceptance of the updates.</p>
<h2 class="text-2xl font-bold text-gray-800 mb-4">9. Contact</h2>
<p>If you have any questions, concerns, or suggestions regarding this Privacy Policy, please contact us at: <a href="https://huwaya.com/contact" class="text-blue-600 hover:underline">huwaya.com/contact</a></p>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="mt-12 py-8">
<div class="text-center opacity-80 text-sm">
<div class="flex justify-center gap-5 mb-2">
<a class="pointer-events-none opacity-40"><i class="fab fa-twitter"></i></a>
<a class="pointer-events-none opacity-40"><i class="fab fa-facebook"></i></a>
<a class="pointer-events-none opacity-40"><i class="fab fa-linkedin"></i></a>
<a class="pointer-events-none opacity-40"><i class="fab fa-telegram"></i></a>
</div>
<a href="privacy-policy.html" class="text-blue-600 hover:text-blue-800">Privacy Policy</a>
<p class="mt-2">© 2025 Huwaya.com. All rights reserved.</p>
</div>
</footer>
<script>
AOS.init({
duration: 800,
easing: 'ease-in-out',
once: true
});
feather.replace();
</script>
</body>
</html>