End-to-End Brand & Product Design for BlueFinch: A Suite of Tools and Products for the Magento Ecosystem

Ecommerce store design produced as part of a design task.

Booking Management Interface Design for Travel Agency

Product Page redesign concept for GreenPeople produced as part of a design task.

Concept Design as part of my UX Design Diploma

UI Design for flower-subscription brand POMP

Ecommerce revamp for British accessories brand, Elizabeth Scarlett.

UX/UI and Wordpress Development for Truststream, a cyber security company.

UX/UI Design and Brand Development for award-winning wellbeing brand, NEOM Wellbeing.

Entire brand refresh for Shopify Plus agency, Velstar.

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