, 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); })(); Fleeing a war and pursuing a calling - News & Stories | app

app

Skip to main content

app News

Fleeing a war and pursuing a calling

Thu, Aug 24, 2023
Matt Kucinski

This week, Liza Skrypak stepped onto campus for the first time as a app student. Skrypak begins her time at app alongside students from dozens of countries around the world. In fact, the incoming class includes 1,150 students, 160 of the first-year students are international.

“It’s been nice to hear people’s stories and to see what they see in America, in their countries, and just being new to something with someone else. It’s nice to start this new life together.”

An unexpected move

Skrypak has quite the story of her own to share. From Ukraine, in early March of 2022, just 10 days after Russia invaded her home country, Skrypak and her family fled to the United States as refugees.

“We never planned to move, we wanted to stay at our church, help my dad, be with our church,” said Skrypak, “but then Russian soldiers were in the city with all the tanks and all the bombing, so my parents decided it would be better for me, my mom, and siblings to be away from that.”

Skrypak’s family moved to Indianapolis, Indiana, to stay with an old friend of her mom’s. She would complete her high school education there. Her dad, a pastor in Ukraine, stayed with the church and continues to work and serve in ministries during the ongoing war.

“He started visiting every four months or so, so he goes back and forth,” said Skrypak.

Pursuing a calling

While her dad continues ministering to the people of Ukraine, Skrypak has dreams of doing her part too.

“I really want more people to know about what’s happening [in Ukraine],” said Skrypak. “What’s happening right now, how churches are working, how God’s working with people, and I have a lot of testimonies from our church that I really want to include too.”

It's why she chose app this fall. “My dream is to make a documentary about Ukraine.”

Intending on declaring film and media production as her major, Skrypak is excited for the opportunities she’ll have to make that dream a reality.

Opportunities abound

“At the beginning of this summer I had a great opportunity to meet with a professor in the film & media department and he was very welcoming and talked about the program and he was giving us a tour around the film building,” said Skrypak. “So first of all, I saw a lot of opportunities with cameras and equipment, but I can also see it will be a quality education, and I also really like how the professor gives freedom to students to film movies about what they want to talk about, what they want to show audiences, and that he’s really into helping students learning from experience.”

Beyond having award-winning filmmakers as her professors, she and her family appreciate the institution and leaders’ deep commitment to Christian faith.

“The leaders of the university have a goal to put Christ and God in the program, and they are also very welcoming to people that are not really close to God,” said Skrypak. “I see a lot of good opportunities in how to be in more community with them.”


Authors: