Qatari minister of Sports, Youth, congratulates Nashama on their performance

The Qatar’s minister of sports and youth, Sheikh Hamad Bin Khalifa Bin Ahmed Al Thani, praises Jordan’s national football team (‘The Nashama’) for their outstanding performance throughout the Asian Cup 2023 (Petra Photo)

AMMAN — In an interview aired on Qatar’s beIN SPORTS on Wednesday, the Qatar’s minister of sports and youth, Sheikh Hamad Bin Khalifa Bin Ahmed Al Thani, has praised Jordan’s national football team (“The Nashama”) for their outstanding performance throughout the Asian Cup 2023.

Praising The Nashama’s journey to the final and highlighting their commendable performance on the pitch, the Qatari minister also underlined Jordan’s consistent presence and impact in the Asian Cup, noting their pivotal role in the tournament’s narrative, according to the Jordan News Agency, Petra.

Looking ahead to future sporting events, he expressed Doha’s keenness to host the upcoming Arab Cup to build on the success of the previous edition.

Plans are underway to host the event in December 2025 under the auspices of FIFA, he noted.

He also highlighted his country’s success in hosting the 2022 FIFA World Cup through its exceptional organisational skills and state-of-the-art sporting infrastructure.

Reiterating Qatar’s commitment to supporting other nations in their hosting endeavours, he expressed solidarity with Morocco, in their bid to host the 2030 World Cup in cooperation with Spain and Portugal.

He also reiterated Qatar’s readiness to support Saudi Arabia, the host of the 2034 World Cup, by providing Qatar’s expertise and resources to ensure the success of the prestigious tournament.

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