, but this code // executes before the first paint, when

app

is not yet present. The // classes are added to so styling immediately reflects the current // toolbar state. The classes are removed after the toolbar completes // initialization. const classesToAdd = ['toolbar-loading', 'toolbar-anti-flicker']; if (toolbarState) { const { orientation, hasActiveTab, isFixed, activeTray, activeTabId, isOriented, userButtonMinWidth } = toolbarState; classesToAdd.push( orientation ? `toolbar-` + orientation + `` : 'toolbar-horizontal', ); if (hasActiveTab !== false) { classesToAdd.push('toolbar-tray-open'); } if (isFixed) { classesToAdd.push('toolbar-fixed'); } if (isOriented) { classesToAdd.push('toolbar-oriented'); } if (activeTray) { // These styles are added so the active tab/tray styles are present // immediately instead of "flickering" on as the toolbar initializes. In // instances where a tray is lazy loaded, these styles facilitate the // lazy loaded tray appearing gracefully and without reflow. const styleContent = ` .toolbar-loading #` + activeTabId + ` { background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%); } .toolbar-loading #` + activeTabId + `-tray { display: block; box-shadow: -1px 0 5px 2px rgb(0 0 0 / 33%); border-right: 1px solid #aaa; background-color: #f5f5f5; z-index: 0; } .toolbar-loading.toolbar-vertical.toolbar-tray-open #` + activeTabId + `-tray { width: 15rem; height: 100vh; } .toolbar-loading.toolbar-horizontal :not(#` + activeTray + `) > .toolbar-lining {opacity: 0}`; const style = document.createElement('style'); style.textContent = styleContent; style.setAttribute('data-toolbar-anti-flicker-loading', true); document.querySelector('head').appendChild(style); if (userButtonMinWidth) { const userButtonStyle = document.createElement('style'); userButtonStyle.textContent = `#toolbar-item-user {min-width: ` + userButtonMinWidth +`px;}` document.querySelector('head').appendChild(userButtonStyle); } } } document.querySelector('html').classList.add(...classesToAdd); })(); The Mama Project: Together we can - News & Stories | app

app

Skip to main content

Spark

The Mama Project: Together we can

Sun, Dec 01, 2019

Struggles may come and struggles may go, But the strength of a woman lives on, Together we can, together we can …

Fifty women sway and sing, their rapt faces the many skin colors of South Africa. One of them has composed a song, the song they’re living in The Mama Project.

In 2016, the rhetoric of the U.S. presidential primaries made Sara Stackhouse want to draw women together across borders, across race and class divides. A founder of Actors’ Shakespeare Project in Boston, she knew the arts can wake people to their common humanity, no matter their external differences. She and her husband had worked in an orphanage in Cape Town, so she began with women there. The following year her friend and former general manager at Actors’ Shakespeare Project, Heather Fields Stern ’94, joined her.

“We’re opening a safe space where women can eat together, make art, and share their stories,” said Stern, a professor at Suffolk University. “Just doing that breaks barriers between cultures and socioeconomic divides.”

The women who come represent a variety of nationalities, races, cultures, and languages, including Xhosa, Afrikaans, and English. app grad and Cape Town resident Naomi Jackson Sabatta ’93 has joined, too. They call themselves The Mama Project, and the art they create each year during a two-week workshop culminates in an exhibit and performance.

The skills, confidence, and friendships they’ve developed have led the women to “support each other in ways they hadn’t ever imagined,” Stern said. “They’ve literally worn a new path between their communities. Now they walk to each other’s houses and stand together when they confront struggles.

“Our dream is to create an arts center and have an arts bus,” Stern continued, “so all the women can stay connected all year. When they’re isolated, that’s when women feel helpless.

“We’re also asking, ‘How do we do The Mama Project in the U.S. and break down our barriers?’ South African mamas can teach us so much about community and resilience.”

To learn more about The Mama Project, visit themamaproject.net.