Networking Drinks - 23 November

20231123

5:00 pm

Location: Hotel CBD 15/21 Lake St, Varsity Lakes QLD 4227, Australia

Once a month we invite our Members, Mentors, and Partners to shut down their laptops, turn off their phones and take time out to meet and mingle in a very social gathering with the GC HUB team and wider startup community on the Gold Coast.

Let’s get to know each other on a deeper level, connect, and share some laughs and good conversations.

Not a member? Visit our website to sign up now and claim your free ticket: https://www.gchub.com.au/memberships/

var humanitix = { findPos: function(obj) { var curtop = 0; if (obj.offsetParent) { do { curtop += obj.offsetTop; } while ((obj = obj.offsetParent)); return [curtop]; } } }; window.addEventListener('message', function (e) { if (e.origin !== "https://events.humanitix.com"){ return; } var messageData = e.data; var iframeEl = document.getElementById('iframe-container'); if (iframeEl && messageData && !isNaN(messageData.scrollHeight)){ iframeEl.style.height = messageData.scrollHeight + 'px'; } if (iframeEl && messageData && messageData.pageChange) { window.scroll(0, humanitix.findPos(iframeEl)); } }, false);