diff options
Diffstat (limited to 'trees_development/index.html')
-rwxr-xr-x | trees_development/index.html | 148 |
1 files changed, 148 insertions, 0 deletions
diff --git a/trees_development/index.html b/trees_development/index.html new file mode 100755 index 0000000..719b081 --- /dev/null +++ b/trees_development/index.html @@ -0,0 +1,148 @@ +<!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>Trees & Development (BS5837) | 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>Trees and Development (BS5837)</h1> + </div> + </div> + + <div class="container"> + <!-- Example row of columns --> + <div class="row"> + <div class="col-md-7"> + <div class="thumbnail"> + <img src="../images/digger.jpg" width="650"> + <br> + <p>If you are planning a development you may require information relating to the trees to assist in achieving a successful application.</p> + <p>Whether you are a private individual hoping to build a residential extension to a planning professional master planning a major new development we can help.</p> + <p>We operate throughout the UK. All reporting complies with BS5837 (2012). We provide a guaranteed 10 working day turnaround. We are experts in unlocking issues associated with Tree Preservation Orders or Conservation Areas.</p> + <p>All our reports are supported by high-quality CAD drawings and complimented with site specific infographic summaries.</p> + </div> + </div> + <div class="col-md-5"> + + <h4>Case Studies</h4> + + <a class="btn btn-default-sexed btn-group-justified" href="#" role="button">Single Replacement Dwelling</a> + <a class="btn btn-default-sexed btn-group-justified" href="#" role="button">Major Development</a> + <a class="btn btn-default-sexed btn-group-justified" href="#" role="button">Local Authority Development</a> + <a class="btn btn-default-sexed btn-group-justified" href="#" role="button">TPO & Development</a> + + <h4>Focus On</h4> + + <a class="btn btn-default-sexed btn-group-justified" href="#" role="button">Tree Preservation Orders</a> + <a class="btn btn-default-sexed btn-group-justified" href="#" role="button">Method Statements</a> + <a class="btn btn-default-sexed btn-group-justified" href="#" role="button">Infographics</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> |