-
Notifications
You must be signed in to change notification settings - Fork 1
/
privacy.php
41 lines (40 loc) · 3.25 KB
/
privacy.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
<?php include 'header.php';?>
<body>
<!--==============================header=================================-->
<header>
<div class="container_12">
<div class="grid_12">
<div class="menu_block">
<?php
include 'menu.php';
?>
<div class="clear"></div>
</div>
</div>
</div>
</header>
<!--==============================Content=================================-->
<div class="content">
<div class="container_12">
<div class="grid_12">
<h3 class="head1">Privacy Policy</h3>
<p>You should read this notice in conjunction with the Terms and Conditions of use for the Site.</p>
</div>
<div class="grid_12">
<h1>ACCEPTANCE</h1>
</br>
<p>By using this site, you signify your agreement to the Rosewood Properties Privacy Policy. If you do not agree with this policy, please do not use this site. Your continued use of Rosewood Properties and/or its affiliates' sites following the posting of changes to these terms will mean you accept those changes.</p>
<h1>My Information</h1>
</br>
<h1>1. What kind of information is collected?</h1>
<p>Anonymous Information - Anonymous information cannot be tied directly to personally identifiable information. We use this information to improve our site. This information helps us focus our resources on the features that are most popular with our customers. We may collect information regarding your IP address, browser type, domain name and access time. This information is used for our own research purposes and is separate from any personally identifiable information that you may submit via this site. We do not link IP addresses to any personal information. In rare instances, IP addresses may be used to assist in deterring and/or preventing abusive or criminal activity on the website.</p>
<h1>2. How safe will my information be?</h1>
<p>The security of all information associated with our Customers is an important concern to us. We, at Rosewood therefore exercise the utmost care in providing secure transmission of your information from your computer to our servers. Unfortunately, no data transmission over the Internet can be guaranteed to be 99% secure. As a result, while we strive to protect your information, Rosewood Properties and its affiliates can't ensure or warrant the security of any information you transmit to us or from our online products or services, and you do so at your own risk. Once we receive your transmission, Rosewood Properties uses industry standard efforts to safeguard the confidentiality of your information, such as firewalls and Secure Socket Layers. However, "perfect security" does not exist on the Internet.</p>
</p>
<h1>3. Who will use this information?</h1>
<p>As a general rule, Rosewood Properties will not disclose any specific personal information that you submit to us about you ("Personal Information") in a manner that connects you with the Personal Information, except when we have your explicit permission or under special circumstances, such as when we believe in good faith that the law requires it or under the circumstances described below.</p>
</div>
</div>
</div>
<!--==============================footer=================================-->
<?php include 'footer.php';?>