Jordan wins 7 medals at Asian Para Games

AMMAN — Jordan finished with a total of 7 medals at the 4thAsian ParaGames which concluded in Hangzhou, China late Saturday.

Jordan took 15thspot on the medals table with (4 gold, 2 silver and 1 bronze medal) with powerlifting securing 5 of the 7 medals. The Kingdom won gold in powerlifting 49kg and 88kg, athletics 1500m T13 category and shot put F34 category; silver in powerlifting 79kg and 86 kg, and one bronze in powerlifting 107kg.

It was Jordan’s best finish to date in the past Asian Para Games.

The Para Games is a multi-sport event for athletes with physical disabilities and is also known as Para Asiad. The multi-sport event regulated by the Asian Paralympic Committee is held every four years after every Asian Games.

Over 3,000 para-athletes from across Asia contended in 501 competitive events in 22 sports, before the closing ceremony handed over the flag to the next c0-hosts, Aichi-Nagoya, Japan 2026.

Earlier this summer, Hangzhou also hosted the 19th Asian Games where Jordan won 9 medals as the Kingdom finished with 5 silver and 4 bronze medals in three competitions: Karate, taekwondo and basketball.

Jordan won its first gold at the 2006 Doha Games by taekwondo fighter Mohammed Al Bakhit. In 1998, Alaa Kotkot became the first Jordanian woman to win a medal- a silver in taekwondo.Total overall medals at the past Games for Jordan were: Seoul 1986 (4), Hiroshima 1994 (3), Bangkok 1998 (5), Busan 2002 (2), Doha 2006 (8), Guangzhou 2010 (6), Incheon 2014 (4), Indonesia 2018 (12) and Hangzhou 2022 (9).

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