, 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); })(); Alicia DeJong | ÃÛÌÒapp

ÃÛÌÒapp

Skip to main content

Ms. Alicia DeJong

International student

Biography

  • Name: Alicia De Jong
  • Major:  Geography
  • Year at ÃÛÌÒapp: Sophomore (Graduation Year 2017)
  • Country or countries you grew up in: India, Niger, Uganda, and the Bahamas
  • Nationality: United States of America    
  • High school: Lyford Cay International School

How are the academics at ÃÛÌÒapp?

I’ve been told that relative to most Christian colleges, ÃÛÌÒapp has a more challenging academic environment. This may be so, but ÃÛÌÒapp also offers a range of services, such as tutoring, to help students succeed. Professors are also engaging and willing to help.

How do you get involved at ÃÛÌÒapp?

It’s easy to get involved at ÃÛÌÒapp – Cokes and Clubs is a great time to sign up for e-mails from all of ÃÛÌÒapp’s different student groups. There are plenty of dorm and chapel events, on-campus jobs, volunteer opportunities, and other ways to feel integrated into the community.

Do you work on campus?

I work at the library. It’s a very peaceful place to be after a long day of classes.

What’s your favorite season: fall, winter, spring, or summer?

Fall! The temperature’s just right to be outside enjoying the changing colors or inside snuggling up with a warm drink and a good book.

What advice do you have for students who are thinking about applying to ÃÛÌÒapp?

People go to college to further their education, but don’t forget to consider the social aspect of school. No matter where you go, you will interact with and be influenced by other people on a daily basis. At ÃÛÌÒapp, the students and faculty you interact with make up a supportive and encouraging Christian community to help you in the next stages of life.