-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
91 lines (79 loc) · 3.72 KB
/
about.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
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
<?php
session_start();
include('includes/config.php');
error_reporting(0);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Car Rental | About Us</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<meta content="Author" name="WebThemez">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800|Montserrat:300,400,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/magnific-popup/magnific-popup.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body id="body">
<?php include('includes/header.php');?>
<section id="innerBanner">
<div class="inner-content">
<h2><span>About Us</span><br>We provide high quality cars</h2>
<div>
</div>
</div>
</section><!-- #Page Banner -->
<main id="main">
<section id="about" class="wow fadeInUp">
<div class="container">
<div class="row">
<div class="col-lg-6 about-img">
<img src="img/nissan.jpg" alt="">
</div>
<div class="col-lg-6 content">
<h2>Carrental embraces a people-driven culture that values big ideas.</h2>
<h3>At CarRental: -</h3>
<p>Our people are the most powerful asset we have - so we put you in the driver's seat to make a difference. You will find your purpose, put your passion to work, accomplish big things, and truly connect with our customers. We will help you reach for your dreams - at work and beyond.</p>
<ul>
<li><i class="icon ion-ios-checkmark-outline"></i> Being the Best:- Showcase your talents with the power of the world’s #1 trusted brand behind you..</li>
<li><i class="icon ion-ios-checkmark-outline"></i> Growing Further:- High-stakes challenges, high-gear solutions. Learning skills for life.</li>
<li><i class="icon ion-ios-checkmark-outline"></i> Winning Together:- Truly good people doing great things for our customers.</li>
</ul>
</div>
</div>
</div>
</section><!-- #about -->
</main>
<?php include('includes/footer.php');?>
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- JavaScript -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/magnific-popup/magnific-popup.min.js"></script>
<script src="lib/sticky/sticky.js"></script>
<script src="contact/jqBootstrapValidation.js"></script>
<script src="contact/contact_me.js"></script>
<script src="js/main.js"></script>
</body>
</html>