-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.php
191 lines (179 loc) · 6.96 KB
/
home.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Safiri</title>
<!-- CSS only -->
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/84ca4e9774.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- header section starts here -->
<section class="header">
<a href="home.php" class="logo">zuru</a>
<div class="search-box">
<div class="row">
<input type="text" id="search-footer-col" placeholder="Search for anything" autocomplete="off">
<button><i class="fa-solid fa-magnifying-glass"></i></button>
</div>
</div>
<nav class="navbar">
<a href="home.php">home</a>
<a href="about.php">about</a>
<a href="package.php">package</a>
<a href="book.php">book</a>
</nav>
<div id="menu-btn" class="fa-solid fa-bars"></div>
</section>
<!-- header section ends here -->
<!-- start of the home section -->
<section class="home">
<div class="home-slider">
<div class="slide" style="background:url(img/slide7.jpeg) no-repeat">
<div class="content">
<span>explore, discover, travel</span>
<h3>trvel around the world</h3>
<a href="package.php" class="btn">discover more</a>
</div>
</div>
</div>
</section>
<!--home section ends here -->
<!---start of the services section-->
<section class="services">
<h1 class="heading-title">our services</h1>
<div class="box-container">
<div class="box">
<img src="img/adventures.png" alt="">
<h3>adventures</h3>
</div>
<div class="box">
<img src="img/tourguides.png" alt="">
<h3>tour guide</h3>
</div>
<div class="box">
<img src="img/trekking.png" alt="">
<h3>trekking</h3>
</div>
<div class="box">
<img src="img/bornfire.png" alt="">
<h3>camp fire</h3>
</div>
<div class="box">
<img src="img/offroad.png" alt="">
<h3>off roads</h3>
</div>
<div class="box">
<img src="img/campings.png" alt="">
<h3>camping</h3>
</div>
</div>
</section>
<!-- start of the home-about section -->
<section class="home-about">
<div class="image-container">
<img src="img/slide5.jpg" alt="">
</div>
<div class="home-content">
<h3>About us</h3>
<p>Zuru Travel & Tours is a leading travel and tour company
offering a wide range of services including domestic and international travel packages,
airline ticketing, hotel reservations, visa assistance, and customized tour packages.
With a team of experienced professionals, we are dedicated to providing exceptional customer service
and creating unforgettable travel experiences for our clients.
Whether you're planning a relaxing beach getaway, an adventurous trekking expedition, or a cultural tour,
we have the expertise to make your travel dreams a reality</p>
<a href="about.php" class="btn">read more</a>
</div>
</section>
<!-- home about section ends here -->
<!-- package section starts here -->
<section class="home-package">
<h1 class="heading-title">our packages</h1>
<div class="box-container">
<div class="box">
<div class="image">
<img src="img/package2.jpg" alt="">
</div>
<div class="content">
<h3>Adventures & Tours</h3>
<p>a relaxing beach getaway</p>
<a href="book.php" class="btn" >book now</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="img/package3.jpg" alt="">
</div>
<div class="content">
<h3>Adventures & Tours</h3>
<p>an adventurous trekking expedition</p>
<a href="book.php" class="btn" >book now</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="img/slide3.jpg" alt="">
</div>
<div class="content">
<h3>Adventures & Tours</h3>
<p> we have the expertise to make your travel dreams a reality</p>
<a href="book.php" class="btn" >book now</a>
</div>
</div>
</div>
<div class="load-more"><a href="package.php" class="btn">load more</a></div>
</section>
<!-- package section ends here -->
<!---start of the footer section-->
<section class="footer">
<div class="footer-container">
<div class="row">
<div class="footer-col">
<h1>Quick links</h1>
<ul>
<li><a href="home.php">home</a></li>
<li><a href="about.php">about</a></li>
<li><a href="package.php">package</a></li>
<li><a href="book.php">book</a></li>
</ul>
</div>
<div class="footer-col">
<h1>Extra links</h1>
<ul>
<li><a href="#">ask questions</a></li>
<li><a href="#">about us</a></li>
<li><a href="#">privacy policy</a></li>
<li><a href="#">terms and conditions</a></li>
</ul>
</div>
<div class="footer-col">
<h1>Contact info</h1>
<ul>
<li>0799952841</li>
<li>0795457497</li>
<li>belgeo@gmail.com</li>
<li>Nairobi, Kenya</li>
</ul>
</div>
<div class="footer-col">
<h1>follow us</h1>
<ul>
<li><a href="#">facebook</a></li>
<li><a href="#">instagram</a></li>
<li><a href="#">twitter</a></li>
<li><a href="#">linkedIn</a></li>
</ul>
</div>
</div>
</div>
<div class="credit">
<p>© belgeo travels | design by <span>George Nyongesa</span> | all rights reserved 2024!</p>
</div>
</section>
<!---the end of the footer section-->
<!---here is the javascript link for this page-->
<script src="script.js"></script>
</body>
</html>