-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c85fa2
commit edcc12c
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!DOCTYPE html> | ||
<html lang="ar" dir="rtl"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="Alrawda"> | ||
<title>Privacy Policy</title> | ||
<link href="./../dist/output.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="./../dist/all.min.css"> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"></script> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
<script src="./js/script.js"></script> | ||
</head> | ||
|
||
<body> | ||
<!-- Start Navbar --> | ||
<div id="navbar"></div> | ||
<!-- End Navbar --> | ||
<hr class="mt-2 sm:block hidden"> | ||
|
||
<!-- Start Content --> | ||
<section class="container mx-auto flex flex-col md:items-center justify-center gap-5 m-20 sm:ltr:pl-5 sm:ltr:md:pl-0 sm:rtl:pr-5 sm:rtl:md:pr-0 "> | ||
<h1 class="md:text-5xl md:font-bold text-2xl font-medium flex justify-center">Privacy Policy</h1> | ||
<div class="leading-10 px-2 text-justify"> | ||
<p><strong>Effective Date</strong>: [Insert Date]</p> | ||
<p>At [<strong>Alrawda</strong>], your privacy is of paramount importance to us. This Privacy Policy outlines how we collect, use, store, and protect your personal information when you use our website and services in compliance with the UAE’s data protection laws.</p> | ||
<p><strong>1. Information We Collect</strong></p> | ||
<p>When you visit or make a purchase through our website, we may collect the following types of personal information:</p> | ||
<ul> | ||
<li><strong>Personal Information</strong>: Name, phone number, email address, delivery address, billing address, payment details (credit card or bank account).</li> | ||
<li><strong>Vehicle Information</strong>: Your car preferences, purchase history, and vehicle details if applicable.</li> | ||
<li><strong>Communication Data</strong>: Any communication with us, including customer service queries or feedback.</li> | ||
<li><strong>Usage Data</strong>: Information about how you use our website, such as IP address, browser type, device type, pages visited, and time spent on the website.</li> | ||
</ul> | ||
<p><strong>2. How We Use Your Information</strong></p> | ||
<p>We use the personal information we collect for the following purposes:</p> | ||
<ul> | ||
<li><strong>To Process Orders</strong>: To process transactions, manage deliveries, and provide after-sales services.</li> | ||
<li><strong>Customer Support</strong>: To respond to your inquiries, resolve issues, and provide technical support.</li> | ||
<li><strong>Marketing and Communications</strong>: To send you marketing communications about new offers, promotions, or updates related to our products and services.</li> | ||
<li><strong>Personalization</strong>: To tailor your experience on our website and recommend products that match your preferences.</li> | ||
<li><strong>Compliance and Legal Obligations</strong>: To comply with applicable laws and regulations in the UAE.</li> | ||
</ul> | ||
<p><strong>3. Sharing Your Information</strong></p> | ||
<p>We respect your privacy and do not share your personal data with third parties except in the following situations:</p> | ||
<ul> | ||
<li><strong>Service Providers</strong>: We may share your information with third-party service providers for payment processing, delivery, IT support, and marketing services.</li> | ||
<li><strong>Legal Compliance</strong>: We may share your data when required by UAE law or to protect our rights, property, and the safety of others.</li> | ||
</ul> | ||
</div> | ||
</section> | ||
<!-- End Content --> | ||
|
||
<!-- Start Footer --> | ||
<div id="footer"></div> | ||
<!-- End Footer --> | ||
</body> | ||
</html> |