January-June 2023 Newsletter

January-June 2023 Newsletter


Since launching Action for Shea Parklands in 2020, we've dedicated July to raising awareness of the loss of an estimated 8
million trees annually, which threatens the shea parklands and industry's growth and highlights the need for investment in
restoration.

Together, we can raise awareness and make a difference in safeguarding and restoring shea parklands. Through our collective
efforts, we can carry out tree planting events, promote reforestation, educate communities to increase awareness,
advocate for sustainable production techniques, embraceimproved technology, encourage community involvement and
carry out social media compaigns.

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