Call: 07775 606661

GDPR - Request Personal Data


You have the right to get a copy of the information that is held about you. This is known as a subject access request.

This right of subject access means that you can make a request under the Data Protection Act to any organisation processing your personal data.

If you would like to receive a copy of information that you believe I hold of your personal details please use the form below. There will be a £10 administration charge for this service.

Email:




document.addEventListener('DOMContentLoaded', function () { const gallery = document.getElementById('artGallery'); const leftArrow = document.getElementById('scrollLeft'); const rightArrow = document.getElementById('scrollRight'); console.log(gallery, leftArrow, rightArrow); if (!gallery || !leftArrow || !rightArrow) { console.error('Gallery or arrows NOT FOUND in DOM'); return; } leftArrow.addEventListener('click', function () { gallery.scrollBy({ left: -300, behavior: 'smooth' }); }); rightArrow.addEventListener('click', function () { gallery.scrollBy({ left: 300, behavior: 'smooth' }); }); });