Jordanian wins taekwondo gold

AFP photo

Juliana Al Sadeq has won gold for Jordan at the Asian Games following a superb performance in the taekwondo -67kg competition in Jakarta, Indonesia, on Monday, according to the Jordan Olympic News Service.

The 23-year-old won the country’s first medal in sensational style, beating Jandi Kim, of South Korea, in the final 5-1 following a captivating contest.

She started the day with a one-sided 38-0 win over Nisa Sandmali, of Sri Lanka, before booking her place in the semifinal with a 21-5 victory over India’s Melika Mirhosseini.

In the semifinal she gave a performance to remember by beating world bronze medallist Mengyu Zhang, from China, 14-5.

But she saved the best until last to show the taekwondo world that she is in brilliant form, just a week after winning bronze at the World Taekwondo Grand Prix in Moscow. ‘I am lost for words,’ she said.

‘To win this gold for Jordan is a dream come true and I hope it inspires others here to win more medals for Jordan.’

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