aboutsummaryrefslogtreecommitdiffstats
path: root/contact.html
blob: 08bf02516bbb6c5341b894dec28b75c0ac4f83ee (plain) (blame)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!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>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-->
<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="#"><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>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>&copy; 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>