We work with other Indigenous Businesses to provide solutions to our clients. These solutions are about developing business and partnering with traditional owner groups, that includes labor hire, recruitment & civil. It also includes environmental heritage management.
Western Kangoulu
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Wangan & Jagalingou
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
// Make sure Google Analytics is available
if (typeof ga === 'function') {
document.addEventListener('DOMContentLoaded', function() {
var downloadLinks = document.querySelectorAll('a[href$=".pdf"], a[href$=".doc"], a[href$=".docx"], a[href$=".xls"], a[href$=".xlsx"]');
downloadLinks.forEach(function(link) {
link.addEventListener('click', function() {
var fileName = this.getAttribute('href').split('/').pop();
ga('send', 'event', 'Downloads', 'Click', fileName);
});
});
});
}