|
| 1 | +{{#> layout page="privacy-policy" title="Privacy Policy - Livebook.dev"}} |
| 2 | + |
| 3 | +<section id="intro"> |
| 4 | + <div class="m-auto max-w-7xl px-4 pt-10"> |
| 5 | + <div |
| 6 | + class="m-auto max-w-4xl mb-20 bg-slate-50 rounded-xl px-5 sm:px-10 md:px-20 py-10" |
| 7 | + > |
| 8 | + <h1 class="text-gray-900 text-2xl md:text-3xl font-semibold"> |
| 9 | + Privacy Policy |
| 10 | + </h1> |
| 11 | + <div class="text-gray-700 text-left space-y-7"> |
| 12 | + <div class="space-y-3"> |
| 13 | + <p class="mt-2 font-bold text-sm"> |
| 14 | + This policy was last updated on 24 February 2023. |
| 15 | + </p> |
| 16 | + <p> |
| 17 | + This privacy policy explains how our organization uses the personal |
| 18 | + data we collect from you when you use our website. |
| 19 | + </p> |
| 20 | + </div> |
| 21 | + <!-- What Data We collect --> |
| 22 | + <div class="space-y-3"> |
| 23 | + <h2 class="font-bold text-xl">What data do we collect?</h2> |
| 24 | + <p> |
| 25 | + We do not collect any personal information unless you opt-in via the |
| 26 | + following functionality provided by third-parties: |
| 27 | + </p> |
| 28 | + <ul class="list-disc list-inside space-y-1"> |
| 29 | + <li> |
| 30 | + Our News page and News widgets are powered by AnnounceKit. You may |
| 31 | + opt-in to receive emails or Slack messages with Livebook-related |
| 32 | + news. <a class="underline decoration-solid" href="https://announcekit.app/privacy-policy" target="_blank">Read their Privacy Policy</a>. |
| 33 | + </li> |
| 34 | + <li> |
| 35 | + You may choose to use Google Forms for answering surveys and |
| 36 | + reaching out to us, which may include your email address. Your |
| 37 | + email address will only be used for follow-ups related to your |
| 38 | + inquiry. <a class="underline decoration-solid" href="https://policies.google.com/terms" target="_blank">Read their Terms</a>. |
| 39 | + </li> |
| 40 | + </ul> |
| 41 | + </div> |
| 42 | + <!-- Additional third-party integrations --> |
| 43 | + <div class="space-y-3"> |
| 44 | + <h2 class="font-bold text-xl">Additional third-party integrations</h2> |
| 45 | + <p class="mt-3"> |
| 46 | + When using our website, you will indirectly use the following |
| 47 | + third-party services: |
| 48 | + </p> |
| 49 | + <ul class="list-disc list-inside space-y-1"> |
| 50 | + <li> |
| 51 | + We use Plausible Analytics for cookie-free privacy-friendly |
| 52 | + analytics. <a class="underline decoration-solid" href="https://plausible.io/privacy" target="_blank">Read their Privacy Policy</a>. |
| 53 | + </li> |
| 54 | + <li> |
| 55 | + We use Google Fonts for serving fonts. <a class="underline decoration-solid" href="https://developers.google.com/fonts/faq/privacy" target="_blank">Read their Privacy Policy</a>. |
| 56 | + </li> |
| 57 | + <li> |
| 58 | + We use JSDELIVR (Privacy Policy) for serving fonts. |
| 59 | + <a class="underline decoration-solid" href="https://www.jsdelivr.one/terms/privacy-policy-jsdelivr-net" target="_blank">Read their Privacy Policy</a>. |
| 60 | + </li> |
| 61 | + </ul> |
| 62 | + </div> |
| 63 | + <!-- The Livebook application --> |
| 64 | + <div class="space-y-3"> |
| 65 | + <h2 class="mt-5 font-bold text-xl">The Livebook application</h2> |
| 66 | + <p> |
| 67 | + The Livebook Desktop application runs fully within your machine and |
| 68 | + does not transmit any personal information to our servers. |
| 69 | + </p> |
| 70 | + <p> |
| 71 | + We use |
| 72 | + <a class="underline decoration-solid" href="https://livebook.space/" |
| 73 | + >https://livebook.space/</a |
| 74 | + > |
| 75 | + to serve and safely run iframes within the Livebook application. The |
| 76 | + referenced website does not store any information. |
| 77 | + </p> |
| 78 | + </div> |
| 79 | + <!-- Cookies --> |
| 80 | + <div class="space-y-3"> |
| 81 | + <h2 class="font-bold text-xl">Cookies</h2> |
| 82 | + <p> |
| 83 | + Cookies are text files placed on your computer to collect standard |
| 84 | + Internet log information and visitor behavior information. For |
| 85 | + further information, visit allaboutcookies.org. |
| 86 | + </p> |
| 87 | + <p> |
| 88 | + Our website uses functional cookies to store your previously |
| 89 | + selected preferences and interactions. These could include which |
| 90 | + news you have already read and commented on. Third-party services |
| 91 | + linked to or embedded in our website may use their own cookies. |
| 92 | + </p> |
| 93 | + <p> |
| 94 | + For any questions and concerns, email us at:<a |
| 95 | + |
| 96 | + class="font-semibold" |
| 97 | + > |
| 98 | + |
| 99 | + > |
| 100 | + </p> |
| 101 | + </div> |
| 102 | + </div> |
| 103 | + </div> |
| 104 | + </div> |
| 105 | +</section> |
| 106 | + |
| 107 | +{{/layout}} |
0 commit comments