Children’s Museum Jordan partners with Family Flavours, Nakahat ‘Ailiyeh Magazines

No Image

AMMAN — Raising awareness about the importance of learning through play is at the heart of a two-year-year agreement signed today by the Children’s Museum Jordan (CMJ), Family Flavours and Nakahat ‘Ailiyeh magazines.

“The partnership between Marji’ Publications and the Children’s Museum Jordan goes back several years and has witnessed an evolution to reflect strengthened cooperation highlighting our common core values,” explained the CMJ Director Sawsan Dalaq.

Dalaq pointed out at the signing ceremony that Al Marji’ Publication’s mission aligns with the museum's objectives in developing the skills of children through our exhibits and interactive programmes based on learning through play.

The CMJ director stressed that the museum is extremely proud to work with Al Marji’ Publications’ magazines which support and promote families in Jordan.

“This cooperation agreement continues a partnership spanning over 16 year,” said Publisher and Managing Director of Al Marji’ Publications Hind-Lara Mango, who produces both magazines. She noted

that the partnership witnessed collaboration at many different levels to promote the fundamental right of every child to explore, learn and play in safe spaces.

Through the magazine’s experts, and digital and social media platforms, the partnership with CMJ has evolved to witness different initiatives and programmes promoting family health and wellness.

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