privacy.ejs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  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. <title>Privacy Policy - Art Color</title>
  7. <link rel="icon" href="/assets/icon/favicon.ico" type="image/x-icon">
  8. <link rel="stylesheet" href="/stylesheets/v2/styles.css">
  9. <style>
  10. .page-title {
  11. color: var(--secondary-color);
  12. font-size: 2.2rem;
  13. margin: 40px 0 20px;
  14. text-align: center;
  15. }
  16. .privacy-content {
  17. background-color: white;
  18. border-radius: 10px;
  19. box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  20. padding: 40px;
  21. margin-bottom: 60px;
  22. }
  23. .privacy-section {
  24. margin-bottom: 40px;
  25. }
  26. .privacy-section h2 {
  27. color: var(--primary-color);
  28. font-size: 1.5rem;
  29. margin-bottom: 15px;
  30. }
  31. .privacy-section h3 {
  32. color: var(--secondary-color);
  33. font-size: 1.2rem;
  34. margin-bottom: 10px;
  35. margin-top: 25px;
  36. }
  37. .privacy-section p {
  38. color: var(--text-color);
  39. margin-bottom: 15px;
  40. }
  41. .privacy-section ul {
  42. margin-left: 25px;
  43. margin-bottom: 15px;
  44. }
  45. .privacy-section li {
  46. margin-bottom: 8px;
  47. }
  48. .last-updated {
  49. color: var(--light-text);
  50. font-style: italic;
  51. text-align: right;
  52. margin-top: 30px;
  53. }
  54. @media (max-width: 768px) {
  55. .page-title {
  56. font-size: 1.8rem;
  57. }
  58. .privacy-content {
  59. padding: 30px 20px;
  60. }
  61. .privacy-section h2 {
  62. font-size: 1.3rem;
  63. }
  64. .privacy-section h3 {
  65. font-size: 1.1rem;
  66. }
  67. }
  68. </style>
  69. </head>
  70. <!-- Google tag (gtag.js) -->
  71. <script async src="https://www.googletagmanager.com/gtag/js?id=G-JBGGVGLHTP"></script>
  72. <script>
  73. window.dataLayer = window.dataLayer || [];
  74. function gtag() { dataLayer.push(arguments); }
  75. gtag('js', new Date());
  76. gtag('config', 'G-JBGGVGLHTP');
  77. </script>
  78. <body>
  79. <%- include('header') %>
  80. <div class="container">
  81. <div class="breadcrumb">
  82. <a href="/">Home</a> &gt; Privacy Policy
  83. </div>
  84. <h1 class="page-title">Privacy Policy</h1>
  85. <div class="privacy-content">
  86. <div class="last-updated">
  87. <p>Last updated: July 4, 2025</p>
  88. </div>
  89. <div class="privacy-section">
  90. <h2>1. Introduction</h2>
  91. <p>Welcome to Art Color ("we," "us," or "our"). We are committed to protecting your privacy and
  92. ensuring the security of your personal information. This Privacy Policy explains how we collect,
  93. use, disclose, and safeguard your information when you visit our website <a
  94. href="https://art.pcoloring.com" style="color: var(--primary-color);">art.pcoloring.com</a>
  95. (the "Website") or use our mobile applications and other related services (collectively, the
  96. "Services").</p>
  97. <p>By using our Website, you agree to the terms of this Privacy Policy. If you do not agree with our
  98. practices, please do not use our Website or services.</p>
  99. <p>This Privacy Policy is designed to comply with the General Data Protection Regulation (GDPR) of
  100. the European Union and the California Consumer Privacy Act (CCPA). If you are located in the
  101. European Union or California, please review the additional information provided in Sections 11
  102. and 12 respectively.</p>
  103. </div>
  104. <div class="privacy-section">
  105. <h2>2. Information We Collect</h2>
  106. <h3>2.1 Personal Information</h3>
  107. <p>We may collect personal information that you voluntarily provide to us when you:</p>
  108. <ul>
  109. <li>Create an account on our Website</li>
  110. <li>Subscribe to our newsletter or email updates</li>
  111. <li>Contact us through our support channels</li>
  112. <li>Participate in contests, surveys, or promotions</li>
  113. </ul>
  114. <p>Examples of personal information we may collect include your name, email address, postal address,
  115. phone number, and any other information you choose to provide.</p>
  116. <h3>2.2 Non-Personal Information</h3>
  117. <p>We may automatically collect non-personal information about your visit to our Website, including:
  118. </p>
  119. <ul>
  120. <li>Your IP address</li>
  121. <li>Browser type and version</li>
  122. <li>Operating system</li>
  123. <li>Pages visited and actions taken on our Website</li>
  124. <li>Time and duration of your visit</li>
  125. <li>Referral source</li>
  126. </ul>
  127. <p>We use this information to analyze trends, administer the site, track user movements, and gather
  128. demographic information for aggregate use.</p>
  129. <h3>2.3 Cookies and Tracking Technologies</h3>
  130. <p>Our Website uses cookies and similar tracking technologies to enhance your experience. Cookies
  131. are small text files that are stored on your device. We use both session cookies (which expire
  132. when you close your browser) and persistent cookies (which remain on your device until deleted).
  133. </p>
  134. <p>We use cookies for various purposes, including:</p>
  135. <ul>
  136. <li>Remembering your preferences and settings</li>
  137. <li>Analyzing website traffic and performance</li>
  138. <li>Personalizing your experience</li>
  139. <li>Advertising and marketing purposes</li>
  140. </ul>
  141. <p>You can control cookies through your browser settings. However, if you choose to disable cookies,
  142. some features of our Website may not function properly.</p>
  143. <h3>2.4 Google Analytics and Google AdSense</h3>
  144. <p>We use Google Analytics, a web analytics service provided by Google, Inc. ("Google"), to help
  145. analyze how users interact with our Website. Google Analytics uses cookies to collect
  146. information such as how visitors navigate our Website. This information is used to compile
  147. reports and help us improve our Website. The information collected by Google Analytics is
  148. generally anonymous and aggregated.</p>
  149. <p>We also use Google AdSense, an advertising service provided by Google, to display advertisements
  150. on our Website. Google AdSense uses cookies to serve ads based on your prior visits to our
  151. Website and other websites. These cookies do not contain personal information, but they may
  152. track your online activity across different websites.</p>
  153. <p>Google's ability to use and share information collected by Google Analytics and Google AdSense is
  154. subject to Google's <a href="https://policies.google.com/privacy"
  155. style="color: var(--primary-color);">Privacy Policy</a>. You may opt out of Google Analytics
  156. by downloading and installing the <a href="https://tools.google.com/dlpage/gaoptout"
  157. style="color: var(--primary-color);">Google Analytics Opt-out Browser Add-on</a>.</p>
  158. </div>
  159. <div class="privacy-section">
  160. <h2>3. How We Use Your Information</h2>
  161. <p>We use the information we collect for various purposes, including:</p>
  162. <ul>
  163. <li>Providing, maintaining, and improving our Website and services</li>
  164. <li>Understanding user preferences and providing personalized content</li>
  165. <li>Responding to your inquiries and providing customer support</li>
  166. <li>Sending you updates, newsletters, and promotional materials (if you have subscribed to
  167. receive them)</li>
  168. <li>Conducting research and analysis to improve our offerings</li>
  169. <li>Detecting, preventing, and addressing technical issues</li>
  170. </ul>
  171. </div>
  172. <div class="privacy-section">
  173. <h2>4. Information Sharing and Disclosure</h2>
  174. <p>We do not sell, trade, or otherwise transfer your personal information to third parties without
  175. your consent, except as described in this Privacy Policy.</p>
  176. <h3>4.1 Service Providers</h3>
  177. <p>We may engage third-party service providers to assist us in operating our Website, conducting our
  178. business, or providing services to you. These third parties have access to your personal
  179. information only to perform these tasks on our behalf and are obligated not to disclose or use
  180. it for any other purpose.</p>
  181. <h3>4.2 Legal Requirements</h3>
  182. <p>We may disclose your personal information if required to do so by law or in response to valid
  183. requests by public authorities (e.g., a court or government agency).</p>
  184. <h3>4.3 Business Transfers</h3>
  185. <p>If we are involved in a merger, acquisition, or sale of all or a portion of our assets, your
  186. personal information may be transferred as part of that transaction.</p>
  187. <h3>4.4 Consent</h3>
  188. <p>We may disclose your personal information with your consent, such as when you choose to share
  189. your information for a specific purpose.</p>
  190. </div>
  191. <div class="privacy-section">
  192. <h2>5. Data Security</h2>
  193. <p>We take reasonable measures to protect your personal information from unauthorized access, use,
  194. or disclosure. However, no method of transmission over the internet or electronic storage is
  195. 100% secure, and we cannot guarantee absolute security.</p>
  196. <p>You are responsible for maintaining the confidentiality of your account credentials, and you
  197. should notify us immediately of any unauthorized use of your account.</p>
  198. </div>
  199. <div class="privacy-section">
  200. <h2>6. Your Choices</h2>
  201. <h3>6.1 Communication Preferences</h3>
  202. <p>You can unsubscribe from our marketing emails at any time by clicking the "Unsubscribe" link at
  203. the bottom of the email. You may also update your communication preferences by logging into your
  204. account and adjusting your settings.</p>
  205. <h3>6.2 Access, Correction, or Deletion</h3>
  206. <p>You have the right to access, correct, or delete the personal information we hold about you. To
  207. request access to or correction of your personal information, or to request that we delete your
  208. personal information, please contact us at <a href="mailto:privacy@jccy-tech.com"
  209. style="color: var(--primary-color);">privacy@jccy-tech.com</a>.</p>
  210. <h3>6.3 Opting Out of Cookies</h3>
  211. <p>You can disable cookies through your browser settings. However, disabling cookies may affect your
  212. experience on our Website.</p>
  213. <h3>6.4 Do Not Track Signals</h3>
  214. <p>Our Website does not currently respond to "Do Not Track" signals from browsers. </p>
  215. </div>
  216. <div class="privacy-section">
  217. <h2>7. Children's Privacy</h2>
  218. <p>Our Website is not intended for children under the age of 13. We do not knowingly collect
  219. personal information from children under 13. If you believe we have inadvertently collected
  220. information from a child under 13, please contact us, and we will promptly delete the
  221. information.</p>
  222. </div>
  223. <div class="privacy-section">
  224. <h2>8. Third-Party Links</h2>
  225. <p>Our Website may contain links to third-party websites or services that are not owned or
  226. controlled by us. This Privacy Policy does not apply to those third-party websites or services.
  227. We encourage you to review the privacy policies of those third parties before using their
  228. services.</p>
  229. </div>
  230. <div class="privacy-section">
  231. <h2>9. Changes to This Privacy Policy</h2>
  232. <p>We may update this Privacy Policy from time to time. The date at the top of this page indicates
  233. when this Privacy Policy was last revised. We will notify you of any material changes by posting
  234. the new Privacy Policy on our Website. Your continued use of our Website after the effective
  235. date of the revised Privacy Policy constitutes your acceptance of the changes.</p>
  236. </div>
  237. <div class="privacy-section">
  238. <h2>10. Contact Us</h2>
  239. <p>If you have any questions, concerns, or suggestions about our Privacy Policy, please contact us
  240. at:</p>
  241. <p>Email: <a href="mailto:privacy@jccy-tech.com"
  242. style="color: var(--primary-color);">privacy@jccy-tech.com</a></p>
  243. <p>Mail: 17th Floor, Shining Building, No. 35 Xueyuan Road, Haidian District, Beijing, China</p>
  244. </div>
  245. <div class="privacy-section">
  246. <h2>11. GDPR-Specific Information</h2>
  247. <p>If you are located in the European Union, the following additional information applies to you:
  248. </p>
  249. <h3>11.1 Legal Basis for Processing</h3>
  250. <p>We process your personal information on the following legal bases:</p>
  251. <ul>
  252. <li><strong>Consent:</strong> We may process your personal information when you have given us
  253. your explicit consent for specific purposes, such as subscribing to our newsletter.</li>
  254. <li><strong>Contract:</strong> We may process your personal information to fulfill our
  255. obligations under a contract with you, such as providing the services you have requested.
  256. </li>
  257. <li><strong>Legal Obligation:</strong> We may process your personal information to comply with
  258. applicable laws and regulations.</li>
  259. <li><strong>Legitimate Interests:</strong> We may process your personal information for our
  260. legitimate interests, such as improving our Website and services, ensuring security, and
  261. analyzing user behavior. Our legitimate interests do not override your rights and freedoms.
  262. </li>
  263. </ul>
  264. <h3>11.2 Your GDPR Rights</h3>
  265. <p>In addition to the rights described in Section 6, you have the following rights under the GDPR:
  266. </p>
  267. <ul>
  268. <li><strong>Right to Object:</strong> You have the right to object to our processing of your
  269. personal information based on our legitimate interests.</li>
  270. <li><strong>Right to Restrict Processing:</strong> You have the right to request that we
  271. restrict the processing of your personal information in certain circumstances.</li>
  272. <li><strong>Right to Data Portability:</strong> You have the right to receive your personal
  273. information in a structured, commonly used, and machine-readable format and to transmit that
  274. information to another controller.</li>
  275. <li><strong>Right to Withdraw Consent:</strong> If we are processing your personal information
  276. based on your consent, you have the right to withdraw your consent at any time.</li>
  277. </ul>
  278. <p>To exercise any of these rights, please contact us at <a href="mailto:privacy@jccy-tech.com"
  279. style="color: var(--primary-color);">privacy@jccy-tech.com</a>.</p>
  280. <h3>11.3 Data Transfers</h3>
  281. <p>Our servers are located in United States, and your personal information may be transferred to and
  282. processed in that country. If you are located in the European Union, please note that [Country]
  283. may not have been deemed by the European Commission to have an adequate level of data
  284. protection. However, we implement appropriate safeguards, such as Standard Contractual Clauses,
  285. to ensure that your personal information receives an adequate level of protection when
  286. transferred outside the European Union.</p>
  287. </div>
  288. <div class="privacy-section">
  289. <h2>12. CCPA-Specific Information</h2>
  290. <p>If you are a California resident, the following additional information applies to you:</p>
  291. <h3>12.1 CCPA Rights</h3>
  292. <p>Under the CCPA, you have the following rights:</p>
  293. <ul>
  294. <li><strong>Right to Know:</strong> You have the right to request that we disclose the
  295. categories and specific pieces of personal information we have collected about you, the
  296. sources of that information, the business or commercial purpose for collecting or selling
  297. that information, and the categories of third parties with whom we have shared that
  298. information.</li>
  299. <li><strong>Right to Delete:</strong> You have the right to request that we delete your personal
  300. information, subject to certain exceptions.</li>
  301. <li><strong>Right to Opt-Out of Sale:</strong> You have the right to opt out of the "sale" of
  302. your personal information, as defined by the CCPA. We do not currently sell your personal
  303. information, but if we do so in the future, we will provide you with a mechanism to opt out.
  304. </li>
  305. <li><strong>Non-Discrimination:</strong> We will not discriminate against you for exercising
  306. your rights under the CCPA.</li>
  307. </ul>
  308. <h3>12.2 How to Exercise Your CCPA Rights</h3>
  309. <p>To exercise your rights under the CCPA, please contact us at <a
  310. href="mailto:privacy@jccy-tech.com"
  311. style="color: var(--primary-color);">privacy@jccy-tech.com</a> or by mail at the address
  312. provided in Section 10. We will respond to your request within 45 days.</p>
  313. <h3>12.3 Information We Collect and Disclose</h3>
  314. <p>For more information about the categories of personal information we collect and disclose, please
  315. see Sections 2 and 4 of this Privacy Policy.</p>
  316. <h3>12.4 "Shine the Light" Law</h3>
  317. <p>California Civil Code Section 1798.83 permits California residents to request certain information
  318. regarding our disclosure of personal information to third parties for their direct marketing
  319. purposes. To make such a request, please contact us at <a href="mailto:privacy@jccy-tech.com"
  320. style="color: var(--primary-color);">privacy@jccy-tech.com</a>.</p>
  321. </div>
  322. </div>
  323. </div>
  324. <%- include('footer') %>
  325. <script src="/scripts/script.js"></script>
  326. </body>
  327. </html>