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

Collaborating with Justin Rodgers, we designed the 2018 and 2019 Safer Sex Packs and dispenser boxes for the LGBT Foundation. Over 90,000 packs are distributed by the Foundation every year completely free of charge.

The Foundation recently celebrated its 25th year distributing the packs around Manchester.

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