Daughter with Down syndrome becomes mosaic artist thanks to mother’s training programme

Seham Ta’mari with her daughter Wafa’a at the ‘Bashae’r Al Kheer’ charity in Madaba (Photo courtesy of Seham Ta’mari)

AMMAN — After her daughter was born with Down syndrome, Seham Ta’mari made it her mission to provide support for families like hers.

Wafa’a, 23, her daughter now makes professional mosaics — which her hometown of Madaba is famous for — after undergoing training at the charity Tamari founded in 2012.

The charity named “Bashae’r Al Kheer” aims to support children with disabilities and also empower women, Tamari said. She said the idea after she struggled to find proper support for herself and her daughter.

Ta’mari told The Jordan Times that one of the training programmes that the charity offers is making mosaics. So far, almost 20 individuals with Down syndrome have finished the training programme and are now making mosaics for a living, she added.

“Since my daughter was a toddler, I noticed that she was interested in art. I started this charity to provide my daughter with an opportunity to develop her talent,” Ta’mari said.

“Our main aim is to showcase the abilities of young people with disabilities,” Ta’mari noted.

According to Ta’mari, the inclusion of children with disabilities in society is vital, as well as education and proper care in order for them to be effective members of society.

“We need to change attitudes towards Down syndrome”, Ta’mari added.

“My daughter is my hero. Making mosaics require attention to details and determination which she definitely has. She is able to make mosaics like no one else,” Ta’mari concluded.

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