Call for Proposals - Sustainable Shea Initiative

Call for Proposals - Sustainable Shea Initiative


The Global Shea Alliance in partnership with the United States Agency for International Development (USAID) announces this call for proposals from GSA members and sustainability partners, for implementation of the flagship Sustainable Shea Initiative.  

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