Crown Prince visits income-generating project in Thiban funded through Inhad

Crown Prince visits income-generating project in Thiban funded through Inhad

AMMAN — HRH Crown Prince Hussein on Tuesday visited an income-generating project in Thiban, Madaba, which was funded through the National Self-employment Programme “Inhad”.

During the visit to a fish breeding farm in Wadi Al Waleh, Crown Prince Hussein commended income-generating projects that create employment for young Jordanians, according to a Royal Court statement.

His Royal Highness, accompanied by Chairman of the Joint Chiefs of Staff Maj. Gen. Yousef Huneiti, noted the importance of encouraging self-employment culture and launching income-generating projects in various sectors, to achieve economic growth.

The Crown Prince listened to a briefing by farm founder Kaseb Shakhanbeh about his experience.

Shakhanbeh said investing in private projects is better than a traditional job in terms of income, and it also creates job opportunities for other youths seeking employment.

“Inhad” is in line with His Majesty King Abdullah’s vision to reduce unemployment by nurturing a self-employment culture.

The programme targets beneficiaries between the ages of 18 and 45, and targets unemployed youths in Jordan’s governorates and remote areas, offering them training to enable them to launch their own projects.

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