UI Design and Wordpress Development for luxury living space developer, Superior Group.

This collaborative project was undertaken in partnership with CopyHouse, a content marketing agency based in Edinburgh. The initial groundwork had been laid by their in-house designer, who crafted a low-fi prototype of the new Superior Group’s website.

Tasked with the responsibility of bringing this vision to life, my role was to transition the low-fi prototype into a fully functional and visually captivating WordPress website. The primary objective was to create a digital platform that not only reflected the Superior Group’s commitment to excellence but also effectively communicated their extensive range of construction and finishing services.

// 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'); });