-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
77 lines (67 loc) · 3.05 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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv='X-UA-Compatible' content='IE=edge;chrome=1' />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BucketLabs</title>
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/blog/feed.xml" />
<link href="/assets/stylesheets/tachyons.min.css" rel="stylesheet" /><link href="/assets/stylesheets/bucket-colors.css" rel="stylesheet" /><link href="/assets/stylesheets/bucketlabs.css" rel="stylesheet" />
<meta name=”description” content="BucketLabs builds innovative planning and analysis tools to help councils, governments and citizens make better, more-informed decisions.">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137722343-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-137722343-1');
</script>
</head>
<body class="helvetica w-100 bg-dark-gray mid-gray basiercircle">
<section class="w-100">
<nav class="fixed-ns w-100 bg-dark-gray">
<div class="cf center mw9 pv3 pv0-ns">
<div class="flex-ns items-center">
<div class="w-100 w-25-ns pa2 pa4-ns tc tl-ns">
<a class="link dim " href="/index.html" title="BucketLabs"><img src="/assets/images/logo.svg" class="w4" alt="Logo" /></a>
</div>
<div class="w-100 w-50-ns pa2 pa4-ns mr2 tc">
<a class="link dim white dib mr3" href="/datalab.html" title="DataLab">
<img src="/assets/images/icon-datalab-greyscale.svg" class="w2" style="vertical-align: middle" alt="Icon datalab greyscale" />
DataLab
</a>
<a class="link dim white dib " href="/perspectives.html" title="Perspectives">
<img src="/assets/images/icon-perspectives-greyscale.svg" class="w2" style="vertical-align: middle" alt="Icon perspectives greyscale" />
<span>Perspectives</span>
</a>
</div>
<div class="w-100 w-25-ns pa2 pa4-ns tc tr-ns">
<a class="link dim white dib mr3" href="/blog.html" title="Blog">Blog</a>
<a class="link dim white dib " href="/about.html" title="About">About</a>
</div>
</div>
</div>
</nav>
<div class="bg-white">
<div class="pb3">
<div class="cf ph6-l ph4 pt6-l pt5 pb5-l pb4 gradient-yellow">
<h1 class="w-100 w-70-l f1 f-5-l navy lh-solid mb4">Contact</h1>
<div class="fl w-100 navy f4 lh-copy fw3 measure">
<p>BucketLabs Limited<br />
115 Tory Street, Te Aro, Wellington 6011</p>
<p>All enquiries: <br />
<a href="mailto:tim@bucketlabs.nz" class="cf lh-copy link navy hover-blue">tim@bucketlabs.nz</a>
<a href="tel:" class="cf lh-copy link navy hover-blue">+64 21 383 215</a>
</p>
</div>
</div>
</div>
</div>
<nav class="w-100">
<div class="mw9 center f6 silver pa5-ns pa4 pb6-ns">
© 2019 BucketLabs Limited
</div>
</nav>
</section>
</body>
</html>