|
| 1 | +--- |
| 2 | +layout: layout_en |
| 3 | +navigation: portal.html |
| 4 | +title: "Privacy Policy" |
| 5 | +--- |
| 6 | + |
| 7 | +<div class="bg-gradient-to-r from-stone-800 to-stone-900 text-white py-12 sm:py-16 lg:py-20 px-4 sm:px-6 lg:px-8"> |
| 8 | + <div class="max-w-4xl mx-auto text-center"> |
| 9 | + <h1 class="heading-1 mb-4 sm:mb-6">Privacy Policy</h1> |
| 10 | + <p class="text-body text-gray-300">Last updated: {{ site.time | date: "%B %d, %Y" }}</p> |
| 11 | + </div> |
| 12 | +</div> |
| 13 | + |
| 14 | +<section class="max-w-4xl mx-auto container-padding section-padding"> |
| 15 | + <div class="prose prose-lg max-w-none"> |
| 16 | + <div class="mb-8"> |
| 17 | + <h2 class="heading-3 text-stone-800 mb-4">Introduction</h2> |
| 18 | + <p class="text-body text-gray-700 mb-4"> |
| 19 | + Coderic S.A.S. ("we," "our," or "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our website coderic.org and use our services. |
| 20 | + </p> |
| 21 | + <p class="text-body text-gray-700"> |
| 22 | + By using our services, you agree to the collection and use of information in accordance with this policy. |
| 23 | + </p> |
| 24 | + </div> |
| 25 | + |
| 26 | + <div class="mb-8"> |
| 27 | + <h2 class="heading-3 text-stone-800 mb-4">Information We Collect</h2> |
| 28 | + <h3 class="text-xl font-semibold text-stone-700 mb-3">Personal Information</h3> |
| 29 | + <p class="text-body text-gray-700 mb-4"> |
| 30 | + We may collect personal information that you voluntarily provide to us when you: |
| 31 | + </p> |
| 32 | + <ul class="list-disc list-inside space-y-2 text-body text-gray-700 mb-4 ml-4"> |
| 33 | + <li>Register for an account or request access to our repositories</li> |
| 34 | + <li>Subscribe to our newsletter or communications</li> |
| 35 | + <li>Participate in our community forums or discussions</li> |
| 36 | + <li>Contact us for support or inquiries</li> |
| 37 | + <li>Use our services, including GitHub integration</li> |
| 38 | + </ul> |
| 39 | + <p class="text-body text-gray-700 mb-4"> |
| 40 | + This information may include: name, email address, GitHub username, and any other information you choose to provide. |
| 41 | + </p> |
| 42 | + |
| 43 | + <h3 class="text-xl font-semibold text-stone-700 mb-3">Automatically Collected Information</h3> |
| 44 | + <p class="text-body text-gray-700 mb-4"> |
| 45 | + When you visit our website, we automatically collect certain information about your device, including: |
| 46 | + </p> |
| 47 | + <ul class="list-disc list-inside space-y-2 text-body text-gray-700 mb-4 ml-4"> |
| 48 | + <li>IP address and location data</li> |
| 49 | + <li>Browser type and version</li> |
| 50 | + <li>Operating system</li> |
| 51 | + <li>Pages visited and time spent on pages</li> |
| 52 | + <li>Referring website addresses</li> |
| 53 | + </ul> |
| 54 | + </div> |
| 55 | + |
| 56 | + <div class="mb-8"> |
| 57 | + <h2 class="heading-3 text-stone-800 mb-4">How We Use Your Information</h2> |
| 58 | + <p class="text-body text-gray-700 mb-4"> |
| 59 | + We use the information we collect to: |
| 60 | + </p> |
| 61 | + <ul class="list-disc list-inside space-y-2 text-body text-gray-700 mb-4 ml-4"> |
| 62 | + <li>Provide, maintain, and improve our services</li> |
| 63 | + <li>Process your requests and manage your account</li> |
| 64 | + <li>Send you technical updates, newsletters, and promotional materials (with your consent)</li> |
| 65 | + <li>Respond to your comments, questions, and requests</li> |
| 66 | + <li>Monitor and analyze usage patterns to enhance user experience</li> |
| 67 | + <li>Detect, prevent, and address technical issues and security threats</li> |
| 68 | + <li>Comply with legal obligations</li> |
| 69 | + </ul> |
| 70 | + </div> |
| 71 | + |
| 72 | + <div class="mb-8"> |
| 73 | + <h2 class="heading-3 text-stone-800 mb-4">Information Sharing and Disclosure</h2> |
| 74 | + <p class="text-body text-gray-700 mb-4"> |
| 75 | + We do not sell, trade, or rent your personal information to third parties. We may share your information only in the following circumstances: |
| 76 | + </p> |
| 77 | + <ul class="list-disc list-inside space-y-2 text-body text-gray-700 mb-4 ml-4"> |
| 78 | + <li><strong>Service Providers:</strong> With trusted third-party service providers who assist us in operating our website and services</li> |
| 79 | + <li><strong>Legal Requirements:</strong> When required by law or to protect our rights and safety</li> |
| 80 | + <li><strong>Business Transfers:</strong> In connection with any merger, acquisition, or sale of assets</li> |
| 81 | + <li><strong>With Your Consent:</strong> When you explicitly authorize us to share your information</li> |
| 82 | + </ul> |
| 83 | + </div> |
| 84 | + |
| 85 | + <div class="mb-8"> |
| 86 | + <h2 class="heading-3 text-stone-800 mb-4">Data Security</h2> |
| 87 | + <p class="text-body text-gray-700 mb-4"> |
| 88 | + We implement appropriate technical and organizational security measures to protect your personal information against unauthorized access, alteration, disclosure, or destruction. However, no method of transmission over the Internet is 100% secure, and we cannot guarantee absolute security. |
| 89 | + </p> |
| 90 | + </div> |
| 91 | + |
| 92 | + <div class="mb-8"> |
| 93 | + <h2 class="heading-3 text-stone-800 mb-4">Your Rights</h2> |
| 94 | + <p class="text-body text-gray-700 mb-4"> |
| 95 | + You have the right to: |
| 96 | + </p> |
| 97 | + <ul class="list-disc list-inside space-y-2 text-body text-gray-700 mb-4 ml-4"> |
| 98 | + <li>Access and receive a copy of your personal data</li> |
| 99 | + <li>Request correction of inaccurate or incomplete data</li> |
| 100 | + <li>Request deletion of your personal data</li> |
| 101 | + <li>Object to processing of your personal data</li> |
| 102 | + <li>Request restriction of processing</li> |
| 103 | + <li>Data portability</li> |
| 104 | + <li>Withdraw consent at any time</li> |
| 105 | + </ul> |
| 106 | + <p class="text-body text-gray-700"> |
| 107 | + To exercise these rights, please contact us at <a href=" mailto:[email protected]" class=" text-orange-600 hover:text-orange-700" >[email protected]</a>. |
| 108 | + </p> |
| 109 | + </div> |
| 110 | + |
| 111 | + <div class="mb-8"> |
| 112 | + <h2 class="heading-3 text-stone-800 mb-4">Cookies and Tracking Technologies</h2> |
| 113 | + <p class="text-body text-gray-700 mb-4"> |
| 114 | + We use cookies and similar tracking technologies to track activity on our website and hold certain information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our service. |
| 115 | + </p> |
| 116 | + </div> |
| 117 | + |
| 118 | + <div class="mb-8"> |
| 119 | + <h2 class="heading-3 text-stone-800 mb-4">Third-Party Links</h2> |
| 120 | + <p class="text-body text-gray-700 mb-4"> |
| 121 | + Our website may contain links to third-party websites. We are not responsible for the privacy practices of these external sites. We encourage you to review the privacy policies of any third-party sites you visit. |
| 122 | + </p> |
| 123 | + </div> |
| 124 | + |
| 125 | + <div class="mb-8"> |
| 126 | + <h2 class="heading-3 text-stone-800 mb-4">Children's Privacy</h2> |
| 127 | + <p class="text-body text-gray-700 mb-4"> |
| 128 | + Our services are not directed to individuals under the age of 18. We do not knowingly collect personal information from children. If you become aware that a child has provided us with personal information, please contact us immediately. |
| 129 | + </p> |
| 130 | + </div> |
| 131 | + |
| 132 | + <div class="mb-8"> |
| 133 | + <h2 class="heading-3 text-stone-800 mb-4">Changes to This Privacy Policy</h2> |
| 134 | + <p class="text-body text-gray-700 mb-4"> |
| 135 | + We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "Last updated" date. You are advised to review this Privacy Policy periodically for any changes. |
| 136 | + </p> |
| 137 | + </div> |
| 138 | + |
| 139 | + <div class="mb-8"> |
| 140 | + <h2 class="heading-3 text-stone-800 mb-4">Contact Us</h2> |
| 141 | + <p class="text-body text-gray-700 mb-4"> |
| 142 | + If you have any questions about this Privacy Policy, please contact us: |
| 143 | + </p> |
| 144 | + <div class="bg-gray-50 p-6 rounded-lg"> |
| 145 | + <p class="text-body text-gray-700 mb-2"><strong>Coderic S.A.S.</strong></p> |
| 146 | + <p class=" text-body text-gray-700 mb-2" >Email: <a href=" mailto:[email protected]" class=" text-orange-600 hover:text-orange-700" >[email protected]</a></p> |
| 147 | + <p class="text-body text-gray-700 mb-2">Website: <a href="https://coderic.org" class="text-orange-600 hover:text-orange-700">coderic.org</a></p> |
| 148 | + <p class="text-body text-gray-700">Headquarters: Colombia</p> |
| 149 | + </div> |
| 150 | + </div> |
| 151 | + </div> |
| 152 | +</section> |
0 commit comments