-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
79 lines (68 loc) · 2.58 KB
/
contact.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<title>Neehoy - Recycle using your mobile phone</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="privacy.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="navig">
<img src="assets/img/logo.png" class="img-responsive greened" alt="Neehoy">
<ul class="nav nav-pills nav-stacked">
<li><a href="index.html">Home</a></li>
<li><a href="business.html">For Business</a></li>
<li><a href="http://neehoy.tumblr.com">Blog</a></li>
<li><a href="terms.html">Terms</a></li>
<li><a href="privacy.html">Privacy</a></li>
<li class="active"><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="col-md-9 policy">
<h1>Contact Us</h1>
<p dir="ltr">Neehoy is owned by Neehoy Ltd, a company incorporated in England, whose registered office address is:</p>
<p><h3><h3><br>
</h3></h3></p>
<address>
<h3>Neehoy Ltd.</h3></p>
Sir Colin Campbell Building<br>
Triumph Road<br>
Nottingham<br>
NG7 2TU
</address>
<p><h3><h3><br>
</h3></h3></p>
<p dir="ltr">Our registered company number is: 08254363</p>
<p dir="ltr">If you have any queries, please contact us at <a href="mailto:info@neehoy.com">info@neehoy.com</a></p>
</div>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40229716-2', 'neehoy.com');
ga('send', 'pageview');
</script>
</body>
</html>