On Sunday the 29th of October, 167 guests attended the inaugural Unite Against Cancer Ladies Lunch at the luxurious Boclair House Hotel.
Michelle McManus was the MC and did an excellent job of hosting the event and amusing everyone with her sharp wit.
Elliot Bibby - Magicman entertained everyone with his magic skills.
ABBA MANIA performed for our guests and helped them dance the afternoon away.
A wonderful event in aid of a great cause, and most certainly a great new addition to the Unite Against Cancer calendar of events.
Thank you to everyone who came along and helped make the event a huge success!
Thank you to our helpers from The High School of Glasgow.
Thanks to those who helped organise the event and to ACT Construction UK Ltd, our event sponsors.
<script>
// social sharing helpers
function shareToFacebook(btn, link) {
btn.setAttribute('target', '_blank');
btn.setAttribute(
'href',
`https://www.facebook.com/sharer/sharer.php?u=${link}`
);
}
function shareToTwitter(btn, link) {
btn.setAttribute('target', '_blank');
btn.setAttribute(
'href',
`https://twitter.com/share?url=${link}`
);
}
function shareToLinkedIn(btn, link) {
btn.setAttribute('target', '_blank');
btn.setAttribute(
'href',
`https://www.linkedin.com/sharing/share-offsite/?url=${link}`
);
}
function socialShare(platform, btn, link) {
if (platform === 'facebook') {
shareToFacebook(btn, link);
} else if (platform === 'twitter') {
shareToTwitter(btn, link);
} else if (platform === 'linkedin') {
shareToLinkedIn(btn, link);
}
}
// social sharing
const btns = {
'linkedin': document.querySelector('[data-social="linkedin"]'),
'twitter': document.querySelector('[data-social="twitter"]')
}
const link = window.location.href;
for (let key in btns) {
if (btns.hasOwnProperty(key)) {
socialShare(key, btns[key], link);
}
}
</script>