diff options
Diffstat (limited to 'about/index.html')
-rwxr-xr-x | about/index.html | 160 |
1 files changed, 160 insertions, 0 deletions
diff --git a/about/index.html b/about/index.html new file mode 100755 index 0000000..5a25269 --- /dev/null +++ b/about/index.html @@ -0,0 +1,160 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="description" content=""> + <meta name="author" content=""> + <link rel="shortcut icon" href="../../docs-assets/ico/favicon.png"> + + <title>About | Tamla Trees Ltd</title> + + <!-- Bootstrap core CSS --> + <link href="../css/bootstrap.css" rel="stylesheet"> + + <!-- Custom styles for this template --> + <link href="../css/jumbotron.css" rel="stylesheet"> + + <!-- Just for debugging purposes. Don't actually copy this line! --> + <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]--> + + <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> + <!--[if lt IE 9]> + <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> + <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> + <![endif]--> + +<!--GOOGLE ANALYTICS--> +<script type="text/javascript"> + + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-48016807-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + +</script> +<!--END OF ANALYTICS CODE--> + + </head> + + <body> + + <nav class="navbar navbar-default" role="navigation"> + <!-- Brand and toggle get grouped for better mobile display --> + <div class="navbar-header"> + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> + <span class="sr-only">Toggle navigation</span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + <span class="icon-bar"></span> + </button> + <a class="navbar-brand" href="../index.html"> </a> + </div> + + <!-- Collect the nav links, forms, and other content for toggling --> + <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> + <ul class="nav navbar-nav"> + <li><a class="btn btn-default navbar-btn" href="#"><span class="glyphicon glyphicon-tree-conifer"></span> About</a></li> + <li><a class="btn btn-default navbar-btn" href="../contact.html"><span class="glyphicon glyphicon-earphone"></span> Contact</a></li> + </ul> + <ul class="nav navbar-nav navbar-right"> + + <li> + <div class="panel panel-default"> + <div class="panel-body"> + <ul class="list-group"> + <li><strong>Email: </strong><a href="mailto:info@tamlatrees.com">info@tamlatrees.com</a></li> + <li><strong>Office: </strong>01252 811 233</li> + <li><strong>Mobile (24 hours): </strong>07845 249 396</li> + </ul> + </div> + </div> + </li> + + <!-- LETS REMOVE THIS FOR NOW + <li><a href="#">Link</a></li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> + <ul class="dropdown-menu"> + <li><a href="#">Action</a></li> + <li><a href="#">Another action</a></li> + <li><a href="#">Something else here</a></li> + <li class="divider"></li> + <li><a href="#">Separated link</a></li> + </ul> + </li> + </ul> --> + + </div><!-- /.navbar-collapse --> +</nav> + + <!-- Main jumbotron for a primary marketing message or call to action --> + <div class="page-header"> + <div class="container"> + <h1>About Tamla Trees</h1> + </div> + </div> + + <div class="container"> + <!-- Example row of columns --> + <div class="row"> + <div class="col-md-7"> + <p>From our base in the south east of England we work throughout the UK. We have over 15 years’ experience of modern arboriculture and successfully assisting clients.</p> + <p>We pride ourselves on accurate survey and reporting aligned with high quality commercially astute advice.</p> + <p>We utilise the latest in survey and project management software.</p> + <h4>Specialist Areas</h4> + <ul> + <li>Tree Preservation Orders</li> + <li>Planning & Development (BS5837)</li> + <li>Tree Related Subsidence</li> + <li>Legal Recovery & Mitigation</li> + <li>Planning Appeals</li> + <li>Tree Risk Management</li> + <li>Visual Tree Assessment</li> + <li>Trees and the Law</li> + <li>Injury & Fatality Claims</li> + <li>Forest Damage Claims</li> + <li>Invasive Plant Species</li> + <li>Pests & Diseases</li> + </ul> + <p>We are insured to the following levels:</p> + <ul> + <li>Professional Indemnity - £1 million</li> + <li>Public Liability - £5 million</li> + <li>Employers Liability - £10 million</li> + </ul> + </div> + <div class="col-md-5"> + <a class="btn btn-primary btn-block" href="pdf/about_keiron.pdf" role="button">About Principal Consultant - Keiron Hart</a> + <a class="btn btn-default-sexed btn-block" href="http://www.hse.gov.uk/foi/internalops/sims/ag_food/010705.htm">Definitive Tree Failure Risk Info</a> + <a class="btn btn-default-sexed btn-block" href="http://www.trees.org.uk">Arboricultural Association</a> + <a class="btn btn-default-sexed btn-block" href="http://www.charteredforesters.org">Institute of Chartered Foresters</a> + <a class="btn btn-default-sexed btn-block" href="http://www.rics.org">Royal Institute of Chartered Surveyors</a> + <a class="btn btn-default-sexed btn-block" href="http://www.theclayresearchgroup.org">The Clay Research Group</a> + <a class="btn btn-default-sexed btn-block" href="http://www.ewi.org.uk">Expert Witness Institute</a> + <a class="btn btn-default-sexed btn-block" href="http://www.subsidenceforum.org.uk">The Subsidence Forum</a> + <a class="btn btn-default-sexed btn-block" href="http://www.architecture.com">Royal Institute of British Architects</a> + </div> + </div> + + <hr> + + <footer> + <p>© Tamla Trees Ltd 2014</p> + </footer> + </div> <!-- /container --> + + + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> + <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> + <script src="../../js/bootstrap.min.js"></script> + </body> +</html> |