UI Design for flower-subscription brand POMP

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

Wordpress Development for Art AI, an annual festival in Leicester.

Ecommerce revamp for British accessories brand, Elizabeth Scarlett.

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

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