-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
281 lines (281 loc) · 11 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
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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<script src="set.js" defer></script>
<link
rel="shortcut icon"
href="img/planet-regular-24.png"
type="image/x-icon"
/>
<link
rel="stylesheet"
href="https://unpkg.com/boxicons@latest/css/boxicons.min.css"
/>
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.0.0/fonts/remixicon.css"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Sen:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<title>Travel</title>
</head>
<body>
<header>
<a href="#" class="logo">
<img src="./img/Logo.png" alt="logo" />
</a>
<ul class="navlist">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#destination">Destination</a></li>
<li><a href="#testimonial">testimonial</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="h-right">
<a href="#" class="h-btn">
Book Now
<img src="img/Vector.png" alt="vector" />
</a>
<div class="bx bx-menu" id="menu-icon"></div>
</div>
</header>
<section class="home" id="home">
<div class="home-text">
<h1>Discover Lovely Places</h1>
<p>
Plan and book your perfect trip with expert advice, travel
tips, destination and inspiration from us.
</p>
<div class="button">
<a href="#" class="btn">Explore</a>
<a href="" class="btn2"
><span><i class="ri-play-mini-fill"></i></span>Watch
View</a
>
</div>
</div>
<div class="home-img">
<img src="img/hero.png" alt="hero" />
</div>
</section>
<section class="categorie">
<div class="categorie-content">
<div class="row">
<img src="img/row1.png" alt="Tower" />
<h4>Tower</h4>
</div>
<div class="row">
<img src="img/row2.png" alt="Tower" />
<h4>Tower</h4>
</div>
<div class="row">
<img src="img/row3.png" alt="Tower" />
<h4>Tower</h4>
</div>
<div class="row">
<img src="img/row4.png" alt="Tower" />
<h4>Tower</h4>
</div>
<div class="row">
<img src="img/row5.png" alt="Tower" />
<h4>Tower</h4>
</div>
<!-- <div class="row">
<img src="img/row6.png" alt="Tower" />
<h4>Tower</h4>
</div> -->
</div>
</section>
<section class="about" id="about">
<div class="about-img">
<img src="img/about.png" alt="about" />
</div>
<div class="about-text">
<span>Our experience</span>
<h2>Our Stories Have Adventure</h2>
<p>
We are experienced in bringing adventures to stay their
journey, with all outdoor destinations in the world as our
specialties. Start your adventure now! Nature has already
called you!
</p>
<div class="about-box">
<div class="box-in">
<div class="main-box">
<h5>12k+</h5>
<h6>Sucess Journey</h6>
</div>
</div>
<div class="box-in">
<div class="main-box">
<h5>16+</h5>
<h6>Awards Winnin</h6>
</div>
</div>
<div class="box-in">
<div class="main-box">
<h5>20+</h5>
<h6>Years of experience</h6>
</div>
</div>
</div>
</div>
</section>
<section class="destination" id="destination">
<div class="center-text">
<h2>Destination</h2>
<p>
Here are lots of interesting destinations to visit, but
don't be confused-they're already by category.
</p>
</div>
<div class="destination-content">
<div class="box">
<img src="img/img1.png" alt="img1" />
<h3>Moutain hiking Tour</h3>
<h6>Moutain hiking Tour</h6>
<div class="box-main">
<div class="box-text">
<h5>89$</h5>
</div>
<div class="box-btn">
<a href="#" class="bxx-btn">Book Now</a>
</div>
</div>
</div>
<div class="box">
<img src="img/img2.png" alt="img1" />
<h3>The grand Cannyon, Arizona</h3>
<h6>The grand Cannyon, Arizona</h6>
<div class="box-main">
<div class="box-text">
<h5>89$</h5>
</div>
<div class="box-btn">
<a href="#" class="bxx-btn">Book Now</a>
</div>
</div>
</div>
<div class="box">
<img src="img/img3.png" alt="img1" />
<h3>Machu Picchu, Peru</h3>
<h6>Machu Picchu, Peru</h6>
<div class="box-main">
<div class="box-text">
<h5>89$</h5>
</div>
<div class="box-btn">
<a href="#" class="bxx-btn">Book Now</a>
</div>
</div>
</div>
</div>
</section>
<section class="testimonial" id="testimonial">
<div class="testimonial-img">
<img src="img/tst.png" alt="testimonial" />
</div>
<div class="testimonial-text">
<h2>A costomer said about us:</h2>
<div class="tst-in">
<p>
Salty helped me a lot in finding the best place for our
first outdoor adventure trip. They responded very
quickly and gave me a detailed account of the place-its
history, as well as its best features.
</p>
<div class="tst-star">
<a href="#"><i class="ri-star-fill"></i></a>
<a href="#"><i class="ri-star-fill"></i></a>
<a href="#"><i class="ri-star-fill"></i></a>
<a href="#"><i class="ri-star-fill"></i></a>
<a href="#"><i class="ri-star-fill"></i></a>
</div>
<div class="tst-main">
<div class="tst-text">
<h4>Andrew Sarma</h4>
<h6>Enterpreneur</h6>
</div>
<div class="tst-icon">
<i class="ri-arrow-right-double-line"></i>
</div>
</div>
</div>
</div>
</section>
<section class="cta">
<div class="cta-content">
<h3>Let's start booking a room</h3>
<p>We will contact you to cofirm your booking.</p>
<form action="book">
<div class="input-box">
<i class="ri-phone-fill"></i>
<input type="tel" placeholder="Your Number" />
</div>
<div class="input-box">
<i class="ri-user-3-fill"></i>
<input type="number" placeholder="People" />
</div>
<a href="#" class="book-btn">Book Now</a>
</form>
</div>
</section>
<section class="contact" id="contact">
<div class="footer-box">
<a href="#" class="footer-logo">
<img src="img/Logo.png" alt="logo" />
</a>
<p>Enjoy the touring <br />with Salty</p>
<div class="social-link">
<a href="#"><i class="ri-facebook-fill"></i></a>
<a href="#"><i class="ri-instagram-fill"></i></a>
<a href="#"><i class="ri-twitter-fill"></i></a>
</div>
</div>
<div class="footer-box">
<h3>Resources</h3>
<a href="#">Download</a>
<a href="#">Help Center</a>
<a href="#">Guide Book</a>
<a href="#">App Directory</a>
</div>
<div class="footer-box">
<h3>Travellers</h3>
<a href="#">Why Travlellers</a>
<a href="#">Help Center</a>
<a href="#">Guide Book</a>
<a href="#">App Directory</a>
</div>
<div class="footer-box">
<h3>Company</h3>
<a href="#">Download</a>
<a href="#">Help Center</a>
<a href="#">Guide Book</a>
<a href="#">App Directory</a>
</div>
<div class="footer-box">
<h3>Get App</h3>
<a href="#">App Store</a>
<a href="#">Help Center</a>
</div>
</section>
<div class="end-content">
<div class="end-text">
<p>© Copyright Joseildo Silva 2023</p>
</div>
<div class="end-icon">
<a href="https://github.com/Josnjs" target="_blank">
Go To
<i class="ri-github-fill"></i
></a>
</div>
</div>
</body>
</html>