-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
39 lines (24 loc) · 1.24 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
<?php include('includes/header.php'); ?>
<!-- header -->
<div id="header">
<!-- title -->
<div class="row">
<div class="col-md-3 pull-left"><img src="img/banner-left.png"></div>
<div class="col-md-6"><h1>Boyd's Used Motors</h1></div>
<div class="col-md-3 pull-right"><img src="img/banner-right.png"></div>
</div>
<!-- motd -->
<h2 id="motd">A name you can surely trust!</h2>
<!-- navigation -->
<?php include('includes/navigation.php'); ?>
</div><!-- /header -->
<!-- main content -->
<div id="content" class="row">
<h2>About Boyd's Used Motors</h2>
<p>Boyd's Used Motors started almost 10 years ago when Boyd found a rusty car in a ditch. He managed to sell it for a sandwich, although, he would have accepted a hard roll with ketchup.
</p>
<p>It was at this point that Boyd knew he had a flair for selling used cars to anyone that walked through his door.</p>
<p>Over the years Boyd's car empire has grown from the ditch where he found his first car to the abandoned petrol station just down the road. He has sold many, many cars in his career. Too many for him to count.</p>
<p>What awaits this visionary entrepreneur in the future? We will see.</p>
</div><!-- /main content -->
<?php include('includes/footer.php'); ?>