Empower yourself to support individuals living with HIV through SEEK GSP—an online course focused on mental health within sub-Saharan Africa. Gain expertise in culturally sensitive psychotherapy, stress management, stigma coping, and livelihood enhancement. Elevate your skills in alleviating depression, stress, and PTSD while prioritizing self-care. Join us to make a meaningful impact in mental health support.
// Disable right-click on the entire document
document.addEventListener('contextmenu', function(e) {
e.preventDefault();
});
// Disable selecting text on the entire document
document.addEventListener('selectstart', function(e) {
e.preventDefault();
});