-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcookies-policy.html
168 lines (139 loc) · 5.35 KB
/
cookies-policy.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="21no.de provides open-source, JavaScript and Node.js-based technology for building faster and simpler core components for tomorrow's architectures. Empowering developers to innovate with faster JavaScript-based technologies.">
<title>21no.de</title>
<link rel="icon" type="image/x-icon" href="logo-v2.png">
<link href="https://fonts.googleapis.com/css?family=Outfit" rel="stylesheet">
<style>
@media (min-width: 1000px) {
body {
padding: 100px;
}
}
@media (max-width: 1000px) {
body {
padding: 30px;
}
}
* {
box-sizing: border-box;
}
body {
font-family: 'Outfit', sans-serif;
background-color: white;
}
.logo {
border-radius: 10px;
background-color: white;
padding: 20px;
text-align: center;
box-shadow: 0 0 10px 0 rgb(246, 241, 241);
margin-right: 10px;
margin-left: 10px;
margin-bottom: 20px;
}
h1,
h2,
h3,
strong {
font-weight: 500;
}
h3 {
font-size: 18px;
}
body p {
font-size: 15px
}
body strong {
font-size: 19px
}
</style>
</head>
<body>
<img src="logo-v2.png" alt="Logo" class="logo" height="300">
<h1>Cookie Policy for 21no.de</h1>
<p>This is the Cookie Policy for 21no.de, accessible from <a href="https://21no.de">https://21no.de</a></p>
<p><strong>What Are Cookies</strong></p>
<p>
As is common practice with almost all professional websites this site uses cookies, which are tiny files that are
downloaded to your computer, to improve your experience. This page describes what information they gather, how
we use it and why we sometimes need to store these cookies. We will also share how you can prevent these
cookies from being stored however this may downgrade or 'break' certain elements of the sites
functionality.
</p>
<p><strong>How We Use Cookies</strong></p>
<p>
We use cookies for a variety of reasons detailed below. Unfortunately in most cases there are no industry
standard options for disabling cookies without completely disabling the functionality and features they add
to this site.
It is recommended that you leave on all cookies if you are not sure whether you need them or not in case they are
used to provide a service that you use.</p>
<p><strong>Disabling Cookies</strong></p>
<p>
You can prevent the setting of cookies by adjusting the settings on your browser (see your browser Help for how
to do this). Be aware that disabling cookies will affect the functionality of this and many other websites
that you visit.
Disabling cookies will usually result in also disabling certain functionality and features of the this site.
Therefore it is recommended that you do not disable cookies.
</p>
<p><strong>The Cookies We Set</strong></p>
<ul>
<li>
<p>Login related cookies</p>
<p>
We use cookies when you are logged in so that we can remember this fact. This prevents you from
having to log in every single time you visit a new page. These cookies are typically removed or
cleared when you log out to ensure that you can only access restricted features and
areas when logged in.
</p>
</li>
<li>
<p>Site preferences cookies</p>
<p>
In order to provide you with a great experience on this site we provide the functionality
to set your preferences for how this site runs when you use it. In order to remember your
preferences we need to set cookies so that this information can be called whenever you
interact with a page that is affected by your preferences.
</p>
</li>
</ul>
<p><strong>Third Party Cookies</strong></p>
<p>
In some special cases we also use cookies provided by trusted third parties. The following section details which
third party cookies you might encounter through this site.
</p>
<ul>
<li>
<p>
This site uses Google Analytics which is one of the most widespread and trusted analytics solution on
the web for helping us to understand how you use the site and ways that we can improve your experience.
These cookies may track things such as how long you spend on the site and the pages that you visit so we
can continue to produce engaging content.
</p>
<p>For more information on Google Analytics cookies, see the official Google Analytics page.</p>
</li>
</ul>
<p><strong>More Information</strong></p>
<p>
Hopefully that has clarified things for you and as was previously mentioned if there is something that you
aren't sure whether you need or not it's usually safer to leave cookies enabled in case it does interact with
one of the features you use on our site.
</p>
<p>
For more general information on cookies, please read <a
href="https://www.cookiepolicygenerator.com/sample-cookies-policy/">the Cookies Policy article</a>.
</p>
<p>
However if you are still looking for more information then you can contact us through one of our preferred
contact methods:</p>
<ul>
<li>Email: [email protected]</li>
</ul>
<p>
Cookie Policy Last Updated: March 27, 2024
</p>
</body>