-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutUs.php
More file actions
64 lines (47 loc) · 2.54 KB
/
aboutUs.php
File metadata and controls
64 lines (47 loc) · 2.54 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
<?php include('includes/header.php'); ?>
<main>
<div class="container">
<div class="about-us">
<h1>About Us</h1>
<p>Welcome to EasyFly - Your Trusted Travel Partner</p>
<p>At EasyFly, we're passionate about connecting you to the world. With our commitment to excellence and a customer-centric approach, we have become a preferred choice for travelers seeking seamless and affordable airline solutions.</p>
<h2>Who We Are</h2>
<p>EasyFly is a leading airline service provider, specializing in offering a wide range of options from various airline companies. Our dedicated team of travel experts works tirelessly to provide you with the best travel experience possible.</p>
<h2>Our Mission</h2>
<p>To make air travel accessible, convenient, and enjoyable for everyone.</p>
<h2>Our Vision</h2>
<p>To become the go-to platform for hassle-free and cost-effective air travel.</p>
<h2>Why Choose EasyFly?</h2>
<ul>
<li>Extensive Network</li>
<li>Competitive Pricing</li>
<li>Customer-Centric Approach</li>
<li>24/7 Support</li>
</ul>
<h2>Our Team</h2>
<p>Our success is driven by a team of aviation enthusiasts who are committed to innovation and excellence.</p>
<h3>Get in Touch</h3>
<section id = "targeting-contact">
<address>
EasyFly Headquarters<br>
123 EasyFly Avenue,<br>
Cityville, State, ZIP Code<br>
Phone: +1-123-456-7890<br>
Email: info@easyfly.com
</address>
</section>
<div class="social-media">
<a href="#"><img src="images/facebook.png" alt="Facebook"></a>
<a href="#"><img src="images/twitter.png" alt="Twitter"></a>
<a href="#"><img src="images/instagram.png" alt="Instagram"></a>
<a href="#"><img src="images/linkedin.png" alt="LinkedIn"></a>
</div>
</div>
<div class="developers">
<h4>Company Owners</h4>
<a href= "https://www.linkedin.com/in/miskat141/" target = __blank> <img src="images/mishkat.jpg" alt="Developer 1"></a>
<a href = "https://www.linkedin.com/in/shakib-hossian-9ba1a628b/" target = __blank> <img src="images/shakib.jpg" alt="Developer 2"> </a>
</div>
</div>
</main>
<?php include('includes/footer.php'); ?>