Guinea-Bissau president meets with members of chambers of industry

AMMAN — Members of the board of directors of the Jordan and Amman chambers of industry met with Guinea-Bissau President Umaro Sissoco Embaló on Monday to discuss enhancing economic cooperation between both countries.

President Sissoco Embaló expressed his eagerness to collaborate in various economic sectors that will serve the interests of both countries and promote their development, according to the Jordan News Agency, Petra.

Jordan could serve as a gateway for Guinea-Bissau to cross into other economies, while Guinea-Bissau could be a gateway for Jordan to access wider African markets, he said.

The president also invited the Jordanian private sector to visit Guinea-Bissau and establish projects there to improve the African country's industries, especially in the fields of agriculture and tourism.

The Jordanian side provided an overview of the Jordanian industrial sector, which contributes about 43 per cent of the country's GDP and employs approximately 20 per cent of the Kingdom's workforce, noting that Jordan's industrial exports account for around 93 per cent of the country's total exports, valued at over $9 billion.

The attendees emphasised the role of the Jordanian Chamber of Industry in enhancing competitive industrial capabilities and providing innovative services and solutions in collaboration with local and international chambers.

They also expressed their commitment to strengthening trade relations with the Guinea-Bissau market, particularly in the fields of fertilisers, clothing, pharmaceuticals, chemicals, and plastics, among others.

Fadi Al Attrash, a member of the Jordan Chamber of Industry's Board of Directors, emphasised the Jordanian private sector's keenness to explore new markets that will enhance exports.

He also announced that the chamber plans to form a delegation to visit Guinea-Bissau and explore available business opportunities.

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