diff options
Diffstat (limited to 'expert_services/index.html')
-rwxr-xr-x | expert_services/index.html | 155 |
1 files changed, 155 insertions, 0 deletions
diff --git a/expert_services/index.html b/expert_services/index.html new file mode 100755 index 0000000..874ef1d --- /dev/null +++ b/expert_services/index.html @@ -0,0 +1,155 @@ +<!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=""> + <link rel="shortcut icon" href="../../../docs-assets/ico/favicon.png"> + + <title>Expert Services | 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="../about/index.html"><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> + + +<!-- <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>Expert Services</h1> + </div> + </div> + + <div class="container"> + <!-- Example row of columns --> + <div class="row"> + <div class="col-md-7"> + <div class="thumbnail"> + <img src="../images/tower_bridge_fatal.jpg", width="650"> + <br> + <p>We offer truly independent arboricultural advice to all those who may be claiming or defending legal actions involving trees.</p> + We work closely with local authorities, housing associations and legal professionals. + <p>We undertake everything from a simple desktop appraisal of a case through to Civil Procedure Reporting (CPR).</p> + <p>We have experience of giving evidence under cross examination in the following areas:</p> + <ul> + <li>Property damage (subsidence) litigation claims</li> + <li>Property damage (subsidence) TPO Compensation claims</li> + <li>Tree Fatality cases</li> + <li>Invasive Plant species</li> + </ul> + <p>Our reports and advice have successfully led to the recovery of in excess of 1 million pounds collective outlay spread across multiple cases.</p> + <p>If you need an experienced arboricultural expert who fully understands the issues involved then we can help you.</p> + </div> + </div> + <div class="col-md-5"> + + <h4>Expert Case Studies</h4> + + <a class="btn btn-default-sexed btn-group-justified" href="#" role="button">Subsidence Desktop Assessment (Defendant)</a> + <a class="btn btn-default-sexed btn-group-justified" href="#" role="button">Subsidence Damage Litigation (Claimant)</a> + <a class="btn btn-default-sexed btn-group-justified" href="#" role="button">Subsidence Damage Litigation (Defendant)</a> + <a class="btn btn-default-sexed btn-group-justified" href="#" role="button">S202 TPO Compensation Claim</a> + <a class="btn btn-default-sexed btn-group-justified" href="#" role="button">Direct Root Damage (Patio)</a> + <a class="btn btn-default-sexed btn-group-justified" href="#" role="button">Direct Root Damage (Wall)</a> + <a class="btn btn-default-sexed btn-group-justified" href="#" role="button">Tree Failure Fatality</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> |