Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions _includes/breadcrumb.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
{% assign background_class = include.background_class %}
<section {% if background_class %}class="background-gray"{% endif %}>
<div class="breadcrumb nz-grid" role="directory">
<a class="link-arrow-right" href="{{ site.baseurl }}/">Home</a>
{% include svg/icons/arrow-right.svg %}
<a class="link-arrow-right" href="{{ site.baseurl }}{{ parent_permalink }}">{{ parent_title }}</a>
{% include svg/icons/arrow-right.svg %}
{% if sub_parent_title and sub_parent_permalink %}
Expand Down
2 changes: 1 addition & 1 deletion _includes/card-process.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@
{% include svg/icons/arrow-right.svg %}
</a>
</div>
</article>
</article>
1 change: 0 additions & 1 deletion _includes/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@
</a>
</div>
</article>

1 change: 0 additions & 1 deletion _includes/card_tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@
</a>
</div>
</article>

2 changes: 1 addition & 1 deletion _includes/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ <h3 class="h4 posts_feature-heading">
</a>
</p>
</article>
</li>
</li>
2 changes: 1 addition & 1 deletion _includes/tools-process-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<a class="btn btn-secondary btn-sm" role="button" href="/staging-site/tools">Tools</a>
</div>
</div>
</section>
</section>
9 changes: 1 addition & 8 deletions _layouts/about-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
header_border: true
---

<section {% if background_class %}class="background-gray"{% endif %}>
<div class="breadcrumb nz-grid" role="directory">
<a class="link-arrow-right" href="{{ site.baseurl }}/">Home</a>
{% include svg/icons/arrow-right.svg %}
</div>
</section>

{% include base.html %}
<section class="page-tag-results project">
<section class="background-medium">
Expand All @@ -20,7 +13,7 @@ <h1 class="h3 lead">
<span>{{ page.agency }}</span>
</h1>
{% endif %}
<h1 class="page-title">
<h1 class="page-title" style="padding-top: 3rem">
{{ page.title }}
</h1>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{% assign matching_posts = page | match_posts:'authors' | sort:'date' | reverse %}

<section class="background-gray nz-section section-intro">
<section class="nz-section section-intro">
<div class="nz-grid">
<header>
{% if page.full_name %}
Expand Down
1 change: 0 additions & 1 deletion _layouts/hww-primary.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
{% if page.breadcrumb == true %}
{% include breadcrumb.html
page_title=page_title
background_class='background-gray'
%}
{% endif %}

Expand Down
1 change: 0 additions & 1 deletion _layouts/primary.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
{% if page.breadcrumb == true %}
{% include breadcrumb.html
page_title=page_title
background_class='background-gray'
%}
{% endif %}

Expand Down
24 changes: 0 additions & 24 deletions _layouts/process-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,28 +145,4 @@ <h1 class="page-title">
</section>
</div>
</div>
<!-- {% if matching_posts.size > 0 %}
<div class="background-gray">
<div class="nz-section post-border">
<section class="nz-grid posts_feature">
<div class="{% if matching_posts.size > 3 %}nz-flex nz-flex-pull-right nz-flex-baseline nz-spacer{% endif %}">
<h2>Related blog posts</h2>
{% if matching_posts.size > 3 %}
<a class="link-arrow-right" href="{{ base }}/tags/{{ page.tag | slugify }}/">See all posts about this project{% include svg/icons/arrow-right.svg %}</a>
{% endif %}
</div>
<ul>
{% for post in matching_posts limit:3 %}
{% include post.html
post_date=post.date
post_title=post.title
post_excerpt=post.excerpt
post_url=post.url
%}
{% endfor %}
</ul>
</section>
</div>
</div>
{% endif %} -->
</section>
2 changes: 1 addition & 1 deletion _layouts/project-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h1 class="page-title">
</div>
</div>
{% if matching_posts.size > 0 %}
<div class="background-gray">
<div>
<div class="nz-section post-border">
<section class="nz-grid posts_feature">
<div class="{% if matching_posts.size > 3 %}nz-flex nz-flex-pull-right nz-flex-baseline nz-spacer{% endif %}">
Expand Down
9 changes: 8 additions & 1 deletion _sass/_components/image-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
background: #f2f2f2;
}

.child-page-listing-projects {
padding: 20px;
width: 100%;
margin: auto;
font-family: sans-serif;
// background: #f2f2f2;
}

