Sales and Marketing Trainer Needed

Sales and Marketing Trainer Needed


The GSA is looking for a Sales and Marketing Trainer for a short-term service contract to help SMEs improve their skills in developing key customer relationships, implementing best practices, and making better business decisions. For additional information on the position, click to download the document below.

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