Call for Proposals

Call for Proposals


The Global Shea Alliance in collaboration with the United Nations Industrial Development Organization (UNIDO) is providing technical assistance in the implementation of the Ghana Component of the European Union funded West Africa Competitiveness Programme (WACOMP).

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