CONSULTANT TO SUPPORT NGO ENGAGEMENT FOR WOMEN'S COOPERATIVES

CONSULTANT TO SUPPORT NGO ENGAGEMENT FOR WOMEN'S COOPERATIVES


The Ghana Shea Landscape Emission Reduction Project seeks to restore degraded shea parklands through public-private partnerships. Under Output 2, the project focuses on restoring and sustainably managing shea parklands while strengthening value chains for shea processing.

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