JOHUD launches campaign to support needy families in emergency weather conditions

JOHUD launches campaign to support needy families in emergency weather conditions

AMMAN — The Charity Campaign, implemented by the Jordanian Hashemite Fund for Human Development (JOHUD), on Sunday launched an emergency support programme to meet the needs of local communities and families most affected in emergency weather conditions.

In the presence of HRH Princess Basma, chairperson of the campaign’s higher committee, the launch of the programme came as an embodiment of the JOHUD’s 45-year journey in humanitarian and development work, the Jordan News Agency, Petra, reported.

During the launching ceremony at the Princess Basma Centre for Development in Jerash, the princess stressed the campaign’s keenness to reach the largest possible number of families, especially those most affected in emergency cases, according to a programme that the fund is working to institutionalise on a permanent and sustainable basis to include all regions of the Kingdom, especially in poverty pockets.

Highlighting the importance of this programme, which the campaign seeks to implement in cooperation with competent official authorities, institutions, and partners in all regions, the princess noted that it reflects the values of solidarity characterising the Jordanian society.

The princess was briefed on the programme’s work including the distribution of blankets, clothes, eco-friendly heating supplies, coupons for fuel and food aid, to the affected families in emergency situations as soon as possible.

She praised the role of partners and various national institutions for their support, noting that the programe’s objectives will be integrated with other campaigns including home maintenance, educational grants and medical treatments.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });