| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Expires" content="0" />
- <link rel="icon" type="image/x-icon" href="img/favicon.ico" />
- <title>Privacy Policy</title>
- <!-- Tailwind CSS -->
- <script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script>
- <!-- Font Awesome -->
- <link
- href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css"
- rel="stylesheet"
- />
- <!-- Google Fonts -->
- <link
- href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
- rel="stylesheet"
- />
- <script>
- tailwind.config = {
- theme: {
- extend: {
- colors: {
- primary: '#0066CC',
- secondary: '#333333',
- light: '#F5F5F7',
- dark: '#1D1D1F',
- },
- fontFamily: {
- sans: ['Inter', 'sans-serif'],
- },
- },
- },
- };
- </script>
- <style type="text/tailwindcss">
- @layer utilities {
- .transition-smooth {
- transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
- }
- }
- </style>
- </head>
- <body class="font-sans bg-white text-dark antialiased">
- <main class="py-12">
- <div class="container mx-auto px-4 sm:px-6 lg:px-8 max-w-4xl">
- <!-- 标题 -->
- <h1 class="text-sm md:text-xl md:text-4xl font-bold mb-8">
- <span class="lang-en">Privacy Policy</span>
- <span class="lang-zh hidden">隐私政策</span>
- </h1>
- <!-- 内容 -->
- <div class="prose prose-lg text-xs md:text-xl max-w-none">
- <!-- 英文版本 -->
- <div class="lang-en">
- <p class="text-gray-600 mb-6">
- <strong>Effective Date:</strong> September 16, 2025`
- </p>
- <section class="mb-8">
- <h2 class="text-sm md:text-xl font-semibold mb-4">1. Introduction</h2>
- <p class="mb-4">
- BandhuBuy (hereinafter referred to as "we", "our", or "the
- Platform") highly values user privacy and the protection of
- personal information. This Privacy Policy explains how we
- collect, use, store, share, and protect your personal
- information, as well as how you can exercise your privacy
- rights. This Policy applies to all services we provide through
- the BandhuBuy mobile application.
- </p>
- <p>
- We recommend that you read this Policy carefully to understand
- our practices regarding your personal information. By using our
- services, you consent to our collection, use, storage, and
- sharing of your personal information in accordance with this
- Privacy Policy.
- </p>
- </section>
- <section class="mb-8">
- <h2 class="text-sm md:text-xl font-semibold mb-4">
- 2. Information We Collect
- </h2>
- <h3 class="text-sm md:text-xl font-semibold mb-3">
- 2.1 Information You Provide Directly
- </h3>
- <ul class="list-disc pl-6 space-y-2 mb-4">
- <li>
- <strong>Account Information:</strong> When you create an
- account, we collect your name, phone number, email address,
- delivery address, etc.
- </li>
- <li>
- <strong>Payment Information:</strong> When you conduct
- transactions, we collect payment-related information, such as
- bank card details or third-party payment account information.
- </li>
- <li>
- <strong>Profile Information:</strong> Information you choose
- to add to your profile, such as personal photos, preferences,
- etc.
- </li>
- <li>
- <strong>Communication Content:</strong> Information you
- provide when communicating with our customer service team.
- </li>
- </ul>
- <h3 class="text-sm md:text-xl font-semibold mb-3">
- 2.2 Information We Collect Automatically
- </h3>
- <ul class="list-disc pl-6 space-y-2 mb-4">
- <li>
- <strong>Device Information:</strong> Hardware model, operating
- system version, unique device identifier, mobile network
- information, etc.
- </li>
- <li>
- <strong>Usage Data:</strong> Content you view, search queries,
- click records, access times and duration.
- </li>
- <li>
- <strong>Location Information:</strong> Information about your
- actual location when you use our services.
- </li>
- <li>
- <strong>Log Information:</strong> IP address, browser type,
- access date and time, page views, and navigation patterns.
- </li>
- </ul>
- </section>
- <section class="mb-8">
- <h2 class="text-sm md:text-xl font-semibold mb-4">8. Your Rights</h2>
- <p class="mb-4">
- Under applicable law, you have the following rights regarding
- your personal information:
- </p>
- <ul class="list-disc pl-6 space-y-2">
- <li>
- <strong>Right of Access:</strong> You have the right to access
- the personal information we hold about you.
- </li>
- <li>
- <strong>Right to Rectification:</strong> You have the right to
- request correction of inaccurate or incomplete personal
- information.
- </li>
- <li>
- <strong>Right to Erasure:</strong> In certain circumstances,
- you have the right to request the deletion of your personal
- information.
- </li>
- <li>
- <strong>Right to Object:</strong> You have the right to object
- to the processing of your personal information.
- </li>
- </ul>
- </section>
- <section class="mb-8">
- <h2 class="text-sm md:text-xl font-semibold mb-4">12. Contact Us</h2>
- <p class="mb-4">
- If you have any questions or concerns about this Privacy Policy
- or our privacy practices, please contact us via:
- </p>
- <ul class="list-disc pl-6 space-y-2">
- <li><strong>Email: </strong>support@aisoco.net</li>
- <!-- <li><strong>Phone:</strong> +880 XXXX-XXXXXX</li> -->
- <li>
- <strong>Address:</strong> [59,LOBBYEK SHOPPING COMPLEX,2ND FLOOR,PAHARTALI,CTG]
- </li>
- </ul>
- </section>
- </div>
- <!-- 中文版本 -->
- <div class="lang-zh hidden">
- <p class="text-gray-600 mb-6">
- <strong>生效日期:</strong> 2025年9月16日
- </p>
- <section class="mb-8">
- <h2 class="text-2xl font-semibold mb-4">1. 介绍</h2>
- <p class="mb-4">
- Aisoco(以下简称"我们"、"我们的"或"平台")高度重视用户隐私和个人信息保护。本隐私政策说明我们如何收集、使用、存储、共享和保护您的个人信息,以及您如何行使隐私权利。本政策适用于我们通过Aisoco移动应用程序提供的所有服务。
- </p>
- <p>
- 我们建议您仔细阅读本政策,以了解我们对您个人信息的处理做法。通过使用我们的服务,您同意我们按照本隐私政策收集、使用、存储和共享您的个人信息。
- </p>
- </section>
- <section class="mb-8">
- <h2 class="text-2xl font-semibold mb-4">2. 我们收集的信息</h2>
- <h3 class="text-xl font-semibold mb-3">2.1 您直接提供的信息</h3>
- <ul class="list-disc pl-6 space-y-2 mb-4">
- <li>
- <strong>账户信息:</strong
- >当您创建账户时,我们收集您的姓名、电话号码、电子邮件地址、收货地址等。
- </li>
- <li>
- <strong>支付信息:</strong
- >当您进行交易时,我们收集支付相关信息,如银行卡详情或第三方支付账户信息。
- </li>
- <li>
- <strong>个人资料信息:</strong
- >您选择添加到个人资料中的信息,如个人照片、偏好等。
- </li>
- <li>
- <strong>通信内容:</strong>您与我们客服团队沟通时提供的信息。
- </li>
- </ul>
- <h3 class="text-xl font-semibold mb-3">2.2 我们自动收集的信息</h3>
- <ul class="list-disc pl-6 space-y-2 mb-4">
- <li>
- <strong>设备信息:</strong
- >硬件型号、操作系统版本、唯一设备标识符、移动网络信息等。
- </li>
- <li>
- <strong>使用数据:</strong
- >您查看的内容、搜索查询、点击记录、访问时间和持续时间。
- </li>
- <li>
- <strong>位置信息:</strong
- >当您使用我们的服务时,关于您实际位置的信息。
- </li>
- <li>
- <strong>日志信息:</strong
- >IP地址、浏览器类型、访问日期和时间、页面浏览量和导航模式。
- </li>
- </ul>
- </section>
- <section class="mb-8">
- <h2 class="text-2xl font-semibold mb-4">8. 您的权利</h2>
- <p class="mb-4">根据适用法律,您对个人信息享有以下权利:</p>
- <ul class="list-disc pl-6 space-y-2">
- <li>
- <strong>访问权:</strong
- >您有权访问我们持有的关于您的个人信息。
- </li>
- <li>
- <strong>更正权:</strong
- >您有权要求更正我们持有的不准确或不完整的个人信息。
- </li>
- <li>
- <strong>删除权:</strong
- >在某些情况下,您有权要求删除您的个人信息。
- </li>
- <li><strong>反对权:</strong>您有权反对处理您的个人信息。</li>
- </ul>
- </section>
- <section class="mb-8">
- <h2 class="text-2xl font-semibold mb-4">12. 联系我们</h2>
- <p class="mb-4">
- 如果您对本隐私政策或我们的隐私做法有任何疑问或担忧,请通过以下方式联系我们:
- </p>
- <ul class="list-disc pl-6 space-y-2">
- <li><strong>邮箱:</strong> privacy@aisoco.ai</li>
- <li><strong>电话:</strong> +880 XXXX-XXXXXX</li>
- <li><strong>地址:</strong> 旧金山创新路123号,CA 94107</li>
- </ul>
- </section>
- </div>
- </div>
- </div>
- </main>
- <!-- 页脚 -->
- <footer class="bg-dark text-white py-8">
- <div class="container mx-auto px-4 text-center">
- <p class="text-gray-500 text-sm md:text-xl">
- © 2025 Aisoco, Inc. All rights reserved.
- </p>
- </div>
- </footer>
- <script>
- // 语言切换功能
- const langEnBtn = document.getElementById('lang-en');
- const langZhBtn = document.getElementById('lang-zh');
- const langEnElements = document.querySelectorAll('.lang-en');
- const langZhElements = document.querySelectorAll('.lang-zh');
- langEnBtn.addEventListener('click', function () {
- langEnBtn.classList.add('text-primary');
- langEnBtn.classList.remove('text-gray-500');
- langZhBtn.classList.add('text-gray-500');
- langZhBtn.classList.remove('text-primary');
- langEnElements.forEach((el) => el.classList.remove('hidden'));
- langZhElements.forEach((el) => el.classList.add('hidden'));
- });
- langZhBtn.addEventListener('click', function () {
- langZhBtn.classList.add('text-primary');
- langZhBtn.classList.remove('text-gray-500');
- langEnBtn.classList.add('text-gray-500');
- langEnBtn.classList.remove('text-primary');
- langZhElements.forEach((el) => el.classList.remove('hidden'));
- langEnElements.forEach((el) => el.classList.add('hidden'));
- });
- </script>
- </body>
- </html>
|