-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookies.html
53 lines (41 loc) · 3.94 KB
/
cookies.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
layout: default
---
<style>
nav ul li {
display:none;
}
nav ul li.active {
display:initial;
}
</style>
<h2>Cookies Policy</h2>
<p>This Cookies Policy describes how cookies and similar technologies are used on certain of our owned or controlled websites and web properties (e.g., widgets and applications) that contain or link to this Cookies Policy (such websites and web properties are referred to herein collectively and individually as the “Site”).</p>
<p>By using the Site, you agree to the terms and conditions of this Cookies Policy. Please refrain from visiting the Site or alternatively, please restrict cookies and similar technologies if you do not wish cookies to be stored or accessed on your computer or mobile device. </p>
<p>We may change this Cookies Policy at any time. Any changes in this Cookies Policy will become effective when we make the revised Cookies Policy available on or through the Site.</p>
<h3>What is a cookie?</h3>
<p>A cookie is a simple text file that is stored on your computer or mobile device by a website’s server. Each cookie is unique to your web browser. It will contain some anonymous information such as a unique identifier and the site name and some digits and numbers. Most websites you visit use cookies to improve your user experience by allowing the website to ‘remember’ you, either for the duration of your visit (using a ‘session cookie’) or for repeat visits (using a ‘persistent cookie’). Cookies may be set by the website you are visiting (‘first party cookies’) or they may be set by other websites who run content on the page you are viewing (‘third party cookies’).</p>
<h3>How we use Cookies</h3>
<p>We currently use persistent cookies on our sites. <br>
Below are the cookies used, where the relevant features are enabled on a particular Site.</p>
<table>
<tr><td><b>Name of Cookie</b></td><td><b>Description of Cookie/Purpose</b></td><td><b>Expiration of Cookie</b></td></tr>
<tr><td>email</td><td>Stores the user’s email address after they visit the Contact page by clicking the link in an email, so they do not have to fill it in again on the payment and contact form.</td><td>1 year</td></tr>
<tr><td>token</td><td>Stores the encrypted token based on the user’s email address to verify their identity when they subscribe, unsubscribe or send a message through the contact form.</td><td>1 year</td></tr>
<tr><td>items</td><td>Stores the number of items selected for order.</td><td>1 year</td></tr>
<tr><td>order</td><td>Stores the order contents as CSV.</td><td>1 year</td></tr>
<tr><td>total</td><td>Stores the total price of order.</td><td>1 year</td></tr>
</table>
<h3>What third-party cookies do we use?</h3>
<p>Trusted partners like SendGrid, Stripe, and analytics companies like Google Analytics may also place cookies on your device. Please read our partners' privacy policies (linked below) to ensure that you're comfortable with how they use cookies. To opt-out of third-parties collecting any data regarding your interaction on our Site, please refer to their websites for further information.</p>
<p>
<a href="https://sendgrid.com/privacy" target="_blank">SendGrid</a><br>
<a href="https://stripe.com/us/privacy#4" target="_blank">Stripe</a><br>
<a href="https://help.github.com/articles/github-privacy-statement/" target="_blank">GitHub</a><br>
<a href="https://policies.google.com/technologies/cookies" target="_blank">Google</a><br>
<a href="https://www.google.com/intl/en/policies/privacy/" target="_blank">Google Analytics</a><br>
<a href="https://tools.google.com/dlpage/gaoptout?hl=en" target="_blank">Google Analytics Opt-out</a>
</p>
<h3>What should you do if you don’t want cookies to be set?</h3>
<p>If you want to clear, restrict or block the cookies that are set by our Site, or any other site, you can do so through your browser settings. The ‘Help’ function in your browser should explain how.</p>
<p>Last Updated: This Cookies Policy was last updated on 01.01.2022.</p>