-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutUs.php
66 lines (48 loc) · 2.63 KB
/
aboutUs.php
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
<?php include('includes/header.php'); ?>
<main>
<div class="container">
<div class="about-us">
<h1>About Us</h1>
<p>Welcome to Flight ticket booking system - Your Trusted Travel Partner</p>
<p>At FTBS, 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>FTBS 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 us?</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>
Flight ticket booking Headquarters<br>
kovilpati, 628501,<br>
Phone: 9360207567<br>
Email: info@ftbs.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">
<h1>Members of a company</h1>
<a href= "https://www.instagram.com/sasikumarxz?igsh=dHU4NmYyaXZ4bmx6" target = __blank> <img src="images\sasi.jpg" alt="Developer 1"></a>
<h3>CEO - Sasikumar. S</h3><hr>
<a href = "https://www.instagram.com/itz_.alan_.peterx_?igsh=MTZqbDJhdDYzaTcwcA==" target = __blank> <img src="images\alan.jpeg" alt="Developer 2"> </a>
<h3> CFO - Alanpeeter. P</h3>
</div>
</div>
</main>
<?php include('includes/footer.php'); ?>