-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
121 lines (88 loc) · 5.03 KB
/
blog.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
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
<!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="mw9 center pt3 pt5-ns pb4 pb6-ns">
<div class="cf center w-100 w-100-m w-60-ns tc pa3 pa5-ns pb3-ns">
<h1 class="f2 f1-ns lh-title dark-green">
Blog
</h1>
</div>
<div class="cf center w-100 w-100-m w-50-ns tl pa3 pv0 lh-copy">
<p class="silver f6">Page 1 of 1</p>
</div>
<div class="cf center w-100 w-100-m w-50-ns tl pa3 lh-copy">
<h2 class="f3 f2-ns lh-title green mt2 mb0">
<a href="/blog/2019/03/14/this-our-city-tomorrow-smart-capital.html" class="link green hover-dark-green">Our City Tomorrow - Smart Capital</a>
</h2>
<span class="silver">March 2019</span>
<p><em>Hosted by Wellington City Council Mayor Justin Lester, Tim Packer presented at the first of three events in the Smart Capital Speaker Series: "Our City Tomorrow - Smart Capital".</em></p>
<p><img src="/blog/2019/03/14/this-our-city-tomorrow-smart-capital/our-city-tomorrow.png" alt="head image"></p>
<h1>Our city tomorrow - the conundrum</h1>
<p>People are always on the move. But now there’s more of us and many are heading towards cities. Today over 55% of us live in cities and by 2050 that will increase to 68%. That's over 6.4 billion people living in cities. Right now that equates to an urban migration of over 1.5 million people every week.</p>
<p></p>
<a href="/blog/2019/03/14/this-our-city-tomorrow-smart-capital.html" class="link blue hover-dark-blue">Read more…</a>
</div>
<div class="cf center w-100 w-100-m w-50-ns tl pa3 lh-copy">
<h2 class="f3 f2-ns lh-title green mt2 mb0">
<a href="/blog/2018/10/30/why-arent-we-all-living-in-smart-cities.html" class="link green hover-dark-green">Why aren’t we all living in smart cities?</a>
</h2>
<span class="silver">October 2018</span>
<p><em>This article appeared in the October 2018 issue of the ALGIM (Association of Local Government Information Management) quarterly newsletter.</em></p>
<p><img src="/blog/2018/10/30/why-arent-we-all-living-in-smart-cities/algim.png" alt="head image"></p>
<p>Our world is changing at an exponential rate, and the population of our cities is rising so quickly that traditional city and social planning isn’t sufficiently predictive, responsive and cost-effective.</p>
<p>The resulting growing social inequality, strained services and infrastructure, and decline in our natural capital are threatening our communities’ ability to thrive.</p>
<p></p>
<a href="/blog/2018/10/30/why-arent-we-all-living-in-smart-cities.html" class="link blue hover-dark-blue">Read more…</a>
</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>