Home About Projects Blog

Blog

Thoughts on entrepreneurship, organizational leadership, and the state of child welfare. Reflections shaped by lived experience, responsibility, and a calling to lead well.

` document.addEventListener("DOMContentLoaded", function () { document.querySelectorAll(".article-card-horizontal").forEach(card => { card.addEventListener("click", function(e) { if (e.target.tagName === "A") return; const url = this.dataset.link; if (url) window.location = url; }); }); });