We currently have no positions available; however, if you are interested in joining our team, please send your resume to shaye.kahonuamomona@gmail.com.

Other Ways to Contribute to Ka Honua Momona:

document.addEventListener("DOMContentLoaded", function () { const intro = document.getElementById("intro-panel"); const coconut = document.getElemenById("coconut-panel"); const coconutPin = document.querySelector(".plant-coconut"); if (coconutPin && intro && coconut) { coconutPin.addEventListener("click", function (e) { e.preventDefault(); intro.style.display = "none"; coconut.style.display = "block"; }); } });