<!DOCTYPE html>
<title>Contact | 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-->
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="page-header">
<div class="container">
<h1>Contact Us</h1>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-7">
<table class="table table-condensed">
<tr><td><strong>Email:</strong></td><td><a href="mailto:info@tamlatrees.com">info@tamlatrees.com</a></td></tr>
<tr><td><strong>Office:</strong></td><td>01252 811 233</td></tr>
<tr><td><strong>Mobile (24 hours):</strong></td><td>07845 249 396</td></tr>
<tr><td><strong>Office location:</strong></td><td>Fleet, Hampshire</td></tr>
<tr><td><strong>Area of operation:</strong></td><td>UK wide</td></tr>
<tr><td><strong>Twitter:</strong></td><td><a href="https://twitter.com/tamlatrees">@tamlatrees</a></td></tr>
</table>
</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>