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.

Safer Sex Packs designed for the LGBT Foundation and Manchester Pride.

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

Entire brand refresh for Shopify Plus agency, Velstar.

UX/UI Design & Brand Elevation for BullyBillows, leaders in the pet-accessory industry.

UX/UI Design for Sculpted by Aimee, Ireland’s leading beauty brand.

Full Design Service for Big Picture Foods.

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