-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacypolicy.html
82 lines (77 loc) · 6.09 KB
/
privacypolicy.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
<!Doctype html>
<html>
<head>
<title>Privacy Polic</title>
<link rel="stylesheet" href="privacypolicy.css">
<link href="https://fonts.googleapis.com/css?family=Raleway:300" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
</head>
<body>
<a href="home.html"><img src="files/logo.png" style="width: 15%; float: left;position: absolute; top: 0;left: 0;"></a>
<div class="container teal borderYtoX" style="width: 75%;float: right;">
<a href="home.html">HOME</a>
<a href="top20.html">TOP11</a>
<a href="About.html">ABOUT</a>
<a href="Contact.html">CONTACT Us</a>
</div>
<img src="files/subpage_header.png" style="width: 100%; margin-bottom: -5%;">
<div>
<ul id="ul">
<li><h1>Privacy Policy</h1>
<h3></h3>
<p class="header">Celeblogy, LLC takes reasonable precautions to protect the privacy and security of your personal information and other sensitive data.</p>
<p>
The information you provide may be used by Celeblogy to contact you for service-related purposes. Except as otherwise described in this Policy, we will not disclose or transfer your individual consumer information to third parties without your prior approval.
</p>
</li>
<li><h1 style="margin-bottom: 0px;">Cookies Policy</h1>
<h3 style="margin-bottom: -10px;">What are cookies?</h3>
<p>
Cookies enable the website to remember your actions and preferences over a period of time, so you don’t have to keep reentering them whenever you come back to the site or browse from one page to another.
</p>
</li>
<li>
<h3 style="margin-bottom: -10px;">How do we use cookies?</h3>
<p>
Our pages include "session" cookies to remember, for example, your web browser correctly as you move around pages and to support load rebalancing and other networking issues. These cookies are deleted from your computer when you close your browser.
We also use a limited number of persistent cookies. These remain stored on your computer until you delete them, or until they expire after one year.
The persistent cookies contain the following information:
Information to log you back into Celeblogy automatically
What mode you are using in Celeblogy
How you have interacted with our subscription system
We use Google Analytics, a web analysis service provided by Google Inc. to understand what browser types our users are running, speed of various parts of the website and how parts of the site work. For more information about Google Analytics and data protection please visit:<a href="http://www.google.com/intl/en/policies/privacy/partners/" target="_blank">http://www.google.com/intl/en/policies/privacy/partners/</a>
</p>
</li>
<li>
<h3 style="margin-bottom: -10px;">Third party cookies</h3>
<p>
We use Google Analytics Demographics and Interest Reporting, a web analysis service provided by Google Inc. and other identifiers to customize the user experience and understand users and behavior for various business purposes, including product improvements.
<br>
To opt out of Google Analytics Demographics and Interest Reporting, please visit: <a href="https://tools.google.com/dlpage/gaoptout/" target="_blank">https://tools.google.com/dlpage/gaoptout/</a><br>As technology continues to evolve, we may find other ways to use cookies to help us optimize our products and enhance your experience using them. Enabling these cookies is not strictly necessary for the most of the functions of the website to work, but it will provide you with a better browsing experience. However, you can delete or block these cookies at any time. Please see “How to control cookies” below.
</p>
</li>
<li>
<h3 style="margin-bottom: -10px;">Private data</h3>
<p>
The cookie-related information is not used to identify you personally and the data collected on your browsing behavior on our website is kept secured.
<br>
We may disclose the information we collect as reasonably necessary to comply with law, regulation or other governmental authority. In the event that we are involved in a reorganization, merger, sale, joint venture, assignment, transfer or other disposition of all or any portion of our business, assets or equity (including in connection with any bankruptcy or similar proceedings), your information may be sold or transferred as part of that transaction. The promises in this Privacy Policy will apply to your information as transferred to the new entity.
</p>
</li>
<li>
<h3 style="margin-bottom: -10px;">How to control cookies</h3>
<p>
You can control and/or delete cookies as you wish. You can delete all cookies that are already on your computer and you can set most browsers to prevent them from being placed. If you do this, however, you may have to manually adjust some preferences every time you visit a site and some services and functionalities may not work.
</p>
</li>
<li>
<h3 style="margin-bottom: -10px;">Changes</h3>
<p>
We reserve the right, at our discretion, to change, modify, add, or remove portions of this policy at any time. Please check this page periodically for changes. If you have any questions regarding this policy, please e-mail General Code at <a href="[email protected]" target="_blank">[email protected] </a>
or call us at 063.779.8895. </p>
</li>
</ul>
</div>
</body>
</html>