Kear is the Director of Indigenous Relations at QM Environmental. Kear is passionate about increasing Indigenous representation in STEM (science, technology, engineering & math) and supports capacity building at all levels and projects. He has experience in consulting, contracting, government and non-profit industries. He brings this experience with his unique background, Métis-Chinese, to look at things from a different perspective.
//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: ''
})
});