cookies.html 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <!DOCTYPE html>
  2. <html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{layout/layout}">
  3. <head>
  4. <title>Home</title>
  5. </head>
  6. <body>
  7. <div layout:fragment="content" class="ui container">
  8. <br />
  9. <h2>Cookies Policy</h2>
  10. <p>
  11. This website, <span class="website_url" th:text="${websiteFullUrl}"></span> (the "Website"), is operated by
  12. <span class="website_name" th:text="${siteName}"></span>.
  13. </p>
  14. <h3>What are cookies?</h3>
  15. <p>
  16. Cookies are a small text files that are stored in your web browser that allows <span class="website_name" th:text="${siteName}"></span> or a third party
  17. to recognize you. Cookies can be used to collect, store and share bits of information about your activities across websites, including on
  18. <span class="website_name" th:text="${siteName}"></span> website. This Cookies Policy was created by
  19. <a href="https://www.cookiespolicytemplate.com">GDPR Cookies Policy Template Generator</a> and the
  20. <a href="https://www.termsandcondiitionssample.com">Terms and Conditions Template</a> for
  21. <span class="website_url" th:text="${websiteFullUrl}"></span>
  22. </p>
  23. <p>Cookies might be used for the following purposes:</p>
  24. <ul>
  25. <li>To enable certain functions</li>
  26. <li>To provide analytics</li>
  27. <li>To store your preferences</li>
  28. <li>To enable ad delivery and behavioral advertising</li>
  29. </ul>
  30. <p><span class="website_name" th:text="${siteName}"></span> uses both session cookies and persistent cookies.</p>
  31. <p>
  32. A session cookie is used to identify a particular visit to our Website. These cookies expire after a short time, or when you close your web
  33. browser after using our Website. We use these cookies to identify you during a single browsing session, such as when you log into our Website.
  34. </p>
  35. <p>
  36. A persistent cookie will remain on your devices for a set period of time specified in the cookie. We use these cookies where we need to identify
  37. you over a longer period of time. For example, we would use a persistent cookie if you asked that we keep you signed in.
  38. </p>
  39. <h3>How do third parties use cookies on the <span class="website_name" th:text="${siteName}"></span> Website?</h3>
  40. <p>
  41. Third party companies like analytics companies and ad networks generally use cookies to collect user information on an anonymous basis. They may
  42. use that information to build a profile of your activities on the <span class="website_name" th:text="${siteName}"></span> Website and other websites that
  43. you've visited.
  44. </p>
  45. <h3>What are your cookies options?</h3>
  46. <p>
  47. If you don't like the idea of cookies or certain types of cookies, you can change your browser's settings to delete cookies that have already
  48. been set and to not accept new cookies. To learn more about how to do this, visit the help pages of your browser.
  49. </p>
  50. <p>
  51. Please note, however, that if you delete cookies or do not accept them, you might not be able to use all of the features we offer, you may not
  52. be able to store your preferences, and some of our pages might not display properly.
  53. </p>
  54. <h3>Where can I find more information about cookies?</h3>
  55. <p>You can learn more about cookies by visiting the following third party websites:</p>
  56. <ul>
  57. <li><a href="http://browsers.about.com/od/faq/tp/delete-cookies.htm">About.com Browser Guide</a></li>
  58. <li><a href="http://allaboutcookies.org/">All About Cookies.org</a></li>
  59. <li><a href="http://www.networkadvertising.org/">Network Advertising Initiative</a></li>
  60. </ul>
  61. </div>
  62. </body>
  63. </html>