privacy_night-a.html 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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>MENTION INFORMATION</title>
  7. </head>
  8. <style>
  9. body {
  10. background-color: #000000;
  11. height: 100vh;
  12. color: #ffffff;
  13. }
  14. h3 {
  15. font-size: 30px;
  16. }
  17. p {
  18. font-size: 26px;
  19. }
  20. </style>
  21. <body>
  22. <div>
  23. <h3>Mention the information to be included in the account creation form : </h3>
  24. <p>Your data is handled by, which will create an account on our application to receive newsletters via email. </p>
  25. <p>These treatments are based on your consent, and you may withdraw them at any time, but this does not affect the
  26. legality of the treatments performed before the withdrawal. If you choose not to fill in the required data (with
  27. an asterisk), you will not be able to create an account. Except for our subcontractors, your personal data will
  28. not be transmitted to third parties.</p>
  29. <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
  30. have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
  31. have the right to determine the fate of your posthumous data.</p>
  32. <p>You also have the right to file a complaint with CNIL .</p>
  33. <h3>Mention the information to be included in the password reset form : </h3>
  34. <p>Your data is processed by to reset your password. </p>
  35. <p>This processing is based on our legal obligation to ensure the security of your data. If you choose not to fill
  36. in the required data (with an asterisk), you will not be able to reset your password. Except for our
  37. subcontractors, your personal data will not be transmitted to third parties.</p>
  38. <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
  39. have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
  40. have the right to determine the fate of your posthumous data.</p>
  41. <p>You also have the right to file a complaint with CNIL .</p>
  42. <h3>Mention the information to be included in the comment online form : </h3>
  43. <p>Your data is processed by to post your comments.</p>
  44. <p>This processing is based on your consent, and you may withdraw it at any time, but it does not affect the
  45. legality of the processing conducted before the withdrawal. If you choose not to agree to collect mandatory data
  46. (with an asterisk), you will not be able to comment. No personal data of yours will be passed on to third parties,
  47. excluding our subcontractors.</p>
  48. <p>We remind you that you should not mention any sensitive personal information in any comments that users may read.
  49. </p>
  50. <p>You have the right to request access, correction, portability, and/or deletion of your personal data by , and
  51. have the right to restrict its processing, oppose its processing, be not bound by automatic decision-making, and
  52. have the right to determine the fate of your posthumous data.
  53. You also have the right to file a complaint with CNIL.</p>
  54. </div>
  55. </body>
  56. </html>