Man dies while distributing kerosene to underprivileged families

Man dies while distributing kerosene to underprivileged families

AMMAN — Jordanians on Sunday commended the philanthropic work of Amer Turk, who passed away Friday while distributing kerosene to underprivileged families.

The 57-year-old was always keen to distribute donations to poor families in Zarqa Governorate's Al Sukhneh and Al Hashemiyeh districts, according to Ziad Baghal, Turk's employer at Ziad Al Baghal and Partners.

Due to his "integrity" and knowledge of families in need, Turk's company would engage him every year in its charity initiatives, including kerosene distribution in winter, when he would drive a van and take part in the process.

The army veteran worked at the firm as a foreman and was known for his honesty, dedication and passion for social work, Baghal told The Jordan Times over the phone.

While distributing kerosene, Amer felt chest pains and was taken to Zarqa hospital, but passed away on the way due to a heart attack, according to his sister Maha.

"He made sure that those with him will carry on with the distribution process to the neediest families, so they receive their share of kerosene in the cold weather," she told The Jordan Times.

Amer's three sons and two daughters, between the ages of 19 and 27, will follow in their father's steps in philanthropic work, she noted.

"We were surprised at the azza [condolences home] to see so many people that he used to help," Maha said, noting that Amer always preferred to help the poor in secret, but his companions took photos of him.

"He didn't like to be photographed while helping the poor".

The incident stirred the compassion of social media users, who praised Amer's deeds and prayed that his soul rests in peace.

"He has a higher sense of belonging to the country and is more humane and responsible than so many public officials," one social media user posted.

Another user, Salameh Odat, said Amer experienced "the best way to die" as the last thing he did was helping those in need.

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