-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookies.html
53 lines (44 loc) · 2.21 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: page
---
<!-- Section: Cookies -->
<section class="cookies">
<div class="wrapper">
<h1><span class="material-icons">cookie</span>Cookies Policy</h1>
<p>Our website uses cookies to help it function and to improve it. Cookies are small files saved to
the user’s computer’s hard drive that track, save and store information about the user’s
interactions and usage of the website.</p>
<p>We use cookies to improve our services, provide specific functionality and track how our
website is used. Below is a list of the features we use, how cookies are used and also what
3rd party services may store cookies. If you continue to use this website or click
<b>"accept"</b> on the privacy policy popup, you will be agreeing to our use of cookies and
both "essential" and "performance" cookies/services listed below will be enabled. If you
click <b>"reject"</b>, we will disable all cookies but some elements of our website
may not function correctly or will be disabled.</p>
<p>We also use some third-party widgets on the site, such as Google Analytics and Twitter.
These widgets may set cookies. However, the cookie information from each of these sites
is usually anonymous, unless you are logged in to those third-party systems while you
are on our site.</p>
<button class="cookies-accepted-change">Change Your Cookie Settings</button>
<h2>Essential Cookies</h2>
<h3>syclops.org Privacy Policy Acceptance</h3>
<p>We will set a cookie to determine if you are blocking specific access to cookies across
this site.</p>
<table>
<thead>
<tr>
<th>Cookie Name</th>
<th>Whats It For?</th>
<th>Type</th>
</tr>
</thead>
<tr>
<td>cookies-accepted</td>
<td>Used to determine if you have accepted (or not) cookies on this site.</td>
<td>
<div class="tag">1st Party Cookie</div>
</td>
</tr>
</table>
</div>
</section>