Yarmouk University students launch ‘Mayel Ala Samad’ tourism campaign

Yarmouk University students launch ‘Mayel Ala Samad’ tourism campaign

AMMAN — A group of 23 students from Yarmouk University has launched a campaign to activate the tourism trail of Irbid's Mazar region, aiming to place the trail as a main attraction on the country's tourism map, a campaign member said on Wednesday.

Improving the trail will increase the number of foreign and local tourists and create jobs for the local community, said Ahmad Hazaimeh, a member of the campaign.

The process requires the rehabilitation of the historical Samad village, including its ancient houses, churches and caves, according to the campaigner, who noted that some of the houses can be renovated to become public facilities such as souvenir shops or restaurants.

The project also needs to renovate roads and add traffic signs to facilitate reaching the village, he continued.

Samad, 20 km west of Irbid, can also be used by archaeology colleges for training and exploration visits for their students, Hazaimeh suggested.

The campaign's launching ceremony, held at Samad, was attended by Irbid Tourism Director Mashael Khasawneh, members of Irbid Governorate council's tourism committee, officials from Mazar Municipality and Samad local council, in addition to locals.

In her speech at the ceremony, Khasaweneh said: "Samad is one of Irbid's most important heritage landmarks for its rich history,” stressing keenness on supporting the campaign and working on improving the trail to attract more visitors to Mazar and Samad.

In addition to its Ottoman-era houses, the village of Samad consists of several ancient sites such a Byzantine church, a mosque, a Roman cistern and a number of caves and wells, according to the campaigners.

Samad's population is composed of Muslims and Christians, who have been living in harmony for centuries, sharing traditions and celebrating holidays together, the campaign members said.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;}
.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'); }); }); });