Hiring a consultant

Hiring a consultant


The Global Shea Alliance is hiring a consultant to produce communication and extension plan for Ghana Shea Landscape Emission Reductions Project (GSLERP). Interested persons should please click here to apply for this position.

Download...


Copyright © Global Shea Alliance | All rights reserved

C const popup = document.querySelector('.popup'); const close = document.querySelector('.close'); window.onload = function(){ setTimeout(function(){ popup.style.display = "block"; }, 2000) } close.addEventListener('click',()=>{ popup.style.display = 'none'; })