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

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

Entire brand refresh for Shopify Plus agency, Velstar.

Full Design Service for Big Picture Foods.

UX/UI Design and Email Marketing for Kelly Loves, an Asian food and snack retailer.

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