function registerListener() { window.wixDevelopersAnalytics.register( 'cf06bdf3-5bab-4f20-b165-97fb723dac6a', (eventName, eventParams, options) => { const XSRFToken = getXSRFTokenFromCookie() fetch( `${window.location.origin}/_serverless/analytics-reporter/facebook/event`, { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-XSRF-TOKEN': XSRFToken, }, body: JSON.stringify({ eventName, data: eventParams }), }, ); }, ); function getXSRFTokenFromCookie() { var match = document.cookie.match(new RegExp("XSRF-TOKEN=(.+?);")); return match ? match[1] : ""; } } window.wixDevelopersAnalytics ? registerListener() : window.addEventListener('wixDevelopersAnalyticsReady', registerListener);
top of page
PWDEE Project Logo copy.jpg

PERSONS WITH DISABILITIES: EMPOWERED, ENGAGED

Building Community Resilience and Preparedness for Effective Disaster Prevention and Response: Twin Approach

The project Persons with Disabilities: Empowered, Engaged is a year- long project implemented by the PPP in partnership with the Arbeiter-Samariter-Bund (ASB). It covered six communities in the municipalities of Balangiga and Lawaan in the province of Eastern Samar. DRRM capacity building activities were organized for this project and these included: ToT on Disability Inclusive DRRM (DiDRRM), CRA workshops, BDRRMP workshop, sensitization of project stakeholders on disability inclusion, and psychosocial support services training. One of the project’s key milestones was the reactivation of disabled people’s organizations (DPOs) in the covered municipalities. This provided an enabling environment for the persons with disability to exercise leadership and gain confidence as active development agents in their respective communities.

bottom of page