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

Collaborating with David Ottley, I developed a brutalism-inspired WordPress site that would showcase the upcoming Programme, Artist Profiles, and Video content. 

The site is currently managed by the marketing team at Art AI and may look different from original launch designs

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