.grid-img {
width: 100%; /* need to overwrite inline dimensions */
height: auto;
Expand All @@ -15,7 +23,6 @@
display: grid;
grid-template-columns: repeat(auto-fit, minmax(2, 50%));
grid-gap: 1em;
padding-right: 1em;
}

.projects-grid {
Expand Down
14 changes: 12 additions & 2 deletions pages/approach.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,19 @@ content_focus: false
gridless: true
---

<section class="nz-section background-gray">
<section class="background-medium project">
<div class="nz-grid-full nz-flex banner">
<div class="nz-grid nz-width-one-whole hero-callout-full hero-callout-no_button">
<h1 class="page-title" style="padding-top: 3rem">
{{ page.title }}
</h1>
</div>
</div>
</section>

<section class="nz-section">
<div class="nz-grid">
<h2 tabindex="0">Our approach</h2>
<h1 tabindex="0">Our Approach</h1>
<p>The Service Innovation Lab was an interdisciplinary team with backgrounds in agile, design, policy and technology. It used evidence-based decision making and design thinking to help improve government service experiences.</p>
<img src="{{ site.baseurl }}/assets/img/mbie-showcase.png" alt="Visualisation of the lab's approach">
<p>Set out below are key elements of the lab's approach. It includes principles and mindsets, an approach to joined-up working across government plus practical reflections on running an innovation lab.</p>
Expand Down
25 changes: 19 additions & 6 deletions pages/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,26 @@ title: Contact
permalink: /contact/
layout: primary
content_wide: true
content_focus: false
gridless: true
---

<div class="nz-section nz-width-two-thirds contact-section">
<h3>Let’s work together to improve the user experience of government.</h3>
<p><b>International</b> – If you are from outside New Zealand and looking to grow your capability in this field then get in contact with New Zealand Government Partnerships Office (G2G Know-How) by clicking the <b>'Email us'</b> button below.</p>
<a class="btn btn-secondary" role="button" href="mailto:G2GTeam@nzte.govt.nz?subject=International Enquiries - Service Innovation Lab">Email Us</a>
<p><b>New Zealand</b> - If you are from New Zealand and looking to grow your capability in this field then get in contact by clicking the <b>'Email us'</b> button below.</p>
<a class="btn btn-secondary" role="button" href="mailto:ServiceInnovationLab@dia.govt.nz?subject=New Zealand Enquiries&body=I%20would%20like%20to%20find%20out%20more%20information%20on:%0A">Email Us</a>
<section class="background-medium project">
<div class="nz-grid-full nz-flex banner">
<div class="nz-grid nz-width-one-whole hero-callout-full hero-callout-no_button">
<h1 class="page-title" style="padding-top: 3rem">
{{ page.title }}
</h1>
</div>
</div>
</section>

<div class="nz-grid nz-grid-reversed" style="padding-top: 1.5rem">
<div class="nz-section nz-width-two-thirds contact-section">
<h3>Let’s work together to improve the user experience of government.</h3>
<p><b>International</b> – If you are from outside New Zealand and looking to grow your capability in this field then get in contact with New Zealand Government Partnerships Office (G2G Know-How) by clicking the <b>'Email us'</b> button below.</p>
<a class="btn btn-secondary" role="button" href="mailto:G2GTeam@nzte.govt.nz?subject=International Enquiries - Service Innovation Lab">Email Us</a>
<p><b>New Zealand</b> - If you are from New Zealand and looking to grow your capability in this field then get in contact by clicking the <b>'Email us'</b> button below.</p>
<a class="btn btn-secondary" role="button" href="mailto:ServiceInnovationLab@dia.govt.nz?subject=New Zealand Enquiries&body=I%20would%20like%20to%20find%20out%20more%20information%20on:%0A">Email Us</a>
</div>
</div>
12 changes: 11 additions & 1 deletion pages/insights.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ content_focus: false
gridless: true
---

<section class="nz-section background-gray">
<section class="background-medium project">
<div class="nz-grid-full nz-flex banner">
<div class="nz-grid nz-width-one-whole hero-callout-full hero-callout-no_button">
<h1 class="page-title" style="padding-top: 3rem">
{{ page.title }}
</h1>
</div>
</div>
</section>

<section class="nz-section">
<div class="nz-grid">
<h2 tabindex="0">Overview</h2>
<p>Since early 2017 the team have gained experience and insight into developing an innonvation lab inside government. In this section we have set out some key points around system level pattern the team observed plus some practical tips on running a lab.</p>
Expand Down
14 changes: 12 additions & 2 deletions pages/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,21 @@ content_focus: false
gridless: true
---

<section class="nz-section background-gray">
<section class="background-medium project">
<div class="nz-grid-full nz-flex banner">
<div class="nz-grid nz-width-one-whole hero-callout-full hero-callout-no_button">
<h1 class="page-title" style="padding-top: 3rem">
{{ page.title }}
</h1>
</div>
</div>
</section>

<section class="nz-section">
{% include tools-process-nav.html %}

<div class="nz-grid">
<h2 tabindex="0" style="color: #2337CE">Process</h2>
<h2 tabindex="0">Process</h2>
<p>As a design and development lab working across government agencies, the lab developed a process for its work to follow. Similar to other innovation processes, it creates space and time to better understand the issues before moving to ideation, development and testing.</p>
<p>For each phase we have summarised its key features, reflections and tips from the lab team - and links to ourtools and templates.</p>
</div>
Expand Down
81 changes: 39 additions & 42 deletions pages/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,50 +8,47 @@ content_focus: false
gridless: true
---

<style>
h2 {
color:#2337CE;
}
</style>

<section class="nz-section background-gray">
<div class="nz-grid">
<div class="nz-width-two-thirds">
<h2 tabindex="0">Projects</h2>
<a href="/staging-site/sil-glossary">Glossary of Terms</a>
<section class="background-medium project">
<div class="nz-grid-full nz-flex banner">
<div class="nz-grid nz-width-one-whole hero-callout-full hero-callout-no_button">
<h1 class="page-title" style="padding-top: 3rem">
{{ page.title }}
</h1>
</div>
</div>
</div>
</section>

<div class="nz-grid">
<button class="categories-button-clear filter-button active-filter">All</button>
<button class="categories-button filter-button" data-category="integrated-services">Integrated Services</button>
<button class="categories-button filter-button" data-category="tech">Tech</button>
<button class="categories-button filter-button" data-category="ways-of-working">Ways of working</button>
<button class="categories-button filter-button" data-category="partnerships">Partnerships</button>
</div>
<section class="nz-section">
<div class="nz-grid">
<button class="categories-button-clear filter-button active-filter">All</button>
<button class="categories-button filter-button" data-category="integrated-services">Integrated Services</button>
<button class="categories-button filter-button" data-category="tech">Tech</button>
<button class="categories-button filter-button" data-category="ways-of-working">Ways of working</button>
<button class="categories-button filter-button" data-category="partnerships">Partnerships</button>
</div>

<div class="child-page-listing nz-grid-full">
<!-- <div class="nz-grid"> -->
<section class="nz-section">
<div class="nz-section-bottom">
<div class="projects-grid">
<!-- <div class="nz-flex nz-flex-wrap"> -->
{% assign projects_list = site | find_collection: 'services_projects' | weighted_sort: 'project_weight', 'title' %}
{% for project in projects_list %}
{% include card-project.html
image_src=project.image
image_alt=project.image_accessibility
image_icon=project.image_icon
agency=project.agency
tagline=project.title
description=project.excerpt
link=project.permalink
categories=project.categories
%}
{% endfor %}
<button id="scrollToTopBtn" title="Go to top">Back to Top</button>
<div class="child-page-listing-projects nz-grid-full">
<!-- <div class="nz-grid"> -->
<section class="nz-section">
<div class="nz-section-bottom">
<div class="projects-grid">
<!-- <div class="nz-flex nz-flex-wrap"> -->
{% assign projects_list = site | find_collection: 'services_projects' | weighted_sort: 'project_weight', 'title' %}
{% for project in projects_list %}
{% include card-project.html
image_src=project.image
image_alt=project.image_accessibility
image_icon=project.image_icon
agency=project.agency
tagline=project.title
description=project.excerpt
link=project.permalink
categories=project.categories
%}
{% endfor %}
<button id="scrollToTopBtn" title="Go to top">Back to Top</button>
</div>
</div>
</div>
</section>
</div>
</section>
</div>
</section>
2 changes: 1 addition & 1 deletion pages/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
permalink: /team/
---

<section class="nz-section background-gray">
<section class="nz-section">
<div class="nz-grid">
<div class="nz-width-two-thirds">
<h2> Team Members</h2>
Expand Down
2 changes: 1 addition & 1 deletion pages/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ content_focus: false
gridless: true
---

<section class="nz-section background-gray">
<section class="nz-section">
{% include tools-process-nav.html %}

<div class="nz-grid">
Expand Down