-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
768 lines (767 loc) · 34.5 KB
/
privacy.html
File metadata and controls
768 lines (767 loc) · 34.5 KB
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
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="We take your privacy very seriously. Learn more about how CodeSect collects and uses your data."
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-154847338-1"
></script>
<script>
if (!navigator.doNotTrack) {
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-154847338-1');
}
</script>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png?v=20200416"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-32x32.png?v=20200416"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16x16.png?v=20200416"
/>
<link rel="manifest" href="/site.webmanifest?v=20200416" />
<link
rel="mask-icon"
href="/safari-pinned-tab.svg?v=20200416"
color="#f8cf4d"
/>
<link rel="shortcut icon" href="/favicon.ico?v=20200416" />
<meta name="apple-mobile-web-app-title" content="CodeSect" />
<meta name="application-name" content="CodeSect" />
<meta name="msapplication-TileColor" content="#f8cf4d" />
<meta name="theme-color" content="#f8cf4d" />
<title>CodeSect Privacy Policy | Learn, Build, Deploy, Share</title>
<link
href="https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/style.css?v=20200416" />
</head>
<body>
<a href="#content" class="skip-to-main">Skip to main content</a>
<header class="site-header">
<nav class="navbar wrapper" role="navigation">
<a class="navbar__link" href="/">
<img
alt="CodeSect - Home"
class="navbar__logo"
src="/logo.svg"
width="48"
/>
</a>
<button class="menu__button" id="toggle-menu" aria-expanded="false">
Menu
</button>
<ul class="menu" id="menu">
<li class="menu__item"><a class="menu__link" href="/">Home</a></li>
<li class="menu__item">
<a class="menu__link" href="/projects">Projects</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/sign-in">Sign In</a>
</li>
<li class="menu__item">
<a class="menu__link menu__link--start" href="/invite"
>Get Started</a
>
</li>
</ul>
</nav>
</header>
<main id="content" tabindex="-1">
<article class="post">
<header class="post__header">
<div class="post__description">
<h1>Privacy Policy</h1>
<p class="lead">
Learn more about how CodeSect collects and uses your data.
</p>
<p>
<small
>Last updated
<time datetime="2019-11-11">11 November 2019</time></small
>
</p>
</div>
<img class="post__img-featured" src="/privacy.svg" alt="" />
</header>
<h2 id="overview">Overview</h2>
<p>
Thank you for choosing to be part of our community at CodeSect
("<strong>Company</strong>", "<strong>we</strong>",
"<strong>us</strong>", or "<strong>our</strong>"). We are committed to
protecting your personal information and your right to privacy. If you
have any questions or concerns about our policy, or our practices with
regards to your personal information, please contact us at
info@codesect.com.
</p>
<p>
When you visit our website https://codesect.com, and use our services,
you trust us with your personal information. We take your privacy very
seriously. In this privacy policy, we seek to explain to you in the
clearest way possible what information we collect, how we use it and
what rights you have in relation to it. We hope you take some time to
read through it carefully, as it is important. If there are any terms
in this privacy policy that you do not agree with, please discontinue
use of our Sites and our services.
</p>
<p>
This privacy policy applies to all information collected through our
website (such as https://codesect.com), and/or any related services,
sales, marketing or events (we refer to them collectively in this
privacy policy as the "<strong>Services</strong>").
</p>
<p>
<strong>
Please read this privacy policy carefully as it will help you make
informed decisions about sharing your personal information with
us.</strong
>
</p>
<h2 id="table-of-contents">Table of Contents</h2>
<ol>
<li>
<a href="#information-we-collect"
>What information do we collect?</a
>
</li>
<li>
<a href="#how-we-use-your-information"
>How do we use your information?</a
>
</li>
<li>
<a href="#will-your-information-be-shared"
>Will your information be shared with anyone?</a
>
</li>
<li>
<a href="#who-will-your-information-be-shared-with"
>Who will your information be shared with?</a
>
</li>
<li>
<a href="#do-we-use-cookies"
>Do we use cookies and other tracking technologies?</a
>
</li>
<li>
<a href="#how-we-handle-social-logins"
>How do we handle your social logins?</a
>
</li>
<li>
<a href="#how-long-we-keep-your-information"
>How long do we keep your information?</a
>
</li>
<li>
<a href="#how-we-keep-your-information-safe"
>How do we keep your information safe?</a
>
</li>
<li>
<a href="#do-we-collect-information-from-minors"
>Do we collect information from minors?</a
>
</li>
<li>
<a href="#your-privacy-rights">What are your privacy rights?</a>
</li>
<li>
<a href="#controls-for-do-not-track"
>Controls for Do-Not-Track features</a
>
</li>
<li>
<a href="#californa-residents"
>Do California residents have specific privacy rights?</a
>
</li>
<li>
<a href="#do-we-make-updates">Do we make updates to this policy?</a>
</li>
<li>
<a href="#how-can-you-contact-us"
>How can you contact us about this policy?</a
>
</li>
</ol>
<h2 id="information-we-collect">1. What Information Do We Collect?</h2>
<h3>Personal information you disclose to us</h3>
<p>
<strong>In Short</strong>: We collect personal information that you
provide to us such as name, address, contact information, passwords
and security data, payment information, and social media login data.
</p>
<p>
We collect personal information that you voluntarily provide to us
when registering at the Services expressing an interest in obtaining
information about us or our products and services, when participating
in activities on the Services or otherwise contacting us.
</p>
<p>
The personal information that we collect depends on the context of
your interactions with us and the Services, the choices you make and
the products and features you use. The personal information we collect
can include the following:
</p>
<ul>
<li>
<strong>Publicly available personal information</strong><br />
We collect first name, last name, and nickname; email addresses;
social media; and other similar data.
</li>
<li>
<strong>Personal information provided by you</strong><br />
We collect app usage; data collected from surveys; and other similar
data.
</li>
<li>
<strong>Credentials</strong><br />
We collect passwords, password hints, and similar security
information used for authentication and account access.
</li>
<li>
<strong>Social media login data</strong><br />
We provide you with the option to register using social media
account details, like your Facebook, GitHub, Twitter, or other
social media account. If you choose to register in this way, we will
collect the Information described in the section called "<a
href="#how-we-handle-social-logins"
>How do we handle your social logins</a
>" below.
</li>
</ul>
<p>
All personal information that you provide to us must be true, complete
and accurate, and you must notify us of any changes to such personal
information.
</p>
<h3>Information automatically collected</h3>
<p>
<strong>In Short</strong>: Some information – such as IP address
and/or browser and device characteristics – is collected automatically
when you visit our Services.
</p>
<p>
We automatically collect certain information when you visit, use or
navigate the Services. This information does not reveal your specific
identity (like your name or contact information) but may include
device and usage information, such as your IP address, browser and
device characteristics, operating system, language preferences,
referring URLs, device name, country, location, information about how
and when you use our Services and other technical information. This
information is primarily needed to maintain the security and operation
of our Services, and for our internal analytics and reporting
purposes.
</p>
<p>
Like many businesses, we also collect information through cookies and
similar technologies.
</p>
<p>
<strong>Online Identifiers</strong>. We collect devices; tools and
protocols, such as IP (Internet Protocol) addresses; and other similar
data.
</p>
<h2 id="how-we-use-your-information">
2. How Do We Use Your Information?
</h2>
<p>
<strong>In Short</strong>: We process your information for purposes
based on legitimate business interests, the fulfilment of our contract
with you, compliance with our legal obligations, and/or your consent.
</p>
<p>
We use personal information collected via our Services for a variety
of business purposes described below. We process your personal
information for these purposes in reliance on our legitimate business
interests, in order to enter into or perform a contract with you, with
your consent, and/or for compliance with our legal obligations. We
indicate the specific processing grounds we rely on next to each
purpose listed below.
</p>
<p>We use the information we collect or receive:</p>
<ul>
<li>
<strong>To facilitate account creation and logon process</strong
><br />
If you choose to link your account with us to a third-party account
(such as your Google or Facebook account), we use the information
you allowed us to collect from those third parties to facilitate
account creation and logon process for the performance of the
contract. See the section below headed "<a
href="#how-we-handle-social-logins"
>How do we handle your social logins</a
>" for further information.
</li>
<li>
<strong>To send administrative information to you</strong><br />
We may use your personal information to send you product, service
and new feature information and/or information about changes to our
terms, conditions, and policies.
</li>
<li>
<strong>To post testimonials</strong><br />
We post testimonials on our Services that may contain personal
information. Prior to posting a testimonial, we will obtain your
consent to use your name and testimonial. If you wish to update, or
delete your testimonial, please contact us at info@codesect.com and
be sure to include your name, testimonial location, and contact
information.
</li>
<li>
<strong>Request feedback</strong><br />
We may use your information to request feedback and to contact you
about your use of our Services.
</li>
<li>
<strong>To protect our Services</strong><br />
We may use your information as part of our efforts to keep our
Services safe and secure (for example, for fraud monitoring and
prevention).
</li>
<li>
<strong>To enable user-to-user communications</strong><br />
We may use your information in order to enable user-to-user
communications with each user's consent.
</li>
<li>
<strong>To manage user accounts</strong><br />
We may use your information for the purposes of managing our account
and keeping it in working order.
</li>
<li>
<strong>To deliver services to the user</strong><br />
We may use your information to provide you with the requested
service.
</li>
<li>
<strong>To respond to user inquiries/offer support to users</strong
><br />
We may use your information to respond to your inquiries and solve
any potential issues you might have with the use of our Services.
</li>
<li>
<strong>For other Business Purposes</strong><br />
We may use your information for other Business Purposes, such as
data analysis, identifying usage trends, determining the
effectiveness of our promotional campaigns and to evaluate and
improve our Services, products, marketing and your experience. We
may use and store this information in aggregated and anonymized form
so that it is not associated with individual end-users and does not
include personal information. We will not use identifiable personal
information without your consent.
</li>
</ul>
<h2 id="will-your-information-be-shared">
3. Will Your Information Be Shared with Anyone?
</h2>
<p>
<strong>In Short</strong>: We only share information with your
consent, to comply with laws, to provide you with services, to protect
your rights, or to fulfil business obligations.
</p>
<p>We may process or share data based on the following legal basis:</p>
<ul>
<li>
<strong>Consent</strong><br />
We may process your data if you have given us specific consent to
use your personal information in a specific purpose.
</li>
<li>
<strong>Legitimate interests</strong><br />
We may process your data when it is reasonably necessary to achieve
our legitimate business interests.
</li>
<li>
<strong>Performance of a contract</strong><br />
Where we have entered into a contract with you, we may process your
personal information to fulfil the terms of our contract.
</li>
<li>
<strong>Legal obligations</strong><br />
We may disclose your information where we are legally required to do
so in order to comply with applicable law, governmental requests, a
judicial proceeding, court order, or legal process, such as in
response to a court order or a subpoena (including in response to
public authorities to meet national security or law enforcement
requirements).
</li>
<li>
<strong>Vital interests</strong><br />
We may disclose your information where we believe it is necessary to
investigate, prevent, or take action regarding potential violations
of our policies, suspected fraud, situations involving potential
threats to the safety of any person and illegal activities, or as
evidence in litigation in which we are involved.
</li>
</ul>
<p>
More specifically, we may need to process your data or share your
personal information in the following situations:
</p>
<ul>
<li>
<strong
>Vendors, consultants and other third-party service
providers</strong
><br />
We may share your data with third-party vendors, service providers,
contractors or agents who perform services for us or on our behalf
and require access to such information to do that work. Examples
include: payment processing, data analysis, email delivery, hosting
services, customer service and marketing efforts. We may allow
selected third parties to use tracking technology on the Services,
which will enable them to collect data about how you interact with
the Services over time. This information may be used to, among other
things, analyze and track data, determine the popularity of certain
content and better understand online activity. Unless described in
this Policy, we do not share, sell, rent or trade any of your
information with third parties for their promotional purposes. We
have contracts in place with our data processors. This means that
they cannot do anything with your personal information unless we
have instructed them to do it. They will not share your personal
information with any organisation apart from us. They will hold it
securely and retain it for the period we instruct.
</li>
<li>
<strong>Business transfers</strong><br />
We may share or transfer your information in connection with, or
during negotiations of, any merger, sale of company assets,
financing, or acquisition of all or a portion of our business to
another company.
</li>
</ul>
<h2 id="who-will-your-information-be-shared-with">
4. Who Will Your Information Be Shared With?
</h2>
<p>
<strong>In Short</strong>: We only share information with the
following third parties.
</p>
<p>
We only share and disclose your information with the following third
parties. We have categorized each party so that you may be easily
understand the purpose of our data collection and processing
practices. If we have processed your data based on your consent and
you wish to revoke your consent, please contact us.
</p>
<ul>
<li>
<strong>Allow users to connect to their third-party accounts</strong
><br />Github account
</li>
<li><strong>Content optimization</strong><br />Google Fonts</li>
<li>
<strong>Functionality and infrastructure optimization</strong
><br />Netlify
</li>
<li>
<strong>User account registration and authentication</strong
><br />GitHub OAuth
</li>
<li>
<strong>Web and mobile analytics</strong><br />Google Analytics
</li>
</ul>
<h2 id="do-we-use-cookies">
5. Do We Use Cookies and Other Tracking Technologies?
</h2>
<p>
<strong>In Short</strong>: We may use cookies and other tracking
technologies to collect and store your information.
</p>
<p>
We may use cookies and similar tracking technologies (like web beacons
and pixels) to access or store information. Specific information about
how we use such technologies and how you can refuse certain cookies is
set out in our Cookie Policy.
</p>
<h2 id="how-we-handle-social-logins">
6. How Do We Handle Your Social Logins?
</h2>
<p>
<strong>In Short</strong>: If you choose to register or log in to our
services using a social media account, we may have access to certain
information about you.
</p>
<p>
Our Services offer you the ability to register and log in using your
third-party social media account details (like your Facebook or
Twitter logins). Where you choose to do this, we will receive certain
profile information about you from your social media provider. The
profile Information we receive may vary depending on the social media
provider concerned, but will often include your name, e-mail address,
friends list, profile picture as well as other information you choose
to make public.
</p>
<p>
We will use the information we receive only for the purposes that are
described in this privacy policy or that are otherwise made clear to
you on the Services. Please note that we do not control, and are not
responsible for, other uses of your personal information by your third
party social media provider. We recommend that you review their
privacy policy to understand how they collect, use and share your
personal information, and how you can set your privacy preferences on
their sites and apps.
</p>
<h2 id="how-long-we-keep-your-information">
7. How Long Do We Keep Your Information?
</h2>
<p>
<strong>In Short</strong>: We keep your information for as long as
necessary to fulfil the purposes outlined in this privacy policy
unless otherwise required by law.
</p>
<p>
We will only keep your personal information for as long as it is
necessary for the purposes set out in this privacy policy, unless a
longer retention period is required or permitted by law (such as tax,
accounting or other legal requirements). No purpose in this policy
will require us keeping your personal information for longer than 6
months past the termination of the user's account.
</p>
<p>
When we have no ongoing legitimate business need to process your
personal information, we will either delete or anonymize it, or, if
this is not possible (for example, because your personal information
has been stored in backup archives), then we will securely store your
personal information and isolate it from any further processing until
deletion is possible.
</p>
<h2 id="how-we-keep-your-information-safe">
8. How Do We Keep Your Information Safe?
</h2>
<p>
<strong>In Short</strong>: We aim to protect your personal information
through a system of organizational and technical security measures.
</p>
<p>
We have implemented appropriate technical and organizational security
measures designed to protect the security of any personal information
we process. However, please also remember that we cannot guarantee
that the internet itself is 100% secure. Although we will do our best
to protect your personal information, transmission of personal
information to and from our Services is at your own risk. You should
only access the services within a secure environment.
</p>
<h2 id="do-we-collect-information-from-minors">
9. Do We Collect Information from Minors?
</h2>
<p>
<strong>In Short</strong>: We do not knowingly collect data from or
market to children under 18 years of age.
</p>
<p>
We do not knowingly solicit data from or market to children under 18
years of age. By using the Services, you represent that you are at
least 18 or that you are the parent or guardian of such a minor and
consent to such minor dependent's use of the Services. If we learn
that personal information from users less than 18 years of age has
been collected, we will deactivate the account and take reasonable
measures to promptly delete such data from our records. If you become
aware of any data we have collected from children under age 18, please
contact us at info@codesect.com.
</p>
<h2 id="your-privacy-rights">10. What Are Your Privacy Rights?</h2>
<p>
<strong>In Short</strong>: In some regions, such as the European
Economic Area, you have rights that allow you greater access to and
control over your personal information. You may review, change, or
terminate your account at any time.
</p>
<p>
In some regions (like the European Economic Area), you have certain
rights under applicable data protection laws. These may include the
right (i) to request access and obtain a copy of your personal
information, (ii) to request rectification or erasure; (iii) to
restrict the processing of your personal information; and (iv) if
applicable, to data portability. In certain circumstances, you may
also have the right to object to the processing of your personal
information. To make such a request, please use the
<a href="#how-can-you-contact-us">contact details</a> provided below.
We will consider and act upon any request in accordance with
applicable data protection laws.
</p>
<p>
If we are relying on your consent to process your personal
information, you have the right to withdraw your consent at any time.
Please note however that this will not affect the lawfulness of the
processing before its withdrawal.
</p>
<p>
If you are resident in the European Economic Area and you believe we
are unlawfully processing your personal information, you also have the
right to complain to your local data protection supervisory authority.
You can find their contact details here:
<a
href="http://ec.europa.eu/justice/data-protection/bodies/authorities/index_en.htm"
rel="nofollow noreferrer noopener"
>National Data Protection Authorities</a
>.
</p>
<p>
If you have questions or comments about your privacy rights, you may
email us at info@codesect.com.
</p>
<h3>Account Information</h3>
<p>
If you would at any time like to review or change the information in
your account or terminate your account, you can:
</p>
<ul>
<li>Log into your account settings and update your user account.</li>
</ul>
<p>
Upon your request to terminate your account, we will deactivate or
delete your account and information from our active databases.
However, some information may be retained in our files to prevent
fraud, troubleshoot problems, assist with any investigations, enforce
our Terms of Use and/or comply with legal requirements.
</p>
<p>
<strong>Cookies and similar technologies</strong>: Most Web browsers
are set to accept cookies by default. If you prefer, you can usually
choose to set your browser to remove cookies and to reject cookies. If
you choose to remove cookies or reject cookies, this could affect
certain features or services of our Services. To opt-out of
interest-based advertising by advertisers on our Services visit
http://www.aboutads.info/choices/.
</p>
<p>
<strong>Opting out of email marketing</strong>: You can unsubscribe
from our marketing email list at any time by clicking on the
unsubscribe link in the emails that we send or by contacting us using
the details provided below. You will then be removed from the
marketing email list – however, we will still need to send you
service-related emails that are necessary for the administration and
use of your account. To otherwise opt-out, you may:
</p>
<ul>
<li>Access your account settings and update preferences.</li>
</ul>
<h2 id="controls-for-do-not-track">
11. Controls for Do-Not-Track Features
</h2>
<p>
Most web browsers and some mobile operating systems and mobile
applications include a Do-Not-Track ("DNT") feature or setting you can
activate to signal your privacy preference not to have data about your
online browsing activities monitored and collected. No uniform
technology standard for recognizing and implementing DNT signals has
been finalized. As such, we do not currently respond to DNT browser
signals or any other mechanism that automatically communicates your
choice not to be tracked online. If a standard for online tracking is
adopted that we must follow in the future, we will inform you about
that practice in a revised version of this privacy policy.
</p>
<h2 id="californa-residents">
12. Do California Residents Have Specific Privacy Rights?
</h2>
<p>
<strong>In Short</strong>: Yes, if you are a resident of California,
you are granted specific rights regarding access to your personal
information.
</p>
<p>
California Civil Code Section 1798.83, also known as the "Shine The
Light" law, permits our users who are California residents to request
and obtain from us, once a year and free of charge, information about
categories of personal information (if any) we disclosed to third
parties for direct marketing purposes and the names and addresses of
all third parties with which we shared personal information in the
immediately preceding calendar year. If you are a California resident
and would like to make such a request, please submit your request in
writing to us using the contact information provided below.
</p>
<p>
If you are under 18 years of age, reside in California, and have a
registered account with the Services, you have the right to request
removal of unwanted data that you publicly post on the Services. To
request removal of such data, please contact us using the contact
information provided below, and include the email address associated
with your account and a statement that you reside in California. We
will make sure the data is not publicly displayed on the Services, but
please be aware that the data may not be completely or comprehensively
removed from our systems.
</p>
<h2 id="do-we-make-updates">13. Do We Make Updates to This Policy?</h2>
<p>
<strong>In Short</strong>: Yes, we will update this policy as
necessary to stay compliant with relevant laws.
</p>
<p>
We may update this privacy policy from time to time. The updated
version will be indicated by an updated "Revised" date and the updated
version will be effective as soon as it is accessible. If we make
material changes to this privacy policy, we may notify you either by
prominently posting a notice of such changes or by directly sending
you a notification. We encourage you to review this privacy policy
frequently to be informed of how we are protecting your information.
</p>
<h2 id="how-can-you-contact-us">
14. How Can You Contact Us About This Policy?
</h2>
<p>
If you have questions or comments about this policy, you may email us
at info@codesect.com.
</p>
<p>
How can you review, update, or delete the data we collect from you?
</p>
<p>
Based on the laws of some countries, you may have the right to request
access to the personal information we collect from you, change that
information, or delete it in some circumstances. To request to review,
update, or delete your personal information, please submit a request
form by clicking <a href="#">here</a>. We will respond to your request
within 30 days.
</p>
</article>
</main>
<footer class="site-footer">
<div class="wrapper wrapper--footer">
<ul class="footer-menu">
<li class="footer-menu__item">
<a class="footer-menu__link" href="/faq">FAQ</a>
</li>
<li class="footer-menu__item">
<a class="footer-menu__link" href="/terms">Terms</a>
</li>
<li class="footer-menu__item">
<a class="footer-menu__link" href="/privacy">Privacy Policy</a>
</li>
<li class="footer-menu__item">
<a class="footer-menu__link" href="/code-of-conduct"
>Code of Conduct</a
>
</li>
</ul>
<p class="credits">© 2020 CodeSect</p>
</div>
</footer>
<script src="/main.js"></script>
</body>
</html>