| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <!DOCTYPE html>
- <html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{layout/layout}">
- <head>
- <title>Home</title>
- </head>
- <body>
- <div layout:fragment="content" class="ui container">
- <br />
- <h2>Cookies Policy</h2>
- <p>
- This website, <span class="website_url" th:text="${websiteFullUrl}"></span> (the "Website"), is operated by
- <span class="website_name" th:text="${siteName}"></span>.
- </p>
- <h3>What are cookies?</h3>
- <p>
- 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
- to recognize you. Cookies can be used to collect, store and share bits of information about your activities across websites, including on
- <span class="website_name" th:text="${siteName}"></span> website. This Cookies Policy was created by
- <a href="https://www.cookiespolicytemplate.com">GDPR Cookies Policy Template Generator</a> and the
- <a href="https://www.termsandcondiitionssample.com">Terms and Conditions Template</a> for
- <span class="website_url" th:text="${websiteFullUrl}"></span>
- </p>
- <p>Cookies might be used for the following purposes:</p>
- <ul>
- <li>To enable certain functions</li>
- <li>To provide analytics</li>
- <li>To store your preferences</li>
- <li>To enable ad delivery and behavioral advertising</li>
- </ul>
- <p><span class="website_name" th:text="${siteName}"></span> uses both session cookies and persistent cookies.</p>
- <p>
- 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
- 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.
- </p>
- <p>
- 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
- you over a longer period of time. For example, we would use a persistent cookie if you asked that we keep you signed in.
- </p>
- <h3>How do third parties use cookies on the <span class="website_name" th:text="${siteName}"></span> Website?</h3>
- <p>
- Third party companies like analytics companies and ad networks generally use cookies to collect user information on an anonymous basis. They may
- 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
- you've visited.
- </p>
- <h3>What are your cookies options?</h3>
- <p>
- 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
- been set and to not accept new cookies. To learn more about how to do this, visit the help pages of your browser.
- </p>
- <p>
- 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
- be able to store your preferences, and some of our pages might not display properly.
- </p>
- <h3>Where can I find more information about cookies?</h3>
- <p>You can learn more about cookies by visiting the following third party websites:</p>
- <ul>
- <li><a href="http://browsers.about.com/od/faq/tp/delete-cookies.htm">About.com Browser Guide</a></li>
- <li><a href="http://allaboutcookies.org/">All About Cookies.org</a></li>
- <li><a href="http://www.networkadvertising.org/">Network Advertising Initiative</a></li>
- </ul>
- </div>
- </body>
- </html>
|