As Jordan celebrates milestone occasions, officials recall achievements over 26 years

As Jordan celebrates milestone occasions, officials recall achievements over 26 years

This year’s triple occasion is marked with Jordan celebrating qualification for World Cup


AMMAN — Jordan marks the three defining national milestones on Monday: the 26th anniversary of His Majesty King Abdullah’s Accession to the Throne, the anniversary of the Great Arab Revolt, and Army Day.

The three occasions also coincided with Jordan’s celebration of its first-ever qualification for the FIFA World Cup, after a marathon campaign of The Nashama (the national football team) in the qualifying games.

This year’s commemorations arrive amid signs of economic recovery and a renewed focus on youth empowerment, digital development, and strategic investment. Jordan’s public communication strategy has seen notable improvements, aligning itself more closely with global trends, including digital diplomacy and the use of artificial intelligence.

On the triple occasion, ministers and youth activists hailed, in remarks to The Jordan Times, the progress the Kingdom has achieved as well as the reforms and development in many fields.

Minister of Government Communication Mohammad Momani said the triple occasion reflects the Kingdom’s deeply rooted values and future-oriented vision.

“On these national days, we amphasise the great values and principles of beloved Jordan and the amazing history we have inherited. We continue to embark comprehensive modernisation plans and visions to bring Jordan to the status it deserves. Jordanians were, and will remain to be the model of moderation, humanity, credibility and honesty.”, minister said.

The Ministry of Labour said it had also advanced several reforms in line with global labour trends and emerging work models. Over the past year, the ministry said it introduced digital employment platforms, updated employment policies, and proposed amendments to the Labour Law to promote gender equality, labour market flexibility, and improved protections for workers in technology, freelance, and green economy sectors.

These legal reforms have been designed to make Jordan’s labour framework more inclusive, adaptive, and responsive to both local and global employment dynamics.

Minister of Labour Khaled Bakkar underscored His Majesty’s consistent focus on empowering the Jordanian workforce.

“His Majesty King Abdullah has given special attention to expanding employment opportunities for Jordanians, with a strong focus on training and qualification programmes aimed at reducing unemployment. Thousands of young Jordanians have been trained and prepared to enter the labour market, with efforts to build their skills, fill confidence, and nurture their potential.”

Bakkar added that the King has launched several initiatives aimed at enhancing youth participation in Jordan’s economic, social and political development. “From investing in education and training to fostering innovation and a sense of national responsibility, the focus has been on enabling youth to contribute meaningfully to public life.”

He noted that the Labour Law has seen multiple key modifications during His Majesty’s reign to better regulate the market, ensure justice and equal opportunity, and prioritise the employment of qualified Jordanian talent.

Investment has also been a key driver of economic growth. According to official figures, foreign direct investment (FDI) inflows in the third quarter of 2024 reached $457.8 million, a 3.7 per cent increase over the same period in 2023. Priority sectors include renewable energy, pharmaceuticals and ICT, as part of the government’s broader efforts to attract strategic capital and create jobs.

Minister of Investment Eng. Mothanna Gharaibeh highlighted the Kingdom’s long-term strategy for attracting investment and enhancing economic competitiveness.

“Under the leadership of His Majesty King Abdullah, Jordan has not only safeguarded its stability and resilience but is building a clear course for prosperity. His unwavering focus on investment and economic modernisation reflects a vision that places growth, opportunity, and global competitiveness at the heart of our national journey. We are a country with a mission and great potential, driven by purpose, powered by talent, and open to the world.” the minister said.

Baha Qudah, a specialist in investment communication and youth entrepreneurship, said that the anniversary is a reminder of Jordan’s rising position as a hub for innovation and opportunity.

“On the 26th anniversary of His Majesty King Abdullah’s accession to the throne, we recall a unique royal vision that placed Jordan firmly on the map of rising innovation and investment. Thanks to His Majesty’s leadership and the active engagement of HRH Crown Prince Hussein, Jordan has become an attractive destination for foreign direct investment, particularly in 2024, which witnessed a clear impact on job creation and a tangible drop in unemployment rates.”

“As a young Jordanian working in investment and entrepreneurship, I can confidently say we are following in the King’s footsteps to build a strong economy and present our ideas to the world with confidence.”

He added, “Supporting entrepreneurial ventures has been a key pillar of this royal vision. The focus on youth empowerment and fostering a culture of innovation has opened doors for Jordanian entrepreneurs to showcase their ideas on a global stage. Today, Jordanian enterprises are not only attracting international investors but also influencing regional markets, a clear sign that, when properly supported, our youth are capable of leading Jordan’s economic future with distinction.”

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