-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
304 lines (289 loc) · 14.5 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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!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">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/aos.css">
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<title>D-Travel</title>
</head>
<body>
<header>
<nav class="nav-bar">
<div>
<img src="images/Logo.png" alt="">
</div>
<div class="bars">
<i class="fa-solid fa-bars"></i>
</div>
<div class="nav-items">
<ul>
<li><a href="#">find a trip</a></li>
<li><a href="#">destinations</a></li>
<li><a href="#">why besnik</a></li>
<li><a href="#">contact</a></li>
</ul>
</div>
<div class="signup">
<button class="singup-btn">Create Account</button>
</div>
</nav>
<div class="banner">
<h1 data-aos="zoom-in" data-aos-delay="100">Exploring The World <br> In Comfort.</h1>
<p class="info" data-aos="zoom-out" data-aos-delay="100">You do not have the right to remain silent… let us know <br> what it takes to challenge you
</p>
</div>
<div class="searching" data-aos="zoom-in" data-aos-delay="500">
<div class="input-area">
<i class="fa-solid fa-magnifying-glass"></i>
<input type="text" placeholder="Search Destination">
<i class="fa-solid fa-location-dot"></i>
<input type="text" placeholder="Location">
<select name="" id="">
<option value="2 Person">2 Person</option>
<option value="3 Person">3 Person</option>
<option value="4 Person">4 Person</option>
<option value="5 Person">5 Person</option>
</select>
</div>
<div class="search-area">
<button class="search-btn">Search</button>
</div>
</div>
</header>
<main>
<section class="summary">
<h1>We Provide Best</h1>
<p>Take high quality online courses from the best online instrictors <br> around the world & develop your
skills.</p>
<div class="info-container">
<div class="card" data-aos="zoom-in" data-aos-delay="300">
<img src="images/Icon.png" alt="">
<h3>Select Destination</h3>
<p>At first choose the place you wanted to go</p>
</div>
<div class="card" data-aos="zoom-in" data-aos-delay="300">
<img src="images/Icon-1.png" alt="">
<h3>Book a Trip</h3>
<p>Book your tip form our exclusive offers</p>
</div>
<div class="card" data-aos="zoom-in" data-aos-delay="300">
<img src="images/Icon-2.png" alt="">
<h3>Take your flight</h3>
<p>Take your flight on selected date and joy</p>
</div>
</div>
</section>
<!-- about us section -->
<section class="about-us container">
<p class="about">about us</p>
<div class="about-text">
<h1>Explore all corners of the world with us.</h1>
<p>These exercises ran in parallel with a series of focus groups comprising of parents. exercises
ran in parallel with a series of focus groups comprising of parents.</p>
</div>
<div class="place-cards">
<div class="place-card" data-aos="slide-left" data-aos-delay="300">
<img src="images/place1.png" alt="">
<span class="quote-img"><img src="images/quote.png" alt=""></span>
<h2>Nanjing, China</h2>
<p>These exercises ran in parallel with a series of focus groups comprising of parents. These exercises ran in parallel with a series.</p>
</div>
<div class="place-card" data-aos="zoom-in" data-aos-delay="300">
<img src="images/place2.png" alt="">
<span class="quote-img"><img src="images/quote.png" alt=""></span>
<h2>Bridge, London</h2>
<p>These exercises ran in parallel with a series of focus groups comprising of parents. These exercises ran in parallel with a series.</p>
</div>
<div class="place-card" data-aos="slide-right" data-aos-delay="300">
<img src="images/place1.png" alt="">
<span class="quote-img"><img src="images/quote.png" alt=""></span>
<h2>Nanjing, China</h2>
<p>These exercises ran in parallel with a series of focus groups comprising of parents. These exercises ran in parallel with a series.</p>
</div>
</div>
</section>
<!-- features tour section -->
<section class="tour-section container">
<h1>Featured Tour Places</h1>
<p class="tour-info">There are many variations of passages of Lorem Ipsum available, <br> but the majority have suffered alteration</p>
<div class="tour-cards">
<div class="tour-card" data-aos="flip-right" data-aos-delay="300">
<img src="images/tour1.png" alt="">
<h3>Spain Places</h3>
<div class="tour-details-container">
<div class="tour-details">
<p> <i class="fa-solid fa-clock-rotate-left"></i> 7 Days/6 Nights</p>
</div>
<p class="price">$544.00</p>
</div>
</div>
<div class="tour-card" data-aos="flip-right" data-aos-delay="300">
<img src="images/tour2.png" alt="">
<h3>Japan Places</h3>
<div class="tour-details-container">
<div class="tour-details">
<p> <i class="fa-solid fa-clock-rotate-left"></i> 7 Days/6 Nights</p>
</div>
<p class="price">$544.00</p>
</div>
</div>
<div class="tour-card" data-aos="flip-left" data-aos-delay="300">
<img src="images/tour3.png" alt="">
<h3>London Places</h3>
<div class="tour-details-container">
<div class="tour-details">
<p> <i class="fa-solid fa-clock-rotate-left"></i> 7 Days/6 Nights</p>
</div>
<p class="price">$544.00</p>
</div>
</div>
<div class="tour-card" data-aos="flip-left" data-aos-delay="300">
<img src="images/tour4.png" alt="">
<h3>Canada Places</h3>
<div class="tour-details-container">
<div class="tour-details">
<p> <i class="fa-solid fa-clock-rotate-left"></i> 7 Days/6 Nights</p>
</div>
<p class="price">$544.00</p>
</div>
</div>
</div>
</section>
<!-- our partner section -->
<section class="partners container">
<h1>Our Tour Partner</h1>
<p class="partners-info">There are many variations of passages of Lorem Ipsum available, <br> but the majority have suffered alteration.</p>
<div class="partners-img-container" data-aos="slide-up" data-aos-delay="300">
<div class="partners-img">
<img src="images/logos/1.png" alt="">
<img src="images/logos/2.png" alt="">
<img src="images/logos/3.png" alt="">
<img src="images/logos/4.png" alt="">
</div>
<div class="partners-img parterns-img-two">
<img src="images/logos/5.png" alt="">
<img src="images/logos/6.png" alt="">
</div>
</div>
</section>
<!-- top cities section -->
<section class="top-cities container" data-aos="flip-left" data-aos-delay="850">
<span>Top Cities</span>
<h1>Our popular cities</h1>
<p>We're a team of humans with the strategy, tools, <br> and solutions and digital products.</p>
<div class="top-cities-card">
<div class="top-city"> <img src="images/cards/card01.png" alt=""></div>
<div class="top-city"> <img src="images/cards/card02.png" alt=""></div>
<div class="top-city"> <img src="images/cards/card03.png" alt=""></div>
</div>
</section>
<!-- Testimonial Section -->
<section class="testimonials container">
<span>testimonials</span>
<h1>What our client say</h1>
<p>Create a visual identity for your company, <br> and an overall brand</p>
<div class="testimonial-cards">
<div class="testimonial-card" data-aos="flip-right" data-aos-delay="850">
<img src="images/testimonials/image.png" alt="">
<h4>Sayem Ahmed</h4>
<p class="sub-title">Product designer</p>
<div class="hr"></div>
<div class="testimonial-icons">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<p class="testimonial-details">Before we define any approach, we need to define the brands' overall goal. We then need to dive.</p>
</div>
<div class="testimonial-card" data-aos="flip-right" data-aos-delay="850">
<img src="images/testimonials/image-1.png" alt="">
<h4>John Smith</h4>
<p class="sub-title">Product designer</p>
<div class="hr"></div>
<div class="testimonial-icons">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<p class="testimonial-details" >Before we define any approach, we need to define the brands' overall goal. We then need to dive.</p>
</div>
<div class="testimonial-card" data-aos="flip-left" data-aos-delay="850">
<img src="images/testimonials/image-2.png" alt="">
<h4>Rowhan Doe</h4>
<p class="sub-title">Product designer</p>
<div class="hr"></div>
<div class="testimonial-icons">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<p class="testimonial-details">Before we define any approach, we need to define the brands' overall goal. We then need to dive.</p>
</div>
<div class="testimonial-card" data-aos="flip-left" data-aos-delay="850">
<img src="images/testimonials/image-3.png" alt="">
<h4>Adnan Roe</h4>
<p class="sub-title">Product designer</p>
<div class="hr"></div>
<div class="testimonial-icons">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
</div>
<p class="testimonial-details">Before we define any approach, we need to define the brands' overall goal. We then need to dive.</p>
</div>
</div>
</section>
<section class="subscribe">
<div class="subscribe-area">
<div>
<h1>Get our pro offers </h1>
<p>Create a visual identity for your company, <br> and an overall brand</p>
</div>
<div class="subscribe-input">
<input type="text" placeholder="Type your email here">
<button class="subscribe-btn">Subscribe</button>
</div>
</div>
<img src="images/icons/1.png" alt="">
<img src="images/icons/2.png" alt="">
<img class="bg-img" src="images/icons/3.png" alt="">
</section>
</main>
<footer class="footer">
<div class="footer-container">
<div class="footer-items">
<img src="images/Logo.png" alt="">
<p>There are many variations of <br> passages of available</p>
</div>
<div class="social-icons">
<a href="#"><img src="images/icons/Facebook.png" alt="">Facebook</a>
<a href="#"><img src="images/icons/Linkedin.png" alt="">LinkedIn</a>
<a href="#"><img src="images/icons/Twitter.png" alt="">Twitter</a>
<a href="#"><img src="images/icons/Twitter.png" alt="">Pinterest</a>
</div>
<div>
<h3>Recent Posts</h3>
<p>Top 5 Himalayan Treks</p>
<p id="post">May 17,2021</p>
</div>
</div>
</footer>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="js/app.js"></script>
</body>
</html>