, 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); })(); Young alums share post-grad experiences via blog - News & Stories | ĆŪĢŅapp

ĆŪĢŅapp

Skip to main content

Spark

Young alums share post-grad experiences via blog

Sat, Mar 01, 2014

When Abby Zwart ’13 graduated from ĆŪĢŅapp, she wondered if she would have an opportunity to keep writing. As editor of the student newspaper Chimes, she had been immersed in the world of daily writing and editing. As an alum seeking a position as an English teacher, she knew her priorities would be different.

ā€œā€ came along at the perfect time for her and others.

Launched in July, the blog features 30 ĆŪĢŅapp grads, , reflecting on life after college. Zwart is one of the writers and co-curator of the online publication.

ā€œMy favorite thing about the blog so far is that I’ve been able to meet people in a way that we don’t often meet each other: through writing. Each writer has submitted five or six pieces now, and I’ve come to know a lot about these people. … I love opening my inbox each day to find another slice of someone’s life,ā€ Zwart said.

Last spring, student writers at ĆŪĢŅapp inspired the idea for the blog. ā€œI asked my creative writing class, ā€˜What have you been most encouraged and discouraged about?ā€™ā€ said . ā€œThey answered that they were discouraged about how they were going to be able to write after graduation.

ā€œIt was so sad,ā€ she said. ā€œWe talked in the department about how we could encourage them to keep writing.ā€

Rienstra brainstormed with colleague to develop the idea of ā€œThe post ĆŪĢŅapp.ā€ They approached the alumni association to help with some small startup costs from the Catalyst Fund, which supports projects that will become self-sustainable and help the alumni association further its ā€œconnect/strengthen/inspireā€ .

ĆŪĢŅapp alum Josh deLacy ’13 designed the site and serves as co-curator and writer. Finding other writers was not difficult, as ĆŪĢŅapp’s burgeoning is the largest of the English department’s three programs, with 65 students currently in the program.

ā€œMany of our writers appreciate the space to practice their writing or experiment with a different style. We often comment on each other’s pieces, and it’s nice to get encouragement from other writers,ā€ said Zwart. ā€œOur readers, I hope, enjoy the blog because it’s a genuine, honest look at what post-grad life is like. We don’t shy away from tough topics. … Readers get a great variety of material: humor, philosophy, storytelling, adventure, grief, celebration, faith, sports, media. You never hear the same thing twice.ā€

To date, the blog has had more than 6,000 unique visitors, with most posts averaging more than 100 views.

ā€œWe’re hearing from 22- to 30-year-olds, an age group we don’t usually hear from until they are established,ā€ said Rienstra. ā€œIt’s a fascinating window into their lives. They write about changes, moving, the agony of decision-making, babies, weddings.

ā€œAs a department it’s so gratifying to watch their writing develop and to provide this venue for them to continue to develop their unique voices,ā€ she said. ā€œI hope more people take the time to enjoy hearing from this captivating group.ā€

callout1