-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacypolicy.php
178 lines (174 loc) · 12.1 KB
/
privacypolicy.php
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
<? ob_start(); ?>
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" type="png" href="images/icon/creativescienceprojectfevicon.png">
<meta charset="utf-8">
<meta http-equiv="X-UA-Comaptible" content="IE=edge">
<title>Privacy Policy | Creative Science Project</title>
<meta name="desciption" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script type="text/javascript" src="js/script.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.js"></script>
<script>
$(window).on('scroll', function () {
if ($(window).scrollTop()) {
$('nav').addClass('black');
} else {
$('nav').removeClass('black');
}
})
</script>
</head>
<style type="text/css">
* {
margin: 0;
box-sizing: border-box;
}
body {}
</style>
<body>
<!-- Navigation Bar -->
<?php
require_once("includes/navbar.php");
?>
<section class="container py-4" id="contact">
<div class="container col-md-12">
<div id="placeholders">
<h2>Privacy Policy for <span class="highlight preview_company_name">Creative Science Project</span></h2>
<p>At <span class="highlight preview_website_name">creativescienceproject</span>, accessible at <span
class="highlight preview_website_url">creativescienceproject.com</span>, one of our main priorities is the
privacy of our visitors. This Privacy Policy document contains types of information that is collected and
recorded by <span class="highlight preview_website_name">creativescienceproject</span> and how we use it.</p>
<p>If you have additional questions or require more information about our Privacy Policy, do not hesitate to
contact us through email at <span
class="highlight preview_email_address">info@creativescienceproject.com</span></p>
<p>This privacy policy applies only to our online activities and is valid for visitors to our website with
regards to the information that they shared and/or collect in <span
class="highlight preview_website_name">creativescienceproject</span>. This policy is not applicable to any
information collected offline or via channels other than this website.</p>
<p><strong>Consent</strong></p>
<p>By using our website, you hereby consent to our Privacy Policy and agree to its terms.</p>
<p><strong>Information we collect</strong></p>
<p>The personal information that you are asked to provide, and the reasons why you are asked to provide it, will
be made clear to you at the point we ask you to provide your personal information.</p>
<p>If you contact us directly, we may receive additional information about you such as your name, email address,
phone number, the contents of the message and/or attachments you may send us, and any other information you
may choose to provide.</p>
<p>When you register for an Account, we may ask for your contact information, including items such as name,
company name, address, email address, and telephone number.</p>
<p><strong>How we use your information</strong></p>
<p>We use the information we collect in various ways, including to:</p>
<ul>
<li>Provide, operate, and maintain our website</li>
<li>Improve, personalize, and expand our website</li>
<li>Understand and analyze how you use our website</li>
<li>Develop new products, services, features, and functionality</li>
<li>Communicate with you, either directly or through one of our partners, including for customer service, to
provide you with updates and other information relating to the website, and for marketing and promotional
purposes</li>
<li>Send you emails</li>
<li>Find and prevent fraud</li>
</ul>
<p><strong>Log Files</strong></p>
<p><span class="highlight preview_website_name">creativescienceproject</span> follows a standard procedure of
using log files. These files log visitors when they visit websites. All hosting companies do this and a part
of hosting services' analytics. The information collected by log files include internet protocol (IP)
addresses, browser type, Internet Service Provider (ISP), date and time stamp, referring/exit pages, and
possibly the number of clicks. These are not linked to any information that is personally identifiable. The
purpose of the information is for analyzing trends, administering the site, tracking users' movement on the
website, and gathering demographic information.</p>
<h3>Cookies and Web Beacons</h3>
<p>Like any other website, <span class="highlight preview_website_name">creativescienceproject.com</span> uses
‘cookies'. These cookies are used to store information including visitors' preferences, and the pages on the
website that the visitor accessed or visited. The information is used to optimize the users' experience by
customizing our web page content based on visitors' browser type and/or other information.</p>
<h3>DoubleClick DART Cookie</h3>
<p>Google is one of a third-party vendor on our site. It also uses cookies, known as DART cookies, to serve ads
to our site visitors based upon their visit to www.website.com and other sites on the internet. However,
visitors may choose to decline the use of DART cookies by visiting the Google ad and content network Privacy
Policy at the following URL – <a href="https://policies.google.com/technologies/ads" target="_blank"
rel="noopener noreferrer">https://policies.google.com/technologies/ads</a>.</p>
<p>Some of advertisers on our site may use cookies and web beacons. Our advertising partners are listed below.
Each of our advertising partners has their own Privacy Policy for their policies on user data. For easier
access, we hyperlinked to their Privacy Policies below.</p>
<ul>
<li>
<p>Google</p>
<p><a href="https://policies.google.com/technologies/ads"
rel="noopener noreferrer">https://policies.google.com/technologies/ads</a></p>
</li>
</ul>
<p><strong>Advertising Partners Privacy Policies</strong></p>
<p>You may consult this list to find the Privacy Policy for each of the advertising partners of <span
class="highlight preview_website_name">creativescienceproject.com</span>.</p>
<p>Third-party ad servers or ad networks uses technologies like cookies, JavaScript, or Web Beacons that are
used in their respective advertisements and links that appear on <span
class="highlight preview_website_name">creativescienceproject.com</span>, which are sent directly to users'
browser. They automatically receive your IP address when this occurs. These technologies are used to measure
the effectiveness of their advertising campaigns and/or to personalize the advertising content that you see on
websites that you visit.</p>
<p>Note that <span class="highlight preview_website_name">creativescienceproject</span> has no access to or
control over these cookies that are used by third-party advertisers.</p>
<p><strong>Third-Party Privacy Policies</strong></p>
<p><span class="highlight preview_website_name">creativescienceproject</span>'s Privacy Policy does not apply to
other advertisers or websites. Thus, we are advising you to consult the respective Privacy Policies of these
third-party ad servers for more detailed information. It may include their practices and instructions about
how to opt-out of certain options. You may find a complete list of these Privacy Policies and their links
here: Privacy Policy Links.</p>
<p>You can choose to disable cookies through your individual browser options. To know more detailed information
about cookie management with specific web browsers, it can be found at the browsers' respective websites. What
Are Cookies?</p>
<p><strong>CCPA Privacy Policy (Do Not Sell My Personal Information)</strong></p>
<p>Under the CCPA, among other rights, California consumers have the right to:</p>
<p>Request that a business that collects a consumer's personal data disclose the categories and specific pieces
of personal data that a business has collected about consumers.</p>
<p>Request that a business delete any personal data about the consumer that a business has collected.</p>
<p>Request that a business that sells a consumer's personal data, not sell the consumer's personal data.</p>
<p>If you make a request, we have one month to respond to you. If you would like to exercise any of these
rights, please contact us.</p>
<p><strong>GDPR Privacy Policy (Data Protection Rights)</strong></p>
<p>We would like to make sure you are fully aware of all of your data protection rights. Every user is entitled
to the following:</p>
<p>The right to access – You have the right to request copies of your personal data. We may charge you a small
fee for this service.</p>
<p>The right to rectification – You have the right to request that we correct any information you believe is
inaccurate. You also have the right to request that we complete the information you believe is incomplete.</p>
<p>The right to erasure – You have the right to request that we erase your personal data, under certain
conditions.</p>
<p>The right to restrict processing – You have the right to request that we restrict the processing of your
personal data, under certain conditions.</p>
<p>The right to object to processing – You have the right to object to our processing of your personal data,
under certain conditions.</p>
<p>The right to data portability – You have the right to request that we transfer the data that we have
collected to another organization, or directly to you, under certain conditions.</p>
<p>If you make a request, we have one month to respond to you. If you would like to exercise any of these
rights, please contact us.</p>
<p><strong>Children's Information</strong></p>
<p>Another part of our priority is adding protection for children while using the internet. We encourage parents
and guardians to observe, participate in, and/or monitor and guide their online activity.</p>
<p><span class="highlight preview_website_name">creativescienceproject</span> does not knowingly collect any
Personal Identifiable Information from children under the age of 13. If you think that your child provided
this kind of information on our website, we strongly encourage you to contact us immediately and we will do
our best efforts to promptly remove such information from our records.</p>
</div>
</div>
</section>
<!-- FOOTER -->
<?php
require_once("includes/footer.php"); ?>
</body>
</html>