Jordanian Campaign in Gaza distributes thousands of meals across besieged Strip 

Jordanian Campaign in Gaza distributes thousands of meals across besieged Strip 
The Jordanian Campaign in the Gaza Strip, in cooperation with the Jordan Hashemite Charity Organisation (JHCO), distributes thousands of hot meals to families affected by the ongoing Israeli war across the Strip’s governorates (Al Mamlaka TV photo)

AMMAN — The Jordanian Campaign in the Gaza Strip, in cooperation with the Jordan Hashemite Charity Organisation (JHCO), has distributed thousands of hot meals to families affected by the ongoing Israeli war across the Strip’s governorates.

As part of the “Jordanian Kitchen” initiative, the campaign has continued to deliver food aid to various areas in the north, centre, and south of the besieged enclave. The initiative reflects Jordan’s sustained efforts to support Palestinians facing worsening humanitarian conditions due to the war and blockade, Al Mamalaka TV reported.

Additionally, JHCO has launched a daily bakery in southern Gaza, in cooperation with the Jordanian aid campaign, to provide bread to displaced Palestinians amid border closures, acute flour shortages, and soaring food prices. The organisation said the bakery produces between 35,000 and 40,000 loaves of bread daily, benefiting thousands of displaced families as part of Jordan’s broader humanitarian assistance to Gaza by land and air.

Jordan’s humanitarian response also includes the “Restoring Hope” initiative, launched in September 2024 under Royal directives. The programme aims to provide prosthetic limbs to individuals who have lost limbs as a result of the war. It is a collaborative effort involving the Royal Medical Services, the “Hakeem” programme by Electronic Health Solutions, and JHCO.

Jordan also operates two military field hospitals in Gaza. The first, located in the northern part of the Strip, was established in 2009 following the 2008 conflict. The second was set up in Khan Younis, in the south, in November 2023 at the height of the Israeli war on the coastal enclave that began on October 7, 2023.

.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'); }); }); });