, 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: Jenny LaJoye - News & Stories | app

app

Skip to main content

app News

Walking Boldly: Jenny LaJoye

Thu, Jul 02, 2015
Matt Kucinski

This summer, we are following grads from the Class of 2015 as they continue their journeys around the corner and across the globe. Jenny LaJoye '15 is a folk pop singer/songwriter who recently released the album "Vapor" and is heading to California this summer to help plant a church.

  • Name: Jenny LaJoye
  • Class: 2015
  • Hometown: Hastings, Mich.
  • Major(s): religion
  • Next step: Planting a church in California

What’s fun about your workplace?

In both my current career as a singer/songwriter and my upcoming work with a church plant in California, I think the best thing about my “workplace” is that there isn’t one place. I get to meet new people at every show, and I look forward to getting to know the community in California. I get to find my “place” in people rather than physical space, - at least for a while – and that’s exciting.

What about app specifically prepared you for this position?

The app community is always looking for new music, and they are incredibly supportive of musicians. That was an unbelievable thing to experience as a singer/songwriter trying to get her career off the ground while in school. I could not be more grateful for the people at app who jumped on board with my music, came to all of my shows, bought my albums, promoted me to their friends…I owe a lot to the app community for that.

What class at app had the greatest impact on you overall?

“Christian Worship” was the class that essentially convinced me to change my major to religion. It awakened my interest in the Church Universal, teaching me to think critically about the identity of the Church and how to practically embrace that communal and historical identity in the ways we worship.

How did your relationships at app form who you’ve become today?

Living with some of my best friends, we all learned a lot about each other and about ourselves. This, I believe, was more a process of helping each other discover in ourselves what was already there, and less a process of change. It was never about needing to become someone else, but about being alongside one another, with all of our awkward differences and surprising similarities, and clumsily figuring out how to love, which is what we were all created to do, anyway.

What was your favorite space on campus? And why?

The practice room hallway in the CFAC. I came into app as a music major, and that place was my home. Right through the end of my app career, that hallway continued to be a sort of sacred space I could visit between classes or during breaks. There’s a distinct culture there, – a rhythm that adds life to my own - and it is unparalleled by any other part of campus.


Authors: