, 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); })(); Alumni and students to serve in Colorado - News & Stories | app

app

Skip to main content

Spark

Alumni and students to serve in Colorado

Mon, Dec 01, 2014

app alumni have always supported the service-learning efforts of current students, most dramatically through the college’s Streetfest event, which sends out all first-year students into the local community for service during orientation.

Next March, however, the alumni association intends to raise the level of partnership through offering a joint alumni-student service project in a flood-damaged region of Boulder County, Colo.

The week-long service-learning experience will be coordinated in conjunction with World Renew’s Disaster Response Services. Earlier this year, World Renew set up two work days for app alumni in Colorado; in September, that work day coincided with the one-year anniversary of the historic floods.

“The app alumni board believes that this is an important partnership with World Renew that will serve to inspire other collaborations,” said John Wynbeek ’77, chair of the association board’s faith and service working group.

“We also hope this endeavor will strengthen connections between alumni and students,” he said.

app’s Service-Learning Center has traditionally sent out a number of student service-learning teams during the college’s March spring break. It seemed like a natural opportunity for the center to pilot an alumni-student service trip during that time.

“Students have often rubbed shoulders with alumni on service-learning trips with World Renew in the past. We were excited to be more intentional about this in a way that will allow alumni to connect with app students and students to witness people dedicated to life-long service. I anticipate a rich opportunity for deep community to form,” said Noah Kruis ’03, associate director of app’s service-learning center.

Since Colorado has a sizeable app alumni population, alumni board members hope that there will be a warm welcome and possible interaction with local grads during the week of the special project.

There remains much to do in Boulder County. And it is exciting to see what can be done—and learned—by generations of app alumni and students.