SUPPLY OF IMPROVED COOKSTOVES TO SHEA COOPERATIVES

SUPPLY OF IMPROVED COOKSTOVES TO SHEA COOPERATIVES


The Ghana Shea Landscape Emissions Reduction Project (GSLERP) is a 7-year project being implemented by the Forestry Commission of Ghana and the Global Shea Alliance (GSA) in the Northern Savannah Zone of Ghana, with funding from the Green Climate Fund (GCF), the Government of Ghana, and the Private sector. UNDP is an accredited entity and implementing partner. 

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