Communications Manager Position

Communications Manager Position


The communications Manager will lead the development and implementation of organizational, industry, and consumer-facing communication strategies. Major responsibilities will include assessing communications needs and developing comprehensive communications plans, developing outreach materials, and curating communications materials. Additionally, the position will lead management of GSA annual conferences and exhibitions in Africa, U.S., and EU.  

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