Extensive engagement, consultation and collaboration with the BC First Nations housing and infrastructure community and leadership is essential to achieving success. BC First Nations leadership provided the mandate for the FNHIC-BC to carry out this work.
The FNHIC-BC will continue engagement with First Nations communities and organizations across BC to ensure the Authority is designed by First Nations and based on First Nations experience, knowledge and best practices.
//event listener: DOM ready
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function() {
if (oldonload) {
oldonload();
}
func();
}
}
}
//call plugin function after DOM ready
addLoadEvent(function(){
outdatedBrowser = window.outdatedBrowser || function() {};
outdatedBrowser({
bgColor: '#f25648',
color: '#ffffff',
lowerThan: 'IE11',
languagePath: ''
})
});