, 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); })(); Walking Boldly: Megan Pluymert - News & Stories | ÃÛÌÒapp

ÃÛÌÒapp

Skip to main content

ÃÛÌÒapp News

Walking Boldly: Megan Pluymert

Tue, Jul 04, 2017
News and Stories Staff

This summer, we’re following the class of 2017: ÃÛÌÒapp graduates who are journeying around the corner and across the globe. Megan Pluymert is pursuing a Master's degree in urban and regional planning at Michigan State University.

  • ±·²¹³¾±ð:ÌýMegan Pluymert
  • °ä±ô²¹²õ²õ:Ìý2017
  • ±á´Ç³¾±ð³Ù´Ç·É²Ô:ÌýGrandville, Michigan
  • ²Ñ²¹Âá´Ç°ù(²õ):ÌýEnvironmental Studies
  • ²Ñ¾±²Ô´Ç°ù(²õ):ÌýUrban Studies
  • Next step: Studying urban and regional planning at Michigan State University

What’s one thing you would want to tell someone starting his or her journey at ÃÛÌÒapp?

Be opened-minded! I came from a family in which everyone was expected to go to ÃÛÌÒapp. I was initially not looking forward to attending, but after my first two years, the cynicism faded and turned into a flourishing appreciation for all that ÃÛÌÒapp is. Ultimately, ÃÛÌÒapp gave me the tools to view issues in the world around us with a holistic understanding of renewal.

What do you miss most about ÃÛÌÒapp? Why?

My professors, especially the personal attention and care they give. I also will miss learning from a Christian liberal arts perspective, as this unique point of view has allowed me to tackle problems in ways others may not think of.

How has your time at ÃÛÌÒapp changed you?

My time at ÃÛÌÒapp has allowed me to see things from a holistic perspective. Gone are the days where I come at a problem and tackle it only from my point of view. Because of my intersectional studies at ÃÛÌÒapp, I have learned to see points of view that are different from my own from a place of respect.

What part of ÃÛÌÒapp’s mission resonates with you, and why?

At ÃÛÌÒapp, we are expected to be agents of renewal. At the beginning of my four years here, I often glazed over as professors began describing ÃÛÌÒapp College’s mission statement. But now, I am able to not only understand what it means to be an agent of renewal, but I fully embody that term. ÃÛÌÒapp has equipped me to go out in the world and make a real difference.