NEWS

Disasters shouldn't catch us off guard — they demand anticipatory governance that predicts, prepares, and protects.
 
Moving from reaction to readiness is not optional — it's the future of disaster risk management. With data, foresight, and community-led planning, we can make a quantum leap toward proactive resilience.
 
Let’s invest in systems that act before the crisis hits.

// ✅ Custom Modal class with Bootstrap-style events // ✅ Close modal when clicking anywhere // ✅ Prevent click inside modal from closing it // ✅ Auto show on page load // ✅ Auto Show only first time using LocalStorage // if (!localStorage.getItem("welcome_shown")) { // localStorage.setItem("welcome_shown", "true"); // } // ✅ Events (optional logs)