-
Notifications
You must be signed in to change notification settings - Fork 0
/
policy.html
65 lines (53 loc) · 5.39 KB
/
policy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="design.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
<title>Privacy Policy</title>
</head>
<body>
<div>
<nav>
<ul class="topbar">
<li class="list_topbar"><a class="link_topbar" href="book_now.html" >Book Now</a></li>
<li class="list_topbar"><a class="link_topbar" href="contact.html" >Contact us</a></li>
<li class="list_topbar"><a class="link_topbar" href="gallery.html" >Gallery</a></li>
<li class="list_topbar"><a class="link_topbar" href="index.html">Home</a></li>
<a class="icon_topbar" href="index.html"><img class="img_topbar" src="img/logo.png" alt="icon"/></a>
</ul>
</nav>
</div>
<div class="div_img_policy">
<img class="img_policy" src="img/21.jpg" alt="21">
</div>
<div class="div_info">
<h3>PRIVACY POLICY</h3>
<p>The privacy and security of your information is very important to us. Whether you are booking a room or just a prospective client browsing our website (the “Site”) and looking at our proper-ty/services, we want you to trust that the information that you have provided to us is being proper-ly managed and protected.</p>
<hr>
<p>This Privacy Policy is issued by The Ivey’s Hotel (the “Hotel”), which includes its parents, subsidiaries, and affiliates, and covers information collected and used by the Hotel in the course of its business. Your information may be collected and used by the Hotel through your use of this Site. We have prepared this Privacy Policy to explain more about how we collect and manage your information.
INFORMATION WE COLLECT:
Information you give us. In your use of the Site, you may provide us with various information that personally identifies you. For example, we collect information from you when you make a booking through our reservation system or stay at the Hotel. Information collected during the course of the reservation and during your stay may include:
Your name, email address, home and business address, phone number, nationality and payment card information; and
Information such as stay and room preferences made during the course of your reservation such as your preferred room type and specific requests to the Hotel.
This information may be provided to us directly when you make a reservation through our reservation system, through our websites, directly at the hotel or through mobile applications. In some cases, we may receive this information from a third party, such as when you book through an online travel agency or hotel booking site.
INFORMATION WE GET FROM YOUR USE OF THE SITE. We also collect information from you when you browse the Site, use our mobile applications or participate in certain services at the Hotel, such as wireless internet services. In these instances, information such as your country information, internet protocol (“IP”) address, media access control address and other characteristics about your system or device may be automatically collected. This information may be collected for functional purposes as well as to improve your experience when using these services. This information may also be used for aggregated trend and statistical analysis, and for showing you more relevant advertisements and messages. Site usage may also provide us with other information including, without limitation, domain server, type of computer, and type of web browser and other relevant information about your online experience and use of the Site.
INFORMATION STORED ON YOUR COMPUTER (“COOKIES”). When you visit this Site, the Hotel may store some information on your computer. This information will be in the form of a "cookie" or similar file and can help us maintain and improve this Site. A "cookie" is a small amount of data that is transferred to your browser by a Web server and can only be read by the server that gave it to you. It functions as your identification card, recording such things as Internet addresses, passwords, and preferences. When you visit the website again, the cookie allows that site to recognize your browser. It cannot be executed as code or deliver viruses. With most Internet browsers, you can erase "cookies" from your computer hard drive, block all "cookies," or receive a warning before a "cookie" is stored. Please refer to your browser instructions to learn more about these functions.</p>
<br>
<br>
</div>
<div>
<footer>
<ul class="footer_bar">
<li class="list_footer"><a class="link_footer" href="index.html">Home</a></li>
<li class="list_footer"><a class="link_footer" href="about.html" >About</a></li>
<li class="list_footer"><a class="link_footer" href="terms.html" >Terms</a></li>
<li class="list_footer"><a class="link_footer" href="policy.html">Privacy Policy</a></li>
</ul>
</footer>
</div>
</body>
</html>