Parkland Restoration Fund - Call for Nominations

Parkland Restoration Fund - Call for Nominations


The GSA Executive Committee recently approved a proposal to set up the Parkland Restoration Fund (PRF). The fund is an industry effort to undertake activities that protect the existing stock of shea trees and restore degraded shea parklands in East and West Africa

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