forked from OSCode-Community/OSCodeCommunitySite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolicy.html
More file actions
902 lines (837 loc) · 48.3 KB
/
policy.html
File metadata and controls
902 lines (837 loc) · 48.3 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
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
<!DOCTYPE html>
<html lang="en">
<head>
<style>
#preloader {
background: #000000 url(OSCode.gif) no-repeat center center;
background-size: 60%;
height: 100vh;
width: 100%;
position: fixed;
z-index: 999999;
}
</style>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OS-Code | Privacy Policy</title>
<meta name="description"
content="Multi-College Tech Community empowering students to Learn in Public. Join us to connect with like-minded individuals and foster campus learning culture." />
<link rel="canonical" href="/index.html" />
<link href="assets/css/style.css" rel="stylesheet" />
<!-- Favicons -->
<link href="assets/img/logo.jpeg" rel="icon" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Noto+Serif&display=swap" rel="stylesheet">
<style>
body {
margin: 0;
font-family: 'Montserrat', sans-serif;
line-height: 2;
}
a:link {
text-decoration: none;
color: blue;
}
a:visited {
text-decoration: none;
color: blue;
}
a:hover {
text-decoration: underline;
}
.phead {
font-size: 30px;
color: #ffffff;
position: relative;
overflow: auto;
text-align: center;
/* background: url("./assets/img/background/bg9.jpg"); */
background-color: purple;
}
h1,
h2,
h3 {
font-weight: bold;
font-size: 2.5rem;
line-height: 1em;
letter-spacing: 2px;
font-family: 'Noto Serif', serif;
}
#main,
#summary,
#tableofcontents,
#personal,
#process,
#share,
#cookies,
#social,
#keep,
#safe,
#privacy-rights,
#controls,
#california,
#updates,
#notice,
#review {
padding: 25px 50px 0px 70px;
font-family: 'Montserrat', sans-serif;
}
.flex-container {
display: flex;
}
.privacy-img {
border-radius: 2%;
width: 550px;
height: 500px;
float: center;
margin-left: 100px;
max-width: 100%;
}
.flex-child {
flex: 1;
/* border: 2px solid yellow; */
}
.flex-child:first-child {
margin-right: 20px;
}
p,
li {
font-size: 17px;
text-align: left;
}
.concern {
padding-bottom: 10px;
}
span {
font-weight: bold;
}
.ques {
padding-top: 30px;
}
.ptitle {
font-weight: bold;
font-size: 30px;
font-family: 'Noto Serif', serif;
}
.arrow {
list-style: none;
line-height: 2em;
font-size: 16px;
}
.arrow::before {
content: "\00BB";
}
.table-p {
line-height: 2em;
font-size: 16px;
}
.sub {
font-size: 20px;
}
ul.square {
list-style-type: square;
}
.underline {
text-decoration: underline;
}
.center {
text-align: center;
}
#customers {
font-family: Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
#customers td,
#customers th {
border: 1px solid #ddd;
padding: 8px;
}
#customers tr:nth-child(even) {
background-color: #f2f2f2;
}
#customers tr:hover {
background-color: #ddd;
}
#customers th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #2b3adf;
color: white;
}
@media only screen and (max-width: 600px) {
.privacy-img {
width: 300px;
height: 300px;
margin-left: 50px;
}
.flex-container {
display: block;
}
.flex-child {
flex: 0;
}
#main,
#summary,
#tableofcontents,
#personal,
#process,
#share,
#cookies,
#social,
#keep,
#safe,
#privacy-rights,
#controls,
#california,
#updates,
#notice,
#review {
font-size: medium;
line-height: 1.5;
padding: 30px;
margin: 0px;
height: 100%;
}
}
</style>
</head>
<body>
<div class="phead">
<h1>Privacy Policy</h1>
</div>
<section id="main">
<p>Last updated April 10, 2023</p>
<div class="flex-container">
<div class="flex-child magenta">
<p>This privacy notice for OSCode (' Company ', 'we', 'us', or 'our' ), describes how and why we might
collect, store, use, and/or share ('process' ) your information when you use our services (
'Services'), such as when you:</p>
<p>
<ul>
<li>Visit our website at <a href="https://www.oscode.co.in/" target="_blank"
data-custom-class="link">https://www.oscode.co.in/</a> or any website of ours that links to
this privacy notice.</li>
<li>Engage with us in other related ways, including any sales, marketing, or events.</li>
</ul>
</p>
<p class="ques"><span class="concern">Questions or concerns?</span><br>Reading this privacy notice will
help you understand your privacy rights and choices. If you do not agree with our policies and
practices, please do not use
our services. If you
still have any questions or concerns, please contact us at <a
href="mailto:oscode.community@gmail.com">oscode.community@gmail.com</a></p>
</div>
<div class="flex-child green">
<img src="assets/img/pol.jpg" alt="privacy-img" class="privacy-img">
</div>
</div>
</section>
<section id="summary">
<div class="section-title">
<p class="ptitle">Summary of Key Points</p>
</div>
<div>
<p>This summary provides key points from our privacy notice, but you can find out more details about any of
these topics by clicking the link following each key point or by using our <a
href="#tableofcontents">table of contents</a> below to
find the section you are looking for.</p>
<ul>
<li class="arrow"> <span>What personal information do we process?</span> When you visit, use, or
navigate our services, we may process personal information depending on how you interact with OSCode
and the Services, the choices you
make, and the products and features you use. Learn more about <a href="#personal">personal
information you disclose to us.</a></li>
<li class="arrow"> <span>Do we process any sensitive personal information?</span> We do not process
sensitive
personal information.
</li>
<li class="arrow"> <span>Do we receive any information from third parties?</span> We do not receive any
information
from third parties.</li>
<li class="arrow"> <span>How do we process your information?</span> We process your information to
provide, improve,
and administer our services, communicate with you, for security and fraud prevention, and to comply
with law. We may
also process your information for other purposes with your consent. We process your information only
when
we have a valid legal reason to do so. Learn more about <a href="#process">how we process your
information.</a></li>
<li class="arrow"> <span>In what situations and with which parties do we share personal
information?</span> We may
share information in specific situations and with specific third parties. Learn more about <a
href="#share"> when and with whom we share
your personal information.</a></li>
<li class="arrow"> <span>How do we keep your information safe?</span> We have organisational and
technical processes
and procedures in place to protect your personal information. However, no electronic transmission
over the internet or
information storage technology can be guaranteed to be 100% secure, so we cannot promise or
guarantee that hackers,
cybercriminals, or other unauthorised third parties will not be able to defeat our security and
improperly collect, access, steal, or modify your information. Learn more about <a href="#safe">how
we keep your information
safe.</a>
</li>
<li class="arrow"> <span>What are your rights?</span> Depending on where you are located geographically,
the
applicable privacy law
may mean
you have certain rights regarding your personal information. Learn more about <a
href="#privacy-rights"> your privacy rights.</a>
</li>
<li class="arrow"> <span>How do you exercise your rights?</span> The easiest way to exercise your rights
is by submitting a <a href="#tableofcontents"> data subject access request </a>, or by contacting
us. We
will consider and act upon any request in accordance with
applicable data protection laws.</li>
<li class="arrow"> <span>Want to learn more about what OSCode does with any information we
collect?</span> <a href="#notice">Review the privacy notice in full.</a> </li>
</ul>
</div>
</section>
<section id="tableofcontents">
<div class="section-title">
<p class="ptitle">Table of Contents</p>
</div>
<div class="flex-container">
<div class="flex-child magenta">
<ol>
<li><a href="#personal">WHAT INFORMATION DO WE COLLECT?</a></li>
<li><a href="#process">HOW DO WE PROCESS YOUR INFORMATION?</a></li>
<li><a href="#share">WHEN AND WITH WHOM DO WE SHARE YOUR PERSONAL INFORMATION?</a></li>
<li><a href="#cookies">DO WE USE COOKIES AND OTHER TRACKING TECHNOLOGIES?</a></li>
<li><a href="#social">HOW DO WE HANDLE YOUR SOCIAL LOGINS?</a></li>
<li><a href="#keep">HOW LONG DO WE KEEP YOUR INFORMATION?</a></li>
<li><a href="#safe">HOW DO WE KEEP YOUR INFORMATION SAFE?</a></li>
<li><a href="#privacy-rights">WHAT ARE YOUR PRIVACY RIGHTS?</a></li>
<li><a href="#controls">CONTROLS FOR DO-NOT-TRACK FEATURES</a></li>
<li><a href="#california">DO CALIFORNIA RESIDENTS HAVE SPECIFIC PRIVACY RIGHTS?</a></li>
<li><a href="#updates">DO WE MAKE UPDATES TO THIS NOTICE?</a></li>
<li><a href="#notice">HOW CAN YOU CONTACT US ABOUT THIS NOTICE?</a></li>
<li><a href="#review">HOW CAN YOU REVIEW, UPDATE, OR DELETE THE DATA WE COLLECT FROM YOU?</a></li>
</ol>
</div>
<div class="flex-child green">
<img src="assets/img/privacy.jpg" alt="privacy-img" class="privacy-img">
</div>
</div>
</section>
<section id="personal">
<div class="section-title">
<p class="ptitle">1. What information do we collect?</p>
</div>
<div>
<p class="sub"><span class="concern">Personal information you disclose to us</span></p>
<p class="table-p"><em><span>In Short:</span></em> We collect personal information that you voluntarily
provide to us
when you register
on the Services,
express an interest in obtaining information about us or our products and Services, when you participate
in activities on the Services, or otherwise when you contact us.</p>
<p class="table-p"><em><span>Personal information provided by you:</span></em>
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 may include the following:</p>
<ul class="square">
<li class="table-p">Names</li>
<li class="table-p">Phone numbers</li>
<li class="table-p">Email adresses</li>
<li class="table-p">Mailing addresses</li>
<li class="table-p">Usernames</li>
<li class="table-p">Passwords</li>
</ul>
<p class="table-p"><em><span>Sensitive Information:</span></em> We do not process sensitive information.</p>
<p class="table-p"><em><span>Social Media Login Data: </span></em> We may provide you with the option to
register with us
using your existing social media account details, like your Facebook, 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="#keep">HOW DO WE HANDLE YOUR SOCIAL LOGINS?</a>' below.</p>
<p class="table-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>
<p class="sub"><span class="concern">Information automatically collected</span></p>
<p class="table-p"><em><span>In Short: </span></em>Some information — such as your Internet Protocol (IP)
address and/or
browser and device characteristics — is collected automatically when you visit our Services.
</p>
<p class="table-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 class="table-p">Like many businesses, we also collect information through cookies and similar
technologies. The information we collect includes:</p>
<ul class="square">
<li class="table-p"><span class="underline">Log and Usage Data:</span> Log and usage data is
service-related, diagnostic,
usage, and
performance
information our servers automatically collect when you access or use our Services and which we
record in log files. Depending on how you interact with us, this log data may include your IP
address, device information, browser type, and settings and information about your activity in the
Services (such as the date/time stamps associated with your usage, pages and files viewed, searches,
and other actions you take such as which features you use), device event information (such as system
activity, error reports (sometimes called 'crash dumps'), and hardware settings).</li>
</ul>
</div>
</section>
<section id="process">
<div class="section-title">
<p class="ptitle">2. How do we process your information?</p>
</div>
<div>
<p class="table-p"><em><span>In Short:</span></em> We process your information to provide, improve, and
administer our Services, communicate with you, for security and fraud prevention, and to comply with
law. We may also process your information for other purposes with your consent.</p>
<p class="table-p">We process your personal information for a variety of reasons, depending on how you
interact with our Services, including:</p>
<ul class="square">
<li class="table-p"><span>To facilitate account creation and authentication and otherwise manage user
accounts.</span> We may process your information so you can create and log in to your account,
as well as
keep your account in working order.</li>
<li class="table-p"><span>To request feedback.</span> We may process your information when necessary to
request
feedback and to contact you about your use of our Services.</li>
<li class="table-p"><span>To deliver targeted advertising to you.</span> We may process your information
to develop
and display personalised content and advertising tailored to your interests, location, and more.
</li>
<li class="table-p"><span>To post testimonials.</span> We post testimonials on our Services that may
contain personal
information.</li>
<li class="table-p"><span>To identify usage trends.</span> We may process information about how you use
our Services
to better understand how they are being used so we can improve them.</li>
<li class="table-p"><span>To determine the effectiveness of our marketing and promotional
campaigns.</span> We may
process your information to better understand how to provide marketing and promotional</li>
</ul>
</div>
</section>
<section id="share">
<div class="section-title">
<p class="ptitle">3. When and with whom do we share your personal information?</p>
</div>
<div>
<p class="table-p"><em><span>In Short:</span></em> We may share information in specific situations described
in this section and/or with the following third parties.</p>
<p class="table-p">We may need to share your personal information in the following situations:</p>
<ul class="square">
<li class="table-p"><span class="underline">Bussiness transfers:</span> 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>
</div>
</section>
<section id="cookies">
<div class="section-title">
<p class="ptitle">4. Do we use cookies and other tracking technologies?</p>
</div>
<div>
<p class="table-p"><em><span>In Short:</span></em> We may use cookies and other tracking technologies to
collect and store your information.</p>
<p class="table-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 Notice.</p>
</div>
</section>
<section id="social">
<div class="section-title">
<p class="ptitle">5. How do we handle your Social Logins?</p>
</div>
<div>
<p class="table-p"><em><span>In Short:</span></em> 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 class="table-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,
email address, friends list, and profile picture, as well as other information you choose to make public
on such a social media platform.</p>
<p class="table-p">We will use the information we receive only for the purposes that are described in this
privacy notice or that are otherwise made clear to you on the relevant 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 notice 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>
</div>
</section>
<section id="keep">
<div class="section-title">
<p class="ptitle">6. How long do we keep your information?</p>
</div>
<div>
<p class="table-p"><em><span>In Short:</span></em> We keep your information for as long as necessary to
fulfil the purposes outlined in this privacy notice unless otherwise required by law.</p>
<p class="table-p">We will only keep your personal information for as long as it is necessary for the
purposes set out in this privacy notice, unless a longer retention period is required or permitted by
law (such as tax, accounting, or other legal requirements). No purpose in this notice will require us
keeping your personal information for longer than the period of time in which users have an account with
us.</p>
<p class="table-p">When we have no ongoing legitimate business need to process your personal information, we
will either delete or anonymise such information, 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>
</div>
</section>
<section id="safe">
<div class="section-title">
<p class="ptitle">7. How do we keep your information safe?</p>
</div>
<div>
<p class="table-p"><em><span>In Short:</span></em> We aim to protect your personal information through a
system of organisational and technical security measures.</p>
<p class="table-p">We have implemented appropriate and reasonable technical and organisational security
measures designed to protect the security of any personal information we process. However, despite our
safeguards and efforts to secure your information, no electronic transmission over the Internet or
information storage technology can be guaranteed to be 100% secure, so we cannot promise or guarantee
that hackers, cybercriminals, or other unauthorised third parties will not be able to defeat our
security and improperly collect, access, steal, or modify your information. 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>
</div>
</section>
<section id="privacy-rights">
<div class="section-title">
<p class="ptitle">8. What are your Privacy Rights?</p>
</div>
<div>
<p class="table-p"><em><span>In Short:</span></em> You may review, change, or terminate your account at any
time.</p>
<p class="table-p">If you are located in the EEA or UK and you believe we are unlawfully processing your
personal information, you also have the right to complain to your
<a href="https://ec.europa.eu/newsroom/article29/items/612080">Member State data protection
authority</a> or <a
href="https://ico.org.uk/make-a-complaint/data-protection-complaints/data-protection-complaints/">
UK data protection authority.</a>
</p>
<p class="table-p">If you are located in Switzerland, you may contact the <a
href="https://www.edoeb.admin.ch/edoeb/en/home.html"> Federal Data Protection and Information
Commissioner.</a></p>
<p class="table-p"><span class="underline"><em>Withdrawing your consent: </em></span>If we are relying on
your consent to
process your personal information, which may be express and/or implied consent depending on the
applicable law, you have the right to withdraw your consent at any time. You can withdraw your consent
at any time by contacting us by using the contact details provided in the section '<a href="#notice">
HOW CAN YOU CONTACT US ABOUT THIS NOTICE?</a>' below. However, please note that this will not affect
the lawfulness of the processing before its withdrawal nor, when applicable law allows, will it affect
the processing of your personal information conducted in reliance on lawful processing grounds other
than consent.</p>
<p class="table-p"><span class="underline"><em>Opting out of marketing and promotional communications:
</em></span>You can
unsubscribe from our marketing and promotional communications at any time by clicking on the unsubscribe
link in the emails that we send, or by contacting us using the details provided in the section '<a
href="#notice">
HOW CAN YOU CONTACT US ABOUT THIS NOTICE?</a>' below. You will then be removed from the marketing
lists. However, we may still communicate with you — for example, to send you service-related messages
that are necessary for the administration and use of your account, to respond to service requests, or
for other non-marketing purposes.</p>
<p class="sub"><span class="concern">Account information</span></p>
<p class="table-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 class="square">
<li class="table-p">Log in to your account settings and update your user account.
</li>
</ul>
<p class="table-p">Upon your request to terminate your account, we will deactivate or delete your account
and information from our active databases. However, we may retain some information in our files to
prevent fraud, troubleshoot problems, assist with any investigations, enforce our legal terms and/or
comply with applicable legal requirements.</p>
<p class="table-p"><span class="underline"><em>Cookies and similar technologies: </em></span>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. You may also <a href="https://optout.aboutads.info/?c=2&lang=EN">
opt out of interest-based advertising by advertisers</a> on our Services.</p>
<p class="table-p">If you have questions or comments about your privacy rights, you may email us at <a
href="mailto:oscode.community@gmail.com">oscode.community@gmail.com</a></p>
</div>
</section>
<section id="controls">
<div class="section-title">
<p class="ptitle">9. Controls for Do-Not-Track features</p>
</div>
<div>
<p class="table-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. At this stage no uniform technology
standard for recognising and implementing DNT signals has been finalised . 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 notice.
</p>
</div>
</section>
<section id="california">
<div class="section-title">
<p class="ptitle">10. Do California residents have specific Privacy rights?</p>
</div>
<div>
<p class="table-p"><em><span>In Short:</span></em> Yes, if you are a resident of California, you are granted
specific rights regarding access to your personal information.</p>
<p class="table-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 class="table-p">If you are under 18 years of age, reside in California, and have a registered account
with 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 all our systems (e.g. backups,
etc.).</p>
<p class="sub"><span class="concern">CCPA Privacy Notice</span></p>
<p class="table-p">The California Code of Regulations defines a 'resident' as:</p>
<ol>
<li class="table-p">Every individual who is in the State of California for other than a temporary or
transitory purpose and</li>
<li class="table-p">Every individual who is domiciled in the State of California who is outside the
State of California for a temporary or transitory purpose
</li>
</ol>
<p class="table-p">All other individuals are defined as 'non-residents'.</p>
<p class="table-p">If this definition of 'resident' applies to you, we must adhere to certain rights and
obligations regarding your personal information.</p>
<p class="table-p"><em><span>What categories of personal information do we collect?</span></em></p>
<p class="table-p">We have collected the following categories of personal information in the past twelve
(12) months:</p>
<table id="customers">
<tr>
<th>Categories</th>
<th>Examples</th>
<th>Collected</th>
</tr>
<tr>
<td>A. Identifiers</td>
<td>Contact details, such as real name, alias, postal address, telephone or mobile contact number,
unique personal identifier, online identifier, Internet Protocol address, email address, and
account name</td>
<td>NO</td>
</tr>
<tr>
<td>B. Personal information categories listed in the California Customer Records statute</td>
<td>Name, contact information, education, employment, employment history, and financial information
</td>
<td>NO</td>
</tr>
<tr>
<td>C. Protected classification characteristics under California or federal law</td>
<td>Gender and date of birth</td>
<td>NO</td>
</tr>
<tr>
<td>D. Commercial information</td>
<td>Transaction information, purchase history, financial details, and payment information</td>
<td>NO</td>
</tr>
<tr>
<td>E. Biometric information</td>
<td>Fingerprints and voiceprints</td>
<td>NO</td>
</tr>
<tr>
<td>F. Internet or other similar network activity</td>
<td>Browsing history, search history, online behaviour , interest data, and interactions with our
and other websites, applications, systems, and advertisements</td>
<td>NO</td>
</tr>
<tr>
<td>G. Geolocation data</td>
<td>Device location</td>
<td>NO</td>
</tr>
<tr>
<td>H. Audio, electronic, visual, thermal, olfactory, or similar information</td>
<td>Images and audio, video or call recordings created in connection with our business activities
</td>
<td>NO</td>
</tr>
<tr>
<td>I. Professional or employment-related information</td>
<td>Business contact details in order to provide you our Services at a business level or job title,
work history, and professional qualifications if you apply for a job with us</td>
<td>NO</td>
</tr>
<tr>
<td>J. Education Information</td>
<td>Student records and directory information</td>
<td>NO</td>
</tr>
<tr>
<td>K. Inferences drawn from other personal information</td>
<td>Inferences drawn from any of the collected personal information listed above to create a profile
or summary about, for example, an individual's preferences and characteristics</td>
<td>NO</td>
</tr>
<tr>
<td>L. Sensitive Personal Information</td>
<td></td>
<td>NO</td>
</tr>
</table>
<p class="table-p">We may also collect other personal information outside of these categories through
instances where you interact with us in person, online, or by phone or mail in the context of:</p>
<ul class="square">
<li class="table-p">Receiving help through our customer support channels;</li>
<li class="table-p">Participation in customer surveys or contests; and</li>
<li class="table-p">Facilitation in the delivery of our Services and to respond to your inquiries.</li>
</ul>
<p class="table-p"><em><span>How do we use and share your personal information?</span></em></p>
<p class="table-p">More information about our data collection and sharing practices can be found in this
privacy notice .You may contact us by email at <a
href="mailto:oscode.community@gmail.com">oscode.community@gmail.com</a> ,or by referring to the
contact details at the bottom of this document.</p>
<p class="table-p">If you are using an authorised agent to exercise your right to opt out we may deny a
request if the
authorised agent does not submit proof that they have been validly authorised to act on your behalf.</p>
<p class="table-p"><em><span>Will your information be shared with anyone else?</span></em></p>
<p class="table-p">We may disclose your personal information with our service providers pursuant to a
written contract between us and each service provider. Each service provider is a for-profit entity that
processes the information on our behalf, following the same strict privacy protection obligations
mandated by the CCPA.
We may use your personal information for our own business purposes, such as for undertaking internal
research for technological development and demonstration. This is not considered to be 'selling' of your
personal information.
</p>
<p class="table-p">OSCode has not disclosed, sold, or shared any personal information to third parties for a
business or commercial purpose in the preceding twelve (12) months. OSCode will not sell or share
personal information in the future belonging to website visitors, users, and other consumers.</p>
<p class="table-p"><em><span>Your rights with respect to your personal data</span></em></p>
<p class="table-p"><span class="underline">Right to request deletion of the data — Request to delete</span>
</p>
<p class="table-p">You can ask for the deletion of your personal information. If you ask us to delete your
personal information, we will respect your request and delete your personal information, subject to
certain exceptions provided by law, such as (but not limited to) the exercise by another consumer of his
or her right to free speech, our compliance requirements resulting from a legal obligation, or any
processing that may be required to protect against illegal activities.</p>
<p class="table-p"><span class="underline">Right to be informed — Request to know</span></p>
<p class="table-p">Depending on the circumstances, you have a right to know:
<ul class="square">
<li class="table-p">whether we collect and use your personal information;</li>
<li class="table-p">the categories of personal information that we collect;</li>
<li class="table-p">the purposes for which the collected personal information is used;</li>
<li class="table-p">whether we sell or share personal information to third parties;</li>
<li class="table-p">the categories of personal information that we sold, shared, or disclosed for a
business purpose;</li>
<li class="table-p">the categories of third parties to whom the personal information was sold, shared,
or disclosed for a business purpose;</li>
<li class="table-p">the business or commercial purpose for collecting, selling, or sharing personal
information; and</li>
<li class="table-p">the specific pieces of personal information we collected about you.</li>
</ul>
</p>
<p class="table-p">In accordance with applicable law, we are not obligated to provide or delete consumer
information that is de-identified in response to a consumer request or to re-identify individual data to
verify a consumer request.</p>
<p class="table-p"><span class="underline">Right to Non-Discrimination for the Exercise of a Consumer's
Privacy Rights</span></p>
<p class="table-p">
We will not discriminate against you if you exercise your privacy rights.</p>
<p class="table-p"><span class="underline">Right to Limit Use and Disclosure of Sensitive Personal
Information</span></p>
<p class="table-p">We do not process consumer's sensitive personal information.</p>
<p class="table-p"><span class="underline">Verification process</span></p>
<p class="table-p">Upon receiving your request, we will need to verify your identity to determine you are
the same person about whom we have the information in our system. These verification efforts require us
to ask you to provide information so that we can match it with information you have previously provided
us. For instance, depending on the type of request you submit, we may ask you to provide certain
information so that we can match the information you provide with the information we already have on
file, or we may contact you through a communication method (e.g. phone or email) that you have
previously provided to us. We may also use other verification methods as the circumstances dictate.</p>
<p class="table-p">We will only use personal information provided in your request to verify your identity or
authority to make the request. To the extent possible, we will avoid requesting additional information
from you for the purposes of verification. However, if we cannot verify your identity from the
information already maintained by us, we may request that you provide additional information for the
purposes of verifying your identity and for security or fraud-prevention purposes. We will delete such
additionally provided information as soon as we finish verifying you.</p>
<p class="table-p"><span class="underline">Other privacy rights</span>
<ul class="square">
<li>You may object to the processing of your personal information.</li>
<li>You may request correction of your personal data if it is incorrect or no longer relevant, or ask to
restrict the processing of the information.</li>
<li>You can designate an authorised agent to make a request under the CCPA on your behalf. We may deny a
request from an authorised agent that does not submit proof that they have been validly authorised
to act on your behalf in accordance with the CCPA.</li>
<li>You may request to opt out from future selling or sharing of your personal information to third
parties. Upon receiving an opt-out request, we will act upon the request as soon as feasibly
possible, but no later than fifteen (15) days from the date of the request submission.</li>
</ul>
</p>
<p class="table-p">To exercise these rights, you can contact us by email at oscode.community@gmail.com , or
by referring to the contact details at the bottom of this document. If you have a complaint about how we
handle your data, we would like to hear from you.</p>
</div>
</section>
<section id="updates">
<div class="section-title">
<p class="ptitle">11. Do we make updates to this notice?</p>
</div>
<div>
<p class="table-p"><em><span>In Short:</span></em> Yes, we will update this notice as necessary to stay
compliant with relevant laws.</p>
<p class="table-p">We may update this privacy notice 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 notice, 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 notice frequently to be informed of how we are protecting your information.
</p>
</div>
</section>
<section id="notice">
<div class="section-title">
<p class="ptitle">12. How can you contact about this notice?</p>
</div>
<div>
<p class="table-p">If you have questions or comments about this notice, you may email us at
<a href="mailto:oscode.community@gmail.com">oscode.community@gmail.com</a> or by post to:
</p>
<p class="table-p"> <span> OS-CODE headquarter</span><br>
Shanbough Krinshappa Ln, Upparahalli,<br>
Mavalli, Bengaluru, Karnataka 560004</p>
</div>
</section>
<section id="review">
<div class="section-title">
<p class="ptitle">13. How can you review, update or delete the data we collected from you?</p>
</div>
<div>
<p class="table-p">Based on the applicable laws of your country, you may have the right to request access to
the personal information we collect from you, change that information, or delete it. To request to
review, update, or delete your personal information, please fill out and submit a
<a href="https://app.termly.io/notify/63ae55b1-c45a-461c-ae65-dcc6d1543a55"> data subject access
request.</a>
</p>
<p class="table-p last"> This privacy policy was created using Termly's <a
href="https://termly.io/products/privacy-policy-generator/">Privacy Policy Generator.</a></p>
</div>
</section>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container d-md-flex py-4">
<div class="me-md-auto text-center text-md-start">
<div class="copyright center">
© Copyright <strong><span>OS-Code</span></strong>. All Rights Reserved
</div>
<div class="credits center">
Designed by <a href="https://www.oscode.co.in/">OS-Code</a>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
</body>
</html>