-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
214 lines (191 loc) · 7.91 KB
/
about.html
File metadata and controls
214 lines (191 loc) · 7.91 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<!-- Add external CSS and font links here -->
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&family=Roboto+Condensed:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<!-- Link external icon hosted on a live server -->
<link
href="https://cdn.jsdelivr.net/npm/remixicon@3.5.0/fonts/remixicon.css"
rel="stylesheet"
/>
<!-- Font Awesome CDN -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
/>
<!-- Link bootstrap CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
/>
<!-- Link your custom CSS stylesheets here -->
<link rel="stylesheet" href="./heading.css" />
<link rel="stylesheet" href="./mediaQuery.css">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./booking.css">
<link rel="stylesheet" href="./about.css">
<!-- <link rel="stylesheet" href="./about.js"> -->
</head>
<body>
<!-- The navbar -->
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img
src="./images/logo-removebg-preview.png"
alt="Logo"
width="100"
height="100"
style="padding-left: 50px"
class="d-inline-block align-text-top imglogo"
/>
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse listnav" id="navbarNav">
<ul class="nav_links navbar-nav">
<li class="link nav-item">
<a class="nav-link active" href="./index.html">Home</a>
</li>
<li class="link nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="link nav-item">
<a class="nav-link" href="./index.html">Booking</a>
</li>
<li class="link nav-item">
<a class="nav-link" href="./contact.html">Contact</a>
</li>
<li class="link nav-item sign_up">
<a class="nav-link" href="#">Sign Up</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Ending of the navbar -->
<div class="content-container">
<div class="text-content">
<p>At [Company Name], we soar above the skies, driven by a passion for aviation that knows no bounds. With a commitment to excellence and safety at our core, we've been navigating the skies and delivering aviation solutions for [X] years.
As a leader in the aviation industry, we pride ourselves on a rich history of innovation, reliability, and professionalism. Our dedicated team of experts, from seasoned pilots to skilled engineers, works tirelessly to provide a wide range of aviation services, from charter flights to maintenance and training.
We understand that aviation is not just about transportation; it's about connecting people, places, and dreams. Whether you're a business traveler in need of efficiency, an adventurer seeking the thrill of the skies, or an aviation enthusiast with a deep love for flight, we're here to make your journey an extraordinary one.
Safety is our foremost priority. We adhere to the highest industry standards and constantly update our fleet with the latest technology. Our commitment to environmental sustainability is unwavering, and we actively work towards reducing our carbon footprint.
Join us in the world of aviation where every takeoff is a new adventure, and every landing is a testament to our unwavering dedication. Let [Company Name] be your wings to the world. Discover the difference in aviation with us.
[Company Name] - Elevating Your Journey.
</p>
</div>
<div class="image-container">
<img src="./images/pilot.jpg" alt="Image" width="800" height="600">
</div>
</div>
<!-- Video Section -->
<h3 id="video-tag">Experience Our Services</h3>
<div class="video-section">
<video width="1000" height="700" autoplay>
<source src="our services.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<!-- Add more videos and descriptions as needed -->
<!-- ... (previous HTML code) ... -->
<!-- ... (remaining HTML code) ... -->
<!-- Footer -->
<footer class="text-center text-white" style="background-color: #3f51b5">
<!-- Grid container -->
<div class="container">
<!-- Section: Links -->
<section class="mt-5">
<!-- Grid row-->
<div class="row text-center d-flex justify-content-center pt-5">
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="text-white">About us</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="text-white">Travel Guides</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="text-white">Contact</a>
</h6>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
</section>
<!-- Section: Links -->
<hr class="my-5" />
<!-- Section: Text -->
<section class="mb-5">
<div class="row d-flex justify-content-center">
<div class="col-lg-8">
<p>
The fact is Qatar, Etihad, Emirates, Singapore, Garuda, all of the three Chinese airlines, Air New Zealand - the fact is that international aviation relies very much upon agreements between nation-states, and it is not an area in which you have free market operations.
Anthony Albanese
</p>
</div>
</div>
</section>
<!-- Section: Text -->
<!-- Section: Social -->
<section class="text-center mb-5">
<a href="" class="text-white me-4">
<i class="fa-2xl fab fa-facebook-f"></i>
</a>
<a href="" class="text-white me-4">
<i class="fa-2xl fab fa-twitter"></i>
</a>
<a href="" class="text-white me-4">
<i class="fa-2xl fab fa-google"></i>
</a>
<a href="" class="text-white me-4">
<i class="fa-2xl fab fa-instagram"></i>
</a>
<a href="" class="text-white me-4">
<i class="fa-2xl fab fa-linkedin"></i>
</a>
<a href="" class="text-white me-4">
<i class="fa-2xl fab fa-github"></i>
</a>
</section>
<!-- Section: Social -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2)">
© 2023 Copyright:
<a class="text-white" href=""
>Lorem Ipsum</a
>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<!-- Include JavaScript libraries at the end of the body, just before the closing </body> tag -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>