forked from yaso_meth/mih-project
Merge pull request #220 from yaso-meth/NEW--HTML-Privacy-Policy
html privacy policy
This commit is contained in:
141
Frontend/web/privacy.html
Normal file
141
Frontend/web/privacy.html
Normal file
@@ -0,0 +1,141 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
background-color: #3A4454;
|
||||
color: #bedcfe;
|
||||
text-align: center;
|
||||
padding: 5%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #bedcfe;
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
padding-top: 0;
|
||||
margin-top: 0;
|
||||
font-size: 44px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
color: #bedcfe;
|
||||
text-align: left;
|
||||
font-size: 17px;
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #bedcfe;
|
||||
text-align: left;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
ul {
|
||||
color: #bedcfe;
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.privacy-btn {
|
||||
background-color: #bedcfe;
|
||||
color: #3A4454;
|
||||
border: none;
|
||||
padding: 10px 24px;
|
||||
border-radius: 20px;
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
left: 5px;
|
||||
}
|
||||
|
||||
.privacy-btn:hover {
|
||||
background-color: #a3c8e9;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<img src="wallpaper.png" />
|
||||
<h1>Privacy Policy</h1>
|
||||
|
||||
<button class="privacy-btn" onclick="window.location.href='https://app.mzansi-innovation-hub.co.za/'">Visit
|
||||
MIH</button>
|
||||
<p><b>Effective Date:</b> 6 December 2024<br><br>
|
||||
Mzansi Innovation Hub - MIH ("we," "our," "us") values your privacy and is committed to protecting your personal
|
||||
data. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use
|
||||
our app, Mzansi Innovation Hub - MIH, available globally.
|
||||
</p>
|
||||
<h4>1. Information We Collect</h4>
|
||||
<p>
|
||||
We collect the following personal information to provide and improve our services:
|
||||
<ul>
|
||||
<li>Personal Details: Name, ID, address, phone number etc.</li>
|
||||
<li>Medical Information: Medical aid details (if applicable).</li>
|
||||
<li>Loyalty Card Information: Loyalty card numbers for the Mzansi Wallet feature.</li>
|
||||
</ul>
|
||||
</p>
|
||||
<h4>2. How We Use Your Information</h4>
|
||||
<p>
|
||||
Your personal information is used for the following purposes:
|
||||
<ul>
|
||||
<li>To create and manage your account.</li>
|
||||
<li>To facilitate interactions between clients and businesses.</li>
|
||||
<li>To enable the storage of loyalty card information within the Mzansi Wallet.</li>
|
||||
<li>To provide technical support and improve our app's functionality.</li>
|
||||
</ul>
|
||||
</p>
|
||||
<h4>3. Data Sharing</h4>
|
||||
<p>
|
||||
We only share your data under the following conditions:
|
||||
<ul>
|
||||
<li>With Your Consent: Businesses can access your information only with your explicit permission.</li>
|
||||
<li>Legal Obligations: We may disclose information to comply with applicable laws or regulations.</li>
|
||||
</ul>
|
||||
</p>
|
||||
<h4>4. Data Security</h4>
|
||||
<p>We implement advanced security measures to protect your personal data:
|
||||
<ul>
|
||||
<li>Data encryption during transmission.</li>
|
||||
<li>Secure authentication protocols to prevent unauthorized access.</li>
|
||||
<li>Regular audits to identify and address vulnerabilities.</li>
|
||||
</ul>
|
||||
</p>
|
||||
<h4>5. Your Rights</h4>
|
||||
<p>You have the following rights regarding your personal data:
|
||||
<ul>
|
||||
<li>Access and Correction: View and update your information via your account settings.</li>
|
||||
<li>Data Deletion: Request the deletion of your account and associated data.</li>
|
||||
<li>Withdrawal of Consent: Revoke permissions for businesses to access your data is restricted once granted.
|
||||
</li>
|
||||
<li>To exercise these rights, contact us at mzansi.innovation.hub@gmail.com.</li>
|
||||
</ul>
|
||||
</p>
|
||||
<h4>6. Data Retention</h4>
|
||||
<p>We retain your personal data for as long as necessary to provide our services. Upon account deletion, your data
|
||||
will be permanently removed unless required by law to retain certain records.</p>
|
||||
<h4>7. Changes to This Privacy Policy</h4>
|
||||
<p>We may update this Privacy Policy to reflect changes in our practices or legal requirements. We will notify you
|
||||
of significant updates via in app notifications and/ or email.</p>
|
||||
<h4>8. Contact Us</h4>
|
||||
<p>
|
||||
If you have questions or concerns about this Privacy Policy, please contact us:
|
||||
<ul>
|
||||
<li>Email: mzansi.innovation.hub@gmail.com.</li>
|
||||
<li>Phone: +27 655 530 195</li>
|
||||
</ul>
|
||||
</p>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user