Andrew
Walpole

Principal Web
Developer &
Engineering
Manager

Designer
Leader
Teacher
Learner
Maker

U River Cruises Redesign

View the Design System and Demo Site

Overview

This client project was a lot of fun, for some interesting reasons. From a high level the job was to build a new website for U River Cruises, but underneath the technical needs were much more challenging. The company used a CMS where all parts of the website were split out into essentially vanilla HTML/CSS/JavaScript snippets. In order to deliver a full site, but also in the format that would best translate into this CMS, I stood up a fairly bespoke system using Nunjucks and Gulp.

Nunjucks as a templating language allowed for all the things you might find yourself needing to implement components into a design – loops, if statements, etc, while also keeping our development efforts squarely centered in vanilla technologies.

Four years later, I might raise an eyebrow at this specific strategy and instead just point at Web Components. But at the time it fit the bill and allowed myself and my team to tackle the site as a robust design system of components.

Challenges

While sorting out the architecture presented some early challenges, another technical challenge was having to dig quite deeply into the MapBox API to make some of the itinerary modules work. It was a lot of fun learning how to make MapBox zoom around the globe and overlay complex modules into the map itself.

Tech Stack