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

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

Wordpress Development for Curiousa, a contemporary lighting manufacturer.

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

Migration to Wordpress and full design for award-winning agency, Amerge.

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