Our people and board

Our Leadership Team

Tasc is made up of solicitors, social workers, advocates and business services professionals: a caring, qualified team who are here to help.

We are led by a Chief Executive Officer and a voluntary Board of Directors, who are selected to represent the community and for their demonstrated commitment to our vision and mission.

The Board and CEO set Tasc’s strategic direction and are responsible for financial and legal accountability to funding agencies and the community.

Modal Example /* Megan Modal styles */ .modal { display: none; /* Hide the modal by default */ position: fixed; /* Position the modal */ z-index: 1; /* Set the modal above other elements */ left: 0; top: 0; width: 100%; height: 100%; overflow: auto; /* Enable scrolling if needed */ background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */ } .modal-content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 80%; text-align: center; /* Center the content horizontally */ border-radius: 10px; /* Rounded corners */ position: relative; /* Added to make sure the close button stays inside the modal-content */ } .modal-button:hover, .open-button:hover { background-color: gold; /* Change color to gold on hover */ } /* Image styles */ .modal-image { max-width: 200px; height: auto; display: block; /* Center the image horizontally */ margin-left: auto; margin-right: auto; } /* Close button styles */ .close-button { position: absolute; top: 10px; right: 10px; font-size: 40px; font-weight: bold; color: #888; cursor: pointer; } .close-button:hover { color: #000; } Image

Megan Inglis
Principal Solicitor

// Open the modal function openModalMegan() { document.getElementById(“MeganModal”).style.display = “block”; } // Close the modal function closeModalMegan() { document.getElementById(“MeganModal”).style.display = “none”; } // Change button color on mouseover function changeButtonColor(button) { button.style.backgroundColor = ‘#EAA824’; } // Restore button color on mouseout function restoreButtonColor(button) { button.style.backgroundColor = ‘#1A6B74’; }

Our Board of Directors

/* LESLEY Modal styles */ .modal { display: none; /* Hide the modal by default */ position: fixed; /* Position the modal */ z-index: 1; /* Set the modal above other elements */ left: 0; top: 0; width: 100%; height: 100%; overflow: auto; /* Enable scrolling if needed */ background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */ } .modal-content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 80%; text-align: center; /* Center the content horizontally */ border-radius: 10px; /* Rounded corners */ position: relative; /* Added to make sure the close button stays inside the modal-content */ } .modal-button:hover, .open-button:hover { background-color: gold; /* Change color to gold on hover */ } /* Image styles */ .modal-image { max-width: 200px; height: auto; display: block; /* Center the image horizontally */ margin-left: auto; margin-right: auto; } /* Close button styles */ .close-button { position: absolute; top: 10px; right: 10px; font-size: 40px; font-weight: bold; color: #888; cursor: pointer; } .close-button:hover { color: #000; } Image

Lesley Beames
Chairperson

// Open the modal function openModalLesley() { document.getElementById(“LesleyModal”).style.display = “block”; } // Close the modal function closeModalLesley() { document.getElementById(“LesleyModal”).style.display = “none”; } // Change button color on mouseover function changeButtonColor(button) { button.style.backgroundColor = ‘#EAA824’; } // Restore button color on mouseout function restoreButtonColor(button) { button.style.backgroundColor = ‘#1A6B74’; }
/* CRAIG Modal styles */ .modal { display: none; /* Hide the modal by default */ position: fixed; /* Position the modal */ z-index: 1; /* Set the modal above other elements */ left: 0; top: 0; width: 100%; height: 100%; overflow: auto; /* Enable scrolling if needed */ background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */ } .modal-content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 80%; text-align: center; /* Center the content horizontally */ border-radius: 10px; /* Rounded corners */ position: relative; /* Added to make sure the close button stays inside the modal-content */ } .modal-button:hover, .open-button:hover { background-color: gold; /* Change color to gold on hover */ } /* Image styles */ .modal-image { max-width: 200px; height: auto; display: block; /* Center the image horizontally */ margin-left: auto; margin-right: auto; } /* Close button styles */ .close-button { position: absolute; top: 10px; right: 10px; font-size: 40px; font-weight: bold; color: #888; cursor: pointer; } .close-button:hover { color: #000; } Image

Craig Armstrong
Deputy Chairperson

// Open the modal function openModalCraig() { document.getElementById(“CraigModal”).style.display = “block”; } // Close the modal function closeModalCraig() { document.getElementById(“CraigModal”).style.display = “none”; } // Change button color on mouseover function changeButtonColor(button) { button.style.backgroundColor = ‘#EAA824’; } // Restore button color on mouseout function restoreButtonColor(button) { button.style.backgroundColor = ‘#1A6B74’; }
/* Ann-Marie Modal styles */ .modal { display: none; /* Hide the modal by default */ position: fixed; /* Position the modal */ z-index: 1; /* Set the modal above other elements */ left: 0; top: 0; width: 100%; height: 100%; overflow: auto; /* Enable scrolling if needed */ background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */ } .modal-content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 80%; text-align: center; /* Center the content horizontally */ border-radius: 10px; /* Rounded corners */ position: relative; /* Added to make sure the close button stays inside the modal-content */ } .modal-button:hover, .open-button:hover { background-color: gold; /* Change color to gold on hover */ } /* Image styles */ .modal-image { max-width: 200px; height: auto; display: block; /* Center the image horizontally */ margin-left: auto; margin-right: auto; } /* Close button styles */ .close-button { position: absolute; top: 10px; right: 10px; font-size: 40px; font-weight: bold; color: #888; cursor: pointer; } .close-button:hover { color: #000; } Image

Ann-Marie Johnston
Treasurer

// Open the modal function openModalAnnMarie() { document.getElementById(“AnnMarieModal”).style.display = “block”; } // Close the modal function closeModalAnnMarie() { document.getElementById(“AnnMarieModal”).style.display = “none”; } // Change button color on mouseover function changeButtonColor(button) { button.style.backgroundColor = ‘#EAA824’; } // Restore button color on mouseout function restoreButtonColor(button) { button.style.backgroundColor = ‘#1A6B74’; }
/* RHETT Modal styles */ .modal { display: none; /* Hide the modal by default */ position: fixed; /* Position the modal */ z-index: 1; /* Set the modal above other elements */ left: 0; top: 0; width: 100%; height: 100%; overflow: auto; /* Enable scrolling if needed */ background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */ } .modal-content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 80%; text-align: center; /* Center the content horizontally */ border-radius: 10px; /* Rounded corners */ position: relative; /* Added to make sure the close button stays inside the modal-content */ } .modal-button:hover, .open-button:hover { background-color: gold; /* Change color to gold on hover */ } /* Image styles */ .modal-image { max-width: 200px; height: auto; display: block; /* Center the image horizontally */ margin-left: auto; margin-right: auto; } /* Close button styles */ .close-button { position: absolute; top: 10px; right: 10px; font-size: 40px; font-weight: bold; color: #888; cursor: pointer; } .close-button:hover { color: #000; } Image

Dr Rhett Martin
Director

// Open the modal function openModalRhett() { document.getElementById(“RhettModal”).style.display = “block”; } // Close the modal function closeModalRhett() { document.getElementById(“RhettModal”).style.display = “none”; } // Change button color on mouseover function changeButtonColor(button) { button.style.backgroundColor = ‘#EAA824’; } // Restore button color on mouseout function restoreButtonColor(button) { button.style.backgroundColor = ‘#1A6B74’; }
/* SHARON Modal styles */ .modal { display: none; /* Hide the modal by default */ position: fixed; /* Position the modal */ z-index: 1; /* Set the modal above other elements */ left: 0; top: 0; width: 100%; height: 100%; overflow: auto; /* Enable scrolling if needed */ background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */ } .modal-content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 80%; text-align: center; /* Center the content horizontally */ border-radius: 10px; /* Rounded corners */ position: relative; /* Added to make sure the close button stays inside the modal-content */ } .modal-button:hover, .open-button:hover { background-color: gold; /* Change color to gold on hover */ } /* Image styles */ .modal-image { max-width: 200px; height: auto; display: block; /* Center the image horizontally */ margin-left: auto; margin-right: auto; } /* Close button styles */ .close-button { position: absolute; top: 10px; right: 10px; font-size: 40px; font-weight: bold; color: #888; cursor: pointer; } .close-button:hover { color: #000; } Image

Dr Sharon Boyce
Director

// Open the modal function openModalSharon() { document.getElementById(“SharonModal”).style.display = “block”; } // Close the modal function closeModalSharon() { document.getElementById(“SharonModal”).style.display = “none”; } // Change button color on mouseover function changeButtonColor(button) { button.style.backgroundColor = ‘#EAA824’; } // Restore button color on mouseout function restoreButtonColor(button) { button.style.backgroundColor = ‘#1A6B74’; }
/* Jessica Modal styles */ .modal { display: none; /* Hide the modal by default */ position: fixed; /* Position the modal */ z-index: 1; /* Set the modal above other elements */ left: 0; top: 0; width: 100%; height: 100%; overflow: auto; /* Enable scrolling if needed */ background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */ } .modal-content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 80%; text-align: center; /* Center the content horizontally */ border-radius: 10px; /* Rounded corners */ position: relative; /* Added to make sure the close button stays inside the modal-content */ } .modal-button:hover, .open-button:hover { background-color: gold; /* Change color to gold on hover */ } /* Image styles */ .modal-image { max-width: 200px; height: auto; display: block; /* Center the image horizontally */ margin-left: auto; margin-right: auto; } /* Close button styles */ .close-button { position: absolute; top: 10px; right: 10px; font-size: 40px; font-weight: bold; color: #888; cursor: pointer; } .close-button:hover { color: #000; } Image

Jessica Goldie
Director

// Open the modal function openModalJessica() { document.getElementById(“JessicaModal”).style.display = “block”; } // Close the modal function closeModalJessica() { document.getElementById(“JessicaModal”).style.display = “none”; } // Change button color on mouseover function changeButtonColor(button) { button.style.backgroundColor = ‘#EAA824’; } // Restore button color on mouseout function restoreButtonColor(button) { button.style.backgroundColor = ‘#1A6B74’; }
/* Jan Modal styles */ .modal { display: none; /* Hide the modal by default */ position: fixed; /* Position the modal */ z-index: 1; /* Set the modal above other elements */ left: 0; top: 0; width: 100%; height: 100%; overflow: auto; /* Enable scrolling if needed */ background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */ } .modal-content { background-color: #fefefe; margin: 15% auto; padding: 20px; border: 1px solid #888; width: 80%; text-align: center; /* Center the content horizontally */ border-radius: 10px; /* Rounded corners */ position: relative; /* Added to make sure the close button stays inside the modal-content */ } .modal-button:hover, .open-button:hover { background-color: gold; /* Change color to gold on hover */ } /* Image styles */ .modal-image { max-width: 200px; height: auto; display: block; /* Center the image horizontally */ margin-left: auto; margin-right: auto; } /* Close button styles */ .close-button { position: absolute; top: 10px; right: 10px; font-size: 40px; font-weight: bold; color: #888; cursor: pointer; } .close-button:hover { color: #000; } Image

Jan Ezidkhalo
Director

// Open the modal function openModalJan() { document.getElementById(“JanModal”).style.display = “block”; } // Close the modal function closeModalJan() { document.getElementById(“JanModal”).style.display = “none”; } // Change button color on mouseover function changeButtonColor(button) { button.style.backgroundColor = ‘#EAA824’; } // Restore button color on mouseout function restoreButtonColor(button) { button.style.backgroundColor = ‘#1A6B74’; }

 

Skip to content