-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
38 lines (26 loc) · 1.44 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
<?php
$title = "About Linndustries";
include_once './includes/header.php';
include_once 'nav.php';?>
<div class="row">
<div class="col-md-12">
<h1>About Linndustries</h1>
<div class="row">
<div class="col-md-7 col-sm-7 col-xs-12">
<p>Linndustries is David Linnard who was born in South Wales, Britain. </p>
<p>He studied for a B.Sc. and Ph.D. in Mathematics at Hull and Exeter
Universities and later trained to be a welder. It was David's experience
with steel that brought him to use carbon fibre,</p>
<blockquote>"I don't limit myself solely to this material, but for many pieces it has the right
properties for my work, strength and pliability; with this material
the limitations are really yourself. You always must be looking for better materials".</blockquote>
<p>Over the years he has written software, tutored Mathematics, managed a club and likes to swim.</p>
<p>He now resides in Oakland, California.</p>
</div>
<div class="col-md-5 col-sm-5 col-xs-12">
<img class="img-responsive" src="/new/images/david450.jpg" alt="David Linnard, he handsome man" style="float:right;margin:10px;border:#A4A4A4 thin solid;padding:5px;">
</div>
</div>
</div>
</div>
<?php include_once 'footer.php';?>