Boxer Ishaiash misses out on Rio semifinal

No Image

AMMAN — Jordan boxer Hussein Ishaiash on Tuesday missed out on an historic semifinal spot at the Olympic Games after losing to French World Champion Tony Yoka, in Rio de Janeiro, according to the Jordan Olympic Committee News Service.

Ishaiash, 21, is 20cm shorter and 10kg lighter in weight than the enormous Frenchman who towered over him and put on a strong and measured display.

Despite Ishaiash’s huge heart and courage, it was the Yoka’s power and style that won the judges’ verdict who gave the Frenchman a unanimous decision.

“I did my best for Jordan and all Jordanians,” said a disappointed Ishaiash.

“I was the underdog but I gave everything I had. He is a world champion so to it was always going to be difficult. He is a great champion and I wish him well. I am exhausted mentally and physically. I really threw everything I could into that fight. I am still young and learning all the time. I will be back for Tokyo 2020 with more experience.”

Next up for the Kingdom will be taekwondo and the triathlon on Thursday.

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