-
Notifications
You must be signed in to change notification settings - Fork 0
/
destinations.html
242 lines (216 loc) · 7.51 KB
/
destinations.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
<!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">
<title>infosafaris</title>
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/fontawesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.6.0/font/bootstrap-icons.css" integrity="sha384-7ynz3n3tAGNUYFZD3cWe5PDcE36xj85vyFkawcF6tIwxvIecqKvfwLiaFdizhPpN" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous">
</head>
<body>
<nav>
<div class="row6">
<p><span id="big">I</span>nfo<span id="big">S</span>afari</p>
</div>
<div class="row6">
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./about.html">About us</a></li>
<li><a href="./destinations.html">Destination</a></li>
<li><a href="./contact_us.html">Contact</a></li>
</ul>
</div>
</nav>
<section class="header">
<h1>InfoSafaris</h1>
<p>Travel and Explore with style</p>
<div class="input-group">
<input type="text" class="form-control" placeholder="search county">
<div class="input-group-append">
<button type="submit" class="input-group-text btn">Search</button>
</div>
</div>
</section>
<section class="features">
<h1>Destinations</h1>
<div class="container">
<div class ="row">
<div class ="col-md-4">
<div class="feature-box">
<div class="feature-img">
<img src="images/lakevictoria.jpg">
<div class="price">
<p>100$</p>
</div>
</div>
<div class="feature-details">
<h4>Lake Victoria</h4>
<p>Lake Victoria is one of the African Great Lakes. Though having multiple
local language names, the lake was renamed after Queen Victoria by the
explorer John Hanning Speke.</p>
<div>
<span><i class="fa fa-map-marker">lakevictoria</i></span>
<span><i class="fas fa-sun"></i>4 Days</span>
<span><i class="fa fa-moon"></i>3 Nights</span>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="feature-box">
<div class="feature-img">
<img src="images/laketurkana.jpg">
<div class="price">
<p>100$</p>
</div>
</div>
<div class="feature-details">
<h4>Lake Turkana</h4>
<p>One of The Largest Salty Lakes.</p>
<div>
<span><i class="fa fa-map-marker">lakevictoria</i></span>
<span><i class="fas fa-sun"></i>4 Days</span>
<span><i class="fas fa-moon"></i>3 Nights</span>
</div>
</div>
</div>
</div>
<div class="feature-box">
<div class="feature-img">
<img src="images/plains.jpg">
<div class="price">
<p>100$</p>
</div>
</div>
<div class="feature-details">
<h4>Turkana Plains</h4>
<p>One of the most beautiful places to be enjoy the birds view</p>
<div>
<span><i class="fa fa-map-marker">lakevictoria</i></span>
<span><i class="fas fa-sun"></i>4 Days</span>
<span><i class="fas fa-moon"></i>3 Nights</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class ="gallery">
<h1>Travelling Gallery</h1>
<div class ="container">
<div class="row">
<div class="col-md-3">
<div class="gallery-box">
<img src="./images/victoriafalls.jpg">
<h4>Lake Victoria</h4>
</div>
</div>
<div class="col-md-3">
<div class="gallery-box">
<img src="./images/maasais.jpg">
<h4>Kajiado</h4>
</div>
</div>
<div class="col-md-3">
<div class="gallery-box">
<img src="./images/turkana.jpg">
<h4>Turkana</h4>
</div>
</div>
<div class="col-md-3">
<div class="gallery-box">
<img src="./images/lakevictoria.jpg">
<h4>Tana Falls</h4>
</div>
</div>
</div>
</div>
</section>
<section class="banner">
<div class="banner-highlights">
<div class="container">
<div class="row">
<div class="col-md-8">
<h2>Get 30% on top destination</h2>
<p>Book you tickets Today and get a 30% discount</p>
</div>
<div class="col-md-4">
<button type="button" class="booking-btn">Book Now</button>
</div>
</div>
</div>
</div>
</section>
<section class="users-feedback">
<h1> Review </h1>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="user-review">
<p><q>Great Experience..I Really Love the website it links you
with an Experience never to forget.</q>
</p>
<h5>Riisherd Orito</h5>
<small>Lake victoria</small>
</div>
<img src="./Images/user1.jpg">
</div>
<div class="col-md-4">
<div class="user-review">
<p><q>What can you wish for if its not infoSafari , I would greatly
recommend everyone to visit the site.</q>
</p>
<h5>Amon Wanyonyi</h5>
<small>Kajiado</small>
</div>
<img src="./Images/user2.jpg">
</div>
<div class="col-md-4">
<div class="user-review">
<p><q>What a lovely place to be..I Really Love the platform it is user friendly you
can check out on new adventures and places on real time.</q>
</p>
<h5>Omondi Timon</h5>
<small>Lake Turkana</small>
</div>
<img src="./Images/user3.jpg">
</div>
</div>
</div>
</section>
<section class="footer">
<div class="container">
<div class="row">
<div class="col-md-3">
<!-- <img src="images/infosafaris.jpeg" class="footer-logo"> -->
<p>When we All Travel and meet new adventures,Our Live are fully Lived</p>
</div>
<div class="col-md-3">
<h4>Features</h4>
<p>Deals & Offers</p>
<p>Customer Reviews</p>
<p>Cancelation Policies</p>
</div>
<div class="col-md-3">
<h4>Quick contact</h4>
<p><i class="fa fa-phone-square"></i>+254 711 600131</p>
<p><i class="fa fa-envelope"></i>oritorichie2@gmail.com</p>
<p><i class="fa fa-home"></i>msa rd</p>
</div>
<div class="col-md-3">
<h4><h4>Follow Us on</h4>
<p><i class="fab fa-facebook"></i>Facebook</p>
<p><i class="fab fa-youtube"></i>Youtube</p>
<p><i class="fab fa-twitter-square"></i>Twitter</p></h4>
</div>
</div><hr>
<p class="copyright">Created by <i class="fa fa-heart"></i>Richard Orito Omondi </p>
</div>
</section>
</body>
</html>