diff --git a/.DS_Store b/.DS_Store index 5f75c679..de4a28e6 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/docker-compose.yml b/docker-compose.yml index 7cc45238..adfca351 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -231,6 +231,15 @@ services: - driver: nvidia count: all # or specify a number of GPUs capabilities: [gpu] + #============== MIH-Legal ==================================================================== + mih-legal: + image: nginx:alpine + container_name: mih-legal + restart: always + volumes: + - ./mih_legal:/usr/share/nginx/html:ro + ports: + - "127.0.0.1:8085:80" #============== Firebaase ==================================================================== # firebase: # container_name: MIH-firebase-emulator diff --git a/mih_legal/favicon.ico b/mih_legal/favicon.ico new file mode 100644 index 00000000..a37abadf Binary files /dev/null and b/mih_legal/favicon.ico differ diff --git a/mih_legal/favicon.png b/mih_legal/favicon.png new file mode 100644 index 00000000..494c06e9 Binary files /dev/null and b/mih_legal/favicon.png differ diff --git a/mih_legal/index.html b/mih_legal/index.html new file mode 100644 index 00000000..2fc36d99 --- /dev/null +++ b/mih_legal/index.html @@ -0,0 +1,161 @@ + + + + + + Privacy Policy - Mzansi Innovation Hub + + + + + + +

Privacy Policy

+ + + +

Effective Date: 6 December 2024

+ 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. +

+

1. Information We Collect

+

+ We collect the following personal information to provide and improve our services: +

+

+

2. How We Use Your Information

+

+ Your personal information is used for the following purposes: +

+

+

3. Data Sharing

+

+ We only share your data under the following conditions: +

+

+

4. Data Security

+

We implement advanced security measures to protect your personal data: +

+

+

5. Your Rights

+

You have the following rights regarding your personal data: +

+

+

6. Data Retention

+

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.

+

7. Changes to This Privacy Policy

+

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.

+

8. Contact Us

+

+ If you have questions or concerns about this Privacy Policy, please contact us: +

+

+ + + diff --git a/mih_legal/privacy-simplified-chinese.html b/mih_legal/privacy-simplified-chinese.html new file mode 100644 index 00000000..9f3d3838 --- /dev/null +++ b/mih_legal/privacy-simplified-chinese.html @@ -0,0 +1,157 @@ + + + + + + 隐私政策 - Mzansi Innovation Hub + + + + + + +

隐私政策

+ + + +

生效日期: 2024年12月6日

+ Mzansi Innovation Hub - MIH(“我们”)重视您的隐私,并致力于保护您的个人数据。本隐私政策解释了当您使用我们面向全球推出的应用程序 Mzansi Innovation Hub - MIH + 时,我们如何收集、使用、披露和保护您的信息。 +

+

1. 我们收集的信息

+

+ 我们收集以下个人信息以提供和改进我们的服务: +

+

+

2. 我们如何使用您的信息

+

+ 您的个人信息将用于以下目的: +

+

+

3. 数据共享

+

+ 我们仅在以下情况下共享您的数据: +

+

+

4. 数据安全

+

我们实施先进的安全措施来保护您的个人数据: +

+

+

5. 您的权利

+

您对您的个人数据拥有以下权利: +

+

+

6. 数据保留

+

我们会在提供服务所需的时间内保留您的个人数据。帐户删除后,您的数据将被永久删除,除非法律要求保留某些记录。

+

7. 本隐私政策的变更

+

我们可能会更新本隐私政策,以反映我们实践或法律要求的变化。我们将通过应用内通知和/或电子邮件通知您重大更新。

+

8. 联系我们

+

+ 如果您对本隐私政策有任何疑问或疑虑,请联系我们: +

+

+ + + diff --git a/mih_legal/wallpaper.png b/mih_legal/wallpaper.png new file mode 100644 index 00000000..32eb34ae Binary files /dev/null and b/mih_legal/wallpaper.png differ