Her Land


Land is being degraded rapidly worldwide. Our current agricultural practices are causing soils worldwide to be eroded up to 100 times faster than natural processes replenish them. At this critical moment, enabling the full contribution of women to halting land degradation and tackling drought is needed now more than ever.

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