Migration to Wordpress and full design for award-winning agency, Amerge.

I lead the project with an UX audit of their previous site highlighting customer pain points, frictions, and areas for concern. This then lead to a discovery session with the founders of Amerge where we analysed this data and began idea generation.

Following on from this I began creating lowfidelty and high-fidelity prototypes of the user journey. Once feedback had been actioned and the designs were signed off, the marketing manager and I began to build the website in WordPress.

The website is currently managed by the internal team at Amerge, and may look different than the original design. 

// Select all images in the "gallery" class const images = document.querySelectorAll('.work img'); // Loop through each image and add the loading attribute images.forEach(image => { image.setAttribute('loading', 'lazy'); });