diff --git a/content/showcase/hartwell-insurance/bio.md b/content/showcase/hartwell-insurance/bio.md
new file mode 100644
index 000000000..8bfdad49d
--- /dev/null
+++ b/content/showcase/hartwell-insurance/bio.md
@@ -0,0 +1,6 @@
+
+Hartwell Insurance is an insurance company set up solely to service the Broker community.
+
+By combining **Hugo**, **Service Worker** and **Netlify**, we were able to achieve incredible global site performance.
+
+The site was built by [Tomango](http://www.tomango.co.uk)
diff --git a/content/showcase/hartwell-insurance/featured.png b/content/showcase/hartwell-insurance/featured.png
new file mode 100644
index 000000000..ced251f98
Binary files /dev/null and b/content/showcase/hartwell-insurance/featured.png differ
diff --git a/content/showcase/hartwell-insurance/hartwell-columns.png b/content/showcase/hartwell-insurance/hartwell-columns.png
new file mode 100644
index 000000000..eb669b5a3
Binary files /dev/null and b/content/showcase/hartwell-insurance/hartwell-columns.png differ
diff --git a/content/showcase/hartwell-insurance/hartwell-lighthouse.png b/content/showcase/hartwell-insurance/hartwell-lighthouse.png
new file mode 100644
index 000000000..672a8c1c8
Binary files /dev/null and b/content/showcase/hartwell-insurance/hartwell-lighthouse.png differ
diff --git a/content/showcase/hartwell-insurance/hartwell-webpagetest.png b/content/showcase/hartwell-insurance/hartwell-webpagetest.png
new file mode 100644
index 000000000..8dc035f3e
Binary files /dev/null and b/content/showcase/hartwell-insurance/hartwell-webpagetest.png differ
diff --git a/content/showcase/hartwell-insurance/index.md b/content/showcase/hartwell-insurance/index.md
new file mode 100644
index 000000000..8f46addd7
--- /dev/null
+++ b/content/showcase/hartwell-insurance/index.md
@@ -0,0 +1,73 @@
+---
+
+# A suitable title for this article.
+title: Hartwell Insurance
+
+# Set this to the current date.
+date: 2018-02-09
+
+description: "Showcase: \"Hugo + Netlify + PWA makes for a rapid website.\""
+
+# The URL to the site on the internet.
+siteURL: https://www.hartwell-insurance.com/
+
+# Add credit to the article author. Leave blank or remove if not needed/wanted.
+byline: "[Trys Mudford](http://www.trysmudford.com), Lead Developer, Tomango"
+
+---
+
+We’ve just launched a shiny new website for [Hartwell Insurance](https://www.hartwell-insurance.com/) – I’m really proud of it. It was tackled it in a different way to most previous Tomango site builds, using some fancy new tools and some vintage web standards.
+
+It’s multi-page, single-page (!) website written in Hugo, a static site generator built with performance as a first-class feature. _I’ve outlined a load of benefits to Hugo & static sites [here](https://why-static.netlify.com/), in case you’re interested._
+
+> **In essence, a static site generator pre-renders the whole site into HTML files and serves them like it’s 1995.**
+
+There’s no Apache or Node backend that does compilation at runtime, it’s all done at the build step. This means the server; Netlify in this case, only has to do one thing – serve files. Unsurprisingly, serving simple files is VERY quick.
+
+The starter point was the [victor-hugo](https://github.com/netlify/victor-hugo) repository that Netlify have created. It let me dive in with Hugo, PostCSS, BrowserSync and ES6 without setting up any tooling myself – always a win!
+
+I then took all the content from the design file and moved it into Markdown, putting shortcodes in where necessary. This site did need a number of custom shortcodes for the presentational elements like the expanding circles and full width backgrounds. But mostly it was just clean, semantic HTML with some CSS and JS enhancement thrown in.
+
+For example, this two column layout shown below. I used CSS Columns with a `break-after: always;` on the `
`. No multi-wrapper or difficult-to-clear shortcodes, just clean HTML.
+
+
+
+For the ripple effects on the section headings, I used JS to prepend a `