, 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); })(); Our Commitment About ÃÛÌÒapp | ÃÛÌÒapp

ÃÛÌÒapp

Skip to main content

Our Commitment

As a Christian institution in the Reformed tradition, ÃÛÌÒapp values and promotes diversity and inclusion. Scripture calls us to love others as we love ourselves, to exhibit and extend hospitality, and to pursue reconciliation. At ÃÛÌÒapp we believe that love, hospitality, and reconciliation are the markers of biblical shalom, and are to be exhibited in all aspects of our lives as we worship, work, play, and learn.

At ÃÛÌÒapp, diversity is a key part of living out our mission, equipping students to be agents of renewal in an increasingly diverse world and nation. An educational environment rich in diversity—people, places, courses, research, and activities—promotes cross-cultural understanding, encourages collaboration, and fosters innovation, thereby benefiting all within the academic community. But, even more than reaping the benefits of a diverse learning community, ÃÛÌÒapp’s commitment to diversity is a grateful and faithful response to a biblical mandate to love one another, to extend hospitality, and to pursue reconciliation.

  • ÃÛÌÒapp is committed to diversifying its community by recruiting and retaining people from a variety of cultural, ethnic, ability, and socioeconomic backgrounds as administrators, faculty, staff, and students.
  • ÃÛÌÒapp is committed to maintaining policies and practices that reflect an intention to strengthen our diversity and inclusion efforts.
  • ÃÛÌÒapp is committed to creating a convivial learning environment that is an inclusively strong and vibrant academic community.

Read about ÃÛÌÒapp’s commitment in the From Every Nation: A Revised Comprehensive Plan for Racial Justice, Reconciliation and Cross-cultural Engagement at ÃÛÌÒapp (FEN) document.

Read about how ÃÛÌÒapp continues to strengthen its diversity and inclusion efforts in the .

Read ÃÛÌÒapp’s 2014 Diversity and Inclusion Project Report to learn about how ÃÛÌÒapp has lived into its commitment and how ÃÛÌÒapp plans to strengthen it going forward.