Announcements

New Crew Interactive Networking

June 29, 2023

Thank you to Will Kintish for a very interesting and informative session on how to work a room and for providing some excellent practical tips. It was a great evening networking and putting all the learnings into practice.

Thank you very much to Interpath for kindly hosting and sponsoring this New Crew IWIRC event.

Will has kindly provided a link to the workshop materials for those who attended – https://www.kintish.co.uk/workshops/three-hour-workshop

Create new relationships with other service professionals & clients.

We provide a range of practice development and networking opportunities that enhance your professional stature within an open and friendly culture.

/*umx-dollar-fix*/window.$ = window.$ || window.jQuery; // REVEAL SPONSOR BIO // Open $(document).on('click', '.sponsor .sponsor-card .sponsor-title .sponsor-open', function (e) { e.preventDefault(); var $sponsor = $(this).closest('.sponsor'); $sponsor.find('.sponsor-card').addClass('hide'); $sponsor.find('.sponsor-info').removeClass('hide'); }); // Close: return to initial state $(document).on('click', '.sponsor .sponsor-info .sponsor-close', function (e) { e.preventDefault(); var $sponsor = $(this).closest('.sponsor'); $sponsor.find('.sponsor-info').addClass('hide'); $sponsor.find('.sponsor-card').removeClass('hide'); }); // REMOVE PROFILE PHOTO LINK $(document).ready(function() { $(".um .um-profile-photo a.um-profile-photo-img").removeAttr("href"); });