|
1 | 1 | <?php
|
2 | 2 | require_once __DIR__.'/_backend/preload.php';
|
3 | 3 |
|
4 |
| - $page['title'] = 'Privacy Policy ⋅ elementary'; |
| 4 | + $page['title'] = 'Privacy ⋅ elementary'; |
5 | 5 |
|
6 | 6 | include $template['header'];
|
7 | 7 | include $template['alert'];
|
8 | 8 | ?>
|
9 |
| - <div class="row"> |
10 |
| - <h1>Privacy Policy</h1> |
| 9 | + <div class="grid"> |
| 10 | + <div class="two-thirds"> |
| 11 | + <h1>Privacy</h1> |
| 12 | + <h4>Your data always belongs to you, and only you. We don’t make advertising deals or collect sensitive personal data. We’re funded directly by our users paying what they want for elementary OS and apps on AppCenter. And that’s how it should be.</h4> |
| 13 | + </div> |
| 14 | + </div> |
| 15 | + <div class="row docs"> |
| 16 | + <h2>elementary OS</h2> |
| 17 | + <p>We do not collect any data from elementary OS. Your files, settings, and all other personal data remain on-device unless you explicitly share them with a third-party app or service.</p> |
| 18 | + </div> |
| 19 | + <div class="row docs"> |
| 20 | + <h2>Website</h2> |
11 | 21 | <h3>Do Not Track</h3>
|
12 | 22 | <p>This site honors the do-not-track setting found in most modern browsers and disables Google Analytics when it is present. We cannot automatically remove other tracking methods without severely impacting the use of the site. Should you wish to manually manage these tracking methods, reference the section on disabling cookies.</p>
|
13 | 23 | <h3>Cookies</h3>
|
14 |
| - <p class="text-center"><strong>You can choose to disable or selectively turn off any cookies or third-party cookies in your browser settings.</strong></p> |
| 24 | + <p><strong>You can choose to disable or selectively turn off any cookies or third-party cookies in your browser settings.</strong></p> |
15 | 25 | <p>This site uses cookies for incremental improvements. You may find the services function without them but at a reduced usability. For example, the site will not remember if you have previously paid for elementary OS; by default you will be asked to pay again.</p>
|
16 | 26 | <h5 data-l10n-off>CloudFlare</h5>
|
17 | 27 | <p>Stores cookies to log behavioral elements and analyze potential threats. For more information, see the <a class="read-more" target="_blank" rel="noopener" href="https://www.cloudflare.com/security-policy">CloudFlare Privacy & Security Policy</a></p>
|
|
52 | 62 | <a target="_blank" rel="noopener" href="http://support.apple.com/kb/PH17191" class="column">
|
53 | 63 | <img src="images/privacy-policy/safari_128x128.png" data-l10n-off alt="Safari" class="browsers-list" />
|
54 | 64 | <h4 data-l10n-off>Safari</h4>
|
55 |
| - </a> |
56 |
| - <h3>Transparency</h3> |
| 65 | + </a> |
| 66 | + </div> |
| 67 | + <div class="row docs"> |
| 68 | + <h2>Transparency</h2> |
57 | 69 | <p>We have not placed any backdoors into our software and have not received any requests for doing so. We have also never received a National Security Letter, FISA order, or any other classified request for user information.</p>
|
58 | 70 | </div>
|
59 | 71 | <?php
|
|
0 commit comments