This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhotel.html
125 lines (122 loc) · 6.13 KB
/
hotel.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bendigo Tours | Bookings</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="images/logo-icon.png"/>
<link rel="stylesheet" type="text/css" href="css/main_styles.css">
<link rel="stylesheet" type="text/css" href="css/services-tiles.css">
<style>
.current {
color: #e94e1b;
font-size: 1.2em;
}
</style>
</head>
<body>
<div class="container" id="top">
<div class="top-wrapper" >
<header>
<div class="buffer"></div>
<div class="buffer"></div>
<div id="logo-wrapper"><a href="index.html" target="_self"><img id="logo" src="images/generic-logo.png" alt="Logo"></a></div>
<div><a href="facebook.html" target="_blank"><img class="icon" src="images/facebook.png" alt="Facebook"></a></div>
<div>
<a href="instagram.html" target="_blank"><img class="icon" src="images/instagram.png" alt="Instagram"></a>
<svg onclick="menuButton()" width="5em" height="3em">
<rect x="2.5em" y=".25em" rx="6px" ry="6px" width="2em" height=".3em"></rect>
<rect x="2.5em" y=".75em" rx="6px" ry="6px" width="2em" height=".3em"></rect>
<rect x="2.5em" y="1.25em" rx="6px" ry="6px" width="2em" height=".3em"></rect>
</svg>
</div>
</header>
<hr class="sexy-line"/>
<nav id="menu">
<ul> <!--This is hidden on phone screen-->
<li><a href="index.html" target="_self">Home</a></li>
<li><a href="about.html" target="_self">About Us</a></li>
<li><a class="current" href="services.html" target="_self">Services</a></li>
<li><a href="bookings.html" target="_self">Bookings</a></li>
<li><a href="contact.html" target="_blank">Contact Us</a></li>
</ul>
</nav>
</div>
<main>
<div class="buttons-1">
<div class="back-button">
<span class="back-arrow"></span><!--
--><a href="services.html" target="_self">back</a>
</div>
<a class="button" href="bookings.html" target="_self">Book</a>
</div>
<div class="hotelwelcome">
<h2>You are at home anywhere with Bendigo Tours and Travel</h2>
<p>We make sure you have an available room to stay and relax at.</p>
<p>We boast our 500 plus rooms in our hotel.</p>
<p>Our amenities will make you want to make your stay with us longer. Our spa facility will make sure you are refreshed from a long day of travel. You can also choose to use our swimming pool to keep you cool. You won't miss any workout with our state of the art gym facility.</p>
<p>All our rooms are equipped with Flatscreen televisions, electronic safe, and free WiFi Access. Each room has its personal refrigirator and mini-kitchen. You also have your domestic and international telephone services on your writing desk.</p>
<p>The long list of services go on. Book now and experience luxurious a stay in our hotel.</p>
<img id="hotelbanner" src="images/hotel/hotelbanner.jpg" alt="Hotel Lobby">
</div>
<div class="standardroom">
<p><h2>Standard room</h2></p>
<p>Our standard rooms are available for single or twin beds. Simple design of 27 m²/291 ft² room space with an overlooking view of the city.</p>
<p>** 2 Adults plus 2 Children Maximum</p>
<p>** Shower and Bathtub</p>
<p>** Free Breakfast</p>
<img id="standardroom" src="images/hotel/singleroom.jpg" alt="Standard">
</div>
<div class="deluxeroom">
<p><h2>Deluxe room</h2></p>
<p>Our deluxe rooms are furnished with a king size bed. Elegant design of 30 m²/323 ft² space with carpeting and a small living room</p>
<p>** 4 Adults plus 2 Children Maximum</p>
<p>** Shower and Jacuzzi tubs</p>
<p>** Free Breakfast and Lunch</p>
<p>** Unlimited coffee</p>
<img id="deluxeroom" src="images/hotel/deluxeroom.jpg" alt="Deluxe">
</div>
<div class="villa">
<p><h2>Executive Villa</h2></p>
<p>Our Executive Villa boasts a super king size bed. Features a layout of 84 m²/904 ft² space with a regular living room and balcony</p>
<p>** 4 Adults plus 2 Children Maximum</p>
<p>** Shower and Jacuzzi tubs</p>
<p>** On demand movies</p>
<p>** Free Breakfast, Lunch, and Dinner</p>
<p>** 24 hour room service</p>
<img id="villa" src="images/hotel/villa.jpg" alt="Villa">
</div>
<div class="buttons-2">
<div class="back-button">
<span class="back-arrow"></span><!--
--><a href="services.html" target="_self">back</a>
</div>
<a class="button" href="bookings.html" target="_self">Book</a>
</div>
</main>
<footer>
<ul class="content"> <!--This is hidden on phone-->
<li style="font-weight: 500; font-size: 1.5em; text-transform: uppercase">Site Map</li>
<li><a href="index.html" target="_self">Home</a></li>
<li><a href="about.html" target="_self">About Us</a></li>
<li><a href="services.html" target="_self">Services</a></li>
<li><a href="bookings.html" target="_self">Bookings</a></li>
<li><a href="contact.html" target="_self">Contact Us</a></li>
<li><a href="transaction.html" target="_self">Transaction</a></li>
<li><a href="success.html" target="_self">Success</a></li>
<li><a href="camp.html" target="_self">Camping</a></li>
<li><a href="flight.html" target="_self">Flights</a></li>
<li><a href="guide.html" target="_self">Tour Guides</a></li>
<li><a href="hotel.html" target="_self">Hotels</a><li><a href="transport.html" target="_self">Transports</a><li><a href="restaurant.html" target="_self">Dining</a>
<li><a href="index.html" target="_self"><img src="images/generic-logo.png" alt="Logo"></a></li>
<li><a href="qualified.html" target="_blank"><img src="./images/w3c.png" alt="W3C"></a></li>
</ul>
<ul id="references">
<li><a href="references.html" target="_blank">References</a></li>
<li style="color: rgba(255, 255, 255, .2)">© Phung Nguyen, Aaron Badilla, Richard Chen</li>
</ul>
</footer>
</div>
<script src="javascript/main_script.js"></script>
</body>
</html>