-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprivacy.html
394 lines (384 loc) · 27.6 KB
/
privacy.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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Privacy - The Code Foundation</title>
<link rel="shortcut icon" href="/icons/favicon.ico">
<link rel="icon" sizes="16x16 32x32 64x64" href="/icons/favicon.ico">
<link rel="icon" type="image/png" sizes="196x196" href="/icons/favicon-192.png">
<link rel="icon" type="image/png" sizes="160x160" href="/icons/favicon-160.png">
<link rel="icon" type="image/png" sizes="96x96" href="/icons/favicon-96.png">
<link rel="icon" type="image/png" sizes="64x64" href="/icons/favicon-64.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16.png">
<link rel="apple-touch-icon" href="/icons/favicon-57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/icons/favicon-114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/icons/favicon-72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/icons/favicon-144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/icons/favicon-60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/icons/favicon-120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/icons/favicon-76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/icons/favicon-152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/favicon-180.png">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="/icons/favicon-144.png">
<meta name="msapplication-config" content="/icons/browserconfig.xml">
<link href="https://fonts.googleapis.com/css?family=Hind+Vadodara:400,700|Mukta:500,700" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css">
<link rel="stylesheet" href="dist/css/style.css">
<script src="https://unpkg.com/[email protected]/dist/scrollreveal.min.js"></script>
<style>
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }
#contact {
background:#F9F9F9;
padding:25px;
margin:50px 0;
}
#contact h3 {
color: #F96;
display: block;
font-size: 30px;
font-weight: 400;
}
#contact h4 {
margin:5px 0 15px;
display:block;
font-size:13px;
}
fieldset {
border: medium none !important;
margin: 0 0 10px;
min-width: 100%;
padding: 0;
width: 100%;
}
#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
width:100%;
border:1px solid #CCC;
background:#FFF;
margin:0 0 5px;
padding:10px;
}
#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
-webkit-transition:border-color 0.3s ease-in-out;
-moz-transition:border-color 0.3s ease-in-out;
transition:border-color 0.3s ease-in-out;
border:1px solid #AAA;
}
#contact textarea {
height:100px;
max-width:100%;
resize:none;
}
#contact input:focus, #contact textarea:focus {
outline:0;
border:1px solid #999;
}
::-webkit-input-placeholder {
color:#888;
}
:-moz-placeholder {
color:#888;
}
::-moz-placeholder {
color:#888;
}
:-ms-input-placeholder {
color:#888;
}
</style>
</head>
<body class="is-boxed has-animations">
<div class="body-wrap boxed-container">
<header class="site-header">
<div class="container">
<div class="site-header-inner">
<nav class="navbar">
<span class="navbar-toggle" id="js-navbar-toggle">
<i class="fas fa-bars"></i>
</span>
<a href="#" class="logo">
<img src="img/logo-128x128.jpg" title="The Code Foundation" alt="The Code Foundation logo" width="50px" />
</a>
<ul class="main-nav" id="js-menu">
<li>
<a href="/" class="nav-links">Home</a>
</li>
<li>
<a href="#projects" class="nav-links">Products</a>
</li>
<li>
<a href="/about" class="nav-links">About</a>
</li>
<li>
<a href="/contact" class="nav-links">Contact</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<div class="hero-inner">
<div class="hero-copy">
<h1 class="hero-title h2-mobile mt-0 is-revealing">Your Data, Our Promise</h1>
<p class="hero-paragraph is-revealing">We value your presence on our platforms, and promise not to make profit nor illegal use out of it. We believe your digital life is yours.</p>
<p class="hero-cta is-revealing"><a class="button button-primary button-shadow" href="#team">Send us a hi</a></p>
</div>
<div class="hero-illustration is-revealing">
<svg width="528" height="413" viewBox="0 0 528 413" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="hero-illustration-a">
<stop stop-color="#A7FDE8" stop-opacity="0" offset="0%"/>
<stop stop-color="#6EFACC" offset="100%"/>
</linearGradient>
<linearGradient x1="100%" y1="50%" x2="0%" y2="50%" id="hero-illustration-b">
<stop stop-color="#FF4F7A" stop-opacity="0" offset="0%"/>
<stop stop-color="#FF4F7A" offset="100%"/>
</linearGradient>
<radialGradient fx="50%" fy="50%" r="100%" id="hero-illustration-c">
<stop stop-color="#6EFACC" offset="0%"/>
<stop stop-color="#6EFACC" stop-opacity="0" offset="100%"/>
</radialGradient>
<linearGradient x1="0%" y1="100%" y2="0%" id="hero-illustration-d">
<stop stop-color="#007CFE" stop-opacity="0" offset="0%"/>
<stop stop-color="#007DFF" offset="100%"/>
</linearGradient>
<linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="hero-illustration-e">
<stop stop-color="#FF4F7A" stop-opacity="0" offset="0%"/>
<stop stop-color="#FF4F7A" offset="100%"/>
</linearGradient>
<filter x="-500%" y="-500%" width="1000%" height="1000%" filterUnits="objectBoundingBox" id="dropshadow-1">
<feOffset dy="16" in="SourceAlpha" result="shadowOffsetOuter"/>
<feGaussianBlur stdDeviation="24" in="shadowOffsetOuter" result="shadowBlurOuter"/>
<feColorMatrix values="0 0 0 0 0.12 0 0 0 0 0.17 0 0 0 0 0.21 0 0 0 0.2 0" in="shadowBlurOuter"/>
</filter>
</defs>
<g transform="translate(0 -1)" fill="none" fill-rule="evenodd">
<g transform="translate(128 290)" fill="url(#hero-illustration-a)">
<path d="M62.225 0l1.415 1.414L1.414 63.64 0 62.225zM66.468 4.243l1.414 1.414L5.657 67.882l-1.414-1.414zM70.71 8.485L72.126 9.9 9.899 72.125 8.485 70.71zM74.953 12.728l1.415 1.414-62.226 62.226-1.414-1.415zM79.196 16.97l1.414 1.415L18.385 80.61l-1.414-1.414zM83.439 21.213l1.414 1.414-62.226 62.226-1.414-1.414zM87.681 25.456l1.414 1.414L26.87 89.095l-1.414-1.414zM91.924 29.698l1.414 1.415-62.225 62.225-1.415-1.414z"/>
<path d="M91.924 29.698l1.414 1.415-62.225 62.225-1.415-1.414zM96.167 33.941l1.414 1.414-62.226 62.226-1.414-1.414zM100.41 38.184l1.413 1.414-62.225 62.225-1.414-1.414zM104.652 42.426l1.414 1.415-62.225 62.225-1.415-1.414zM108.894 46.669l1.415 1.414-62.226 62.226-1.414-1.415zM113.137 50.912l1.414 1.414-62.225 62.225-1.414-1.414zM117.38 55.154l1.414 1.415-62.225 62.225-1.415-1.414zM121.622 59.397l1.415 1.414-62.226 62.226-1.414-1.415z"/>
<g>
<path d="M100.811 0l-1.414 1.414 62.225 62.226 1.415-1.415zM96.569 4.243l-1.415 1.414 62.226 62.225 1.414-1.414zM92.326 8.485L90.912 9.9l62.225 62.226 1.414-1.414zM88.083 12.728l-1.414 1.414 62.225 62.226 1.415-1.415zM83.84 16.97l-1.414 1.415 62.226 62.225 1.414-1.414zM79.598 21.213l-1.414 1.414 62.225 62.226 1.414-1.414zM75.355 25.456l-1.414 1.414 62.226 62.225 1.414-1.414zM71.113 29.698l-1.415 1.415 62.226 62.225 1.414-1.414z"/>
<path d="M71.113 29.698l-1.415 1.415 62.226 62.225 1.414-1.414zM66.87 33.941l-1.414 1.414 62.225 62.226 1.414-1.414zM62.627 38.184l-1.414 1.414 62.226 62.225 1.414-1.414zM58.385 42.426l-1.414 1.415 62.225 62.225 1.414-1.414zM54.142 46.669l-1.414 1.414 62.225 62.226 1.415-1.415zM49.9 50.912l-1.415 1.414 62.226 62.225 1.414-1.414zM45.657 55.154l-1.414 1.415 62.225 62.225 1.414-1.414zM41.414 59.397L40 60.811l62.225 62.226 1.415-1.415z"/>
</g>
</g>
<g transform="matrix(1 0 0 -1 326 124)" fill="url(#hero-illustration-a)">
<path d="M62.225 0l1.415 1.414L1.414 63.64 0 62.225zM66.468 4.243l1.414 1.414L5.657 67.882l-1.414-1.414zM70.71 8.485L72.126 9.9 9.899 72.125 8.485 70.71zM74.953 12.728l1.415 1.414-62.226 62.226-1.414-1.415zM79.196 16.97l1.414 1.415L18.385 80.61l-1.414-1.414zM83.439 21.213l1.414 1.414-62.226 62.226-1.414-1.414zM87.681 25.456l1.414 1.414L26.87 89.095l-1.414-1.414zM91.924 29.698l1.414 1.415-62.225 62.225-1.415-1.414z"/>
<path d="M91.924 29.698l1.414 1.415-62.225 62.225-1.415-1.414zM96.167 33.941l1.414 1.414-62.226 62.226-1.414-1.414zM100.41 38.184l1.413 1.414-62.225 62.225-1.414-1.414zM104.652 42.426l1.414 1.415-62.225 62.225-1.415-1.414zM108.894 46.669l1.415 1.414-62.226 62.226-1.414-1.415zM113.137 50.912l1.414 1.414-62.225 62.225-1.414-1.414zM117.38 55.154l1.414 1.415-62.225 62.225-1.415-1.414zM121.622 59.397l1.415 1.414-62.226 62.226-1.414-1.415z"/>
<g>
<path d="M100.811 0l-1.414 1.414 62.225 62.226 1.415-1.415zM96.569 4.243l-1.415 1.414 62.226 62.225 1.414-1.414zM92.326 8.485L90.912 9.9l62.225 62.226 1.414-1.414zM88.083 12.728l-1.414 1.414 62.225 62.226 1.415-1.415zM83.84 16.97l-1.414 1.415 62.226 62.225 1.414-1.414zM79.598 21.213l-1.414 1.414 62.225 62.226 1.414-1.414zM75.355 25.456l-1.414 1.414 62.226 62.225 1.414-1.414zM71.113 29.698l-1.415 1.415 62.226 62.225 1.414-1.414z"/>
<path d="M71.113 29.698l-1.415 1.415 62.226 62.225 1.414-1.414zM66.87 33.941l-1.414 1.414 62.225 62.226 1.414-1.414zM62.627 38.184l-1.414 1.414 62.226 62.225 1.414-1.414zM58.385 42.426l-1.414 1.415 62.225 62.225 1.414-1.414zM54.142 46.669l-1.414 1.414 62.225 62.226 1.415-1.415zM49.9 50.912l-1.415 1.414 62.226 62.225 1.414-1.414zM45.657 55.154l-1.414 1.415 62.225 62.225 1.414-1.414zM41.414 59.397L40 60.811l62.225 62.226 1.415-1.415z"/>
</g>
</g>
<path d="M0 0h528v414H0z"/>
<path fill="#FFF" d="M0 63h528v297H0z" style="mix-blend-mode:multiply;filter:url(#dropshadow-1)"/>
<path fill="#FFF" d="M0 63h528v297H0z"/>
<path fill="url(#hero-illustration-b)" d="M408 230h80v48h-80z"/>
<path d="M0 0h4v4H0V0zm0 12h4v4H0v-4zm0 12h4v4H0v-4zm0 12h4v4H0v-4zm0 12h4v4H0v-4zm0 12h4v4H0v-4zM12 0h4v4h-4V0zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zM24 0h4v4h-4V0zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zM36 0h4v4h-4V0zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zM48 0h4v4h-4V0zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zM60 0h4v4h-4V0zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4zm0 12h4v4h-4v-4z" transform="rotate(45 -118.861 431.981)" fill="url(#hero-illustration-c)"/>
<!-- <image href="img/cats.jpg" height="300" width="300" x="50" y="50" /> -->
<path fill="#FFF" d="M288 254h160v160H288z" style="mix-blend-mode:multiply;filter:url(#dropshadow-1)"/>
<path fill="#FFF" d="M288 254h160v160H288z"/>
<path d="M248 79h88v24c0 35.346-28.654 64-64 64h-24V79z" fill="url(#hero-illustration-d)"/>
<path d="M348 132c0 26.51-21.49 48-48 48 0-26.51 21.49-48 48-48z" fill="url(#hero-illustration-e)" transform="matrix(1 0 0 -1 0 312)"/>
<path fill="#FFF" d="M200 31h88v88h-88z" style="mix-blend-mode:multiply;filter:url(#dropshadow-1)"/>
<path fill="#FFF" d="M200 31h88v88h-88z"/>
<!-- <image href="img/tcf-logo.png" height="175" width="175" x="283" y="250" /> -->
<path fill="#F6F8FA" d="M24 248l88 88H24z"/>
<rect fill="url(#hero-illustration-d)" x="335" y="242" width="32" height="32" rx="16"/>
</g>
</svg>
</div>
</div>
</div>
</section>
<a name="contact"></a>
<section class="features section">
<div class="container">
<h2>Privacy Policy</h2>
<p>
The Code Foundation builds its softwares as Freemium or Free and Open Source products, varying over each product and hence described with distinction in the product privacy policy individually. The free or freemium softwares and services are provided by
The Code Foundation at no cost and are intended for
use as is.
</p> <p>
This page is used to inform visitors regarding
our policies with the collection, use, and
disclosure of Personal Information if anyone decided to use
our Service.
</p> <p>
If you choose to use our Service, then you agree
to the collection and use of information in relation to this
policy. The Personal Information that we collect is
used for providing and improving the Service.
We will not use or share your
information with anyone except as described in this Privacy
Policy.
</p> <p>
The terms used in this Privacy Policy have the same meanings
as in our Terms and Conditions, which is accessible at
Software unless otherwise defined in this Privacy
Policy.
</p> <p><strong>Information Collection and Use</strong></p> <p>
For a better experience, while using our Service,
we may require you to provide us with certain
personally identifiable information, including but not limited to Name, E-mail, Phone Number. The
information that we request will be
retained by us and used as described in this privacy policy.
</p> <p>
The app does use third party services that may collect
information used to identify you.
</p> <div>
<p><strong>Log Data</strong></p> <p>
We want to inform you that whenever
you use our Service, in a case of an error in the
app we collect data and information (through third
party products) on your phone called Log Data. This Log Data
may include information such as your device Internet
Protocol (“IP”) address, device name, operating system
version, the configuration of the app when utilizing
our Service, the time and date of your use of the
Service, and other statistics.
</p> <p><strong>Cookies</strong></p> <p>
Cookies are files with a small amount of data that are
commonly used as anonymous unique identifiers. These are
sent to your browser from the websites that you visit and
are stored on your device's internal memory.
</p> <p>
This Service does not use these “cookies” explicitly.
However, the app may use third party code and libraries that
use “cookies” to collect information and improve their
services. You have the option to either accept or refuse
these cookies and know when a cookie is being sent to your
device. If you choose to refuse our cookies, you may not be
able to use some portions of this Service.
</p> <p><strong>Service Providers</strong></p> <p>
We may employ third-party companies
and individuals due to the following reasons:
</p> <ul><li>To facilitate our Service;</li> <li>To provide the Service on our behalf;</li> <li>To perform Service-related services; or</li> <li>To assist us in analyzing how our Service is used.</li></ul> <p>
We want to inform users of this
Service that these third parties have access to your
Personal Information. The reason is to perform the tasks
assigned to them on our behalf. However, they are obligated
not to disclose or use the information for any other
purpose.
</p> <p><strong>Security</strong></p> <p>
We value your trust in providing us
your Personal Information, thus we are striving to use
commercially acceptable means of protecting it. But remember
that no method of transmission over the internet, or method
of electronic storage is 100% secure and reliable, and
we cannot guarantee its absolute security.
</p> <p><strong>Links to Other Sites</strong></p> <p>
This Service may contain links to other sites. If you click
on a third-party link, you will be directed to that site.
Note that these external sites are not operated by
us. Therefore, we strongly advise you to
review the Privacy Policy of these websites.
We have no control over and assume no
responsibility for the content, privacy policies, or
practices of any third-party sites or services.
</p> <p><strong>Children’s Privacy</strong></p> <p>
These Services do not address anyone under the age of 13.
We do not knowingly collect personally
identifiable information from children under 13. In the case
we discover that a child under 13 has provided
us with personal information,
we immediately delete this from our servers. If you
are a parent or guardian and you are aware that your child
has provided us with personal information, please contact
us so that we will be able to do
necessary actions.
</p> <p><strong>Changes to This Privacy Policy</strong></p> <p>
We may update our Privacy Policy from
time to time. Thus, you are advised to review this page
periodically for any changes. We will
notify you of any changes by posting the new Privacy Policy
on this page. These changes are effective immediately after
they are posted on this page.
</p> <p><strong>Contact Us</strong></p> <p>
If you have any questions or suggestions about
our Privacy Policy, do not hesitate to contact
us at <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</section>
<hr>
<section class="cta section">
<div class="container">
<div class="cta-inner section-inner">
<h3 class="section-title mt-0">Want to support our venture?</h3>
<div class="cta-cta">
<a class="button button-primary button-wide-mobile" href="mailto:[email protected]?subject=So you want a sponsor?" target="_blank_">Sponsor us!</a>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer text-light">
<div class="container">
<div class="site-footer-inner has-top-divider">
<div class="brand footer-brand">
<a href="/">
<img src="img/logo-128x128.jpg" title="The Code Foundation" alt="The Code Foundation logo" width="50px" />
</a>
</div>
<ul class="footer-links list-reset">
<li>
<a href="about">About us</a>
</li>
<li>
<a href="privacy">Privacy</a>
</li>
<li>
<a href="contact">Contact</a>
</li>
</ul>
<ul class="footer-social-links list-reset">
<li>
<a href="https://facebook.com/thecodefoundation" target="_blank_">
<span class="screen-reader-text">Facebook</span>
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<path d="M6.023 16L6 9H3V6h3V4c0-2.7 1.672-4 4.08-4 1.153 0 2.144.086 2.433.124v2.821h-1.67c-1.31 0-1.563.623-1.563 1.536V6H13l-1 3H9.28v7H6.023z" fill="#FFFFFF"/>
</svg>
</a>
</li>
<li>
<a href="https://twitter.com/tcf4code" target="_blank_">
<span class="screen-reader-text">Twitter</span>
<svg width="16" height="16" xmlns="http://www.w3.org/2000/svg">
<path d="M16 3c-.6.3-1.2.4-1.9.5.7-.4 1.2-1 1.4-1.8-.6.4-1.3.6-2.1.8-.6-.6-1.5-1-2.4-1-1.7 0-3.2 1.5-3.2 3.3 0 .3 0 .5.1.7-2.7-.1-5.2-1.4-6.8-3.4-.3.5-.4 1-.4 1.7 0 1.1.6 2.1 1.5 2.7-.5 0-1-.2-1.5-.4C.7 7.7 1.8 9 3.3 9.3c-.3.1-.6.1-.9.1-.2 0-.4 0-.6-.1.4 1.3 1.6 2.3 3.1 2.3-1.1.9-2.5 1.4-4.1 1.4H0c1.5.9 3.2 1.5 5 1.5 6 0 9.3-5 9.3-9.3v-.4C15 4.3 15.6 3.7 16 3z" fill="#FFFFFF"/>
</svg>
</a>
</li>
<li>
<a href="https://github.com/thecodefoundation" target="_blank_">
<span class="screen-reader-text">Github</span>
<img src="img/github-logo.png" style="height: 16px;" />
</a>
</li>
</ul>
<div class="footer-copyright">© 2018 - 2020 The Code Foundation, all rights reserved</div>
</div>
</div>
</footer>
</div>
<script src="dist/js/main.min.js"></script>
<script type="text/javascript">
window.omnisend = window.omnisend || [];
omnisend.push(["accountID", "5e1326fa99f0b77b3a35a149"]);
omnisend.push(["track", "$pageViewed"]);
!function(){var e=document.createElement("script");e.type="text/javascript",e.async=!0,e.src="https://omnisrc.com/inshop/launcher-v2.js";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)}();
</script>
<script>
let mainNav = document.getElementById('js-menu');
let navBarToggle = document.getElementById('js-navbar-toggle');
navBarToggle.addEventListener('click', function () {
mainNav.classList.toggle('active');
});
</script>
</body>
</html>