, 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 joy of app decisions - News & Stories | app

app

Skip to main content

Spark

The joy of app decisions

Thu, Apr 01, 2021

This issue of Spark is about decisions. You’ll read stories about alumni as they followed God’s call. Some started on a newfound career path. Others made life-altering personal decisions. You may find yourself in some of these stories.

It is a joy for me to work in the advancement division at app. I have the privilege of hearing how this has shaped the decisions and lives of alumni. Many of you have a “app story” that has deeply changed you. Those stories often involve a app faculty member. app professors often recognize special gifts, build self-esteem, and point our students to live wholeheartedly for Christ.

We have been blessed to see this happen in our family beginning with my own experience as a 1986 graduate of app. Professor Bob Bolt became my “encourager.” We would frequently discuss history, politics, baseball, and our shared passion for app. He predicted that I would work at app one day. At the time, I couldn’t imagine the likelihood of that ever happening, but 2021 will mark my 12th year in the advancement division! Professor Bolt provided the spark that kindled my deep commitment for this mission and work.

My wife, Dawn, and I have three children who are app graduates and one who is a freshman. Did app faculty members impact their personal and career decisions? Absolutely.

Our son, Kyle, points to business Professor Brian Cawley’s mentoring as pivotal in launching his career in human resources. Sociology and social work professor Stacia Hoeksema helped our daughter Kim by honing her skills in counseling and encouraging her to go to graduate school.

Our daughter Kayla recognizes the guidance that Professor Scott Stehouwer provided. He instilled confidence in her so that she could go on to thrive in her work.

We are confident that our last born, Kristyn, will have similar experiences. We know app faculty members will recognize her God-given gifts and will point her toward God’s call.

app continues to be the remarkable place that many of you remember when you were students here. You can be confident that today’s app faculty still care deeply for the students who are writing their stories and making important life decisions.

Please continue to share your “app story”—with us and with others!