-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
54 lines (47 loc) · 2.75 KB
/
about.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
<!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>about</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_about">
<img class="img_about" src="img/7.jpg" alt="7">
</div>
<div class="about_info">
<h3 class="title_about">About</h3>
<p class="p_about">This property is 1 minute walk from the beach. Set in a quiet location in the centre of Faliraki and just a 3-minute walk from the beach, Casa Cabana Hotel & Suites provides rooms with free WiFi. Among the various facilities of this property are a garden, a bar and on-site dining. The hotel offers garden views and an outdoor pool.</p>
<p class="p_about">At the hotel, all rooms are fitted with a balcony. Each room is equipped with a private bathroom with a shower, free toiletries and a hair dryer. At Casa Cabana Hotel & Suites every room has a wardrobe and a flat-screen TV.</p>
<p class="p_about">A buffet breakfast can be enjoyed at the property.</p>
<p class="p_about">Speaking German and Greek at the reception, staff are always on hand to help.</p>
<p class="p_about">Casa Cabana Hotel & Suites is 2 km of Anthony Quinn Bay and 3.2 km of Rhodes Waterpark. The nearest airport is Rhodes International Airport, 12 km from the accommodation.</p>
<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>