-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
161 lines (137 loc) · 5.09 KB
/
index.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
<html>
<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">
<title>Homepage</title>
<style>
<!--automatic slide navigation-->
body{margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; height: 100vh;}
.slider { width: 100%; height: 500px; border-radius: 10px; overflow: hidden;}
.slides { width: 500%; height: 500px; display: flex;}
.slides input { display: none;}
.slide { width: 20%; transition: 2s;}
.slide img { width: 100%; height: 500px; }
.navigation-manual { position: absolute; width: 800px; margin-top: -40px; display: flex; justify-content: center;}
.manual-btn { border: 2px solid #40D3DC; padding: 5px; border-radius: 10px; cursor: pointer; transition: 1s;}
.manual-btn:not(:last-child) { margin-right: 40px;}
.manual-btn:hover { background: #40D3DC;}
#radio1:checked ~ .first { margin-left: 0;}
#radio2:checked ~ .first { margin-left: -20%;}
#radio3:checked ~ .first { margin-left: -40%;}
#radio4:checked ~ .first { margin-left: -60%;}
.navigation-auto {position: absolute; display: flex; width: 800px; justify-content: center; margin-top: 460px;}
.navigation-auto div {border: 2px solid #40D3DC; padding: 5px; border-radius: 10px; transition: 1s;}
.navigation-auto div:not(:last-child) {margin-right: 40px;}
#radio1:checked ~ .navigation-auto .auto-btn1 { background: #40D3DC;}
#radio2:checked ~ .navigation-auto .auto-btn2 { background: #40D3DC;}
#radio3:checked ~ .navigation-auto .auto-btn3 { background: #40D3DC;}
#radio4:checked ~ .navigation-auto .auto-btn4 { background: #40D3DC;}
</style>
</head>
<body>
<center><img src = "HTML Project Photos\logo_2.jpg"></center>
<font = "5" face = "Georgia" color = "black">
<h1 align = "center"><i>GETAWAY DELUXE</i></h1>
</font>
<h3><center> <a href = "About Us.html">About Us </a>|
<a href = "Rooms and accomodation.html"> Our Hotels </a> |
<a href = "Booking Form.html"> Bookings </a></center></h3>
<hr>
<!--image slider start-->
<div class = "slider">
<div class = "slides">
<input type = "radio" name = "radio-btn" id = "radio1">
<input type = "radio" name = "radio-btn" id = "radio2">
<input type = "radio" name = "radio-btn" id = "radio3">
<input type = "radio" name = "radio-btn" id = "radio4">
<!--image slider end-->
<!--slide images start-->
<div class = "slide first">
<img src = 'HTML Project Photos\hotel_pic4.jpg'>
</div>
<div class = "slide">
<img src = 'HTML Project Photos\hotel_pic5.jpg'>
</div>
<div class = "slide">
<img src = 'HTML Project Photos\hotel_pic6.jpg'>
</div>
<div class = "slide">
<img src = 'HTML Project Photos\hotel_pic7.jpg'>
</div>
<!--slide images end-->
<!--automatic navigation start-->
<div class = "navigation-auto">
<div class = "auto-btn1"></div>
<div class = "auto-btn2"></div>
<div class = "auto-btn3"></div>
<div class = "auto-btn4"></div>
</div>
<!--automatic navigation end-->
</div>
<!--manual navigation start-->
<div class = "navigation-manual">
<label for = "radio1" class = "manual-btn"></label>
<label for = "radio2" class = "manual-btn"></label>
<label for = "radio3" class = "manual-btn"></label>
<label for = "radio4" class = "manual-btn"></label>
</div>
<!--manual navigation end-->
</div>
<!--image slider end-->
<script type = "text/javascript">
var counter = 1;
setInterval(function()
{
document.getElementById("radio" + counter).checked = true;
counter++;
if(counter > 4)
{counter = 1;}
}, 5000);
</script>
<font = "5" face = "Cambria Math">
<table>
<tr>
<td><img src = "HTML Project Photos\hotel_pic1.gif"></td>
<td align = "center"><h3>TRANQUIL<br>
ENVIRONMENT</h3><br>
Whether you want to immerse yourself in the great blue liquid or simply<br>
wish to enjoy a cold refreshing beverage outside, our pool area is the place to be!
</td>
</tr>
<tr>
<td align = "center"><h3>LUXURIOUS<br>
ROOMS</h3><br>
We have a wide variety of rooms for you to choose from. You want an ocean view? You got it!<br> You like an indoor vibe? Done!
Among many more that we simply can't list them all. Not to mention excellent hotel room service.
</td>
<td><img src = "HTML Project Photos\hotel_pic2.gif"></td>
</tr>
<tr>
<td><img src = "HTML Project Photos\beach_pic.gif"></td>
<td align = "center"><h3>SUMMER<br>
VIBES</h3><br>
If you are a fun of the ocean, then you will definitely be a fan of our beach<br>
Who says it can't be summer everyday?
</td>
</tr>
</table>
</font>
<table bgcolor = "gray" width = 100% height = 20%>
<font = "3" color = "white">
<tr>
<td align = "center"><b>Contact Us | Getaway Deluxe | Bookings</b></td>
</tr>
<tr>
<td align = "center"><b>Phone Number</b>: +254 790237488</td>
</tr>
<tr>
<td align = "center"><b>Email</b>: centralreservations@getawayDeluxe.com</td>
</tr>
<tr>
<td align = "center"> Kindly fill in this <a href = "Hotel form.html">satisfactory form </a> to let us know your feedback on<br>
the services offered by Getaway Deluxe </center>
</font>
</table>
</body>
</html>