forked from Alipakkr/Voyawander
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFlight.html
281 lines (266 loc) · 9.86 KB
/
Flight.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">
<title>Voyawander Flight</title>
<link href="https://cdn.jsdelivr.net/npm/remixicon@3.4.0/fonts/remixicon.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css" />
<link rel="stylesheet" href="Flight.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />
</head>
<body>
<!-- navbar -->
<div class="head2">
<div class="logo"><a href="index.html"> Voyawander</a></div>
<div class="head3">
<a class="heads" href="index.html">Home</a>
<a class="heads" href="about.html">About Us</a>
<a class="heads" href="hotel.html">Hotels</a>
<a class="heads" href="Flight.html">Flights</a>
<a class="heads" href="contact.html">Contact Us</a>
<a class="heads" href="login.html">Login</a>
</div>
<span class="material-symbols-outlined">
menu
</span>
</div>
<header class="section__container header__container">
<h1 class="section__header">Find And Book<br />A Great Experience</h1>
<!-- <img src="https://img.happyeasygo.com/oss/ossuploadfile/advertising/2021/11/11/7b1b0a40fe39470a8166252f994d702b.jpg"
alt="header" /> -->
<!-- slider start here -->
<div id="slider">
<!-- Slider main container -->
<div class="swiper">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide">
<img src="https://wowslider.com/sliders/demo-27/data1/images/aircraft537963.jpg" />
</div>
<div class="swiper-slide">
<img
src="https://www.futuretravelexperience.com/wp-content/uploads/2021/10/Etihad-sustainable-flight.jpg" />
</div>
<div class="swiper-slide">
<img
src="https://image.khaleejtimes.com/?uuid=b3e11de8-80d3-4d6e-b836-d37b2158c3ae&function=cropresize&type=preview&source=false&q=75&crop_w=0.80238&crop_h=0.99999&x=0.09881&y=0&width=1200&height=675" />
</div>
<!-- <div class="swiper-slide">
<img src="https://facts.net/wp-content/uploads/2023/07/12-facts-about-flydubai-1690170386.jpeg" />
</div>
<div class="swiper-slide">
<img src="https://www.flydubai.com/en/media/Flight-status-flydubai-2x-668x460_tcm8-168029.jpg" />
</div> -->
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
<!-- If we need navigation buttons -->
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
</div>
<!-- slider end here -->
</header>
<section class="section__container booking__container">
<div class="booking__nav">
<span>Economy Class</span>
<span>Business Class</span>
<span>First Class</span>
</div>
<form>
<div class="form__group">
<span><i class="ri-map-pin-line"></i></span>
<div class="input__content">
<div class="input__group">
<input type="text" placeholder="" />
<label>From</label>
</div>
<p>Where are you goung?</p>
</div>
</div>
<div class="form__group">
<span><i class="ri-map-pin-line"></i></span>
<div class="input__content">
<div class="input__group">
<input type="text" placeholder="" />
<label>To</label>
</div>
<p>Where are you goung?</p>
</div>
</div>
<div class="form__group">
<span><i class="ri-user-3-line"></i></span>
<div class="input__content">
<div class="input__group">
<input type="number" />
<label>Travellers</label>
</div>
<p>Add guests</p>
</div>
</div>
<div class="form__group">
<span><i class="ri-calendar-line"></i></span>
<div class="input__content">
<div class="input__group">
<input type="date" />
<label>Departure</label>
</div>
<p>Add date</p>
</div>
</div>
<div class="form__group">
<span><i class="ri-calendar-line"></i></span>
<div class="input__content">
<div class="input__group">
<input type="date" placeholder="Departure Date" />
<label>Return</label>
</div>
<p>Add date</p>
</div>
</div>
</form>
<div class="buttonClass">
<a href="flightpage.html"> <button class="btn"><i class="ri-search-line"></i>Search</button></a>
</div>
</section>
<section class="section__container plan__container">
<p class="subheader">TRAVEL SUPPORT</p>
<h2 class="section__header">Plan your travel with confidence</h2>
<p class="description">
Find help with your bookings and travel plans, and seee what to expect
along your journey.
</p>
<div class="plan__grid">
<div class="plan__content">
<span class="number">01</span>
<h4>Travel Requirements for Dubai</h4>
<p>
Stay informed and prepared for your trip to Dubai with essential
travel requirements, ensuring a smooth and hassle-free experience in
this vibrant and captivating city.
</p>
<span class="number">02</span>
<h4>Multi-risk travel insurance</h4>
<p>
Comprehensive protection for your peace of mind, covering a range of
potential travel risks and unexpected situations.
</p>
<span class="number">03</span>
<h4>Travel Requirements by destinations</h4>
<p>
Stay informed and plan your trip with ease, as we provide up-to-date
information on travel requirements specific to your desired
destinations.
</p>
</div>
<div class="plan__image">
<img src="image/plan-1.jpg" alt="plan" />
<img src="image/plan-2.jpg" alt="plan" />
<img src="image/plan-3.jpg" alt="plan" />
</div>
</div>
</section>
<section class="memories">
<div class="section__container memories__container">
<div class="memories__header">
<h2 class="section__header">
Travel to make memories all around the world
</h2>
<a href="destine.html"> <button class="view__all">View All</button></a>
</div>
<div class="memories__grid">
<div class="memories__card">
<span><i class="ri-calendar-2-line"></i></span>
<h4>Book & relax</h4>
<p>
With "Book and Relax," you can sit back, unwind, and enjoy the
journey while we take care of everything else.
</p>
</div>
<div class="memories__card">
<span><i class="ri-shield-check-line"></i></span>
<h4>Smart Checklist</h4>
<p>
Introducing Smart Checklist with us, the innovative solution
revolutionizing the way you travel with our airline.
</p>
</div>
<div class="memories__card">
<span><i class="ri-bookmark-2-line"></i></span>
<h4>Save More</h4>
<p>
From discounted ticket prices to exclusive promotions and deals,
we prioritize affordability without compromising on quality.
</p>
</div>
</div>
</div>
</section>
<section class="section__container travellers__container">
<h2 class="section__header">Best travellers of the month</h2>
<div class="travellers__grid">
<div class="travellers__card">
<img src="image/traveller-1.jpg" alt="traveller" />
<div class="travellers__card__content">
<img src="image/client-1.jpg" alt="client" />
<h4>Emily Johnson</h4>
<p>Dubai</p>
</div>
</div>
<div class="travellers__card">
<img src="image/traveller-2.jpg" alt="traveller" />
<div class="travellers__card__content">
<img src="image/client-2.jpg" alt="client" />
<h4>David Smith</h4>
<p>Paris</p>
</div>
</div>
<div class="travellers__card">
<img src="image/traveller-3.jpg" alt="traveller" />
<div class="travellers__card__content">
<img src="image/client-3.jpg" alt="client" />
<h4>Olivia Brown</h4>
<p>Singapore</p>
</div>
</div>
<div class="travellers__card">
<img src="image/traveller-4.jpg" alt="traveller" />
<div class="travellers__card__content">
<img src="image/client-4.jpg" alt="client" />
<h4>Daniel Taylor</h4>
<p>Malaysia</p>
</div>
</div>
</div>
</section>
<!---------------- Footer section -------------------->
<div class="footer">
<div class="footermain">
<div class="contensection">
<h1>Voyagers</h1>
<p style="margin-top: 10px;">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Reprehenderit animi
possimus, quos error nostrum
officiis blanditiis, sequi recusandae repellendus suscipit aspernatur. Perspiciatis officiis debitis
similique.</p>
</div>
<div class="iconsection">
<div>
<a href="https://www.instagram.com/"><img class="imageicon" src="insta.png" alt="icon"></a>
</div>
<div>
<a href="https://www.linkedin.com/checkpoint/lg/sign-in-another-account"><img class="imageicon"
src="linkedin.png" alt="icon"></a>
</div>
<div>
<a href="https://www.facebook.com/"><img class="imageiconf" src="facebook.png" alt="icon"></a>
</div>
</div>
</div>
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
<script src="./flight.js"></script>
</html>