-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
160 lines (139 loc) · 7.41 KB
/
about.php
File metadata and controls
160 lines (139 loc) · 7.41 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
<!DOCTYPE html>
<html lang="en">
<?php include 'include/header.php'; ?>
<body>
<?php include 'include/topbar.php'; ?>
<?php include 'include/navbar.php'; ?>
<!--?php include 'include/search.php'; ? -->
<div class="container-fluid bg-white pt-3 px-lg-5">
</div>
<!-- Page Header Start -->
<div class="container-fluid page-header">
<h1 class="display-3 text-uppercase text-white mb-3">A propos</h1>
<div class="d-inline-flex text-white">
<h6 class="text-uppercase m-0"><a class="text-white" href="index.php">Acceuil</a></h6>
<h6 class="text-body m-0 px-3">/</h6>
<h6 class="text-uppercase text-body m-0">A propos</h6>
</div>
</div>
<!-- Page Header Start -->
<!-- About Start -->
<div class="container-fluid py-5">
<div class="container pt-8 pb-3">
<h5 class="display-4 text-uppercase text-center mb-5"><span class="text-primary">Titanic Gift et Negoce Service</span></h5>
<div class="row justify-content-center">
<div class="col-lg-10 text-center">
<img class="w-75 mb-4" src="img/about.png" alt="">
<p>Besoin de puissance, de robustesse et de confort sur la route ? 🚙 Les pickups de Titanic Gifts vous offrent la liberté d’explorer sans limites.
Que ce soit pour un road trip épique, une mission professionnelle exigeante ou simplement pour le plaisir de conduire un véhicule fiable, nos modèles allient performance et élégance.
Grâce à leur capacité de charge impressionnante et leur conduite fluide, ils sont prêts à vous accompagner partout, du centre-ville aux sentiers les plus reculés.
Montez à bord et laissez l’aventure commencer !</p>
</div>
</div>
<div class="row mt-3">
<div class="col-lg-4 mb-2">
<div class="d-flex align-items-center bg-light p-4 mb-4" style="height: 150px;">
<div class="d-flex align-items-center justify-content-center flex-shrink-0 bg-primary ml-n4 mr-4" style="width: 100px; height: 100px;">
<i class="fa fa-2x fa-headset text-secondary"></i>
</div>
<h4 class="text-uppercase m-0">Assistance 24h/24 et 7j/7</h4>
</div>
</div>
<div class="col-lg-4 mb-2">
<div class="d-flex align-items-center bg-secondary p-4 mb-4" style="height: 150px;">
<div class="d-flex align-items-center justify-content-center flex-shrink-0 bg-primary ml-n4 mr-4" style="width: 100px; height: 100px;">
<i class="fa fa-2x fa-car text-secondary"></i>
</div>
<h4 class="text-light text-uppercase m-0">Location de voiture à moyen et long terme</h4>
</div>
</div>
<div class="col-lg-4 mb-2">
<div class="d-flex align-items-center bg-light p-4 mb-4" style="height: 150px;">
<div class="d-flex align-items-center justify-content-center flex-shrink-0 bg-primary ml-n4 mr-4" style="width: 100px; height: 100px;">
<i class="fa fa-2x fa-map-marker-alt text-secondary"></i>
</div>
<h5 class="text-uppercase m-0">Beaucoup de lieux de prise en charge</h5>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Banner Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row mx-0">
<div class="col-lg-6 px-0">
<div class="px-5 bg-secondary d-flex align-items-center justify-content-between" style="height: 350px;">
<img class="img-fluid flex-shrink-0 ml-n5 w-50 mr-4" src="img/banner-left.png" alt="">
<div class="text-right">
<h3 class="text-uppercase text-light mb-3">Want to be driver?</h3>
<p class="mb-4">Lorem justo sit sit ipsum eos lorem kasd, kasd labore</p>
<a class="btn btn-primary py-2 px-4" href="">Start Now</a>
</div>
</div>
</div>
<div class="col-lg-6 px-0">
<div class="px-5 bg-dark d-flex align-items-center justify-content-between" style="height: 350px;">
<div class="text-left">
<h3 class="text-uppercase text-light mb-3">Looking for a car?</h3>
<p class="mb-4">Lorem justo sit sit ipsum eos lorem kasd, kasd labore</p>
<a class="btn btn-primary py-2 px-4" href="">Start Now</a>
</div>
<img class="img-fluid flex-shrink-0 mr-n5 w-50 ml-4" src="img/banner-right.png" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- Banner End -->
<!-- Vendor Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="owl-carousel vendor-carousel">
<div class="bg-light p-4">
<img src="img/vendor-1.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-2.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-3.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-4.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-5.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-6.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-7.png" alt="">
</div>
<div class="bg-light p-4">
<img src="img/vendor-8.png" alt="">
</div>
</div>
</div>
</div>
<!-- Vendor End -->
<!-- Footer Start -->
<?php include 'include/footer.php'; ?>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/tempusdominus/js/moment.min.js"></script>
<script src="lib/tempusdominus/js/moment-timezone.min.js"></script>
<script src="lib/tempusdominus/js/tempusdominus-bootstrap-4.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>