Contact Ray of Hope Community Development Center

1005 East Coldspring Lane Baltimore, MD 21211
xaalamainama@gmail.com
(410) 925-1125
document.addEventListener("DOMContentLoaded", function() { const buttons = document.querySelectorAll(".read-more-btn"); buttons.forEach(button => { button.addEventListener("click", function() { const parent = this.previousElementSibling; parent.classList.toggle("show-more"); this.textContent = this.textContent === "Read More" ? "Read Less" : "Read More"; }); }); });