King voices respect for ‘country builders’

King voices respect for ‘country builders’

AMMAN — His Majesty King Abdullah on Friday congratulated the nation on Labour Day, voicing his appreciation for workers.

In a Facebook message, His Majesty wrote: “Labour Day reminds us to stand in respect for those who tirelessly work to build our country with unfaltering determination.

“This is who we Jordanians are; the bigger the challenge, the stronger our resolve is to overcome it. Happy Labour Day.”

On the occasion, His Majesty on Friday received a letter from Mazen Maaitah, president of the General Trade Unions Federation.

Maaitah said that the occasion “embodies many humanitarian, economic, social and national values, since work is a right, honour, responsibility and an act of belonging, with workers being one of the country's main assets that contribute to its prosperity”.

A major function to mark Labour Day was dedicated to sanitation workers, or “homeland workers”.

The Angelic Nazarene Philadelphia Church and partnering NGOs held a ceremony in Marka neighbourhood to honour the municipal workers.

Amman Mayor Aqel Biltaji said the ceremony highlights a distinguished model of religious coexistence in Jordan, where Christian institutions cooperate with the private sector and the Greater Amman Municipality (GAM) to honour this category of labourers and underline work values.

At the end of the ceremony, a total of 305 workers representing different GAM departments received presents, while the organising societies were presented memorial plaques.

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