terms.html 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta
  7. http-equiv="Cache-Control"
  8. content="no-cache, no-store, must-revalidate"
  9. />
  10. <meta http-equiv="Pragma" content="no-cache" />
  11. <meta http-equiv="Expires" content="0" />
  12. <link rel="icon" type="image/x-icon" href="img/favicon.ico" />
  13. <title>Terms of Service</title>
  14. <!-- Tailwind CSS -->
  15. <script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script>
  16. <!-- Font Awesome -->
  17. <link
  18. href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css"
  19. rel="stylesheet"
  20. />
  21. <!-- Google Fonts -->
  22. <link
  23. href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
  24. rel="stylesheet"
  25. />
  26. <script>
  27. tailwind.config = {
  28. theme: {
  29. extend: {
  30. colors: {
  31. primary: '#0066CC',
  32. secondary: '#333333',
  33. light: '#F5F5F7',
  34. dark: '#1D1D1F',
  35. },
  36. fontFamily: {
  37. sans: ['Inter', 'sans-serif'],
  38. },
  39. },
  40. },
  41. };
  42. </script>
  43. <style type="text/tailwindcss">
  44. @layer utilities {
  45. .transition-smooth {
  46. transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  47. }
  48. }
  49. </style>
  50. </head>
  51. <body class="font-sans bg-white text-dark antialiased">
  52. <main class="py-12">
  53. <div class="container mx-auto px-4 sm:px-6 lg:px-8 max-w-4xl">
  54. <!-- 标题 -->
  55. <h1 class="text-sm md:text-xl md:text-4xl font-bold mb-8">
  56. <span class="lang-en">Terms of Service</span>
  57. <span class="lang-zh hidden">服务条款</span>
  58. </h1>
  59. <!-- 内容 -->
  60. <div class="prose prose-lg max-w-none text-xs md:text-xl">
  61. <!-- 英文版本 -->
  62. <div class="lang-en">
  63. <p class="text-gray-600 mb-6 text-sm md:text-xl">
  64. <strong>Effective Date:</strong> September 16, 2025
  65. </p>
  66. <section class="mb-8">
  67. <h2 class="text-sm md:text-xl font-semibold mb-4">
  68. 1. Introduction and Acceptance of Terms
  69. </h2>
  70. <p class="mb-4">
  71. Welcome to BandhuBuy (hereinafter referred to as "the
  72. Platform"). The Platform is a group buying e-commerce platform
  73. operating in Bangladesh, allowing users to initiate and
  74. participate in group buying shopping activities. By registering,
  75. logging in, or using our services through the BandhuBuy mobile
  76. application, you indicate that you have read, understood, and
  77. agree to be bound by this User Service Agreement (hereinafter
  78. referred to as "this Agreement"), and agree to comply with
  79. applicable laws and regulations in Bangladesh.
  80. </p>
  81. <p>
  82. If you do not agree to any terms of this Agreement, please
  83. immediately stop using the Platform's services. This Agreement
  84. constitutes a legal agreement between you and the Platform,
  85. setting forth the terms and conditions for your use of the
  86. Platform's services.
  87. </p>
  88. </section>
  89. <section class="mb-8">
  90. <h2 class="text-sm md:text-xl font-semibold mb-4">
  91. 2. Definitions and Interpretation
  92. </h2>
  93. <p class="mb-4">
  94. In this Agreement, unless the context requires otherwise, the
  95. following terms have the meanings set forth below:
  96. </p>
  97. <ul class="list-disc pl-6 space-y-2">
  98. <li>
  99. <strong>"Platform":</strong> Refers to the BandhuBuy mobile
  100. application and its related services.
  101. </li>
  102. <li>
  103. <strong>"User":</strong> Refers to any individual or entity
  104. that registers, logs in, or uses the Platform's services.
  105. </li>
  106. <li>
  107. <strong>"Group Buying":</strong> Refers to collective shopping
  108. activities initiated by users through the Platform, which
  109. require reaching a specified number of participants within an
  110. agreed time frame to form a successful group.
  111. </li>
  112. <li>
  113. <strong>"Initiator":</strong> Refers to the user who initiates
  114. a group buying activity.
  115. </li>
  116. <li>
  117. <strong>"Participant":</strong> Refers to a user who
  118. participates in a group buying activity initiated by another
  119. user.
  120. </li>
  121. <li>
  122. <strong>"Successful Group Formation":</strong> Refers to a
  123. group buying activity that meets the specified number of
  124. participants within the agreed time frame.
  125. </li>
  126. <li>
  127. <strong>"Group Buying Failure":</strong> Refers to a group
  128. buying activity that fails to meet the specified number of
  129. participants within the agreed time frame.
  130. </li>
  131. </ul>
  132. </section>
  133. <section class="mb-8">
  134. <h2 class="text-sm md:text-xl font-semibold mb-4">
  135. 3. User Accounts
  136. </h2>
  137. <h3 class="text-sm md:text-xl font-semibold mb-3">
  138. 3.1 Registration Requirements
  139. </h3>
  140. <p class="mb-4">
  141. To use the Platform's services, you must register an account and
  142. provide accurate, complete, and up-to-date personal information.
  143. You must be a natural person at least 18 years of age or meet
  144. the legal age requirements stipulated by Bangladeshi law. You
  145. agree to maintain and promptly update your account information
  146. to ensure its accuracy.
  147. </p>
  148. <h3 class="text-sm md:text-xl font-semibold mb-3">
  149. 3.2 Account Security
  150. </h3>
  151. <p class="mb-4">
  152. You are responsible for maintaining the confidentiality of your
  153. account information, including your password, and for all
  154. activities that occur under your account. You agree to
  155. immediately notify the Platform of any unauthorized use of your
  156. account or any other security breaches.
  157. </p>
  158. <h3 class="text-sm md:text-xl font-semibold mb-3">
  159. 3.3 Account Suspension or Termination
  160. </h3>
  161. <p>
  162. We reserve the right to suspend or terminate your account and
  163. deny current or future use of our services at our sole
  164. discretion if we reasonably believe that you have violated the
  165. terms of this Agreement or applicable laws and regulations.
  166. </p>
  167. </section>
  168. <!-- 继续其他章节... -->
  169. <section class="mb-8">
  170. <h2 class="text-sm md:text-xl font-semibold mb-4">
  171. 11. Contact Us
  172. </h2>
  173. <p class="mb-4">
  174. If you have any questions about this Agreement or the Platform's
  175. services, please contact us via:
  176. </p>
  177. <ul class="list-disc pl-6 space-y-2">
  178. <li><strong>Email:</strong> support@aisoco.net</li>
  179. <!-- <li><strong>Phone:</strong> +880 XXXX-XXXXXX</li> -->
  180. <li>
  181. <strong>Address:</strong> [B&B Tower, Jublee Road, Tin Puler
  182. Matha,Chattogram,Bangladesh]
  183. </li>
  184. </ul>
  185. </section>
  186. </div>
  187. <!-- 中文版本 -->
  188. <div class="lang-zh hidden">
  189. <p class="text-gray-600 mb-6">
  190. <strong>生效日期:</strong> 2025年9月16日
  191. </p>
  192. <section class="mb-8">
  193. <h2 class="text-sm md:text-xl font-semibold mb-4">
  194. 1. 介绍和条款接受
  195. </h2>
  196. <p class="mb-4">
  197. 欢迎使用Aisoco(以下简称"平台")。本平台是一个在孟加拉国运营的团购电商平台,允许用户发起和参与团购购物活动。通过注册、登录或使用我们通过Aisoco移动应用程序提供的服务,您表示您已阅读、理解并同意受本用户服务协议(以下简称"本协议")的约束,并同意遵守孟加拉国适用的法律法规。
  198. </p>
  199. <p>
  200. 如果您不同意本协议的任何条款,请立即停止使用平台服务。本协议构成您与平台之间的法律协议,规定了您使用平台服务的条款和条件。
  201. </p>
  202. </section>
  203. <section class="mb-8">
  204. <h2 class="text-sm md:text-xl font-semibold mb-4">
  205. 2. 定义和解释
  206. </h2>
  207. <p class="mb-4">
  208. 在本协议中,除非上下文另有要求,以下术语具有下述含义:
  209. </p>
  210. <ul class="list-disc pl-6 space-y-2">
  211. <li>
  212. <strong>"平台":</strong>指Aisoco移动应用程序及其相关服务。
  213. </li>
  214. <li>
  215. <strong>"用户":</strong
  216. >指注册、登录或使用平台服务的任何个人或实体。
  217. </li>
  218. <li>
  219. <strong>"团购":</strong
  220. >指用户通过平台发起的集体购物活动,需要在约定时间内达到指定参与人数才能成团。
  221. </li>
  222. <li><strong>"发起人":</strong>指发起团购活动的用户。</li>
  223. <li>
  224. <strong>"参与者":</strong>指参与他人发起的团购活动的用户。
  225. </li>
  226. <li>
  227. <strong>"成团":</strong
  228. >指在约定时间内达到指定参与人数的团购活动。
  229. </li>
  230. <li>
  231. <strong>"团购失败":</strong
  232. >指在约定时间内未能达到指定参与人数的团购活动。
  233. </li>
  234. </ul>
  235. </section>
  236. <!-- 其他中文章节... -->
  237. <section class="mb-8">
  238. <h2 class="text-sm md:text-xl font-semibold mb-4">
  239. 11. 联系我们
  240. </h2>
  241. <p class="mb-4">
  242. 如果您对本协议或平台服务有任何疑问,请通过以下方式联系我们:
  243. </p>
  244. <ul class="list-disc pl-6 space-y-2">
  245. <li><strong>邮箱:</strong> legal@aisoco.ai</li>
  246. <li><strong>电话:</strong> +880 XXXX-XXXXXX</li>
  247. <li><strong>地址:</strong> 旧金山创新路123号,CA 94107</li>
  248. </ul>
  249. </section>
  250. </div>
  251. </div>
  252. </div>
  253. </main>
  254. <!-- 页脚 -->
  255. <footer class="bg-dark text-white py-8">
  256. <div class="container mx-auto px-4 text-center">
  257. <p class="text-gray-500 text-sm">
  258. &copy; 2025 Aisoco, Inc. All rights reserved.
  259. </p>
  260. </div>
  261. </footer>
  262. <script>
  263. // 语言切换功能
  264. const langEnBtn = document.getElementById('lang-en');
  265. const langZhBtn = document.getElementById('lang-zh');
  266. const langEnElements = document.querySelectorAll('.lang-en');
  267. const langZhElements = document.querySelectorAll('.lang-zh');
  268. langEnBtn.addEventListener('click', function () {
  269. langEnBtn.classList.add('text-primary');
  270. langEnBtn.classList.remove('text-gray-500');
  271. langZhBtn.classList.add('text-gray-500');
  272. langZhBtn.classList.remove('text-primary');
  273. langEnElements.forEach((el) => el.classList.remove('hidden'));
  274. langZhElements.forEach((el) => el.classList.add('hidden'));
  275. });
  276. langZhBtn.addEventListener('click', function () {
  277. langZhBtn.classList.add('text-primary');
  278. langZhBtn.classList.remove('text-gray-500');
  279. langEnBtn.classList.add('text-gray-500');
  280. langEnBtn.classList.remove('text-primary');
  281. langZhElements.forEach((el) => el.classList.remove('hidden'));
  282. langEnElements.forEach((el) => el.classList.add('hidden'));
  283. });
  284. </script>
  285. </body>
  286. </html>