Footprints Unveiled: Inspiring Stories of Change and Hope in Africa
Join us on Footprints in Africa, a captivating podcast that shares incredible stories of nonprofits around the world and the narratives of people who have suffered and made it their mission to create positive change for the greater good. In each episode, we delve into the fight against superstition, the challenges faced by village elders, and the journey of rescuing children from tribal killings. Our host, Tammy Darmel, founder and president of Footprints in Africa, takes us on a compelling exploration of her vision and compassion for humanity, fueled by her love for the African continent. With over two decades of community service experience, Tammy is no stranger to the complexities of building and nurturing nonprofit organizations. In this podcast, we uncover the inspiring highlights of her conversations with guests, shedding light on their remarkable work, the impact they create, and the stories that drive them. Get ready to be inspired, informed, and uplifted as we showcase the footprints of change being made in Africa and beyond.
Catch up on the newest episodes of Chezuba Talk's podcast and stay updated with insightful conversations from inspiring guests who are creating positive change.
Michelle, one of only six globally certified service dog trainers by the International Association of Canine Professionals (IACP), shares her incredible journey of supporting veterans through her nonprofit.
In this insightful episode of "Chezuba Talks," host Tej sits down with Asad Lilani, a visionary leader from The Access Challenge, to explore the power of synergy in driving sustainable healthcare in East and Southern Africa.
In this compelling episode of Chezuba Talks, we sit down with Dr. Anne Merewood, a founding member of CHEERing Greece, an ISO-certified, international NGO dedicated to transforming maternal and child health in refugee communities.
Dr. Anne Merewood
August 27, 2024
EP-82 • 20 min 44 sec
14mins 27sec
Footprints Unveiled: Inspiring Stories of Change and Hope in Africa
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#25305e"
},
"button": {
"background": "#14a7d0"
}
},
"theme": "classic",
"content": {
"message": "We use cookies to optimize your experience. Don't worry! We NEVER sell your data",
"dismiss": "Got it!",
"link": "Learn more",
"href": "https://app.chezuba.net/Home/PrivacyPolicy/"
}
});
var modal = document.getElementById("myModal");
// Get the form container within the modal
var formContainer = document.querySelector(
".book-demo-modal .form-container"
);
// Get the button that opens the modal
var btns = document.getElementsByClassName("book-demo-link");
// When the user clicks the button, open the modal
for (var i = 0; i < btns.length; i++) {
btns[i].onclick = function () {
modal.style.display = "block";
document.body.style.overflow = "hidden";
};
}
// When the user clicks anywhere outside of the form-container, close it
modal.onclick = function (event) {
modal.style.display = "none";
document.body.style.overflow = "auto"; // allow background to scroll again
};
// Stop propagation of the click event from the form-container to the modal
formContainer.onclick = function (event) {
event.stopPropagation();
};