Jordan Golf Federation, Ayla sign agreement to expand sport in Kingdom

Jordan Golf Federation, Ayla sign agreement to expand sport in Kingdom

AMMAN — The Jordan Golf Federation and Ayla Oasis Development Company recently signed a cooperation agreement aimed at expanding and introducing different groups, including women and youth, to golf and encouraging them to practise and participate in local, regional, and international tournaments.

The objectives of the agreement are to support the formation of national teams of all categories to compete at regional levels in the coming years, according to a statement from Ayla Oasis Development Company.

The agreement also seeks to improve the infrastructure of golfing facilities and to develop the skills of local coaches and referees, in addition to hosting important international golf tournaments and events, the statement said.

It also seeks to strengthen the junior golf league to represent Jordan at the regional level, following in the footsteps of the Jordan Open Golf Championships, which gained international classification, read the statement.

Ayla’s Managing Director Sahl Dudin and Jordan Golf Federation President Nidal Al Majali signed the agreement.

Dudin said: “Today, through this agreement, we continue to work hand in hand with the federation, aiming to grow and develop golf in the Jordanian community by encouraging both genders to practise this beneficial sport that is characterised by its competitiveness," Dudin said.

Majali commended Ayla’s efforts in promoting and expanding golf’s growth locally, noting that Ayla is "the first and only company" that has worked to provide global-calibre infrastructure for this sport at the local level.

The Ayla golf club is designed to meet the needs of professional and amateur golfers alike and is home to a specialised golf academy which offers private and group lessons delivered by qualified instructors for all ages and levels of experience, the statement said.

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