-
Notifications
You must be signed in to change notification settings - Fork 2
/
turisum.html
253 lines (236 loc) · 11.6 KB
/
turisum.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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<html>
<title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", Arial, Helvetica, sans-serif}
</style>
<body class="w3-light-grey">
<!-- Navigation Bar -->
<div class="w3-bar w3-white w3-large">
<a href="#" class="w3-bar-item w3-button w3-red w3-mobile"><i class="fa fa-bed w3-margin-right"></i>Logo</a>
<a href="#rooms" class="w3-bar-item w3-button w3-mobile">Rooms</a>
<a href="#about" class="w3-bar-item w3-button w3-mobile">About</a>
<a href="#contact" class="w3-bar-item w3-button w3-mobile">Contact</a>
<a href="#contact" class="w3-bar-item w3-button w3-right w3-light-grey w3-mobile">Book Now</a>
</div>
<!-- Header -->
<header class="w3-display-container w3-content" style="max-width:1500px;">
<img class="w3-image" src="/w3images/hotel.jpg" alt="The Hotel" style="min-width:1000px" width="1500" height="800">
<div class="w3-display-left w3-padding w3-col l6 m8">
<div class="w3-container w3-red">
<h2><i class="fa fa-bed w3-margin-right"></i>Hotel Name</h2>
</div>
<div class="w3-container w3-white w3-padding-16">
<form action="/action_page.php" target="_blank">
<div class="w3-row-padding" style="margin:0 -16px;">
<div class="w3-half w3-margin-bottom">
<label><i class="fa fa-calendar-o"></i> Check In</label>
<input class="w3-input w3-border" type="text" placeholder="DD MM YYYY" name="CheckIn" required>
</div>
<div class="w3-half">
<label><i class="fa fa-calendar-o"></i> Check Out</label>
<input class="w3-input w3-border" type="text" placeholder="DD MM YYYY" name="CheckOut" required>
</div>
</div>
<div class="w3-row-padding" style="margin:8px -16px;">
<div class="w3-half w3-margin-bottom">
<label><i class="fa fa-male"></i> Adults</label>
<input class="w3-input w3-border" type="number" value="1" name="Adults" min="1" max="6">
</div>
<div class="w3-half">
<label><i class="fa fa-child"></i> Kids</label>
<input class="w3-input w3-border" type="number" value="0" name="Kids" min="0" max="6">
</div>
</div>
<button class="w3-button w3-dark-grey" type="submit"><i class="fa fa-search w3-margin-right"></i> Search availability</button>
</form>
</div>
</div>
</header>
<!-- Page content -->
<div class="w3-content" style="max-width:1532px;">
<div class="w3-container w3-margin-top" id="rooms">
<h3>Rooms</h3>
<p>Make yourself at home is our slogan. We offer the best beds in the industry. Sleep well and rest well.</p>
</div>
<div class="w3-row-padding">
<div class="w3-col m3">
<label><i class="fa fa-calendar-o"></i> Check In</label>
<input class="w3-input w3-border" type="text" placeholder="DD MM YYYY">
</div>
<div class="w3-col m3">
<label><i class="fa fa-calendar-o"></i> Check Out</label>
<input class="w3-input w3-border" type="text" placeholder="DD MM YYYY">
</div>
<div class="w3-col m2">
<label><i class="fa fa-male"></i> Adults</label>
<input class="w3-input w3-border" type="number" placeholder="1">
</div>
<div class="w3-col m2">
<label><i class="fa fa-child"></i> Kids</label>
<input class="w3-input w3-border" type="number" placeholder="0">
</div>
<div class="w3-col m2">
<label><i class="fa fa-search"></i> Search</label>
<button class="w3-button w3-block w3-black">Search</button>
</div>
</div>
<div class="w3-row-padding w3-padding-16">
<div class="w3-third w3-margin-bottom">
<img src="/w3images/room_single.jpg" alt="Norway" style="width:100%">
<div class="w3-container w3-white">
<h3>Single Room</h3>
<h6 class="w3-opacity">From $99</h6>
<p>Single bed</p>
<p>15m<sup>2</sup></p>
<p class="w3-large"><i class="fa fa-bath"></i> <i class="fa fa-phone"></i> <i class="fa fa-wifi"></i></p>
<button class="w3-button w3-block w3-black w3-margin-bottom">Choose Room</button>
</div>
</div>
<div class="w3-third w3-margin-bottom">
<img src="/w3images/room_double.jpg" alt="Norway" style="width:100%">
<div class="w3-container w3-white">
<h3>Double Room</h3>
<h6 class="w3-opacity">From $149</h6>
<p>Queen-size bed</p>
<p>25m<sup>2</sup></p>
<p class="w3-large"><i class="fa fa-bath"></i> <i class="fa fa-phone"></i> <i class="fa fa-wifi"></i> <i class="fa fa-tv"></i></p>
<button class="w3-button w3-block w3-black w3-margin-bottom">Choose Room</button>
</div>
</div>
<div class="w3-third w3-margin-bottom">
<img src="/w3images/room_deluxe.jpg" alt="Norway" style="width:100%">
<div class="w3-container w3-white">
<h3>Deluxe Room</h3>
<h6 class="w3-opacity">From $199</h6>
<p>King-size bed</p>
<p>40m<sup>2</sup></p>
<p class="w3-large"><i class="fa fa-bath"></i> <i class="fa fa-phone"></i> <i class="fa fa-wifi"></i> <i class="fa fa-tv"></i> <i class="fa fa-glass"></i> <i class="fa fa-cutlery"></i></p>
<button class="w3-button w3-block w3-black w3-margin-bottom">Choose Room</button>
</div>
</div>
</div>
<div class="w3-row-padding" id="about">
<div class="w3-col l4 12">
<h3>About</h3>
<h6>Our hotel is one of a kind. It is truely amazing. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.</h6>
<p>We accept: <i class="fa fa-credit-card w3-large"></i> <i class="fa fa-cc-mastercard w3-large"></i> <i class="fa fa-cc-amex w3-large"></i> <i class="fa fa-cc-cc-visa w3-large"></i><i class="fa fa-cc-paypal w3-large"></i></p>
</div>
<div class="w3-col l8 12">
<!-- Image of location/map -->
<img src="/w3images/map.jpg" class="w3-image w3-greyscale" style="width:100%;">
</div>
</div>
<div class="w3-row-padding w3-large w3-center" style="margin:32px 0">
<div class="w3-third"><i class="fa fa-map-marker w3-text-red"></i> 423 Some adr, Chicago, US</div>
<div class="w3-third"><i class="fa fa-phone w3-text-red"></i> Phone: +00 151515</div>
<div class="w3-third"><i class="fa fa-envelope w3-text-red"></i> Email: mail@mail.com</div>
</div>
<div class="w3-panel w3-red w3-leftbar w3-padding-32">
<h6><i class="fa fa-info w3-deep-orange w3-padding w3-margin-right"></i> On demand, we can offer playstation, babycall, children care, dog equipment, etc.</h6>
</div>
<div class="w3-container">
<h3>Our Hotels</h3>
<h6>You can find our hotels anywhere in the world:</h6>
</div>
<div class="w3-row-padding w3-padding-16 w3-text-white w3-large">
<div class="w3-half w3-margin-bottom">
<div class="w3-display-container">
<img src="/w3images/cinqueterre.jpg" alt="Cinque Terre" style="width:100%">
<span class="w3-display-bottomleft w3-padding">Cinque Terre</span>
</div>
</div>
<div class="w3-half">
<div class="w3-row-padding" style="margin:0 -16px">
<div class="w3-half w3-margin-bottom">
<div class="w3-display-container">
<img src="/w3images/newyork2.jpg" alt="New York" style="width:100%">
<span class="w3-display-bottomleft w3-padding">New York</span>
</div>
</div>
<div class="w3-half w3-margin-bottom">
<div class="w3-display-container">
<img src="/w3images/sanfran.jpg" alt="San Francisco" style="width:100%">
<span class="w3-display-bottomleft w3-padding">San Francisco</span>
</div>
</div>
</div>
<div class="w3-row-padding" style="margin:0 -16px">
<div class="w3-half w3-margin-bottom">
<div class="w3-display-container">
<img src="/w3images/pisa.jpg" alt="Pisa" style="width:100%">
<span class="w3-display-bottomleft w3-padding">Pisa</span>
</div>
</div>
<div class="w3-half w3-margin-bottom">
<div class="w3-display-container">
<img src="/w3images/paris.jpg" alt="Paris" style="width:100%">
<span class="w3-display-bottomleft w3-padding">Paris</span>
</div>
</div>
</div>
</div>
</div>
<div class="w3-container w3-padding-32 w3-black w3-opacity w3-card w3-hover-opacity-off" style="margin:32px 0;">
<h2>Get the best offers first!</h2>
<p>Join our newsletter.</p>
<label>E-mail</label>
<input class="w3-input w3-border" type="text" placeholder="Your Email address">
<button type="button" class="w3-button w3-red w3-margin-top">Subscribe</button>
</div>
<div class="w3-container" id="contact">
<h2>Contact</h2>
<p>If you have any questions, do not hesitate to ask them.</p>
<i class="fa fa-map-marker w3-text-red" style="width:30px"></i> Chicago, US<br>
<i class="fa fa-phone w3-text-red" style="width:30px"></i> Phone: +00 151515<br>
<i class="fa fa-envelope w3-text-red" style="width:30px"> </i> Email: mail@mail.com<br>
<form action="/action_page.php" target="_blank">
<p><input class="w3-input w3-padding-16 w3-border" type="text" placeholder="Name" required name="Name"></p>
<p><input class="w3-input w3-padding-16 w3-border" type="text" placeholder="Email" required name="Email"></p>
<p><input class="w3-input w3-padding-16 w3-border" type="text" placeholder="Message" required name="Message"></p>
<p><button class="w3-button w3-black w3-padding-large" type="submit">SEND MESSAGE</button></p>
</form>
</div>
<!-- End page content -->
</div>
<!-- Footer -->
<footer class="w3-padding-32 w3-black w3-center w3-margin-top">
<h5>Find Us On</h5>
<div class="w3-xlarge w3-padding-16">
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
</div>
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" target="_blank" class="w3-hover-text-green">w3.css</a></p>
</footer>
<!-- Add Google Maps -->
<script>
function myMap() {
myCenter=new google.maps.LatLng(41.878114, -87.629798);
var mapOptions= {
center:myCenter,
zoom:12, scrollwheel: false, draggable: false,
mapTypeId:google.maps.MapTypeId.ROADMAP
};
var map=new google.maps.Map(document.getElementById("googleMap"),mapOptions);
var marker = new google.maps.Marker({
position: myCenter,
});
marker.setMap(map);
}
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBu-916DdpKAjTmJNIgngS6HL_kDIKU0aU&callback=myMap"></script>
<!--
To use this code on your website, get a free API key from Google.
Read more at: https://www.w3schools.com/graphics/google_maps_basic.asp
-->
</body>
</html>