Calling For Proposals

Calling For Proposals


The Global Shea Alliance is inviting proposals from qualified organisations to serve as our Institutional Strengthening Partner (ISP) for the Shea Business Empowerment Program II.

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'; })